Date: Fri, 29 Mar 2002 18:19:30 -0500 From: Dave Chapeskie <bsdport@ddm.wox.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/36512: Doxygen 1.2.14: plist fix Message-ID: <20020329231930.GA12419@ddm.wox.org>
next in thread | raw e-mail | index | archive | help
>Number: 36512 >Category: ports >Synopsis: Doxygen 1.2.14: plist fix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Mar 29 15:20:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Dave Chapeskie >Release: FreeBSD 4.5-STABLE i386 >Organization: DDM Consulting >Environment: System: FreeBSD rama.ddm.wox.org 4.5-STABLE FreeBSD 4.5-STABLE #0: Sat Mar 2 16:42:36 EST 2002 dchapes@rama.ddm.wox.org:/stripe0/usr/obj/stripe0/usr/src/sys/RAMA i386 >Description: A few plist errors have crept in when not building the DVI, PS, and PDF doxygen documentation (the default). I'm not sure if this change deserves a PORTREVISION bump or not. >How-To-Repeat: >Fix: 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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020329231930.GA12419>