From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 28 13:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A1411EF0 for ; Sat, 28 Sep 2013 13:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 809D52C46 for ; Sat, 28 Sep 2013 13:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8SDU0dF020770 for ; Sat, 28 Sep 2013 13:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8SDU0ax020769; Sat, 28 Sep 2013 13:30:00 GMT (envelope-from gnats) Resent-Date: Sat, 28 Sep 2013 13:30:00 GMT Resent-Message-Id: <201309281330.r8SDU0ax020769@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, Spil Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B29E2CE2 for ; Sat, 28 Sep 2013 13:20:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A0AFE2BD8 for ; Sat, 28 Sep 2013 13:20:03 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8SDK3O9049760 for ; Sat, 28 Sep 2013 13:20:03 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8SDK2gK049590; Sat, 28 Sep 2013 13:20:02 GMT (envelope-from nobody) Message-Id: <201309281320.r8SDK2gK049590@oldred.freebsd.org> Date: Sat, 28 Sep 2013 13:20:02 GMT From: Spil To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182459: www/pecl-zendopcache is now part of the base php package X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Sep 2013 13:30:00 -0000 >Number: 182459 >Category: ports >Synopsis: www/pecl-zendopcache is now part of the base php package >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Sep 28 13:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Spil >Release: FreeBSD 9.2-RC3 amd64 >Organization: n.a. >Environment: FreeBSD build.example.org 9.2-RC3 FreeBSD 9.2-RC3 #0 r254795: Sat Aug 24 20:25:04 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: PHP has included the PECL extension opcache from ZEND into the base php package as of php 5.5, see https://wiki.php.net/rfc/optimizerplus The patches mark www/pecl-zendopcache as incompatible with 5.5 and create an additional port www/php55-opcache like for other bundled extensions. extension must be enabled as a zend-extension not a regular extension This may require an entry in UPDATING as well for people upgrading 5.4 to 5.5 >How-To-Repeat: Install lang/php55 Install www/pecl-zendopcache >Fix: --- www/pecl-zendopcache/Makefile.orig 2013-09-28 15:10:09.729882929 +0200 +++ www/pecl-zendopcache/Makefile 2013-09-28 15:11:29.136280823 +0200 @@ -1,5 +1,5 @@ # Created by: Alex Dupre -# $FreeBSD$ +# $FreeBSD: www/pecl-zendopcache/Makefile 327776 2013-09-20 23:36:50Z bapt $ PORTNAME= zendopcache PORTVERSION= 7.0.2 @@ -20,6 +20,7 @@ USE_PHP_BUILD= yes USE_ZENDEXT= yes PHP_MODNAME= opcache +IGNORE_WITH_PHP= 55 PORTDOCS= * --- /dev/null 2013-09-28 15:17:08.000000000 +0200 +++ www/php55-opcache/Makefile 2013-09-28 15:02:17.281283227 +0200 @@ -0,0 +1,13 @@ +# Created by: Alex Dupre +# $FreeBSD: textproc/php55-ctype/Makefile 327773 2013-09-20 23:17:30Z bapt $ + +CATEGORIES= www + +MASTERDIR= ${.CURDIR}/../../lang/php55 + +PKGNAMESUFFIX= -opcache + +USE_ZENDEXT= yes + +NO_STAGE= yes +.include "${MASTERDIR}/Makefile" >Release-Note: >Audit-Trail: >Unformatted: