Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 May 2005 11:28:59 -0700 (PDT)
From:      John Nielsen <john@jnielsen.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        john@jnielsen.net
Subject:   ports/81077: www/gallery silently assumes that GALLERYDIR is relative to ${LOCAL}
Message-ID:  <200505151828.j4FISxTZ013245@ns1.jnielsen.net>
Resent-Message-ID: <200505151830.j4FIUAnJ072026@freefall.freebsd.org>

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

>Number:         81077
>Category:       ports
>Synopsis:       www/gallery silently assumes that GALLERYDIR is relative to ${LOCAL}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 15 18:30:08 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     John Nielsen
>Release:        FreeBSD 4.9-RELEASE-p13-jc2 i386
>Organization:
>Environment:
System: FreeBSD ns1.jnielsen.net 4.9-RELEASE-p13-jc2 FreeBSD 4.9-RELEASE-p13-jc2 #8: Thu Dec 9 00:18:40 PST 2004 user@jail16.johncompanies.com:/usr/obj/usr/src/sys/jail16 i386


	
>Description:
	When overriding the destination of the www/gallery port with the
GALLERYDIR make variable, the port assumes the given path to be relative to
/usr/local (or whatever the local directory is set to), even if the value
of the variable begins with a slash.
>How-To-Repeat:
	
cd /usr/ports/www/gallery ; make GALLERYDIR=/usr/phpapps/gallery install clean
(the port will be installed to /usr/local/usr/phpapps/gallery)
>Fix:

	
Either change the Makefile to allow for fully qualified pathnames, or document the
fact that the variable is relative to ${LOCAL}.

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505151828.j4FISxTZ013245>