svn commit: r350594 - head/audio/slv2

Pawel Pekala pawel at FreeBSD.org
Tue Apr 8 10:22:16 UTC 2014


Author: pawel
Date: Tue Apr  8 10:22:15 2014
New Revision: 350594
URL: http://svnweb.freebsd.org/changeset/ports/350594
QAT: https://qat.redports.org/buildarchive/r350594/

Log:
  - Add staging support
  - Convert to USES=tar:bzip2

Modified:
  head/audio/slv2/Makefile

Modified: head/audio/slv2/Makefile
==============================================================================
--- head/audio/slv2/Makefile	Tue Apr  8 10:10:41 2014	(r350593)
+++ head/audio/slv2/Makefile	Tue Apr  8 10:22:15 2014	(r350594)
@@ -16,9 +16,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/lv2.
 LIB_DEPENDS=	libjack.so:${PORTSDIR}/audio/jack \
 		librdf.so:${PORTSDIR}/textproc/redland
 
-USES=		pkgconfig
-NO_STAGE=	yes
-USE_BZIP2=	yes
+USES=		pkgconfig tar:bzip2
 USE_PYTHON_BUILD=	yes
 USE_LDCONFIG=	yes
 
@@ -47,9 +45,10 @@ do-build:
 	@(cd ${WRKSRC} && ${PYTHON_CMD} waf ${WAF_VERBOSE} ${WAF_JOBS} build)
 
 do-install:
-	@(cd ${WRKSRC} && ${PYTHON_CMD} waf ${WAF_VERBOSE} install)
+	@(cd ${WRKSRC} && ${PYTHON_CMD} waf ${WAF_VERBOSE} \
+		--destdir=${STAGEDIR} install)
 .for file in lv2_inspect lv2_jack_host lv2_list lv2_simple_jack_host
-	@${STRIP_CMD} ${PREFIX}/bin/${file}
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${file}
 .endfor
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list