Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Feb 2002 23:30:26 +0900 (JST)
From:      Kazutoshi Kubota <tu7k-kbt@asahi-net.or.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34611: www/fcgi is not LOCALBASE clean
Message-ID:  <20020204.233026.97345989.tu7k-kbt@asahi-net.or.jp>

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

>Number:         34611
>Category:       ports
>Synopsis:       www/fcgi is not LOCALBASE clean
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 04 06:40:08 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Kazutoshi Kubota
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
CBUG - Tokyo west area BSD Users Group
>Environment:
System: FreeBSD flea.willbe6.org 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Thu Jan 31 06:58:15 GMT 2002 root@flea.willbe6.org:/usr/obj/usr/src/sys/AVENTURE i386

>Description:
prefix is always set to /usr/local by configure, whether --prefix is
specified or not.

>How-To-Repeat:
set $LOCALBASE to /opt or others, then make configure and see
$WRKSRC/Makefile.

>Fix:
diff -urN fcgi.orig/files/patch-ac fcgi/files/patch-ac
--- fcgi.orig/files/patch-ac	Thu Jan  1 09:00:00 1970
+++ fcgi/files/patch-ac	Mon Feb  4 23:00:38 2002
@@ -0,0 +1,11 @@
+--- configure.orig	Mon Feb  4 22:16:38 2002
++++ configure	Mon Feb  4 22:20:29 2002
+@@ -2132,7 +2132,7 @@
+     EXPORTS_COMMON=$EXPORTS_ROOT/$SUBSYSTEM/$VERSION/common
+   fi
+ else
+-  EXPORTS_ROOT=/usr/local
++  EXPORTS_ROOT=$prefix
+   EXPORTS_PREFIX=$EXPORTS_ROOT
+   EXPORTS_COMMON=$EXPORTS_ROOT
+ fi
>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?20020204.233026.97345989.tu7k-kbt>