Date: Sat, 10 Feb 2007 23:54:21 +0100 (CET) From: trasz <trasz@pin.if.uz.zgora.pl> To: FreeBSD-gnats-submit@FreeBSD.org Cc: danfe@FreeBSD.org Subject: ports/109035: [PATCH] audio/soundtouch: fix for amd64 Message-ID: <20070210225421.6E33B39DBA@pin.if.uz.zgora.pl> Resent-Message-ID: <200702102250.l1AMo6fu032279@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070210225421.6E33B39DBA>