ports/153015: [patch] devel/pecl-gearman

Tom Judge tom at tomjudge.com
Sat Dec 11 03:10:11 UTC 2010


>Number:         153015
>Category:       ports
>Synopsis:       [patch] devel/pecl-gearman
>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:10:10 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 at 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/gearman
* Remove MD5 line from distinfo.
* Add IGNORE_WITH_PHP=4 as it does not compile.

Tinderbox Logs:

;PHP 4
:http://tinderbox.tomjudge.com/tb/logs/8.1-PECL-4-amd64/pecl-gearman-0.7.0.log
;PHP 5.2
:http://tinderbox.tomjudge.com/tb/logs/8.1-PECL-5.2-amd64/pecl-gearman-0.7.0.log
;PHP 5.3
:http://tinderbox.tomjudge.com/tb/logs/8.1-PECL-5.3-amd64/pecl-gearman-0.7.0.log
>How-To-Repeat:
>Fix:

--- devel-pecl-gearman.txt begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/pecl-gearman/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	9 May 2010 07:56:09 -0000	1.4
+++ Makefile	11 Dec 2010 02:58:08 -0000
@@ -18,10 +18,13 @@
 
 LIB_DEPENDS=	gearman:${PORTSDIR}/devel/gearmand
 
+LICENSE=	PHP301
+
 CONFIGURE_ARGS=	--with-gearman
 PHP_MODNAME=	${PORTNAME}
 USE_PHP=	yes
 USE_PHPEXT=	yes
+IGNORE_WITH_PHP=4
 
 .include <bsd.port.pre.mk>
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/pecl-gearman/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	9 May 2010 07:56:09 -0000	1.4
+++ distinfo	7 Dec 2010 17:00:46 -0000
@@ -1,3 +1,2 @@
-MD5 (PECL/gearman-0.7.0.tgz) = 2e1da4a3d5e3c1e103b772da92f37680
 SHA256 (PECL/gearman-0.7.0.tgz) = 6972538e7ac7b5f9ef5c1639efee37f5b605a73cd20b877a38e4dcd4acce602a
 SIZE (PECL/gearman-0.7.0.tgz) = 29258
--- devel-pecl-gearman.txt ends here ---


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



More information about the freebsd-ports-bugs mailing list