Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Dec 2010 00:13:57 +0000
From:      "Tom Judge" <tom@tomjudge.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/152945: [patch] devel/pecl-automap
Message-ID:  <20101209001147.8D7A4DCB3B@tomjudge.vm.bytemark.co.uk>
Resent-Message-ID: <201012090020.oB90K7IH046034@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         152945
>Category:       ports
>Synopsis:       [patch] devel/pecl-automap
>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:   Thu Dec 09 00:20:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Tom Judge
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD tinderbox.home.tomjudge.com 8.1-STABLE FreeBSD 8.1-STABLE #0 r213720: Tue Oct 12 14:02:02 UTC 2010 tj@tinderbox.home.tomjudge.com:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
The attached patch fixes the following issues:

* Add LICENSE=PHP301 - http://pecl.php.net/package/automap - Depends on ports/152927
* Remove MD5 line from distinfo.
* Add IGNORE_WITH_PHP=4 as this module requires 5.1.0 or newer.

Tinderbox Logs:

PHP 4
	N/A
PHP 5.2
	http://tinderbox.tomjudge.com/tb/errors/8.1-PECL-5.2-amd64/pecl-automap-1.1.0.log
PHP 5.3
	http://tinderbox.tomjudge.com/tb/errors/8.1-PECL-5.3-amd64/pecl-automap-1.1.0.log

>How-To-Repeat:
>Fix:

--- devel-pecl-automap.txt begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/pecl-automap/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	11 Apr 2009 09:09:19 -0000	1.2
+++ Makefile	9 Dec 2010 00:00:02 -0000
@@ -16,10 +16,13 @@
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	A PECL extension offering a fast map-based autoloader
 
+LICENSE=	PHP301
+
 USE_PHP=	spl
 USE_PHP_BUILD=	yes
 USE_PHPEXT=	yes
 PHP_MODNAME=	automap
+IGNORE_WITH_PHP=4
 
 CONFIGURE_ARGS=	--enable-automap
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/pecl-automap/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	20 Jan 2008 22:09:10 -0000	1.1
+++ distinfo	7 Dec 2010 16:59:09 -0000
@@ -1,3 +1,2 @@
 SHA256 (PECL/automap-1.1.0.tgz) = ec2fb8405dbf7204968a7c7c0f47eea50ba758ca4a08440cbc1ebdcb493ae7b3
-MD5 (PECL/automap-1.1.0.tgz) = deb05f5a75a1ed7156e2b2af1cadd448
 SIZE (PECL/automap-1.1.0.tgz) = 22822
--- devel-pecl-automap.txt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101209001147.8D7A4DCB3B>