ports/102392: [PATCH] lang/php5: support for QDBM
Gea-Suan Lin
gslin at gslin.org
Tue Aug 22 15:40:35 UTC 2006
>Number: 102392
>Category: ports
>Synopsis: [PATCH] lang/php5: support for QDBM
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Aug 22 15:40:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Gea-Suan Lin
>Release: FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
- support for QDBM
Ref: http://www.php.net/manual/en/ref.dba.php
Port maintainer (ale at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- php5-5.1.5.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/lang/php5/Makefile.ext /home/staff/gslin/work/php5/Makefile.ext
--- /usr/ports/lang/php5/Makefile.ext Sat Aug 19 03:15:42 2006
+++ /home/staff/gslin/work/php5/Makefile.ext Tue Aug 22 23:33:38 2006
@@ -50,6 +50,7 @@
DB4 "Berkeley DB4 support" off \
GDBM "GDBM database support" off \
INIFILE "INI file support" on \
+ QDBM "QDBM database support" on \
FLATFILE "flatfile support" on
PHP_HEADER_DIRS= libcdb libflatfile libinifile
@@ -435,6 +436,9 @@
. endif
. if defined(WITHOUT_INIFILE)
CONFIGURE_ARGS+=--without-inifile
+. endif
+. if defined(WITH_QDBM)
+LIB_DEPENDS+= qdbm:${PORTSDIR}/databases/qdbm
. endif
. if defined(WITHOUT_FLATFILE)
CONFIGURE_ARGS+=--without-flatfile
--- php5-5.1.5.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list