Skip site navigation (1)Skip section navigation (2)
Date:      30 Jul 1999 13:09:55 -0000
From:      Jos Backus <Jos.Backus@nl.origin-it.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12889: Port graphics/gd installs include files in wrong place
Message-ID:  <19990730130955.9299.qmail@hal.mpn.cp.philips.com>

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

>Number:         12889
>Category:       ports
>Synopsis:       graphics/gd's includes should install into $PREFIX/include/gd
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 30 06:20:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Jos Backus
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Origin B.V.
>Environment:

	Ports tree as of today, graphics/gd version 1.6.2.

>Description:

	A ``make install'' in /usr/ports/graphics/gd installs the header files
	in $PREFIX/include instead of $PREFIX/include/gd. Among others, this
	breaks the net/mrtg port as it looks for those header files in
	$PREFIX/include/gd, which is where the gd-1.3 version of the port used
	to install them.

>How-To-Repeat:

	On a system without the graphics/gd port installed, do:

	# cd /usr/ports/net/mrtg
	# make ; make install

>Fix:
	
	Adding ``CONFIGURE_ARGS= --includedir $PREFIX/gd'' to the Makefile
	doesn't cut it as that applies to the build include path, not the
	install path. So I have no ideas offhand, sorry.


>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?19990730130955.9299.qmail>