Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2009 01:42:56 GMT
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        paul+ports@it.ca
Subject:   ports/133679: [PATCH] www/dotproject-devel: apache@ cleanups
Message-ID:  <200904130142.n3D1guh2043819@mail.bluecottontech.com>
Resent-Message-ID: <200904130150.n3D1o1o2082859@freefall.freebsd.org>

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

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



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