ports/60969: [patch] : www/geeklog

Vincent Tantardini vinc at FreeBSD-fr.org
Tue Jan 6 08:20:24 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list