Date: Sun, 2 Dec 2001 14:29:34 -0800 (PST) From: Peter Hollaubek <fifteen@inext.hu> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/32444: www/mod_php4: ctype support Message-ID: <200112022229.fB2MTYe56149@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 32444 >Category: ports >Synopsis: www/mod_php4: ctype support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Dec 02 14:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Peter Hollaubek >Release: 4.4-STABLE FreeBSD i386 >Organization: >Environment: FreeBSD watcher.world84.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Thu Nov 29 22:49:40 CET 2001 root@watcher.world84.net:/usr/src/sys/compile/FIF i386 >Description: add ctype support switch to the configure.php script >How-To-Repeat: N/A >Fix: diff -rNub mod_php4.orig/scripts/configure.php mod_php4/scripts/configure.php --- mod_php4.orig/scripts/configure.php Sun Dec 2 22:31:05 2001 +++ mod_php4/scripts/configure.php Sun Dec 2 22:32:22 2001 @@ -53,6 +53,7 @@ sysvsem "System V semaphore support" OFF \ sysvshm "System V shared memory support" OFF \ transsid "Transparent session id" OFF \ +ctype "ctype support (experimental)" OFF \ 2> $tempfile retval=$? @@ -292,6 +293,9 @@ ;; \"transsid\") echo "CONFIGURE_ARGS+=--enable-trans-sid" + ;; + \"ctype\") + echo "CONFIGURE_ARGS+=--enable-ctype" ;; *) echo "Invalid option(s): $*" > /dev/stderr >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?200112022229.fB2MTYe56149>