Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2003 19:27:48 +0200 (CEST)
From:      Richard Arends <richard@unixguru.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/52727: Add Apache2 support at phplot
Message-ID:  <200305271727.h4RHRmus031486@mail.unixguru.nl>
Resent-Message-ID: <200305271730.h4RHUECc033620@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305271727.h4RHRmus031486>