Bug 41987

Summary: imake-4 build fails with altered X11BASE
Product: Ports & Packages Reporter: dominic_marks <dominic_marks>
Component: Individual Port(s)Assignee: Eric Anholt <anholt>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description dominic_marks 2002-08-25 00:20:01 UTC
	I have the following in /etc/make.conf:
	
	LOCALBASE=/usr/pkg
	X11BASE=/usr/x11
	XFREE86_VERSION=4
	
	When attempting to compile XFree86-4 the build will fail in the
	dependancies, in this case imake-4. The reason is that it
	attempts to use 'mkhtmlindex' but does not specify and absolute
	path for its location post-install. This assumption is made in
	bsd.port.mk. Changing the location of $MKHTMLINDEX in this file
	to its absolute location makes the build complete successfully
	in imake-4 and the XFree86-4 build continue without problems.

	I think this is a bug. Comments?

How-To-Repeat: 	echo "X11BASE=/usr/x11" >> /etc/make.conf
	cd ${PORTSDIR}/x11/XFree86-4 && make install
Comment 1 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2002-08-25 02:56:04 UTC
Responsible Changed
From-To: freebsd-ports->anholt

Over to maintainer(s)
Comment 2 Eric Anholt freebsd_committer freebsd_triage 2002-11-24 23:41:37 UTC
State Changed
From-To: open->closed

Oops, had forgotten about this pr and submitted the same patch to portmgr with 
ports/45549.