From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 7 01:40:20 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D16737B407 for ; Thu, 7 Aug 2003 01:40:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1435443F85 for ; Thu, 7 Aug 2003 01:40:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h778eIUp026900 for ; Thu, 7 Aug 2003 01:40:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h778eIA9026899; Thu, 7 Aug 2003 01:40:18 -0700 (PDT) Resent-Date: Thu, 7 Aug 2003 01:40:18 -0700 (PDT) Resent-Message-Id: <200308070840.h778eIA9026899@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yonatan@xpert.com Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6B2937B401 for ; Thu, 7 Aug 2003 01:31:56 -0700 (PDT) Received: from 110.xpert.com (110.xpert.com [199.203.132.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A2B443FAF for ; Thu, 7 Aug 2003 01:31:51 -0700 (PDT) (envelope-from yonatan@xpert.com) Received: by 110.xpert.com (Postfix, from userid 1000) id 8F817668; Thu, 7 Aug 2003 11:35:34 +0000 (GMT) Message-Id: <20030807113534.8F817668@110.xpert.com> Date: Thu, 7 Aug 2003 11:35:34 +0000 (GMT) From: Yonatan@xpert.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/55337: teach graphics/jpgraph about apache2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Yonatan@xpert.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2003 08:40:20 -0000 >Number: 55337 >Category: ports >Synopsis: teach graphics/jpgraph about apache2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Aug 07 01:40:18 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Yonatan@xpert.com >Release: FreeBSD 4.8-RC i386 >Organization: >Environment: System: FreeBSD Temujin 4.8-RC FreeBSD 4.8-RC #1: Sat Apr 12 03:02:22 GMT 2003 root@Temujin:/usr/obj/usr/src/sys/TEMUJIN-G i386 >Description: jpgraph requires php, and looks for it where php-cli and mod_php installs it. When mod_php is compiled WITH_APACHE2, it installs in a different place. >How-To-Repeat: install Apache2 and mod_php WITH_APACHE2 and try to install jpgraph. You'll get a complaint that PHP 4.04 or above is needed. >Fix: --- jpgraph-fix begins here --- --- Makefile.orig Wed Aug 6 16:04:32 2003 +++ Makefile Wed Aug 6 16:05:04 2003 @@ -18,7 +18,7 @@ .include -.if !exists(${LOCALBASE}/bin/php) && !exists(${LOCALBASE}/libexec/apache/libphp4.so) +.if !exists(${LOCALBASE}/bin/php) && !exists(${LOCALBASE}/libexec/apache/libphp4.so) && !exists(${LOCALBASE}/libexec/apache2/libphp4.so) BROKEN= "need PHP 4.04 or above" .endif --- jpgraph-fix ends here --- >Release-Note: >Audit-Trail: >Unformatted: