Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Dec 2010 03:27:07 +0000
From:      "Tom Judge" <tom@tomjudge.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/153016: [patch] devel/pecl-hidef Fixes/Cleanup
Message-ID:  <20101211032448.39E22DCB3B@tomjudge.vm.bytemark.co.uk>
Resent-Message-ID: <201012110330.oBB3UAsR091857@freefall.freebsd.org>

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

>Number:         153016
>Category:       ports
>Synopsis:       [patch] devel/pecl-hidef Fixes/Cleanup
>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 03:30:09 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=PHP301 - http://pecl.php.net/package/hidef
* Remove MD5 line from distinfo.
* Add IGNORE_WITH_PHP=4 as this module requires php 5.2.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-hidef-0.1.4.log
PHP 5.3
	http://tinderbox.tomjudge.com/tb/errors/8.1-PECL-5.3-amd64/pecl-hidef-0.1.4.log
>How-To-Repeat:
>Fix:

--- devel-pecl-hedef.txt begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/pecl-hidef/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	5 Jun 2010 17:06:52 -0000	1.6
+++ Makefile	11 Dec 2010 03:16:25 -0000
@@ -16,8 +16,11 @@
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	Constants for real
 
+LICENSE=	PHP301
+
 USE_PHP=	yes
 USE_PHPEXT=	yes
+IGNORE_WITH_PHP=4
 
 CONFIGURE_ARGS=	--enable-hidef
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/pecl-hidef/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	5 Jun 2010 17:06:52 -0000	1.4
+++ distinfo	7 Dec 2010 17:01:10 -0000
@@ -1,3 +1,2 @@
-MD5 (PECL/hidef-0.1.4.tgz) = e508ff88162b5d7848ac3068ebe60fe3
 SHA256 (PECL/hidef-0.1.4.tgz) = 6b9214dcee4ed053ca42537847aa6464e6f6446066059d5efc8622d224dc00f3
 SIZE (PECL/hidef-0.1.4.tgz) = 13020
--- devel-pecl-hedef.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?20101211032448.39E22DCB3B>