From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 11 16:20:09 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6CD31065673 for ; Sat, 11 Dec 2010 16:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 928788FC16 for ; Sat, 11 Dec 2010 16:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oBBGK9IN023836 for ; Sat, 11 Dec 2010 16:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBBGK9Cn023835; Sat, 11 Dec 2010 16:20:09 GMT (envelope-from gnats) Resent-Date: Sat, 11 Dec 2010 16:20:09 GMT Resent-Message-Id: <201012111620.oBBGK9Cn023835@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tom Judge Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B21AB1065696 for ; Sat, 11 Dec 2010 16:15:37 +0000 (UTC) (envelope-from tom@tomjudge.com) Received: from tomjudge.vm.bytemark.co.uk (tomjudge.vm.bytemark.co.uk [80.68.91.100]) by mx1.freebsd.org (Postfix) with ESMTP id 728EB8FC1D for ; Sat, 11 Dec 2010 16:15:37 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by tomjudge.vm.bytemark.co.uk (Postfix) with ESMTP id 5447CDCB3C for ; Sat, 11 Dec 2010 16:15:36 +0000 (GMT) Received: from tomjudge.vm.bytemark.co.uk ([127.0.0.1]) by localhost (tomjudge.vm.bytemark.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7UsbH8YxEByJ for ; Sat, 11 Dec 2010 16:15:33 +0000 (GMT) Received: from tinderbox.home.tomjudge.com (unknown [192.168.200.5]) by tomjudge.vm.bytemark.co.uk (Postfix) with SMTP id 735E4DCB3B for ; Sat, 11 Dec 2010 16:15:32 +0000 (GMT) Received: by tinderbox.home.tomjudge.com (sSMTP sendmail emulation); Sat, 11 Dec 2010 16:17:54 +0000 Message-Id: <20101211161532.735E4DCB3B@tomjudge.vm.bytemark.co.uk> Date: Sat, 11 Dec 2010 16:17:54 +0000 From: "Tom Judge" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/153020: [patch] devel/pecl-intl - New License - PHP Version deps X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tom Judge List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Dec 2010 16:20:10 -0000 >Number: 153020 >Category: ports >Synopsis: [patch] devel/pecl-intl - New License - PHP Version deps >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:20: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/intl * Add IGNORE_WITH_PHP=4 52 as this requires php 5.2.4 or newer and has a compile issue on 5.2. Tinderbox Logs: PHP 4 N/A PHP 5.2 http://tinderbox.tomjudge.com/tb/errors/8.1-PECL-5.2-amd64/pecl-intl-1.1.2.log PHP 5.3 http://tinderbox.tomjudge.com/tb/logs/8.1-PECL-5.3-amd64/pecl-intl-1.1.2.log >How-To-Repeat: >Fix: --- devel-pecl-intl.txt begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/pecl-intl/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 24 Nov 2010 09:33:10 -0000 1.7 +++ Makefile 11 Dec 2010 16:14:26 -0000 @@ -18,7 +18,10 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/icu-config:${PORTSDIR}/devel/icu +LICENSE= PHP301 + USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP=4 52 .include --- devel-pecl-intl.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: