FreeBSD Bugzilla – Attachment 125883 Details for
Bug 169577
[MAINTAINER] audio/taglib: Convert to optionsNG
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
2012-07-01-taglib.diff
2012-07-01-taglib.diff (text/plain), 1.03 KB, created by
Jason E. Hale
on 2012-07-01 14:10:10 UTC
(
hide
)
Description:
2012-07-01-taglib.diff
Filename:
MIME Type:
Creator:
Jason E. Hale
Created:
2012-07-01 14:10:10 UTC
Size:
1.03 KB
patch
obsolete
>diff -ruN taglib.orig/Makefile taglib/Makefile >--- taglib.orig/Makefile 2012-07-01 08:53:21.000000000 -0400 >+++ taglib/Makefile 2012-07-01 08:59:20.000000000 -0400 >@@ -19,27 +19,29 @@ > LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL > LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL > >+OPTIONS_DEFINE= RCC >+ >+RCC_DESC= Build with RusXMMS librcc patches (experimental) >+ > USE_CMAKE= yes > CMAKE_ARGS= -DWITH_ASF:BOOL=ON \ > -DWITH_MP4:BOOL=ON > MAKE_JOBS_SAFE= yes > USE_LDCONFIG= yes > >-OPTIONS= RCC "Build with RusXMMS librcc patches (experimental)" off >- > .include <bsd.port.options.mk> > >-.if defined(WITH_RCC) >+.if ${PORT_OPTIONS:MRCC} > PKGNAMESUFFIX= -rcc > EXTRA_PATCHES+= ${FILESDIR}/extrapatch-rcc >-LIB_DEPENDS+= rcc.2:${PORTSDIR}/devel/librcc >+LIB_DEPENDS+= rcc:${PORTSDIR}/devel/librcc > PLIST_SUB+= RCC="" > .else > PLIST_SUB+= RCC="@comment " > .endif > > post-patch: >-.if defined(WITH_RCC) >+.if ${PORT_OPTIONS:MRCC} > @${REINPLACE_CMD} -e 's|-ltag|-ltag -lrcc|g' \ > ${WRKSRC}/taglib.pc.cmake ${WRKSRC}/taglib-config.cmake \ > ${WRKSRC}/bindings/c/taglib_c.pc.cmake
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 169577
: 125883