FreeBSD Bugzilla – Attachment 70717 Details for
Bug 103115
[PATCH] devel/gwenhywfar - Request doxygen off by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gwenhywfar.diff
gwenhywfar.diff (text/x-patch), 831 bytes, created by
Michael Johnson
on 2006-09-10 23:46:47 UTC
(
hide
)
Description:
gwenhywfar.diff
Filename:
MIME Type:
Creator:
Michael Johnson
Created:
2006-09-10 23:46:47 UTC
Size:
831 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/devel/gwenhywfar/Makefile,v >retrieving revision 1.3 >diff -u -r1.3 Makefile >--- Makefile 23 Feb 2006 10:35:44 -0000 1.3 >+++ Makefile 10 Sep 2006 22:00:22 -0000 >@@ -35,7 +35,7 @@ > plugindescr.xsd.in \ > testdialog.xml > >-.if !defined(NOPORTDOCS) >+.if defined(PORTDOCS) > BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen > ALL_TARGET+= srcdoc > PORTDOCS=* >@@ -60,10 +60,12 @@ > .for file in ${EXAMPLE_FILES} > ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${EXAMPLESDIR} > .endfor >+.if defined(PORTDOCS) > ${MKDIR} ${DOCSDIR} > @cd ${WRKSRC} && ${FIND} apidoc -mindepth 1 \! -type d \ > -exec ${ECHO_CMD} "{} -> ${DOCSDIR}/{}" \; \ > -exec ${INSTALL_DATA} ${WRKSRC}/{} ${DOCSDIR} \; > .endif >+.endif > > .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 103115
:
70715
|
70716
| 70717