Date: Fri, 25 Jul 2014 19:44:36 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362925 - head/audio/soundtouch Message-ID: <201407251944.s6PJiafk030766@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Jul 25 19:44:36 2014 New Revision: 362925 URL: http://svnweb.freebsd.org/changeset/ports/362925 QAT: https://qat.redports.org/buildarchive/r362925/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/audio/soundtouch/Makefile head/audio/soundtouch/pkg-plist Modified: head/audio/soundtouch/Makefile ============================================================================== --- head/audio/soundtouch/Makefile Fri Jul 25 19:44:20 2014 (r362924) +++ head/audio/soundtouch/Makefile Fri Jul 25 19:44:36 2014 (r362925) @@ -3,6 +3,7 @@ PORTNAME= soundtouch PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.surina.net/soundtouch/ @@ -19,7 +20,7 @@ AUTOMAKE_ARGS= --add-missing --copy --fo CONFIGURE_ARGS= --disable-silent-rules USE_LDCONFIG= yes -USES= pathfix +USES= pathfix libtool PATHFIX_MAKEFILEIN= Makefile.am OPTIONS_DEFINE= INTEGER_SAMPLES DOCS Modified: head/audio/soundtouch/pkg-plist ============================================================================== --- head/audio/soundtouch/pkg-plist Fri Jul 25 19:44:20 2014 (r362924) +++ head/audio/soundtouch/pkg-plist Fri Jul 25 19:44:36 2014 (r362925) @@ -5,9 +5,9 @@ include/soundtouch/FIFOSamplePipe.h include/soundtouch/STTypes.h include/soundtouch/SoundTouch.h include/soundtouch/soundtouch_config.h -lib/libSoundTouch.la lib/libSoundTouch.so lib/libSoundTouch.so.0 +lib/libSoundTouch.so.0.0.0 libdata/pkgconfig/soundtouch.pc share/aclocal/soundtouch.m4 %%PORTDOCS%%%%DOCSDIR%%/README.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407251944.s6PJiafk030766>