ports/78936: port audio/streamripper, unbreak port

Reinhard Lenninger reinhard.lenninger at web.de
Thu Mar 17 01:30:02 UTC 2005


>Number:         78936
>Category:       ports
>Synopsis:       port audio/streamripper, unbreak port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 17 01:30:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Reinhard Lenninger
>Release:        FreeBSD 5.3-RELEASE-p5 i386
>Organization:
>Environment:

System: FreeBSD 5.3-RELEASE-p5 #0: Sun Jan 30 15:44:51 UTC 2005
   toor at freebsd.megatron:/usr/obj/usr/src/sys/BEASTIE5_3

>Description:

port audio/streamripper is marked as broken because it doesn`t split
shoutcast-streams into separate tracks anymore. the following patch
fixes this.

>How-To-Repeat:

>Fix:

--- patch-lib_parse.c begins here ---
--- lib/parse.c.orig    Sat Dec 11 20:30:08 2004
+++ lib/parse.c Tue Mar 15 20:01:22 2005
@@ -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:]]*$",
+       "^ *([^-]*)? *- *(.*) *$",
        ""
     },
     { 0x00,
--- patch-lib_parse.c ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list