ports/109035: [PATCH] audio/soundtouch: fix for amd64
trasz
trasz at pin.if.uz.zgora.pl
Sat Feb 10 22:50:07 UTC 2007
>Number: 109035
>Category: ports
>Synopsis: [PATCH] audio/soundtouch: fix for amd64
>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: Sat Feb 10 22:50:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: trasz
>Release: FreeBSD 6.1-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Wed Nov 15 19:16:30 CET 2006
>Description:
This is neccessary to fix audio/ardour on amd64.
Port maintainer (danfe at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- soundtouch-1.3.1_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/audio/soundtouch/Makefile /home/trasz/soundtouch/Makefile
--- /usr/ports/audio/soundtouch/Makefile Fri Jan 5 22:37:37 2007
+++ /home/trasz/soundtouch/Makefile Sat Feb 10 23:53:32 2007
@@ -7,6 +7,7 @@
PORTNAME= soundtouch
DISTVERSION= 1.3.1
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.surina.net/soundtouch/
@@ -15,6 +16,8 @@
GNU_CONFIGURE= yes
USE_GMAKE= yes
+CONFIGURE_ARGS= --enable-shared=yes
+USE_LDCONFIG= yes
# For some reason this library contains config/ directory with
# lots of broken symlinks. Remove them here and add new one using
diff -ruN --exclude=CVS /usr/ports/audio/soundtouch/pkg-plist /home/trasz/soundtouch/pkg-plist
--- /usr/ports/audio/soundtouch/pkg-plist Fri Jan 5 22:37:37 2007
+++ /home/trasz/soundtouch/pkg-plist Sat Feb 10 23:53:32 2007
@@ -8,8 +8,12 @@
@dirrm include/soundtouch
lib/libBPM.a
lib/libBPM.la
+lib/libBPM.so.0
+lib/libBPM.so
lib/libSoundTouch.a
lib/libSoundTouch.la
+lib/libSoundTouch.so.0
+lib/libSoundTouch.so
share/aclocal/soundtouch.m4
libdata/pkgconfig/soundtouch-1.0.pc
%%PORTDOCS%%%%DOCSDIR%%/COPYING.TXT
--- soundtouch-1.3.1_1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list