Date: Sun, 19 Sep 2004 17:08:12 +0800 (CST) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: x11@FreeBSD.org Subject: ports/71903: [PATCH] devel/imake: fix PLIST for MKHTMLINDEX Message-ID: <20040919090812.A449D3E9CFC@utopia.leeym.com> Resent-Message-ID: <200409190910.i8J9AOlv008093@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 71903 >Category: ports >Synopsis: [PATCH] devel/imake: fix PLIST for MKHTMLINDEX >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 19 09:10:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.3-BETA4 i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 5.3-BETA4 FreeBSD 5.3-BETA4 #7: Mon Sep 13 05:12:30 CST 2004 >Description: - define MKHTMLINDEX to make this port PREFIX clean. - add manindex1.html into PLIST (manindex1.html is generated by mkhtmlindex, so it should be consider as a part of imake-6, otherwise all ports defined USE_IMAKE will be listed in EXTRA report for "usr/X11R6/lib/X11/doc/html/manindex1.html") Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: http://pointyhat.freebsd.org/errorlogs/i386-5-full-logs/extras.html >Fix: --- imake-6.7.0_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/imake-6/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 23 Jul 2004 23:45:10 -0000 1.5 +++ Makefile 19 Sep 2004 08:59:44 -0000 @@ -51,6 +51,7 @@ xmkmf.1 MANCOMPRESSED= yes INSTALL_TARGET= install install.man +MKHTMLINDEX= ${PREFIX}/bin/mkhtmlindex pre-configure: @${REINPLACE_CMD} -e 's|%%PTHREAD_CFLAGS%%|${PTHREAD_CFLAGS}|g ; \ Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/devel/imake-6/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 19 Jun 2004 05:36:37 -0000 1.1 +++ pkg-plist 19 Sep 2004 08:59:44 -0000 @@ -130,6 +130,7 @@ lib/X11/doc/html/makedepend.1.html lib/X11/doc/html/makeg.1.html lib/X11/doc/html/makestrs.1.html +lib/X11/doc/html/manindex1.html lib/X11/doc/html/mergelib.1.html lib/X11/doc/html/mkdirhier.1.html lib/X11/doc/html/mkhtmlindex.1.html @@ -137,3 +138,4 @@ lib/X11/doc/html/revpath.1.html lib/X11/doc/html/rman.1.html lib/X11/doc/html/xmkmf.1.html +@dirrm lib/X11/doc/html --- imake-6.7.0_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040919090812.A449D3E9CFC>