Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Nov 2002 22:34:44 -0600 (CST)
From:      "Matthew D.Fuller" <fullermd@over-yonder.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45536: mkhtmlindex may not be locateable
Message-ID:  <20021120043444.8D0831F34@mortis.over-yonder.net>

next in thread | raw e-mail | index | archive | help

>Number:         45536
>Category:       ports
>Synopsis:       mkhtmlindex may not be locateable
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 20 11:20:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Matthew D. Fuller
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD mortis.sighup.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Mon Sep 9 00:51:05 CDT 2002 fullermd@mortis.sighup.org:/usr/obj/usr/src/sys/MORTIS i386


	
>Description:
	When you're installing a fresh system, and building X out of ports,
	it has to install down from scratch.  The /usr/ports/devel/imake-4
	port is  one of the first pieces.  Its' post-install: target in the
	Makefile runs ${MKHTMLINDEX}, which resolves out to 'mkhtmlindex'.
	But, your path may not include /usr/X11R6/bin, especially since it
	may not have existed when your shell cached its paths.

>How-To-Repeat:
	Install a fresh system.
	(cd /usr/ports/x11/XFree86-4 && make all install)

>Fix:
	I'm not sure this is the BEST fix, but it should work in 'many'
	cases.

Index: bsd.port.mk
===================================================================
RCS file: /usr/cvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.432
diff -u -r1.432 bsd.port.mk
--- bsd.port.mk	18 Nov 2002 09:30:52 -0000	1.432
+++ bsd.port.mk	20 Nov 2002 04:27:09 -0000
@@ -1099,7 +1099,7 @@
 AUTOCONF_DIR?=		${LOCALBASE}/share/autoconf213/autoconf
 LIBTOOL?=		libtool
 XMKMF?=			xmkmf -a
-MKHTMLINDEX?=		mkhtmlindex
+MKHTMLINDEX?=		${X11BASE}/bin/mkhtmlindex
 .if exists(/sbin/md5)
 MD5?=			/sbin/md5
 .elif exists(/bin/md5)
>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?20021120043444.8D0831F34>