Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2013 09:24:24 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329876 - head/audio/taglib
Message-ID:  <201310090924.r999OOAd056548@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Wed Oct  9 09:24:24 2013
New Revision: 329876
URL: http://svnweb.freebsd.org/changeset/ports/329876

Log:
  - Support staging
  - Use options helpers
  - Use new LIB_DEPENDS syntax

Modified:
  head/audio/taglib/Makefile

Modified: head/audio/taglib/Makefile
==============================================================================
--- head/audio/taglib/Makefile	Wed Oct  9 08:24:40 2013	(r329875)
+++ head/audio/taglib/Makefile	Wed Oct  9 09:24:24 2013	(r329876)
@@ -14,25 +14,19 @@ LICENSE=	LGPL21 MPL
 LICENSE_COMB=	dual
 LICENSE_FILE_MPL=	${WRKSRC}/COPYING.MPL
 
-OPTIONS_DEFINE=	RCC
-
-RCC_DESC=	Build with RusXMMS librcc patches (experimental)
-
 USES=		cmake
-NO_STAGE=	yes
 CMAKE_ARGS=	-DWITH_ASF:BOOL=ON \
 		-DWITH_MP4:BOOL=ON
 USE_LDCONFIG=	yes
 
-.include <bsd.port.options.mk>
+OPTIONS_DEFINE=	RCC
+OPTIONS_SUB=	yes
 
-.if ${PORT_OPTIONS:MRCC}
-EXTRA_PATCHES+=	${FILESDIR}/extrapatch-rcc
-LIB_DEPENDS+=	rcc:${PORTSDIR}/devel/librcc
-PLIST_SUB+=	RCC=""
-.else
-PLIST_SUB+=	RCC="@comment "
-.endif
+RCC_DESC=		Build with RusXMMS librcc patches (experimental)
+RCC_EXTRA_PATCHES=	${FILESDIR}/extrapatch-rcc
+RCC_LIB_DEPENDS=	librcc.so:${PORTSDIR}/devel/librcc
+
+.include <bsd.port.options.mk>
 
 post-patch:
 .if ${PORT_OPTIONS:MRCC}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310090924.r999OOAd056548>