Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Feb 2002 09:53:08 -0800 (PST)
From:      "Bruce A. Mah" <bmah@freebsd.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34533: x11-fonts/webfonts installs to wrong ${PREFIX}
Message-ID:  <200202011753.g11Hr8P70153@bmah.dyndns.org>

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

>Number:         34533
>Category:       ports
>Synopsis:       x11-fonts/webfonts installs to wrong ${PREFIX}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 01 10:00:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Bruce A. Mah
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD intruder.bmah.org 4.5-STABLE FreeBSD 4.5-STABLE #10: Mon Jan 28 17:58:09 PST 2002 root@intruder.bmah.org:/usr/obj/usr/src/sys/NIMITZ i386


>Description:

The x11-fonts/webfonts port, which (as of webfonts-0.12) used to install
with a PREFIX of X11BASE, now appears to install with a PREFIX of 
LOCALBASE (as of webfonts-0.21).  

On my systems, X11BASE and LOCALBASE remain their default
values of /usr/X11R6 and /usr/local respectively.

>How-To-Repeat:

% cd /usr/ports/x11-fonts/webfonts
% make -V PREFIX
/usr/local
% grep USE_X_PREFIX Makefile
USE_X_PREFIX=   yes

By comparison, I'd expect something like this:

% cd /usr/ports/x11-fonts/mozilla-fonts
% make -V PREFIX
/usr/X11R6
% grep USE_X_PREFIX Makefile
USE_X_PREFIX=   true

For reference:

% cat /etc/make.conf
USA_RESIDENT=YES
KERNCONF=NIMITZ NAT GENERIC
OPENJADE=YES
XFREE86_VERSION=4
DOC_PREFIX=/usr/doc

>Fix:

>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?200202011753.g11Hr8P70153>