Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Dec 2010 22:53:53 +0000
From:      "Tom Judge" <tom@tomjudge.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/153029: [patch] devel/pecl-operator - Add License - Don't force php version.
Message-ID:  <20101211225129.E6E9BDCB3B@tomjudge.vm.bytemark.co.uk>
Resent-Message-ID: <201012112300.oBBN0Ihf038238@freefall.freebsd.org>

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

>Number:         153029
>Category:       ports
>Synopsis:       [patch] devel/pecl-operator - Add License - Don't force php version.
>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:   Sat Dec 11 23:00:18 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 addresses the following issues:

* Add LICENSE=PHP30 - http://pecl.php.net/package/operator
* Remove MD5 line from distinfo.
* Don't forcibly define DEFAULT_PHP_VAR, allow the user to get an error if its defined in the environment.  This will stop builds from pulling in php 5.3 when the global default is defined as php 4 or 52. 

Tinderbox Logs:

PHP 4
	N/A
PHP 5.2
	http://tinderbox.tomjudge.com/tb/logs/8.1-PECL-5.2-amd64/pecl-operator-0.3.log
PHP 5.3
	http://tinderbox.tomjudge.com/tb/logs/8.1-PECL-5.3-amd64/pecl-operator-0.3.log

>How-To-Repeat:
>Fix:

--- devel-pecl-operator.txt begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/pecl-operator/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	31 Jan 2010 13:47:09 -0000	1.5
+++ Makefile	11 Dec 2010 22:46:28 -0000
@@ -17,9 +17,11 @@
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	PHP extension that provides operator overloading for PHP objects
 
+LICENSE=	PHP30
+
 USE_PHP=	yes
 USE_PHPEXT=	yes
-DEFAULT_PHP_VER=	5
+DEFAULT_PHP_VER?=	5
 IGNORE_WITH_PHP=	4
 PHP_MODNAME=	${PORTNAME}
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/pecl-operator/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	12 Feb 2006 10:45:39 -0000	1.2
+++ distinfo	7 Dec 2010 17:05:00 -0000
@@ -1,3 +1,2 @@
-MD5 (PECL/operator-0.3.tgz) = 60642711169ab32e9856b5d14295579f
 SHA256 (PECL/operator-0.3.tgz) = 0aedce71320972b387f1ad0ece5206eb1ddb2ccb0becc58ca63029412804e748
 SIZE (PECL/operator-0.3.tgz) = 8328
--- devel-pecl-operator.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?20101211225129.E6E9BDCB3B>