Date: Thu, 17 Mar 2005 02:21:35 +0000 From: Reinhard Lenninger <reinhard.lenninger@web.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: trevor@FreeBSD.org Subject: ports/78936: port audio/streamripper, unbreak port Message-ID: <4238E9AF.8010101@web.de> Resent-Message-ID: <200503170130.j2H1U2O5033660@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4238E9AF.8010101>