[PATCH] devel/imake: fix PLIST for MKHTMLINDEX

Yen-Ming Lee leeym at FreeBSD.org
Sun Sep 19 02:08:28 PDT 2004


>Submitter-Id:	current-users
>Originator:	Yen-Ming Lee
>Organization:	FreeBSD Taiwan
>Confidential:	no 
>Synopsis:	[PATCH] devel/imake: fix PLIST for MKHTMLINDEX
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 5.3-BETA4 i386
>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 at 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
+ at dirrm lib/X11/doc/html
--- imake-6.7.0_2.patch ends here ---



More information about the freebsd-x11 mailing list