Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jul 2014 21:59:06 +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: r360101 - head/audio/whysynth
Message-ID:  <201407012159.s61Lx6p1024752@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407012159.s61Lx6p1024752>