ports/151574: [PATCH] audio/darkice: AACPLUS Fixed failed to produce a single option is specified

Takefu takefu at airport.fm
Tue Oct 19 09:30:10 UTC 2010


>Number:         151574
>Category:       ports
>Synopsis:       [PATCH] audio/darkice: AACPLUS Fixed failed to produce a single option is specified
>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:   Tue Oct 19 09:30:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Takefu
>Release:        
>Organization:
FOX Amateur Radio Club
>Environment:
>Description:
AACPLUS Fixed failed to produce a single option is specified
>How-To-Repeat:
>Fix:
--- darkice.diff begins here ---
diff -ruN /usr/ports/audio/darkice/Makefile audio/darkice/Makefile
--- /usr/ports/audio/darkice/Makefile	2010-09-29 08:54:28.000000000 +0900
+++ audio/darkice/Makefile	2010-10-19 17:07:30.000000000 +0900
@@ -8,7 +8,7 @@

 PORTNAME=	darkice
 PORTVERSION=	1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio net
 MASTER_SITES=	GOOGLE_CODE

@@ -87,7 +87,8 @@
 .endif

 post-patch:
-	@${REINPLACE_CMD} -e '/test/s|==|=|g' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e '/test/s|==|=|g'\
+	 -e 's/sbr_main.h/libaacplus\/sbr_main.h/' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|-O2 -pedantic||g' ${WRKSRC}/src/Makefile.in

 do-install:
--- darkice.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list