svn commit: r353702 - head/audio/mhwaveedit

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 11 14:34:23 UTC 2014


Author: amdmi3
Date: Sun May 11 14:34:22 2014
New Revision: 353702
URL: http://svnweb.freebsd.org/changeset/ports/353702
QAT: https://qat.redports.org/buildarchive/r353702/

Log:
  - Support staging
  - Convert USE_BZIP2 to USES
  - Use new LIB_DEPENDS syntax
  
  Approved by:	portmgr blanket

Modified:
  head/audio/mhwaveedit/Makefile

Modified: head/audio/mhwaveedit/Makefile
==============================================================================
--- head/audio/mhwaveedit/Makefile	Sun May 11 14:33:41 2014	(r353701)
+++ head/audio/mhwaveedit/Makefile	Sun May 11 14:34:22 2014	(r353702)
@@ -11,10 +11,8 @@ COMMENT=	A graphical program for editing
 
 LICENSE=	GPLv2
 
-USES=		pkgconfig
-NO_STAGE=	yes
-USE_BZIP2=	yes
-USE_GNOME=	gnomehack gtk20
+USES=		tar:bzip2 pkgconfig pathfix
+USE_GNOME=	gtk20
 WANT_GNOME=	yes
 WANT_SDL=	yes
 GNU_CONFIGURE=	yes
@@ -24,6 +22,7 @@ CONFIGURE_ARGS=	--disable-optimization -
 		--without-arts
 
 PLIST_FILES=	bin/mhwaveedit \
+		man/man1/mhwaveedit.1.gz \
 		share/locale/de/LC_MESSAGES/mhwaveedit.mo \
 		share/locale/es/LC_MESSAGES/mhwaveedit.mo \
 		share/locale/fr/LC_MESSAGES/mhwaveedit.mo \
@@ -35,8 +34,6 @@ PLIST_FILES=	bin/mhwaveedit \
 		share/applications/mhwaveedit.desktop \
 		share/pixmaps/mhwaveedit.xpm
 
-MAN1=		mhwaveedit.1
-
 OPTIONS_DEFINE=	DOUBLE_SAMPLES SNDFILE SAMPLERATE OSS \
 		PORTAUDIO SDL JACK \
 		ESD PULSEAUDIO LADSPA
@@ -105,7 +102,7 @@ CONFIGURE_ARGS+=	--without-esound
 .endif
 
 .if ${PORT_OPTIONS:MPULSEAUDIO}
-LIBS_DEPENDS+=	pulse.0:${PORTSDIR}/audio/pulseaudio
+LIBS_DEPENDS+=	libpulse.so:${PORTSDIR}/audio/pulseaudio
 CONFIGURE_ARGS+=	--with-pulse
 .else
 CONFIGURE_ARGS+=	--without-pulse


More information about the svn-ports-all mailing list