ports/152943: [patch] databases/pecl-memcached Fixes/Cleanup

Tom Judge tom at tomjudge.com
Wed Dec 8 23:50:09 UTC 2010


>Number:         152943
>Category:       ports
>Synopsis:       [patch] databases/pecl-memcached 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:   Wed Dec 08 23:50:01 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:
Te attached patch fixes the following issues:

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

Tinderbox Logs:

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

>How-To-Repeat:
>Fix:

--- databases-pecl-memcached.txt begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/pecl-memcached/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	9 May 2010 07:55:02 -0000	1.11
+++ Makefile	8 Dec 2010 23:39:29 -0000
@@ -20,12 +20,15 @@
 LIB_DEPENDS=	memcached:${PORTSDIR}/databases/libmemcached
 RUN_DEPENDS=	${LOCALBASE}/bin/pear:${PORTSDIR}/devel/pear
 
+LICENSE=	PHP30
+
 PHP_MODNAME=	memcached
 USE_PHP=	json session
 USE_PHPEXT=	yes
 USE_PHPIZE=	yes
 USE_PHP_BUILD=	yes
 CONFIGURE_ARGS+=--with-libmemcached-dir=${LOCALBASE}
+IGNORE_WITH_PHP=4
 
 OPTIONS=	IGBINARY "Binary serializer support" off
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/pecl-memcached/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo	9 May 2010 07:55:02 -0000	1.7
+++ distinfo	7 Dec 2010 16:58:09 -0000
@@ -1,3 +1,2 @@
-MD5 (PECL/memcached-1.0.2.tgz) = b91f815ad59086d0c3564cce022b5c4f
 SHA256 (PECL/memcached-1.0.2.tgz) = 16de77317e43b0a5bfd802c0bd2ef575adbad2093e8632d58738974e6cb14129
 SIZE (PECL/memcached-1.0.2.tgz) = 22724
--- databases-pecl-memcached.txt ends here ---


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



More information about the freebsd-ports-bugs mailing list