Date: Tue, 8 Apr 2014 08:08:31 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350584 - head/audio/patchage Message-ID: <201404080808.s3888VLU093407@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Tue Apr 8 08:08:31 2014 New Revision: 350584 URL: http://svnweb.freebsd.org/changeset/ports/350584 QAT: https://qat.redports.org/buildarchive/r350584/ Log: - Add staging support - Convert to USES=tar:bzip2 Modified: head/audio/patchage/Makefile head/audio/patchage/pkg-plist Modified: head/audio/patchage/Makefile ============================================================================== --- head/audio/patchage/Makefile Tue Apr 8 07:41:39 2014 (r350583) +++ head/audio/patchage/Makefile Tue Apr 8 08:08:31 2014 (r350584) @@ -22,14 +22,10 @@ LIB_DEPENDS= libjack.so:${PORTSDIR}/audi libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \ libflowcanvas.so:${PORTSDIR}/x11-toolkits/flowcanvas -USES= pkgconfig -NO_STAGE= yes -USE_BZIP2= yes +USES= pkgconfig tar:bzip2 USE_PYTHON_BUILD=yes INSTALLS_ICONS= yes -MAN1= patchage.1 - CFLAGS+= -I${LOCALBASE}/include .include <bsd.port.pre.mk> @@ -54,6 +50,6 @@ do-build: @(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} ${WAF_JOBS} build) do-install: - @(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} install) + @(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} --destdir=${STAGEDIR} install) .include <bsd.port.post.mk> Modified: head/audio/patchage/pkg-plist ============================================================================== --- head/audio/patchage/pkg-plist Tue Apr 8 07:41:39 2014 (r350583) +++ head/audio/patchage/pkg-plist Tue Apr 8 08:08:31 2014 (r350584) @@ -1,4 +1,5 @@ bin/patchage +man/man1/patchage.1.gz share/applications/patchage.desktop share/icons/hicolor/128x128/apps/patchage.png share/icons/hicolor/16x16/apps/patchage.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404080808.s3888VLU093407>