svn commit: r341853 - in head/audio: rubberband vamp-plugin-sdk

Martin Wilke miwi at FreeBSD.org
Thu Jan 30 15:58:10 UTC 2014


Author: miwi
Date: Thu Jan 30 15:58:09 2014
New Revision: 341853
URL: http://svnweb.freebsd.org/changeset/ports/341853
QAT: https://qat.redports.org/buildarchive/r341853/

Log:
  - Stage support

Modified:
  head/audio/rubberband/Makefile
  head/audio/vamp-plugin-sdk/Makefile

Modified: head/audio/rubberband/Makefile
==============================================================================
--- head/audio/rubberband/Makefile	Thu Jan 30 15:51:08 2014	(r341852)
+++ head/audio/rubberband/Makefile	Thu Jan 30 15:58:09 2014	(r341853)
@@ -20,7 +20,6 @@ LIB_DEPENDS=	libsndfile.so:${PORTSDIR}/a
 RUN_DEPENDS=	${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
 
 USES=		gmake pkgconfig
-NO_STAGE=	yes
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes

Modified: head/audio/vamp-plugin-sdk/Makefile
==============================================================================
--- head/audio/vamp-plugin-sdk/Makefile	Thu Jan 30 15:51:08 2014	(r341852)
+++ head/audio/vamp-plugin-sdk/Makefile	Thu Jan 30 15:58:09 2014	(r341853)
@@ -15,7 +15,6 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libsndfile.so:${PORTSDIR}/audio/libsndfile
 
 GNU_CONFIGURE=	yes
-NO_STAGE=	yes
 USES=		gmake pkgconfig
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list