Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Apr 2001 15:25:03 +0200 (CEST)
From:      Slaven Rezic <eserte@vran.herceg.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26459: allow hyperwave configuration in php4
Message-ID:  <200104091325.PAA46239@vran.herceg.de>

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

>Number:         26459
>Category:       ports
>Synopsis:       allow hyperwave configuration in mod_php4
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 09 07:40:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Slaven Rezic
>Release:        FreeBSD 3.5-STABLE i386
>Organization:
Private FreeBSD site, Berlin, Germany
>Environment:

	

>Description:

	Added a "Hyperwave" option to the configuration dialog of
	www/mod_php4.

>How-To-Repeat:

	

>Fix:
	
--- mod_php4/scripts/configure.php.old	Mon Apr  9 13:33:52 2001
+++ mod_php4/scripts/configure.php	Mon Apr  9 13:47:56 2001
@@ -23,6 +23,7 @@
 SybaseDB	"Sybase/MS-SQL database support (DB-lib)" OFF \
 SybaseCT	"Sybase/MS-SQL database support (CT-lib)" OFF \
 dBase		"dBase database support" OFF \
+Hyperwave	"Hyperwave support" OFF \
 OpenLDAP	"OpenLDAP support" OFF \
 SNMP		"SNMP support" OFF \
 XML		"XML support" OFF \
@@ -134,6 +135,9 @@
 			;;
 		\"dBase\")
 			echo "CONFIGURE_ARGS+=--with-dbase"
+			;;
+		\"Hyperwave\")
+			echo "CONFIGURE_ARGS+=--with-hyperwave=yes"
 			;;
 		\"OpenLDAP\")
 			echo "LIB_DEPENDS+=	ldap.1:\${PORTSDIR}/net/openldap"


>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?200104091325.PAA46239>