Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2003 00:56:27 -0800 (PST)
From:      Aaron Voisine <voisine@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47718: mod_php4 needs support for GDBM to work with mail/silkymail
Message-ID:  <200301310856.h0V8uRtf052933@morpheus.heatspeed.net>

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

>Number:         47718
>Category:       ports
>Synopsis:       mod_php4 needs support for GDBM to work with mail/silkymail
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 31 01:00:30 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Voisine
>Release:        FreeBSD 4.7-RELEASE i386
>Organization:
>Environment:
System: FreeBSD morpheus.heatspeed.net 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Wed Dec 25 23:33:07 PST 2002 voisine@morpheus.heatspeed.net:/usr/obj/usr/src/sys/MYKERNEL i386

>Description:
	I'm developing a new port, mail/silkymail. It requires mod_php4 
	compiled with support for GDBM. Since that was not an option in
	mod_php4's interactive configure, I've added it.	

>How-To-Repeat:
	Install mod_php4. You'll notice GDBM support is not a configuration
	option.

>Fix:
--- www/mod_php4/scripts/configure.php.orig     Thu Jan 30 18:37:29 2003
+++ www/mod_php4/scripts/configure.php  Thu Jan 30 18:58:28 2003
@@ -32,6 +32,7 @@
 SybaseCT       "Sybase/MS-SQL database support (CT-lib)" OFF \
 Interbase      "Interbase 6 database support (Firebird)" OFF \
 dBase          "dBase database support" OFF \
+GDBM           "GNU database manager support" OFF \
 OpenLDAP1      "OpenLDAP 1.x support" OFF \
 OpenLDAP2      "OpenLDAP 2.x support" OFF \
 OpenSSL                "OpenSSL support" OFF \
@@ -211,6 +212,10 @@
                        ;;
                \"dBase\")
                        echo "CONFIGURE_ARGS+=--with-dbase"
+                       ;;
+               \"GDBM\")
+                       echo "LIB_DEPENDS+=     gdbm.3:\${PORTSDIR}/databases/gdbm"
+                       echo "CONFIGURE_ARGS+=--with-gdbm=\${LOCALBASE}"
                        ;;
                \"OpenLDAP1\")
                        echo "LIB_DEPENDS+=     ldap.1:\${PORTSDIR}/net/openldap"

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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