From owner-freebsd-ports Fri Feb 1 10: 0:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 29CEB37B41A for ; Fri, 1 Feb 2002 10:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g11I02344722; Fri, 1 Feb 2002 10:00:02 -0800 (PST) (envelope-from gnats) Received: from rwcrmhc54.attbi.com (rwcrmhc54.attbi.com [216.148.227.87]) by hub.freebsd.org (Postfix) with ESMTP id 807E137B419 for ; Fri, 1 Feb 2002 09:53:09 -0800 (PST) Received: from bmah.dyndns.org ([12.233.149.189]) by rwcrmhc54.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020201175308.XSYH7443.rwcrmhc54.attbi.com@bmah.dyndns.org> for ; Fri, 1 Feb 2002 17:53:08 +0000 Received: (from bmah@localhost) by bmah.dyndns.org (8.11.6/8.11.6) id g11Hr8P70153; Fri, 1 Feb 2002 09:53:08 -0800 (PST) (envelope-from bmah) Message-Id: <200202011753.g11Hr8P70153@bmah.dyndns.org> Date: Fri, 1 Feb 2002 09:53:08 -0800 (PST) From: "Bruce A. Mah" Reply-To: "Bruce A. Mah" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/34533: x11-fonts/webfonts installs to wrong ${PREFIX} Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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