Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jul 2002 13:36:04 +0200 (CEST)
From:      Erwin Lansing <erwin@lansing.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40110: add mnoGoSearch extensions to www/mod_php4
Message-ID:  <200207021136.g62Ba4qX065890@vale.pil.dk>

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

>Number:         40110
>Category:       ports
>Synopsis:       add mnoGoSearch extensions to www/mod_php4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 02 04:40:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD vale.pil.dk 4.6-STABLE FreeBSD 4.6-STABLE #3: Thu Jun 27 09:45:31 CEST 2002 root@vale.pil.dk:/usr/obj/usr/src/sys/VALE i386


	
>Description:
add a knop to compile php with mnoGoSearch extensions

>How-To-Repeat:
	
>Fix:

	

--- mod_php4.diff begins here ---
diff -ruN mod_php4.orig/scripts/configure.php mod_php4/scripts/configure.php
--- mod_php4.orig/scripts/configure.php	Sun Jun 16 03:45:20 2002
+++ mod_php4/scripts/configure.php	Tue Jul  2 13:22:16 2002
@@ -59,6 +59,7 @@
 sysvshm		"System V shared memory support" OFF \
 transsid	"Transparent session id" OFF \
 yaz		"YAZ support (ANSI/NISO Z39.50)" OFF \
+mnoGoSearch	"mnoGoSearch" OFF \
 2> $tempfile
 
 	retval=$?
@@ -349,6 +350,10 @@
 		\"yaz\")
 			echo "LIB_DEPENDS+=	yaz.1:\${PORTSDIR}/net/yaz"
 			echo "CONFIGURE_ARGS+=--with-yaz=\${LOCALBASE}/bin"
+			;;
+		\"mnoGoSearch\")
+			echo "BUILD_DEPENDS+=	udm-config:\${PORTSDIR}/www/mnogosearch"
+			echo "CONFIGURE_ARGS+=--with-mnogosearch=\${LOCALBASE}"
 			;;
 		*)
 			echo "Invalid option(s): $*" > /dev/stderr
--- mod_php4.diff ends here ---


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

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




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