FreeBSD Bugzilla – Attachment 114753 Details for
Bug 156462
Add OPTION to disable phonon support to misc/qt4-qtconfig
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.12 KB, created by
Doug Barton
on 2011-04-18 03:40:05 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Doug Barton
Created:
2011-04-18 03:40:05 UTC
Size:
1.12 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/misc/qt4-qtconfig/Makefile,v >retrieving revision 1.18 >diff -u -r1.18 Makefile >--- Makefile 2 Dec 2010 19:47:12 -0000 1.18 >+++ Makefile 18 Apr 2011 02:30:48 -0000 >@@ -13,14 +13,14 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= Qt graphical configuration utility > >+OPTIONS= PHONON "Add support for Qt phonon (implies gstreamer)" on >+ > USE_QT_VER= 4 > QT_COMPONENTS= qmake_build moc_build rcc_build uic_build qt3support corelib \ >- gui sql xml phonon phonon-gst >+ gui sql xml > QT_NONSTANDARD= yes > QT_DIST= yes > >-USE_GSTREAMER= yes >- > HAS_CONFIGURE= yes > > ALL_TARGET= first >@@ -40,6 +40,13 @@ > EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}' > .endfor > >+.include <bsd.port.pre.mk> >+ >+.if !defined(WITHOUT_PHONON) >+QT_COMPONENTS+= phonon phonon-gst >+USE_GSTREAMER= yes >+.endif >+ > BUILD_WRKSRC= ${WRKSRC}/tools/${PORTNAME} > INSTALL_WRKSRC= ${BUILD_WRKSRC} > >@@ -55,4 +62,4 @@ > ${LN} -sf ${LOCALBASE}/bin/uic-qt4 ${WRKSRC}/bin/uic > ${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/bin/rcc > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk>
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 156462
: 114753