ports/115820: [patch][audio/soundtouch] unbreak (trivial)

Dominic Fandrey lon_kamikaze at gmx.de
Sat Aug 25 23:50:02 UTC 2007


>Number:         115820
>Category:       ports
>Synopsis:       [patch][audio/soundtouch] unbreak (trivial)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 25 23:50:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Fandrey
>Release:        Releng_6
>Organization:
private
>Environment:
FreeBSD mobileKamikaze.norad 6.2-STABLE FreeBSD 6.2-STABLE #0: Sat Jul 14 14:51:35 CEST 2007     root at mobileKamikaze.norad:/usr/obj/TPR40-6/i386/usr/src/sys/TPR40-6  i386
>Description:
The port audio/soundtouch is marked broken, because it does not build. The patch adds aclocal to the autotools chain, which causes the port to configure, build and install properly.
>How-To-Repeat:

>Fix:
diff -Pur audio/soundtouch.orig/Makefile audio/soundtouch/Makefile
--- audio/soundtouch.orig/Makefile	Sun Aug 26 01:25:36 2007
+++ audio/soundtouch/Makefile	Sun Aug 26 01:34:18 2007
@@ -15,10 +15,8 @@
 COMMENT=	An open-source audio processing library
 
 CONFIGURE_ARGS=	--enable-shared=yes
-USE_AUTOTOOLS=	autoconf:259 automake:19:env libtool:15
+USE_AUTOTOOLS=	aclocal:19:env autoconf:259 automake:19:env libtool:15
 USE_LDCONFIG=	yes
-
-BROKEN=		Does not compile
 
 post-patch: .SILENT
 .for f in config.guess config.sub depcomp install-sh missing


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list