From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 29 22:40:01 2008 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 2B78A1065671 for ; Fri, 29 Feb 2008 22:40:01 +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 02C958FC28 for ; Fri, 29 Feb 2008 22:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1TMe0mh094758 for ; Fri, 29 Feb 2008 22:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1TMe0oX094757; Fri, 29 Feb 2008 22:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 29 Feb 2008 22:40:00 GMT Resent-Message-Id: <200802292240.m1TMe0oX094757@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, Greg Larkin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51547106566C for ; 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 ; 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 ) 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: glarkin@sourcehosting.net Subject: ports/121240: [PATCH] Add PECL APC module support to support www/zend-framework 1.0.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Greg Larkin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Feb 2008 22:40:01 -0000 >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: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 29 22:40:00 UTC 2008 >Closed-Date: >Last-Modified: >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: >Unformatted: