Date: Wed, 4 Sep 2002 20:41:37 +0200 (EET) From: ve <ve@hardcore.lt> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/42420: mnoGoSearch support added to www/mod_php4 port configure.php script Message-ID: <200209041841.g84IfbqC022127@mlogika.elnet.lt>
next in thread | raw e-mail | index | archive | help
>Number: 42420 >Category: ports >Synopsis: mnoGoSearch support added to www/mod_php4 port configure.php script >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: Wed Sep 04 11:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: ve@hardcore.lt >Release: FreeBSD 4.6-STABLE i386 >Organization: Megalogika Ltd >Environment: System: FreeBSD mlogika.elnet.lt 4.6-STABLE FreeBSD 4.6-STABLE #11: Wed Aug 7 14:20:07 EET 2002 ve@mlogika.elnet.lt:/usr/obj/usr/src/sys/MEGA i386 Apache 1.3.26 (from www/apache13) PHP 4.2.2 (from www/mod_php4) mnoGoSearch 1.3.20 (from www/mnogosearch) >Description: www/mod_php4 configure.php script is lacking a checkbox which would allow compiling in support for mnoGoSearch search engine. below a diff is provided, which would add the checkbox and would provide the needed configure scripts arguments and check for necessary dependencies (ludmsearch.1 shared library, installed by www/mnogosearch port) >How-To-Repeat: attempt to install www/mod_php4 port >Fix: diff -u /usr/ports/www/mod_php4/scripts/configure.php configure.php --- /usr/ports/www/mod_php4/scripts/configure.php Wed Sep 4 20:26:24 2002 +++ configure.php Wed Sep 4 14:44:57 2002 @@ -48,6 +48,7 @@ pspell "pspell support" OFF \ mbregex "multibyte regular expressions module" OFF \ mbstring "multibyte string module" OFF \ +mnogosearch "mnoGoSearch support" OFF \ YP "YP/NIS support" OFF \ BCMath "BCMath support" OFF \ Hyperwave "Hyperwave support" OFF \ @@ -312,6 +313,10 @@ ;; \"mbstring\") echo "CONFIGURE_ARGS+=--enable-mbstring" + ;; + \"mnogosearch\") + echo "LIB_DEPENDS+= udmsearch.1:\${PORTSDIR}/www/mnogosearch" + echo "CONFIGURE_ARGS+=--with-mnogosearch=\${LOCALBASE}" ;; \"YP\") echo "CONFIGURE_ARGS+=--enable-yp" >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?200209041841.g84IfbqC022127>