From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 19 09:10:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDDB416A4E8 for ; Sun, 19 Sep 2004 09:10:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A84E043D41 for ; Sun, 19 Sep 2004 09:10:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8J9AOlD008094 for ; Sun, 19 Sep 2004 09:10:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8J9AOlv008093; Sun, 19 Sep 2004 09:10:24 GMT (envelope-from gnats) Resent-Date: Sun, 19 Sep 2004 09:10:24 GMT Resent-Message-Id: <200409190910.i8J9AOlv008093@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E93F116A4CE; Sun, 19 Sep 2004 09:08:27 +0000 (GMT) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E10F43D1F; Sun, 19 Sep 2004 09:08:27 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id D7A293E9CFD; Sun, 19 Sep 2004 17:08:26 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26070-01; Sun, 19 Sep 2004 17:08:15 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id A449D3E9CFC; Sun, 19 Sep 2004 17:08:12 +0800 (CST) Message-Id: <20040919090812.A449D3E9CFC@utopia.leeym.com> Date: Sun, 19 Sep 2004 17:08:12 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: x11@FreeBSD.org Subject: ports/71903: [PATCH] devel/imake: fix PLIST for MKHTMLINDEX X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Sep 2004 09:10:25 -0000 >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: