svn commit: r356492 - head/audio/sweep

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 4 13:14:13 UTC 2014


Author: amdmi3
Date: Wed Jun  4 13:14:12 2014
New Revision: 356492
URL: http://svnweb.freebsd.org/changeset/ports/356492
QAT: https://qat.redports.org/buildarchive/r356492/

Log:
  - Swith to USES=libtool
  - Convert USE_BZIP2 to USES
  - Add USES=desktop-file-utils as suggested by check-sanity

Modified:
  head/audio/sweep/Makefile

Modified: head/audio/sweep/Makefile
==============================================================================
--- head/audio/sweep/Makefile	Wed Jun  4 13:12:40 2014	(r356491)
+++ head/audio/sweep/Makefile	Wed Jun  4 13:14:12 2014	(r356492)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sweep
 PORTVERSION=	0.9.3
-PORTREVISION=	9
+PORTREVISION=	10
 PORTEPOCH=	1
 CATEGORIES=	audio gnome
 MASTER_SITES=	SF
@@ -17,10 +17,10 @@ LIB_DEPENDS=	libmad.so:${PORTSDIR}/audio
 		libvorbis.so:${PORTSDIR}/audio/libvorbis \
 		libspeex.so:${PORTSDIR}/audio/speex
 
-USE_BZIP2=	yes
-USES=		pathfix gettext pkgconfig gmake
+USES=		pathfix gettext pkgconfig gmake tar:bzip2 libtool \
+		desktop-file-utils
+GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20
-USE_AUTOTOOLS=	libtool
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -30,6 +30,7 @@ CONFIGURE_ARGS=	--with-extralibdir=${LOC
 		--with-vorbis-includes=${LOCALBASE}/include/vorbis \
 		--with-ogg-libraries=${LOCALBASE}/lib \
 		--with-ogg-includes=${LOCALBASE}/include/ogg
+CONFIGURE_ENV=	LIBS="`pkg-config --libs gmodule-2.0`"
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|^ac_enable_alsa=yes|ac_enable_alsa=no|g ; \


More information about the svn-ports-head mailing list