Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2009 16:30:34 -0400 (EDT)
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        koutek@o-k.cz
Subject:   ports/135603: [PATCH] www/ap13-campsite: apache@ cleanups
Message-ID:  <200906152030.n5FKUYZV016444@frieza.p6m7g8.net>
Resent-Message-ID: <200906152040.n5FKe4hF022986@freefall.freebsd.org>

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

>Number:         135603
>Category:       ports
>Synopsis:       [PATCH] www/ap13-campsite: 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 Jun 15 20:40:04 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
RideCharge Inc.
>Environment:
System: FreeBSD frieza.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Thu Jun  4 00:22:57 EDT
>Description:
- Use SF Macro
- DISTNAME defaults to its assignment
- Mark MAKE_JOBS_UNSAFE
- USE_APACHE=yes is deprecated
- Utilize WWOWN:WWWGRP
- SUB_FILES should use +=


Port maintainer (koutek@o-k.cz) is cc'd.

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

--- ap13-campsite-2.6.7_5.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/campsite/Makefile,v
retrieving revision 1.23
diff -u -u -r1.23 Makefile
--- Makefile	28 Jun 2008 16:44:19 -0000	1.23
+++ Makefile	15 Jun 2009 20:29:21 -0000
@@ -9,9 +9,7 @@
 PORTVERSION=	2.6.7
 PORTREVISION=	5
 CATEGORIES=	www
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	${PORTNAME}
-DISTNAME=	${PORTNAME}-${PORTVERSION}
+MASTER_SITES=	SF
 
 MAINTAINER=	koutek@o-k.cz
 COMMENT=	The free and open multilingual web publishing tool for news sites
@@ -28,20 +26,22 @@
 		${LOCALBASE}/share/pear/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util \
 		${LOCALBASE}/share/pear/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
 
+MAKE_JOBS_UNSAFE=	yes
+
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-USE_APACHE=	YES
+USE_APACHE=	13
 
 USE_PHP=	mysql curl pcre xml xmlrpc gd session
 WANT_PHP_CLI=	YES
 USE_PHP_BUILD=	YES
 
 HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--apache_user www --apache_group www --prefix ${PREFIX}
+CONFIGURE_ARGS=	--apache_user ${WWWOWN} --apache_group ${WWWGRP} --prefix ${PREFIX}
 
 USE_GMAKE=	yes
 
-SUB_FILES=	pkg-message pkg-install pkg-deinstall crontab.in
+SUB_FILES+=	pkg-message pkg-install pkg-deinstall crontab.in
 
 post-patch:
 	@${FIND} ${WRKSRC} -type f -perm 755 \
--- ap13-campsite-2.6.7_5.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?200906152030.n5FKUYZV016444>