Date: Fri, 17 Jan 2003 15:49:43 -0600 (CST) From: Kirk Strauser <kirk@strauser.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Kirk Strauser <kirk@strauser.com> Subject: ports/47173: Patch to the mod_php4 to add mnoGoSearch functionality Message-ID: <200301172149.h0HLnhrk086878@kanga.honeypot.net>
next in thread | raw e-mail | index | archive | help
>Number: 47173 >Category: ports >Synopsis: Patch to the mod_php4 to add mnoGoSearch functionality >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: Fri Jan 17 13:50:02 PST 2003 >Closed-Date: >Last-Modified: >Originator: Kirk Strauser <kirk@strauser.com> >Release: FreeBSD 4.7-STABLE i386 >Organization: The Strauser Group >Environment: System: FreeBSD kanga.honeypot.net 4.7-STABLE FreeBSD 4.7-STABLE #1: Sun Dec 8 16:52:58 CST 2002 root@kanga.honeypot.net:/usr/obj/usr/src/sys/HONEYPOT_KANGA i386 >Description: PHP4 includes the ability to support mnoGoSearch (the www/mnogosearch port). The included patch enables users to configure this compile-time option. >How-To-Repeat: >Fix: root@kanga:/usr/ports/www/mod_php4# diff -u scripts/configure.php-old scripts/configure.php --- scripts/configure.php-old Thu Jan 16 14:34:46 2003 +++ scripts/configure.php Thu Jan 16 14:43:46 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 \ +mnoGoSearch "mnoGoSearch" 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" + ;; + \"mnoGoSearch\") + echo "LIB_DEPENDS+= udmsearch.1:\${PORTSDIR}/www/mnogosearch" + echo "CONFIGURE_ARGS+=--with-mnogosearch=/usr/local" ;; \"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?200301172149.h0HLnhrk086878>