Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Dec 2010 22:32:39 +0000
From:      "Tom Judge" <tom@tomjudge.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/152941: [patch] databases/pecl-mdbtools Cleanup/Fixes
Message-ID:  <20101208223030.88A1548C4C@tomjudge.vm.bytemark.co.uk>
Resent-Message-ID: <201012082240.oB8Me9Lq041306@freefall.freebsd.org>

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

>Number:         152941
>Category:       ports
>Synopsis:       [patch] databases/pecl-mdbtools Cleanup/Fixes
>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 22: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 fixes the following issues:

* Add LICENSE=LGPL21 - http://pecl.php.net/package/mdbtools
* Remove MD5 line from distinfo.
* Add IGNORE_WITH_PHP=4 as it does not correctly detect the php4 ports version. (See log)

Tinderbox Logs:

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

>How-To-Repeat:
>Fix:

--- databases-pecl-mdbtools.txt begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/pecl-mdbtools/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	11 Jun 2009 05:55:00 -0000	1.4
+++ Makefile	8 Dec 2010 22:29:02 -0000
@@ -17,11 +17,14 @@
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	A PECL extension for the mdbtools library
 
+LICENSE=	LGPL21
+
 USE_PHP=	yes
 USE_PHPEXT=	yes
 USE_PHP_BUILD=	yes
 BUILD_DEPENDS=	${LOCALBASE}/lib/libmdb.a:${PORTSDIR}/databases/mdbtools
 RUN_DEPENDS=	${LOCALBASE}/lib/libmdb.a:${PORTSDIR}/databases/mdbtools
+IGNORE_WITH_PHP=4
 
 CONFIGURE_ARGS=	--with-mdbtools=${LOCALBASE}
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/pecl-mdbtools/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	22 Dec 2007 17:24:11 -0000	1.1
+++ distinfo	7 Dec 2010 16:55:15 -0000
@@ -1,3 +1,2 @@
-MD5 (PECL/mdbtools-1.0.0.tgz) = 758f844257c50dbd07c2b9a67a83954b
 SHA256 (PECL/mdbtools-1.0.0.tgz) = 2bfa5a41e5617eb2e0b7ef6554ef9727fe6183c094f8fcc1eb64fb56c00f5a11
 SIZE (PECL/mdbtools-1.0.0.tgz) = 8783
--- databases-pecl-mdbtools.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?20101208223030.88A1548C4C>