From kirk@kanga.honeypot.net  Fri Jan 17 13:49:53 2003
Return-Path: <kirk@kanga.honeypot.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B628137B401
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 17 Jan 2003 13:49:53 -0800 (PST)
Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A6BE843F1E
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 17 Jan 2003 13:49:52 -0800 (PST)
	(envelope-from kirk@kanga.honeypot.net)
Received: from kanga.honeypot.net (localhost [127.0.0.1])
	by kanga.honeypot.net (8.12.6/8.12.6) with ESMTP id h0HLnhJF086879;
	Fri, 17 Jan 2003 15:49:43 -0600 (CST)
	(envelope-from kirk@kanga.honeypot.net)
Received: (from root@localhost)
	by kanga.honeypot.net (8.12.6/8.12.6/Submit) id h0HLnhrk086878;
	Fri, 17 Jan 2003 15:49:43 -0600 (CST)
	(envelope-from kirk)
Message-Id: <200301172149.h0HLnhrk086878@kanga.honeypot.net>
Date: Fri, 17 Jan 2003 15:49:43 -0600 (CST)
From: Kirk Strauser <kirk@strauser.com>
Reply-To: Kirk Strauser <kirk@strauser.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Kirk Strauser <kirk@strauser.com>
Subject: Patch to the mod_php4 to add mnoGoSearch functionality
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         47173
>Category:       ports
>Synopsis:       Patch to the mod_php4 to add mnoGoSearch functionality
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dirk
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 17 13:50:02 PST 2003
>Closed-Date:    Sat May 24 02:20:18 PDT 2003
>Last-Modified:  Sat May 24 02:20:18 PDT 2003
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->dirk 
Responsible-Changed-By: arved 
Responsible-Changed-When: Sat Jan 18 03:43:39 PST 2003 
Responsible-Changed-Why:  
Over to Maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=47173 
State-Changed-From-To: open->closed 
State-Changed-By: nork 
State-Changed-When: Sat May 24 02:20:09 PDT 2003 
State-Changed-Why:  
Maybe fixed by updating to 4.3.2RC4. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=47173 
>Unformatted:
