From nobody@FreeBSD.org  Mon Mar 25 13:56:41 2002
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id CB32537B400
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 25 Mar 2002 13:56:38 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.6/8.11.6) id g2PLucn20209;
	Mon, 25 Mar 2002 13:56:38 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200203252156.g2PLucn20209@freefall.freebsd.org>
Date: Mon, 25 Mar 2002 13:56:38 -0800 (PST)
From: John Hermes <jhermes@infoglobe.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: mod_php4 configure.php script options are ignored
X-Send-Pr-Version: www-1.0

>Number:         36314
>Category:       ports
>Synopsis:       mod_php4 configure.php script options are ignored
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    dirk
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 25 14:00:03 PST 2002
>Closed-Date:    Tue Apr 16 12:08:02 PDT 2002
>Last-Modified:  Tue Apr 16 12:08:02 PDT 2002
>Originator:     John Hermes
>Release:        4.5-STABLE (ports cvsup 200203025)
>Organization:
Infoglobe
>Environment:
FreeBSD mx.kakde.com 4.5-STABLE FreeBSD 4.5-STABLE #1: Sun Feb 10 07:19:52 EST 2002    jhermes@mx.kakde.com:/usr/obj/usr/src/sys/MX  i386
>Description:
When making www/mod_php4 port, user options selected through the configure.php script are ignored, leaving the default CONFIGURE_ARGS (as listed in the Makefile) intact.
>How-To-Repeat:
Build www/mod_php4 port on a system with Apache. Create a test PHP page
(<? phpinfo() ?>) and confirm that the configure commandline does not include additional user selections (e.g. --with-gettext).
>Fix:
1. make clean
2. make
3. Select desired options, press OK
4. mv Makefile.inc Makefile.local
5. make clean
6. make
7. press OK (Makefile.local stored desired selections)
8. make install
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->dirk 
Responsible-Changed-By: petef 
Responsible-Changed-When: Mon Mar 25 14:33:02 PST 2002 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=36314 

From: lwa@teaser.fr
To: freebsd-gnats-submit@FreeBSD.org, jhermes@infoglobe.com
Cc: lwa@teaser.fr
Subject: Re: ports/36314: mod_php4 configure.php script options%2
Date: Tue, 26 Mar 2002 18:50:13 +0100 (CET)

 Easyer Fix :
 
   make fetch && make install
 
 (the Makefile.inc file is created at the "fetch" stage)
State-Changed-From-To: open->closed 
State-Changed-By: dirk 
State-Changed-When: Tue Apr 16 12:07:36 PDT 2002 
State-Changed-Why:  
There was a bug in bsd.port.mk which was fixed meanwhile. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=36314 
>Unformatted:
