From linimon@lonesome.com  Wed Jul  9 14:32:23 2003
Return-Path: <linimon@lonesome.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 077BF37B40A
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed,  9 Jul 2003 14:32:23 -0700 (PDT)
Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 53DE043FCB
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed,  9 Jul 2003 14:32:22 -0700 (PDT)
	(envelope-from linimon@lonesome.com)
Received: from lonesome.lonesome.com (cs242746-11.austin.rr.com [24.27.46.11])
	(using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
	(No client certificate requested)
	by mail.soaustin.net (Postfix) with ESMTP
	id F03BD140CD; Wed,  9 Jul 2003 16:32:20 -0500 (CDT)
Received: from lonesome.lonesome.com (localhost.lonesome.com [127.0.0.1])
	by lonesome.lonesome.com (8.12.9/8.12.3) with ESMTP id h69LZvNa035060;
	Wed, 9 Jul 2003 16:35:57 -0500 (CDT)
	(envelope-from linimon@lonesome.lonesome.com)
Received: (from linimon@localhost)
	by lonesome.lonesome.com (8.12.9/8.12.6/Submit) id h69LZuq7035059;
	Wed, 9 Jul 2003 16:35:56 -0500 (CDT)
	(envelope-from linimon)
Message-Id: <200307092135.h69LZuq7035059@lonesome.lonesome.com>
Date: Wed, 9 Jul 2003 16:35:56 -0500 (CDT)
From: Mark Linimon <linimon@lonesome.com>
Reply-To:
To: FreeBSD-gnats-submit@FreeBSD.org
Cc: sysadmin@alexdupre.com
Subject: [patch][non-maintainer] add identification to php4 configuration dialog
X-Send-Pr-Version: 3.113.1
X-GNATS-Notify:

>Number:         54283
>Category:       ports
>Synopsis:       [patch] [non-maintainer] add identification to php4 configuration dialog
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 09 14:40:05 PDT 2003
>Closed-Date:    Thu Jul 31 00:57:30 PDT 2003
>Last-Modified:  Wed Jan 14 20:31:56 UTC 2009
>Originator:     Mark Linimon
>Release:        FreeBSD-4.7
>Organization:
FreeBSD
>Environment:
System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386
>Description:
	One irritation with using portupgrade -a is that you are
	suddenly confronted with configuration dialogs for which
	you don't know the port.  This adds one such label.
>How-To-Repeat:
	make install
>Fix:

--- php4/scripts/configure.php.dist	Tue Jul  8 14:11:20 2003
+++ php4/scripts/configure.php	Wed Jul  9 16:09:41 2003
@@ -16,7 +16,7 @@
 			export $i
 		done
 	fi
-	/usr/bin/dialog --title "configuration options" --clear --checklist "\n\
+	/usr/bin/dialog --title "php4 configuration options" --clear --checklist "\n\
 Please select desired options:" -1 -1 16 \
 BCMATH		"bc style precision math functions" ${WITH_BCMATH:-OFF} \
 BZIP2		"bzip2 library support" ${WITH_BZIP2:-OFF} \
>Release-Note:
>Audit-Trail:

From: Alex Dupre <sysadmin@alexdupre.com>
To: freebsd-gnats-submit@FreeBSD.org, linimon@lonesome.com
Cc:  
Subject: Re: ports/54283: [patch][non-maintainer] add identification to php4 configuration dialog
Date: Thu, 10 Jul 2003 09:45:00 +0200

 I'll fix it during the next php upgrade.
 
 -- 
 Alex Dupre                             sysadmin@alexdupre.com
 http://www.alexdupre.com/              alex@sm.FreeBSD.org
 
 Today's excuse: Root name servers corrupted.
 
State-Changed-From-To: open->closed 
State-Changed-By: nork 
State-Changed-When: Thu Jul 31 00:57:15 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

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