From tom@tomjudge.com  Sat Dec 11 16:15:37 2010
Return-Path: <tom@tomjudge.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B21AB1065696
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>;
	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 <FreeBSD-gnats-submit@freebsd.org>; 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" <tom@tomjudge.com>
Reply-To: Tom Judge <tom@tomjudge.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] devel/pecl-intl - New License - PHP Version deps
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         153020
>Category:       ports
>Synopsis:       [patch] devel/pecl-intl - New License - PHP Version deps
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 11 16:20:09 UTC 2010
>Closed-Date:    Mon Dec 20 07:14:38 UTC 2010
>Last-Modified:  Mon Jan  3 17:50:08 UTC 2011
>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 <bsd.port.mk>
--- devel-pecl-intl.txt ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Dec 11 16:20:53 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153020 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Dec 20 07:14:37 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153020 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/153020: commit references a PR
Date: Mon, 20 Dec 2010 07:14:33 +0000 (UTC)

 miwi        2010-12-20 07:14:29 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/pecl-intl      Makefile 
   Log:
   * Add LICENSE
   * Add IGNORE_WITH_PHP=4 52 as this requires php 5.2.4 or newer and has a compile issue on 5.2.
   
   PR:             153020
   Submitted by:   "Tom Judge" <tom@tomjudge.com>
   
   Revision  Changes    Path
   1.10      +3 -0      ports/devel/pecl-intl/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: "Russ Coleman" <russ@galaxypc.net>
To: <bug-followup@FreeBSD.org>,
	<tom@tomjudge.com>
Cc:  
Subject: Re: ports/153020: [patch] devel/pecl-intl - New License - PHP Version deps
Date: Wed, 22 Dec 2010 19:45:34 -0500

 This is a multipart message in MIME format.
 
 ------=_NextPart_000_0006_01CBA210.CC8006F0
 Content-Type: text/plain;
 	charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 
 Still doesn't build on FreeBSD 7.3-STABLE with PHP 5.2.16 (current php52)
 
  
 
 PHP 5.2.16 with Suhosin-Patch 0.9.7 (cli) (built: Dec 18 2010 10:57:02)
 
 Copyright (c) 1997-2009 The PHP Group
 
 Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
 
  
 
 ===>  pecl-intl-1.1.2_2 cannot install: doesn't work with PHP version : 52
 (Doesn't support PHP 4 52).
 
 *** Error code 1
 
  
 
 Thanks,
 
  
 
 Russ
 
  
 
 
 ------=_NextPart_000_0006_01CBA210.CC8006F0
 Content-Type: text/html;
 	charset="us-ascii"
 Content-Transfer-Encoding: quoted-printable
 
 <html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
 xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
 xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
 xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" =
 xmlns=3D"http://www.w3.org/TR/REC-html40">
 
 <head>
 <meta http-equiv=3DContent-Type content=3D"text/html; =
 charset=3Dus-ascii">
 <meta name=3DGenerator content=3D"Microsoft Word 12 (filtered medium)">
 <style>
 <!--
  /* Font Definitions */
  @font-face
 	{font-family:"Cambria Math";
 	panose-1:2 4 5 3 5 4 6 3 2 4;}
 @font-face
 	{font-family:Calibri;
 	panose-1:2 15 5 2 2 2 4 3 2 4;}
  /* Style Definitions */
  p.MsoNormal, li.MsoNormal, div.MsoNormal
 	{margin:0in;
 	margin-bottom:.0001pt;
 	font-size:11.0pt;
 	font-family:"Calibri","sans-serif";}
 a:link, span.MsoHyperlink
 	{mso-style-priority:99;
 	color:blue;
 	text-decoration:underline;}
 a:visited, span.MsoHyperlinkFollowed
 	{mso-style-priority:99;
 	color:purple;
 	text-decoration:underline;}
 span.EmailStyle17
 	{mso-style-type:personal-compose;
 	font-family:"Calibri","sans-serif";
 	color:windowtext;}
 .MsoChpDefault
 	{mso-style-type:export-only;
 	font-size:10.0pt;}
 @page Section1
 	{size:8.5in 11.0in;
 	margin:1.0in 1.0in 1.0in 1.0in;}
 div.Section1
 	{page:Section1;}
 -->
 </style>
 <!--[if gte mso 9]><xml>
  <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
 </xml><![endif]--><!--[if gte mso 9]><xml>
  <o:shapelayout v:ext=3D"edit">
   <o:idmap v:ext=3D"edit" data=3D"1" />
  </o:shapelayout></xml><![endif]-->
 </head>
 
 <body lang=3DEN-US link=3Dblue vlink=3Dpurple>
 
 <div class=3DSection1>
 
 <p class=3DMsoNormal>Still doesn&#8217;t build on FreeBSD 7.3-STABLE =
 with PHP
 5.2.16 (current php52)<o:p></o:p></p>
 
 <p class=3DMsoNormal><o:p>&nbsp;</o:p></p>
 
 <p class=3DMsoNormal>PHP 5.2.16 with Suhosin-Patch 0.9.7 (cli) (built: =
 Dec 18
 2010 10:57:02)<o:p></o:p></p>
 
 <p class=3DMsoNormal>Copyright (c) 1997-2009 The PHP =
 Group<o:p></o:p></p>
 
 <p class=3DMsoNormal>Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend
 Technologies<o:p></o:p></p>
 
 <p class=3DMsoNormal><o:p>&nbsp;</o:p></p>
 
 <p class=3DMsoNormal>=3D=3D=3D&gt;&nbsp; pecl-intl-1.1.2_2 cannot =
 install: doesn't work
 with PHP version : 52 (Doesn't support PHP 4 52).<o:p></o:p></p>
 
 <p class=3DMsoNormal>*** Error code 1<o:p></o:p></p>
 
 <p class=3DMsoNormal><o:p>&nbsp;</o:p></p>
 
 <p class=3DMsoNormal>Thanks,<o:p></o:p></p>
 
 <p class=3DMsoNormal><o:p>&nbsp;</o:p></p>
 
 <p class=3DMsoNormal>Russ<o:p></o:p></p>
 
 <p class=3DMsoNormal><o:p>&nbsp;</o:p></p>
 
 </div>
 
 </body>
 
 </html>
 
 ------=_NextPart_000_0006_01CBA210.CC8006F0--
 

From: "Russ Coleman" <russ@galaxypc.net>
To: <bug-followup@FreeBSD.org>,
	<tom@tomjudge.com>
Cc:  
Subject: Re: ports/153020: [patch] devel/pecl-intl - New License - PHP Version deps
Date: Wed, 22 Dec 2010 19:42:14 -0500

 This is a multipart message in MIME format.
 
 ------=_NextPart_000_0001_01CBA210.55B87700
 Content-Type: text/plain;
 	charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 
 Still doesn't build on FreeBSD 7.3-STABLE with PHP 5.2.16 (current php52)
 
  
 
 PHP 5.2.16 with Suhosin-Patch 0.9.7 (cli) (built: Dec 18 2010 10:57:02)
 
 Copyright (c) 1997-2009 The PHP Group
 
 Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
 
  
 
 Thanks,
 
  
 
 Russ
 
  
 
 
 ------=_NextPart_000_0001_01CBA210.55B87700
 Content-Type: text/html;
 	charset="us-ascii"
 Content-Transfer-Encoding: quoted-printable
 
 <html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
 xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
 xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
 xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" =
 xmlns=3D"http://www.w3.org/TR/REC-html40">
 
 <head>
 <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
 charset=3Dus-ascii">
 <meta name=3DGenerator content=3D"Microsoft Word 12 (filtered medium)">
 <style>
 <!--
  /* Font Definitions */
  @font-face
 	{font-family:"Cambria Math";
 	panose-1:2 4 5 3 5 4 6 3 2 4;}
 @font-face
 	{font-family:Calibri;
 	panose-1:2 15 5 2 2 2 4 3 2 4;}
  /* Style Definitions */
  p.MsoNormal, li.MsoNormal, div.MsoNormal
 	{margin:0in;
 	margin-bottom:.0001pt;
 	font-size:11.0pt;
 	font-family:"Calibri","sans-serif";}
 a:link, span.MsoHyperlink
 	{mso-style-priority:99;
 	color:blue;
 	text-decoration:underline;}
 a:visited, span.MsoHyperlinkFollowed
 	{mso-style-priority:99;
 	color:purple;
 	text-decoration:underline;}
 span.EmailStyle17
 	{mso-style-type:personal-compose;
 	font-family:"Calibri","sans-serif";
 	color:windowtext;}
 .MsoChpDefault
 	{mso-style-type:export-only;}
 @page Section1
 	{size:8.5in 11.0in;
 	margin:1.0in 1.0in 1.0in 1.0in;}
 div.Section1
 	{page:Section1;}
 -->
 </style>
 <!--[if gte mso 9]><xml>
  <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
 </xml><![endif]--><!--[if gte mso 9]><xml>
  <o:shapelayout v:ext=3D"edit">
   <o:idmap v:ext=3D"edit" data=3D"1" />
  </o:shapelayout></xml><![endif]-->
 </head>
 
 <body lang=3DEN-US link=3Dblue vlink=3Dpurple>
 
 <div class=3DSection1>
 
 <p class=3DMsoNormal>Still doesn&#8217;t build on FreeBSD 7.3-STABLE =
 with PHP
 5.2.16 (current php52)<o:p></o:p></p>
 
 <p class=3DMsoNormal><o:p>&nbsp;</o:p></p>
 
 <p class=3DMsoNormal>PHP 5.2.16 with Suhosin-Patch 0.9.7 (cli) (built: =
 Dec 18
 2010 10:57:02)<o:p></o:p></p>
 
 <p class=3DMsoNormal>Copyright (c) 1997-2009 The PHP =
 Group<o:p></o:p></p>
 
 <p class=3DMsoNormal>Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend
 Technologies<o:p></o:p></p>
 
 <p class=3DMsoNormal><o:p>&nbsp;</o:p></p>
 
 <p class=3DMsoNormal>Thanks,<o:p></o:p></p>
 
 <p class=3DMsoNormal><o:p>&nbsp;</o:p></p>
 
 <p class=3DMsoNormal>Russ<o:p></o:p></p>
 
 <p class=3DMsoNormal><o:p>&nbsp;</o:p></p>
 
 </div>
 
 </body>
 
 </html>
 
 ------=_NextPart_000_0001_01CBA210.55B87700--
 

From: Tom Judge <tom@tomjudge.com>
To: Russ Coleman <russ@galaxypc.net>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/153020: [patch] devel/pecl-intl - New License - PHP Version
 deps
Date: Mon, 03 Jan 2011 11:30:01 -0600

 Hi Russ,
 
 This port is broken with PHP 5.2 (at lease on FreeBSD 8).
 
 If you want to try to build it on 7 you will need to remove the 52 from
 the IGNORE_WITH_PHP= line in the Makefile.
 
 Please build the port under script(1) and follow up with the log (with
 .txt as the extension).
 
 If this builds ok I will update the patch to allow it to build with php
 5.2 on FreeBSD 7.X.
 
 Tom
 
 
 On 12/22/2010 06:42 PM, Russ Coleman wrote:
 > Still doesnt build on FreeBSD 7.3-STABLE with PHP 5.2.16 (current php52)
 > 
 >  
 > 
 > PHP 5.2.16 with Suhosin-Patch 0.9.7 (cli) (built: Dec 18 2010 10:57:02)
 > 
 > Copyright (c) 1997-2009 The PHP Group
 > 
 > Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
 > 
 >  
 > 
 > Thanks,
 > 
 >  
 > 
 > Russ
 > 
 >  
 > 
 
 
 -- 
 TJU13-ARIN
>Unformatted:
