svn commit: r360101 - head/audio/whysynth
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jul 1 21:59:07 UTC 2014
Author: amdmi3
Date: Tue Jul 1 21:59:06 2014
New Revision: 360101
URL: http://svnweb.freebsd.org/changeset/ports/360101
QAT: https://qat.redports.org/buildarchive/r360101/
Log:
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Modified:
head/audio/whysynth/Makefile
head/audio/whysynth/pkg-plist
Modified: head/audio/whysynth/Makefile
==============================================================================
--- head/audio/whysynth/Makefile Tue Jul 1 21:53:09 2014 (r360100)
+++ head/audio/whysynth/Makefile Tue Jul 1 21:59:06 2014 (r360101)
@@ -3,7 +3,7 @@
PORTNAME= whysynth
PORTVERSION= 20120903
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://smbolton.com/whysynth/
@@ -21,9 +21,9 @@ LIB_DEPENDS= libdssialsacompat.so:${PORT
libfftw3.so:${PORTSDIR}/math/fftw3 \
libfftw3f.so:${PORTSDIR}/math/fftw3-float
-USES= gmake pkgconfig tar:bzip2
+USES= gmake pkgconfig tar:bzip2 libtool
+GNU_CONFIGURE= yes
USE_GNOME= gtk20
-USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
Modified: head/audio/whysynth/pkg-plist
==============================================================================
--- head/audio/whysynth/pkg-plist Tue Jul 1 21:53:09 2014 (r360100)
+++ head/audio/whysynth/pkg-plist Tue Jul 1 21:59:06 2014 (r360101)
@@ -1,5 +1,3 @@
-lib/dssi/whysynth.a
-lib/dssi/whysynth.la
lib/dssi/whysynth.so
lib/dssi/whysynth/WhySynth_gtk
%%DATADIR%%/current_default_patches.WhySynth
More information about the svn-ports-all
mailing list