From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 13 01:50:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 580281065675 for ; Mon, 13 Apr 2009 01:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 170048FC17 for ; Mon, 13 Apr 2009 01:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n3D1o1cE082860 for ; Mon, 13 Apr 2009 01:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n3D1o1o2082859; Mon, 13 Apr 2009 01:50:01 GMT (envelope-from gnats) Resent-Date: Mon, 13 Apr 2009 01:50:01 GMT Resent-Message-Id: <200904130150.n3D1o1o2082859@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, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88B65106564A for ; Mon, 13 Apr 2009 01:43:03 +0000 (UTC) (envelope-from pgollucci@mail.bluecottontech.com) Received: from mail.bluecottontech.com (static-76-161-175-34.dsl.cavtel.net [76.161.175.34]) by mx1.freebsd.org (Postfix) with ESMTP id 4A5938FC12 for ; Mon, 13 Apr 2009 01:43:03 +0000 (UTC) (envelope-from pgollucci@mail.bluecottontech.com) Received: from mail.bluecottontech.com (localhost [127.0.0.1]) by mail.bluecottontech.com (8.14.3/8.14.3) with ESMTP id n3D1h2eR043820; Mon, 13 Apr 2009 01:43:02 GMT (envelope-from pgollucci@mail.bluecottontech.com) Received: (from pgollucci@localhost) by mail.bluecottontech.com (8.14.3/8.14.3/Submit) id n3D1guh2043819; Mon, 13 Apr 2009 01:42:56 GMT (envelope-from pgollucci) Message-Id: <200904130142.n3D1guh2043819@mail.bluecottontech.com> Date: Mon, 13 Apr 2009 01:42:56 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: paul+ports@it.ca Subject: ports/133679: [PATCH] www/dotproject-devel: apache@ cleanups X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2009 01:50:02 -0000 >Number: 133679 >Category: ports >Synopsis: [PATCH] www/dotproject-devel: apache@ cleanups >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: Mon Apr 13 01:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 7.1-RELEASE-p3 amd64 >Organization: RideCharge Inc. >Environment: System: FreeBSD mail.bluecottontech.com 7.1-RELEASE-p3 FreeBSD 7.1-RELEASE-p3 #1: Tue Mar 10 22:10:18 UTC 2009 >Description: - USE_APACHE=yes is deprecated - Pet Portlint Port maintainer (paul+ports@it.ca) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- dotproject-devel-2.1.r1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/dotproject-devel/Makefile,v retrieving revision 1.10 diff -u -u -r1.10 Makefile --- Makefile 19 Apr 2008 17:54:04 -0000 1.10 +++ Makefile 13 Apr 2009 01:42:33 -0000 @@ -25,7 +25,7 @@ NO_BUILD= yes USE_PHP= gd mysql session zlib WANT_PHP_WEB= yes -USE_APACHE= yes +USE_APACHE= 1.3 USE_MYSQL= yes SUB_LIST+= DOTPROJECTDIR=${DOTPROJECTDIR} @@ -33,7 +33,7 @@ .if defined(WITH_JPGRAPH) RUN_DEPENDS+= ${LOCALBASE}/lib/X11/fonts/webfonts/arial.ttf:${PORTSDIR}/x11-fonts/webfonts \ - ${PREFIX}/share/jpgraph/jpgraph.php:${PORTSDIR}/graphics/jpgraph2 + ${LOCALBASE}/share/jpgraph/jpgraph.php:${PORTSDIR}/graphics/jpgraph2 .endif post-patch: --- dotproject-devel-2.1.r1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: