aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2001-03-26 06:02:47 +0800
committerdirk <dirk@FreeBSD.org>2001-03-26 06:02:47 +0800
commit7795644663f5bcf1b4f0e4d786354d0f3e597b22 (patch)
tree43c3a4307408343256886a4631454626a2e4ee8b /www
parent36a26a79214b655bcb8693a3bf134adb0ff69590 (diff)
downloadfreebsd-ports-gnome-7795644663f5bcf1b4f0e4d786354d0f3e597b22.tar.gz
freebsd-ports-gnome-7795644663f5bcf1b4f0e4d786354d0f3e597b22.tar.zst
freebsd-ports-gnome-7795644663f5bcf1b4f0e4d786354d0f3e597b22.zip
Add Interbase 6 database support (Firebird).
(I had no chance to test it...) PR: ports/25908 Submitted by: Chris Knight <chris@aims.com.au>
Diffstat (limited to 'www')
-rw-r--r--www/mod_php3/scripts/configure.php6
-rw-r--r--www/mod_php4/scripts/configure.php6
-rw-r--r--www/mod_php5/scripts/configure.php6
3 files changed, 18 insertions, 0 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php
index 6cc80ec84676..b09c72ded1d5 100644
--- a/www/mod_php3/scripts/configure.php
+++ b/www/mod_php3/scripts/configure.php
@@ -22,6 +22,7 @@ MySQL "MySQL database support" ON \
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 \
@@ -127,6 +128,11 @@ while [ "$1" ]; do
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"
;;
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index 7bc5e91c696f..584c39fb57ca 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -22,6 +22,7 @@ MySQL "MySQL database support" ON \
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 \
@@ -133,6 +134,11 @@ while [ "$1" ]; do
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"
;;
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index 7bc5e91c696f..584c39fb57ca 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/scripts/configure.php
@@ -22,6 +22,7 @@ MySQL "MySQL database support" ON \
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 \
@@ -133,6 +134,11 @@ while [ "$1" ]; do
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"
;;