Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Dec 2010 16:33:54 +0000
From:      "Tom Judge" <tom@tomjudge.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jpaetzel@FreeBSD.org
Subject:   ports/153021: [patch] devel/pecl-libevent - Add license - PHP version restriction
Message-ID:  <20101211163132.2A1ABDCB3B@tomjudge.vm.bytemark.co.uk>
Resent-Message-ID: <201012111640.oBBGe9lO045484@freefall.freebsd.org>

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

>Number:         153021
>Category:       ports
>Synopsis:       [patch] devel/pecl-libevent - Add license - PHP version restriction
>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 16:40: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/libevent
* Add IGNORE_WITH_PHP=4 as this module requires php 5.1.3 or newer.

Tinderbox Logs:

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

>How-To-Repeat:
>Fix:

--- devel-pecl-libevent.txt begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/pecl-libevent/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	15 Nov 2010 07:44:50 -0000	1.1
+++ Makefile	11 Dec 2010 16:20:27 -0000
@@ -18,10 +18,13 @@
 
 LIB_DEPENDS=event:${PORTSDIR}/devel/libevent
 
+LICENSE=	PHP301
+
 USE_PHP=	yes
 USE_PHP_BUILD=	yes
 USE_PHPIZE=	yes
 USE_PHPEXT=	yes
 PHP_MODNAME=	libevent
+IGNORE_WITH_PHP=4
 
 .include <bsd.port.mk>
--- devel-pecl-libevent.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?20101211163132.2A1ABDCB3B>