Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Aug 2006 23:35:23 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org, ale@FreeBSD.org
Subject:   ports/102392: [PATCH] lang/php5: support for QDBM
Message-ID:  <20060822153523.37836B5@netnews.NCTU.edu.tw>
Resent-Message-ID: <200608221540.k7MFeGHd083942@freefall.freebsd.org>

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

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060822153523.37836B5>