Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2009 06:13:04 GMT
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        glen@broadpool.com
Subject:   ports/133692: [PATCH] www/siteframe: apache@ cleanups
Message-ID:  <200904130613.n3D6D4mf090140@mail.bluecottontech.com>
Resent-Message-ID: <200904130620.n3D6K2Bg053151@freefall.freebsd.org>

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

>Number:         133692
>Category:       ports
>Synopsis:       [PATCH] www/siteframe: 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 06:20:02 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
- WITH_APACHE2 is deprecated

Port maintainer (glen@broadpool.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- siteframe-5.0.2_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/siteframe/Makefile,v
retrieving revision 1.10
diff -u -u -r1.10 Makefile
--- Makefile	21 Feb 2008 08:53:15 -0000	1.10
+++ Makefile	13 Apr 2009 06:12:36 -0000
@@ -16,8 +16,7 @@
 
 RUN_DEPENDS=	${LOCALBASE}/share/smarty/Smarty.class.php:${PORTSDIR}/www/smarty
 
-USE_APACHE=	yes
-WITH_APACHE2=	yes
+USE_APACHE=	2.0+
 USE_PHP=	mysqli simplexml xml session gd
 DEFAULT_PHP_VER=	5
 IGNORE_WITH_PHP=	4
@@ -39,7 +38,7 @@
 SUB_LIST=	DIR=${SITEFRAMEDIR}
 
 do-install:
-	${MKDIR} ${SITEFRAMEDIR}
+	${MKDIR} ${SITEFRAMEDIR}/
 	${CP} -R ${WRKSRC}/* ${SITEFRAMEDIR}/
 	${CHOWN} -R ${WWWOWN} ${SITEFRAMEDIR}/
 
--- siteframe-5.0.2_2.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?200904130613.n3D6D4mf090140>