Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Mar 2001 15:20:27 +1100
From:      "Chris Knight" <chris@aims.com.au>
To:        <freebsd-gnats-submit@FreeBSD.org>
Subject:   ports/25908: Interbase support for mod_php4
Message-ID:  <000401c0b02b$edcf6c10$020aa8c0@aims.private>

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

>Number:         25908
>Category:       ports
>Synopsis:       Interbase support for mod_php4
>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 Mar 18 20:30:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Chris Knight
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
AIMS Independent Computer Professionals
>Environment:

	FreeBSD 4.2-STABLE

>Description:

	A patch to mod_php4 to enable Interbase support using the Firebird port.

>How-To-Repeat:

	N/A

>Fix:

	Apply the patch in ports/25907 - this ensures that the gds shared lib is
	found.
	The following patch adds Interbase support to mod_php4:

--- ports/www/mod_php4/scripts/configure.php.orig	Sat Mar 17 17:18:12 2001
+++ ports/www/mod_php4/scripts/configure.php	Mon Mar 19 14:14:12 2001
@@ -22,6 +22,7 @@
 PostgreSQL	"PostgreSQL database support" OFF \
 SybaseDB	"Sybase/MS-SQL database support (DB-lib)" OFF \
 SybaseCT	"Sybase/MS-SQL database support (CT-lib)" OFF \
+Interbase	"Interbase 6 database support (Firebird)" OFF \
 dBase		"dBase database support" OFF \
 OpenLDAP	"OpenLDAP support" OFF \
 SNMP		"SNMP support" OFF \
@@ -131,6 +132,11 @@
 				exit 1
 			fi
 			SYBASECT=1
+			;;
+		\"Interbase\")
+			echo "LIB_DEPENDS+=	gds.1:\${PORTSDIR}/databases/firebird"
+			echo "CONFIGURE_ARGS+=--with-interbase=\${PREFIX}/firebird"
+			LIBS="${LIBS} -L\${PREFIX}/firebird/lib"
 			;;
 		\"dBase\")
 			echo "CONFIGURE_ARGS+=--with-dbase"


>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?000401c0b02b$edcf6c10$020aa8c0>