Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Dec 2010 16:53:37 +0000
From:      "Tom Judge" <tom@tomjudge.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jpaetzel@FreeBSD.org
Subject:   ports/153022: [patch] devel/pecl-ncurses Fixes/Cleanup
Message-ID:  <20101211165115.78D4ADCB3B@tomjudge.vm.bytemark.co.uk>
Resent-Message-ID: <201012111700.oBBH0KPR064608@freefall.freebsd.org>

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

>Number:         153022
>Category:       ports
>Synopsis:       [patch] devel/pecl-ncurses 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 17:00:19 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/ncurses
* Remove MD5 line from distinfo.
* Add IGNORE_WITH_PHP=4 as this requires as least php 5.
* Replace CONFICTS=php-5.2* with IGNORE_WITH_PHP=52 ( Compile error)

Tinderbox Logs:

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

>How-To-Repeat:
>Fix:

--- devel-pecl-ncurses.txt begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/pecl-ncurses/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	2 May 2010 12:09:12 -0000	1.1
+++ Makefile	11 Dec 2010 16:49:55 -0000
@@ -16,11 +16,12 @@
 MAINTAINER=	jille@quis.cx
 COMMENT=	A PECL extension for ncurses
 
+LICENSE=	PHP301
+
 USE_PHP=	yes
 USE_PHP_BUILD=	yes
 USE_PHPEXT=	yes
 WANT_PHP_CLI=	yes
-
-CONFLICTS=	php52-[0-9]
+IGNORE_WITH_PHP=4 52
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/pecl-ncurses/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	2 May 2010 12:09:12 -0000	1.1
+++ distinfo	7 Dec 2010 17:04:14 -0000
@@ -1,3 +1,2 @@
-MD5 (PECL/ncurses-1.0.1.tgz) = a2ec4437449f9b36bf3cba7a59a37654
 SHA256 (PECL/ncurses-1.0.1.tgz) = b1f1569803f58f7231b8342dce528780ac2dd959185366cc650988fe4b0dfc86
 SIZE (PECL/ncurses-1.0.1.tgz) = 16045
--- devel-pecl-ncurses.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?20101211165115.78D4ADCB3B>