Date: Thu, 12 May 2005 18:51:51 +0200 From: Radim Kolar <hsn@netmag.cz> To: FreeBSD-gnats-submit@FreeBSD.org Cc: ale@FreeBSD.org Subject: ports/80943: [mnogosearch 3] lang/php4: update PHP for new mnogosearch extension Message-ID: <E1DWGud-0002BW-R6@sanatana.dharma> Resent-Message-ID: <200505121710.j4CHA2mp033905@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 80943 >Category: ports >Synopsis: [mnogosearch 3] lang/php4: update PHP for new mnogosearch extension >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu May 12 17:10:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Radim Kolar >Release: FreeBSD 5.4-STABLE i386 >Organization: Sanatana Dharma >Environment: System: FreeBSD sanatana.dharma 5.4-STABLE FreeBSD 5.4-STABLE #7: Sun May 8 12:50:59 CEST >Description: Part #3 (last) of mnogosearch update. Need to change depends for mnogosearch extension. The new mnogosearch extension depends on libmnogosearch-3.2.so because i was unable to get work lib_depends with major and minor library number i have used udm-config instead. This is even better. Maybe. Warning i have hand edited attached patch, so i am not sure if i do not broke it. To be honest, i am sure that patch program will complain, because every attempt to hand edit patch ended with this result. rk. >How-To-Repeat: Better try to not. >Fix: +++ /home/hsn/hacked/php4/Makefile.ext Tue May 10 15:40:49 2005 @@ -204,7 +198,7 @@ .endif .if ${PHP_MODNAME} == "mnogosearch" -LIB_DEPENDS+= udmsearch.1:${PORTSDIR}/www/mnogosearch - +BUILD_DEPENDS+= udm-config:${PORTSDIR}/www/mnogosearch +RUN_DEPENDS+= udm-config:${PORTSDIR}/www/mnogosearch CONFIGURE_ARGS+=--with-mnogosearch=${LOCALBASE} .endif >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1DWGud-0002BW-R6>