From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 20 14:50:01 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 9BCDDC55 for ; Tue, 20 Aug 2013 14:50:01 +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 7BAE02532 for ; Tue, 20 Aug 2013 14:50:01 +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 r7KEo1pl057622 for ; Tue, 20 Aug 2013 14:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7KEo1XP057621; Tue, 20 Aug 2013 14:50:01 GMT (envelope-from gnats) Resent-Date: Tue, 20 Aug 2013 14:50:01 GMT Resent-Message-Id: <201308201450.r7KEo1XP057621@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, Frank Wall 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 58497B1C for ; Tue, 20 Aug 2013 14:40:27 +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 360A924B3 for ; Tue, 20 Aug 2013 14:40:27 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r7KEeQNo076825 for ; Tue, 20 Aug 2013 14:40:26 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r7KEeQjR076799; Tue, 20 Aug 2013 14:40:26 GMT (envelope-from nobody) Message-Id: <201308201440.r7KEeQjR076799@oldred.freebsd.org> Date: Tue, 20 Aug 2013 14:40:26 GMT From: Frank Wall To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181432: [PATCH] net/pecl-yaz: update to 1.1.6 to make it compatible with PHP 5.4 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: Tue, 20 Aug 2013 14:50:01 -0000 >Number: 181432 >Category: ports >Synopsis: [PATCH] net/pecl-yaz: update to 1.1.6 to make it compatible with PHP 5.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Aug 20 14:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Frank Wall >Release: FreeBSD 9.1-RELEASE-p3 >Organization: >Environment: FreeBSD XXX 9.1-RELEASE-p5 FreeBSD 9.1-RELEASE-p5 #0: Sat Jul 27 01:14:23 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: - update to version 1.1.6 - remove restriction to PHP 5.3, because it is compatible with 5.4 CHANGELOG: 1.1.6 Fix Bug #64773: error define in php_yaz.c. 1.1.5 Avoid type conversion for ZVALs (yaz_range). Use zend_parse_parameters with proper types. 1.1.4 Avoid deprecated pval_destructor. 1.1.3 Allow sru_verson to be set via yaz_connect. Fixed bad memory reference in yaz_es_result 1.1.2 Updates for PHP 5.4 1.1.1 Avoid deprecated Zend API. Fixes for Windows compilation 1.1.0 Update for YAZ version 4 >How-To-Repeat: - >Fix: --- net/pecl-yaz/Makefile.orig 2013-05-29 15:49:06.000000000 +0200 +++ net/pecl-yaz/Makefile 2013-08-20 15:27:40.000000000 +0200 @@ -1,9 +1,8 @@ # Created by: Alex Dupre -# $FreeBSD: net/pecl-yaz/Makefile 319369 2013-05-29 13:49:06Z crees $ +# $FreeBSD$ PORTNAME= yaz -PORTVERSION= 1.0.14 -PORTREVISION= 4 +PORTVERSION= 1.1.6 CATEGORIES= net pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -17,8 +16,6 @@ USE_PHP= yes USE_PHPEXT= yes -DEFAULT_PHP_VER=53 -IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --with-yaz=${LOCALBASE} --- net/pecl-yaz/distinfo.orig 2012-07-14 16:29:18.000000000 +0200 +++ net/pecl-yaz/distinfo 2013-08-20 15:28:52.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (PECL/yaz-1.0.14.tgz) = a38d608160d6c95063b061589a1e4e0a2fe4d08026648b7550ab3796456af62e -SIZE (PECL/yaz-1.0.14.tgz) = 16601 +SHA256 (PECL/yaz-1.1.6.tgz) = dd9b919ba3b2a09a9c77c847407f106512fe75979cc0689ebccef08c80719eee +SIZE (PECL/yaz-1.1.6.tgz) = 16464 Patch attached with submission follows: --- net/pecl-yaz/Makefile.orig 2013-05-29 15:49:06.000000000 +0200 +++ net/pecl-yaz/Makefile 2013-08-20 15:27:40.000000000 +0200 @@ -1,9 +1,8 @@ # Created by: Alex Dupre -# $FreeBSD: net/pecl-yaz/Makefile 319369 2013-05-29 13:49:06Z crees $ +# $FreeBSD$ PORTNAME= yaz -PORTVERSION= 1.0.14 -PORTREVISION= 4 +PORTVERSION= 1.1.6 CATEGORIES= net pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -17,8 +16,6 @@ USE_PHP= yes USE_PHPEXT= yes -DEFAULT_PHP_VER=53 -IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --with-yaz=${LOCALBASE} --- net/pecl-yaz/distinfo.orig 2012-07-14 16:29:18.000000000 +0200 +++ net/pecl-yaz/distinfo 2013-08-20 15:28:52.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (PECL/yaz-1.0.14.tgz) = a38d608160d6c95063b061589a1e4e0a2fe4d08026648b7550ab3796456af62e -SIZE (PECL/yaz-1.0.14.tgz) = 16601 +SHA256 (PECL/yaz-1.1.6.tgz) = dd9b919ba3b2a09a9c77c847407f106512fe75979cc0689ebccef08c80719eee +SIZE (PECL/yaz-1.1.6.tgz) = 16464 >Release-Note: >Audit-Trail: >Unformatted: