From gslin@netnews.NCTU.edu.tw Tue Aug 22 15:35:31 2006 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA91C16A5A6; Tue, 22 Aug 2006 15:35:28 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6305E43D45; Tue, 22 Aug 2006 15:35:28 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id 37836B5; Tue, 22 Aug 2006 23:35:23 +0800 (CST) Message-Id: <20060822153523.37836B5@netnews.NCTU.edu.tw> Date: Tue, 22 Aug 2006 23:35:23 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@freebsd.org Cc: ale@FreeBSD.org, gslin@gslin.org Subject: [PATCH] lang/php5: support for QDBM X-Send-Pr-Version: 3.113 X-GNATS-Notify: >Number: 102392 >Category: ports >Synopsis: [PATCH] lang/php5: support for QDBM >Confidential: no >Severity: non-critical >Priority: low >Responsible: ale >State: closed >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 22 15:40:16 GMT 2006 >Closed-Date: Sun Sep 10 16:38:13 GMT 2006 >Last-Modified: Sun Sep 10 16:38:13 GMT 2006 >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: Responsible-Changed-From-To: freebsd-ports-bugs->ale Responsible-Changed-By: edwin Responsible-Changed-When: Tue Aug 22 15:40:41 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=102392 State-Changed-From-To: open->closed State-Changed-By: ale State-Changed-When: Sun Sep 10 16:37:59 UTC 2006 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=102392 >Unformatted: