ports/52727: Add Apache2 support at phplot

Richard Arends richard at unixguru.nl
Tue May 27 17:30:16 UTC 2003


>Number:         52727
>Category:       ports
>Synopsis:       Add Apache2 support at phplot
>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:   Tue May 27 10:30:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Richard Arends
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Unixguru.nl
>Environment:
System: FreeBSD mail.unixguru.nl 4.8-STABLE FreeBSD 4.8-STABLE #0: Fri Apr 25 18:12:03 CEST 2003 root at mail2.unixguru.nl:/usr/obj/usr/src/sys/GENERIC i386


>Description:
	PHPLot depends on Apache. This patch adds Apache2 support.
>How-To-Repeat:
	Install this patch
>Fix:

	--- Makefile.orig       Tue May 27 19:18:30 2003
	+++ Makefile    Tue May 27 19:19:17 2003
	@@ -14,7 +14,12 @@
	 MAINTAINER=    yukinopo at livedoor.com
	 COMMENT=       A PHP class for creating scientific and business charts
	 
	+.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
	+
	 LIB_DEPENDS=   gd.2:${PORTSDIR}/graphics/gd
	 
	 NO_BUILD=      YES
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list