1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Un-IGNORE by adding local patch.

PR:		ports/78936
Submitted by:	Reinhard Lenninger <reinhard.lenninger@web.de>
This commit is contained in:
Florent Thoumie 2005-04-11 20:19:40 +00:00
parent ced14b5483
commit 41d327e134
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133074
2 changed files with 21 additions and 2 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= streamripper
PORTVERSION= 1.61.3
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= streamripper
@ -17,8 +18,6 @@ COMMENT= Splits SHOUTcast stream into tracks
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
mad.2:${PORTSDIR}/audio/libmad
IGNORE= fails to split up streams into tracks
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -0,0 +1,20 @@
--- lib/parse.c.orig
+++ lib/parse.c
@@ -68,14 +68,14 @@
PARSERULE_ICASE,
0, 0, 0, 0,
0,
- "[[:space:]]*-?[[:space:]]*mp3pro$",
+ " *-? *mp3pro$",
""
},
{ PARSERULE_CMD_MATCH,
PARSERULE_ICASE,
1, 2, 0, 0,
- 0,
- "^[[:space:]]*([^-]*?)[[:space:]]*-[[:space:]]*(.*?)[[:space:]]*$",
+ 0,
+ "^ *([^-]*)? *- *(.*) *$",
""
},
{ 0x00,