Date: Tue, 6 Jan 2004 09:11:44 +0100 (CET) From: Vincent Tantardini <vinc@FreeBSD-fr.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/60969: [patch] : www/geeklog Message-ID: <20040106081144.F16A0463@sativa.0x45.org> Resent-Message-ID: <200401060820.i068KJDG096323@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 60969 >Category: ports >Synopsis: [patch] : www/geeklog >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 06 00:20:18 PST 2004 >Closed-Date: >Last-Modified: >Originator: Vincent Tantardini >Release: FreeBSD 4.9-STABLE i386 >Organization: Kerneled.com >Environment: System: FreeBSD sativa.0x45.org 4.9-STABLE FreeBSD 4.9-STABLE #0: Fri Dec 26 21:19:14 CET 2003 vinc@sativa.0x45.org:/usr/obj/usr/src/sys/SATIVA i386 >Description: Geeklog wasen't able to compile with apache2. Fixed. >How-To-Repeat: >Fix: --- geeklog.diff begins here --- diff -ruN geeklog.orig/Makefile geeklog/Makefile --- geeklog.orig/Makefile Tue Jan 6 09:03:04 2004 +++ geeklog/Makefile Tue Jan 6 09:02:55 2004 @@ -15,9 +15,14 @@ COMMENT= GeekLog is a web content magagement system USE_MYSQL= yes +NO_BUILD= yes + +.if defined(WITH_APACHE2) +RUN_DEPENDS+= ${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4 +.else RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 +.endif -NO_BUILD= yes WWW_DIR= ${PREFIX}/www/data do-install: --- geeklog.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040106081144.F16A0463>