From eserte@cs.tu-berlin.de  Mon Apr  9 07:32:39 2001
Return-Path: <eserte@cs.tu-berlin.de>
Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13])
	by hub.freebsd.org (Postfix) with ESMTP id C9B2137B422
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  9 Apr 2001 07:32:38 -0700 (PDT)
	(envelope-from eserte@cs.tu-berlin.de)
Received: (from eserte@localhost)
	by mail.cs.tu-berlin.de (8.9.3/8.9.3) id QAA25777;
	Mon, 9 Apr 2001 16:31:43 +0200 (MET DST)
Received: (from eserte@localhost)
	by vran.herceg.de (8.9.3/8.9.3) id PAA46239;
	Mon, 9 Apr 2001 15:25:03 +0200 (CEST)
	(envelope-from eserte)
Message-Id: <200104091325.PAA46239@vran.herceg.de>
Date: Mon, 9 Apr 2001 15:25:03 +0200 (CEST)
From: Slaven Rezic <eserte@vran.herceg.de>
Reply-To: eserte@cs.tu-berlin.de
To: FreeBSD-gnats-submit@freebsd.org
Subject: allow hyperwave configuration in php4
X-Send-Pr-Version: 3.2

>Number:         26459
>Category:       ports
>Synopsis:       allow hyperwave configuration in mod_php4
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    dirk
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 09 07:40:01 PDT 2001
>Closed-Date:    Tue Apr 17 07:36:44 PDT 2001
>Last-Modified:  Tue Apr 17 07:37:29 PDT 2001
>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:
Responsible-Changed-From-To: freebsd-ports->dirk 
Responsible-Changed-By: roam 
Responsible-Changed-When: Tue Apr 17 04:20:11 PDT 2001 
Responsible-Changed-Why:  
Over to maintainer; I wonder if this could be done before the ports freeze? :) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=26459 
State-Changed-From-To: open->closed 
State-Changed-By: dirk 
State-Changed-When: Tue Apr 17 07:36:44 PDT 2001 
State-Changed-Why:  
Committed. Thanks! (Dankeschoen... 8-) 

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