Date: Sun, 11 May 2014 14:34:22 +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: r353702 - head/audio/mhwaveedit Message-ID: <201405111434.s4BEYMsY010232@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405111434.s4BEYMsY010232>