Date: Mon, 21 May 2001 17:51:16 +0600 (YEKST) From: serg@tmn.ru To: FreeBSD-gnats-submit@freebsd.org Cc: ijliao@freebsd.org Subject: ports/27497: ports/www/phpnuke - RUN_DEPEND broken Message-ID: <200105211151.f4LBpG936109@sv.tech.sibitex.tmn.ru>
next in thread | raw e-mail | index | archive | help
>Number: 27497 >Category: ports >Synopsis: ports/www/phpnuke - RUN_DEPENDS broken >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 21 05:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sergey N. Voronkov >Release: FreeBSD 4.3-RELEASE i386 >Organization: Sibitex >Environment: System: FreeBSD sv.tech.sibitex.tmn.ru 4.3-RELEASE FreeBSD 4.3-RELEASE #14: Mon Apr 23 13:05:46 YEKST 2001 serg@sv.tech.sibitex.tmn.ru:/usr/obj/usr/src/sys/SV i386 >Description: Mixed "{}" and "()" was applied while last commit was build... >How-To-Repeat: #cd /usr/ports;make index >Fix: diff -ruN phpnuke.old/Makefile phpnuke/Makefile --- phpnuke.old/Makefile Mon May 21 16:48:50 2001 +++ phpnuke/Makefile Mon May 21 17:45:36 2001 @@ -16,9 +16,9 @@ LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client .if defined(WITH_PHP4) -RUN_DEPENDS+= $(LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 +RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 .else -RUN_DEPENDS+= $(LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php3 +RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php3 .endif NO_BUILD= yes >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?200105211151.f4LBpG936109>