Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Jan 2011 19:55:28 +0000
From:      "Tom Judge" <tom@tomjudge.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/153658: [patch] devel/pecl-svn - Cleanup
Message-ID:  <20110103195117.641C248BE0@tomjudge.vm.bytemark.co.uk>
Resent-Message-ID: <201101032000.p03K0Ofq025373@freefall.freebsd.org>

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

>Number:         153658
>Category:       ports
>Synopsis:       [patch] devel/pecl-svn - 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:   Mon Jan 03 20:00:23 UTC 2011
>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/svn
* Remove MD5 line from distinfo.
* Add IGNORE_WITH_PHP=4 - compile issues.

Tinderbox Logs:

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

>How-To-Repeat:
>Fix:

--- devel-pecl-svn.txt begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/pecl-svn/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- Makefile	5 Jun 2010 17:06:47 -0000	1.20
+++ Makefile	3 Jan 2011 19:09:28 -0000
@@ -19,7 +19,10 @@
 
 LIB_DEPENDS=	svn_client-1:${PORTSDIR}/devel/subversion
 
+LICENSE=	PHP301
+
 USE_PHP=	yes
 USE_PHPEXT=	yes
+IGNORE_WITH_PHP=4
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/pecl-svn/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo	5 Jun 2010 17:06:47 -0000	1.8
+++ distinfo	7 Dec 2010 17:07:15 -0000
@@ -1,3 +1,2 @@
-MD5 (PECL/svn-1.0.0.tgz) = f89e87ff86978a121b9e3ddf69d523c1
 SHA256 (PECL/svn-1.0.0.tgz) = aa3997232203280282fa65e5a29d240cffe71a97693e4afd032c49c842791360
 SIZE (PECL/svn-1.0.0.tgz) = 24466
--- devel-pecl-svn.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?20110103195117.641C248BE0>