From glarkin@sourcehosting.net  Fri Feb 29 22:34:19 2008
Return-Path: <glarkin@sourcehosting.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 51547106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 29 Feb 2008 22:34:19 +0000 (UTC)
	(envelope-from glarkin@sourcehosting.net)
Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11])
	by mx1.freebsd.org (Postfix) with ESMTP id 1CCE98FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 29 Feb 2008 22:34:19 +0000 (UTC)
	(envelope-from glarkin@sourcehosting.net)
Received: from 68-189-244-97.dhcp.oxfr.ma.charter.com ([68.189.244.97] helo=cube.entropy.prv)
	by mail1.sourcehosting.net with esmtp (Exim 4.68 (FreeBSD))
	(envelope-from <glarkin@sourcehosting.net>)
	id 1JVDo1-0006B0-2B; Fri, 29 Feb 2008 17:34:18 -0500
Received: from ports.entropy.prv (ports.entropy.prv [192.168.1.18])
	by cube.entropy.prv (Postfix) with ESMTP
	id 00AAC1BE2995; Fri, 29 Feb 2008 17:34:17 -0500 (EST)
Received: from ports.entropy.prv (localhost [127.0.0.1])
	by ports.entropy.prv (8.13.6/8.13.6) with ESMTP id m1TMXemC040885;
	Fri, 29 Feb 2008 17:33:40 -0500 (EST)
	(envelope-from glarkin@ports.entropy.prv)
Received: (from root@localhost)
	by ports.entropy.prv (8.13.6/8.13.6/Submit) id m1TMXeD0040884;
	Fri, 29 Feb 2008 17:33:40 -0500 (EST)
	(envelope-from glarkin)
Message-Id: <200802292233.m1TMXeD0040884@ports.entropy.prv>
Date: Fri, 29 Feb 2008 17:33:40 -0500 (EST)
From: Greg Larkin <glarkin@sourcehosting.net>
Reply-To: Greg Larkin <glarkin@sourcehosting.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: glarkin@sourcehosting.net
Subject: [PATCH] Add PECL APC module support to support www/zend-framework 1.0.4
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         121240
>Category:       ports
>Synopsis:       [PATCH] Add PECL APC module support to support www/zend-framework 1.0.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ale
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 29 22:40:00 UTC 2008
>Closed-Date:    Fri Jul 11 10:59:49 UTC 2008
>Last-Modified:  Fri Jul 11 11:00:07 UTC 2008
>Originator:     Greg Larkin
>Release:        FreeBSD 6.1-SECURITY i386
>Organization:
SourceHosting.net, LLC
>Environment:
System: FreeBSD ports.entropy.prv 6.1-SECURITY FreeBSD 6.1-SECURITY #0: Wed Feb 13 01:40:13 UTC 2008 root@builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
I am about to submit a PR to update www/zend-framework 1.0.4. ZF
now uses the PHP pecl-APC extension, and this change makes adding
the dependency very easy in the ZF Makefile.

>How-To-Repeat:
	
>Fix:

	

--- bsd.php.mk.diff begins here ---
--- bsd.php.mk.orig	Fri Feb 29 17:13:28 2008
+++ bsd.php.mk	Fri Feb 29 17:15:40 2008
@@ -234,7 +234,7 @@
 # Extensions
 .if defined(_POSTMKINCLUDED) && ${USE_PHP:L} != "yes"
 # non-version specific components
-_USE_PHP_ALL=	bcmath bitset bz2 calendar ctype curl dba dbase \
+_USE_PHP_ALL=	apc bcmath bitset bz2 calendar ctype curl dba dbase \
 		exif fileinfo fribidi ftp gd gettext gmp \
 		hash iconv imap interbase json ldap mbstring mcrypt \
 		memcache mhash mssql mysql ncurses odbc \
@@ -249,6 +249,7 @@
 		pdo_mysql pdo_sqlite \
 		simplexml soap spl sqlite tidy xmlreader xmlwriter xsl
 
+apc_DEPENDS=	www/pecl-APC
 bcmath_DEPENDS=	math/php${PHP_VER}-bcmath
 bitset_DEPENDS=	math/pecl-bitset
 bz2_DEPENDS=	archivers/php${PHP_VER}-bz2
--- bsd.php.mk.diff ends here ---
>Release-Note:
>Audit-Trail:
Class-Changed-From-To: change-request->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Fri Feb 29 22:40:09 UTC 2008 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121240 
Responsible-Changed-From-To: freebsd-ports-bugs->beech 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Feb 29 22:40:13 UTC 2008 
Responsible-Changed-Why:  
beech@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121240 
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: beech 
Class-Changed-When: Sat Mar 1 06:34:25 UTC 2008 
Class-Changed-Why:  
Submitter not maintainer 


Responsible-Changed-From-To: beech->ale 
Responsible-Changed-By: beech 
Responsible-Changed-When: Sat Mar 1 06:34:25 UTC 2008 
Responsible-Changed-Why:  
bsd.php.mk is ale territory 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121240 
State-Changed-From-To: open->closed 
State-Changed-By: ale 
State-Changed-When: Fri Jul 11 10:59:34 UTC 2008 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121240 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/121240: commit references a PR
Date: Fri, 11 Jul 2008 10:57:24 +0000 (UTC)

 ale         2008-07-11 10:57:15 UTC
 
   FreeBSD ports repository
 
   Modified files:
     Mk                   bsd.php.mk 
   Log:
   Add pecl-APC module support.
   
   PR:             ports/121240
   Submitted by:   Greg Larkin <glarkin@sourcehosting.net>
   
   Revision  Changes    Path
   1.46      +3 -2      ports/Mk/bsd.php.mk
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
