FreeBSD Bugzilla – Attachment 20715 Details for
Bug 36512
Doxygen 1.2.14: plist fix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.63 KB, created by
bsdport
on 2002-03-29 23:20:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
bsdport
Created:
2002-03-29 23:20:02 UTC
Size:
2.63 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /cvs/FreeBSD/ports/devel/doxygen/Makefile,v >retrieving revision 1.17 >diff -u -r1.17 Makefile >--- Makefile 15 Mar 2002 04:13:23 -0000 1.17 >+++ Makefile 29 Mar 2002 23:01:13 -0000 >@@ -74,7 +74,8 @@ > ${INSTALL_PROGRAM} ${WRKSRC}/bin/doxywizard ${PREFIX}/bin > .ifndef NOPORTDOCS > ${MKDIR} ${PREFIX}/share/doc/doxygen/html >- ${INSTALL_DATA} ${WRKSRC}/html/* ${PREFIX}/share/doc/doxygen/html >+ ${TAR} -C ${WRKSRC} --exclude '*/_*' -cf - html | \ >+ ${TAR} -C ${PREFIX}/share/doc/doxygen --unlink -xf - > ${TAR} -C ${WRKSRC} --exclude '*/Makefile*' --exclude '*.dot' -cf - examples | \ > ${TAR} -C ${PREFIX}/share/doc/doxygen --unlink -xf - > .ifdef HAVE_LATEX >Index: pkg-plist >=================================================================== >RCS file: /cvs/FreeBSD/ports/devel/doxygen/pkg-plist,v >retrieving revision 1.7 >diff -u -r1.7 pkg-plist >--- pkg-plist 15 Mar 2002 04:13:23 -0000 1.7 >+++ pkg-plist 29 Mar 2002 23:16:11 -0000 >@@ -1,12 +1,19 @@ > bin/doxygen >-bin/doxytag > bin/doxysearch >+bin/doxytag > bin/doxywizard > %%PORTDOCS%%%%HAVE_LATEX%%share/doc/doxygen/archoverview.eps > %%PORTDOCS%%%%HAVE_LATEX%%share/doc/doxygen/doxygen_logo.eps > %%PORTDOCS%%%%HAVE_LATEX%%share/doc/doxygen/doxygen_manual.dvi > %%PORTDOCS%%%%HAVE_LATEX%%share/doc/doxygen/doxygen_manual.pdf > %%PORTDOCS%%%%HAVE_LATEX%%share/doc/doxygen/doxygen_manual.ps >+%%PORTDOCS%%%%HAVE_LATEX%%share/doc/doxygen/html/form_0.gif >+%%PORTDOCS%%%%HAVE_LATEX%%share/doc/doxygen/html/form_1.gif >+%%PORTDOCS%%%%HAVE_LATEX%%share/doc/doxygen/html/form_2.gif >+%%PORTDOCS%%%%HAVE_LATEX%%share/doc/doxygen/html/form_3.gif >+%%PORTDOCS%%%%HAVE_LATEX%%share/doc/doxygen/html/form_4.gif >+%%PORTDOCS%%%%HAVE_LATEX%%share/doc/doxygen/html/form_5.gif >+%%PORTDOCS%%%%HAVE_LATEX%%share/doc/doxygen/html/formula.repository > %%PORTDOCS%%share/doc/doxygen/examples/afterdoc.cfg > %%PORTDOCS%%share/doc/doxygen/examples/afterdoc.h > %%PORTDOCS%%share/doc/doxygen/examples/afterdoc/html/afterdoc_8h-source.html >@@ -319,13 +326,6 @@ > %%PORTDOCS%%share/doc/doxygen/html/external.html > %%PORTDOCS%%share/doc/doxygen/html/faq.html > %%PORTDOCS%%share/doc/doxygen/html/features.html >-%%PORTDOCS%%share/doc/doxygen/html/form_0.gif >-%%PORTDOCS%%share/doc/doxygen/html/form_1.gif >-%%PORTDOCS%%share/doc/doxygen/html/form_2.gif >-%%PORTDOCS%%share/doc/doxygen/html/form_3.gif >-%%PORTDOCS%%share/doc/doxygen/html/form_4.gif >-%%PORTDOCS%%share/doc/doxygen/html/form_5.gif >-%%PORTDOCS%%share/doc/doxygen/html/formula.repository > %%PORTDOCS%%share/doc/doxygen/html/formulas.html > %%PORTDOCS%%share/doc/doxygen/html/grouping.html > %%PORTDOCS%%share/doc/doxygen/html/history.html
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 36512
: 20715