FreeBSD Bugzilla – Attachment 127405 Details for
Bug 171238
[MAINTAINER] devel/gwenhywfar finance/aqbanking: Fix DOCS option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
2012-09-01-gwenhywfar.diff
2012-09-01-gwenhywfar.diff (text/plain), 2.08 KB, created by
Jason E. Hale
on 2012-09-02 02:10:08 UTC
(
hide
)
Description:
2012-09-01-gwenhywfar.diff
Filename:
MIME Type:
Creator:
Jason E. Hale
Created:
2012-09-02 02:10:08 UTC
Size:
2.08 KB
patch
obsolete
>Index: finance/aqbanking/Makefile >=================================================================== >--- finance/aqbanking/Makefile (revision 303524) >+++ finance/aqbanking/Makefile (working copy) >@@ -14,7 +14,7 @@ > LIB_DEPENDS= gwenhywfar:${PORTSDIR}/devel/gwenhywfar \ > gmp:${PORTSDIR}/math/gmp > >-OPTIONS_DEFINE= DOCS KTOBLZCHECK PAYPAL >+OPTIONS_DEFINE= DOXYGEN KTOBLZCHECK PAYPAL > OPTIONS_DEFAULT= KTOBLZCHECK > > KTOBLZCHECK_DESC= Enable KtoBlzCheck support >@@ -41,7 +41,7 @@ > > .include <bsd.port.options.mk> > >-.if ${PORT_OPTIONS:MDOCS} >+.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN} > BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen \ > dot:${PORTSDIR}/graphics/graphviz > CONFIGURE_ARGS+=--enable-full-doc >@@ -64,12 +64,12 @@ > ${WRKSRC}/Makefile.in > > post-build: >-.if ${PORT_OPTIONS:MDOCS} >+.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN} > @cd ${WRKSRC} && ${GMAKE} srcdoc > .endif > > post-install: >-.if ${PORT_OPTIONS:MDOCS} >+.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN} > ${MKDIR} ${DOCSDIR}/apidoc > cd ${WRKSRC}/apidoc && \ > ${COPYTREE_SHARE} \* ${DOCSDIR}/apidoc >Index: devel/gwenhywfar/Makefile >=================================================================== >--- devel/gwenhywfar/Makefile (revision 303524) >+++ devel/gwenhywfar/Makefile (working copy) >@@ -15,7 +15,7 @@ > gnutls:${PORTSDIR}/security/gnutls > > .if !defined(SLAVEPORT) >-OPTIONS_DEFINE= DOC MEMDEBUG >+OPTIONS_DEFINE= DOXYGEN MEMDEBUG > > MEMDEBUG_DESC= Enable memory debugger statistic > .endif >@@ -40,7 +40,7 @@ > > .include <bsd.port.options.mk> > >-.if ${PORT_OPTIONS:MDOC} >+.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN} > BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen \ > dot:${PORTSDIR}/graphics/graphviz > CONFIGURE_ARGS+=--enable-full-doc >@@ -79,12 +79,12 @@ > .endif > > post-build: >-.if ${PORT_OPTIONS:MDOC} >+.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN} > @cd ${WRKSRC} && ${GMAKE} srcdoc > .endif > > post-install: >-.if ${PORT_OPTIONS:MDOC} >+.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN} > ${MKDIR} ${DOCSDIR}/apidoc > cd ${WRKSRC}/apidoc && \ > ${COPYTREE_SHARE} \* ${DOCSDIR}/apidoc
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 171238
: 127405