Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Dec 2010 00:08:10 +0000
From:      "Tom Judge" <tom@tomjudge.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/153035: [patch] devel/pecl-spread - Fixes/Cleanup
Message-ID:  <20101212000547.21C59DCB3B@tomjudge.vm.bytemark.co.uk>
Resent-Message-ID: <201012120010.oBC0A8hi015808@freefall.freebsd.org>

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

>Number:         153035
>Category:       ports
>Synopsis:       [patch] devel/pecl-spread - 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:   Sun Dec 12 00:10:08 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/spread
* Remove MD5 line from distinfo.
* Add IGNORE_WITH_PHP=4 - compile issue.

Tinderbox Logs:

PHP 4
	http://tinderbox.tomjudge.com/tb/errors/8.1-PECL-4-amd64/pecl-spread-2.1.0.log
PHP 5.2
	http://tinderbox.tomjudge.com/tb/logs/8.1-PECL-5.2-amd64/pecl-spread-2.1.0.log
PHP 5.3
	http://tinderbox.tomjudge.com/tb/logs/8.1-PECL-5.3-amd64/pecl-spread-2.1.0.log

>How-To-Repeat:
>Fix:

--- devel-pecl-spread.txt begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/pecl-spread/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	22 Aug 2009 21:31:59 -0000	1.4
+++ Makefile	12 Dec 2010 00:05:04 -0000
@@ -18,8 +18,11 @@
 
 BUILD_DEPENDS=	${LOCALBASE}/include/sp.h:${PORTSDIR}/net/spread4
 
+LICENSE=	PHP301
+
 USE_PHP=	yes
 USE_PHPEXT=	yes
+IGNORE_WITH_PHP=4
 
 CONFIGURE_ARGS+=--with-spread=${LOCALBASE}
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/pecl-spread/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	15 Jan 2009 11:48:32 -0000	1.2
+++ distinfo	7 Dec 2010 17:06:31 -0000
@@ -1,3 +1,2 @@
-MD5 (PECL/spread-2.1.0.tgz) = 378f45a5bb68eeacd00b924ecedc6985
 SHA256 (PECL/spread-2.1.0.tgz) = b17d8dab5e3ff07bcef921893cf3fe6c67e38ec251cf6c74a06a028a206d701b
 SIZE (PECL/spread-2.1.0.tgz) = 9437
--- devel-pecl-spread.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?20101212000547.21C59DCB3B>