Date: Tue, 20 Aug 2013 14:40:26 GMT From: Frank Wall <fw@moov.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/181432: [PATCH] net/pecl-yaz: update to 1.1.6 to make it compatible with PHP 5.4 Message-ID: <201308201440.r7KEeQjR076799@oldred.freebsd.org> Resent-Message-ID: <201308201450.r7KEo1XP057621@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <ale@FreeBSD.org> -# $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 <ale@FreeBSD.org> -# $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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308201440.r7KEeQjR076799>