Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jul 2003 16:35:56 -0500 (CDT)
From:      Mark Linimon <linimon@lonesome.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sysadmin@alexdupre.com
Subject:   ports/54283: [patch][non-maintainer] add identification to php4 configuration dialog
Message-ID:  <200307092135.h69LZuq7035059@lonesome.lonesome.com>
Resent-Message-ID: <200307092140.h69Le5PL051606@freefall.freebsd.org>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 09 14:40:05 PDT 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307092135.h69LZuq7035059>