From nobody@FreeBSD.org  Thu Jun  7 22:39:09 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 065831065670
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  7 Jun 2012 22:39:09 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id E62298FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  7 Jun 2012 22:39:08 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q57Md8wH087426
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 7 Jun 2012 22:39:08 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q57Md8Gk087425;
	Thu, 7 Jun 2012 22:39:08 GMT
	(envelope-from nobody)
Message-Id: <201206072239.q57Md8Gk087425@red.freebsd.org>
Date: Thu, 7 Jun 2012 22:39:08 GMT
From: Dzmitry Bialou <smallcms@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Unnecessary definitions in lang/php5-extensions lang/php53-extensions lang/php52-extensions
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         168829
>Category:       ports
>Synopsis:       Unnecessary definitions in lang/php5-extensions lang/php53-extensions lang/php52-extensions
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    flo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 07 22:40:08 UTC 2012
>Closed-Date:    Mon Nov 26 23:23:58 UTC 2012
>Last-Modified:  Mon Nov 26 23:23:58 UTC 2012
>Originator:     Dzmitry Bialou
>Release:        8.3-RELEASE
>Organization:
>Environment:
FreeBSD sfs.local 8.3-RELEASE-p2 FreeBSD 8.3-RELEASE-p2 #0: Thu Jun  7 20:38:35 EEST 2012     root@sfs.local:/usr/obj/usr/src/sys/SFS  i386
>Description:
Ports lang/php5-extensions lang/php53-extensions lang/php52-extensions have unnecessary definitions (all WITH_*= yes). If we disable all extensions, these definitions override them. For BATCH mode definitions goes from OPTIONS of these ports.
>How-To-Repeat:
In lang/php5-extensions, lang/php53-extensions or lang/php52-extensions do
# make configure
disable all options and after that
# make missing
>Fix:
I removed all WITH_ strings (goes before OPTIONS), after this only checked extensions was installed.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ale 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jun 7 23:35:43 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168829 
Responsible-Changed-From-To: ale->flo 
Responsible-Changed-By: ale 
Responsible-Changed-When: Wed Jun 13 12:38:11 UTC 2012 
Responsible-Changed-Why:  
php5-extensions has been fixed. 

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

From: Florian Smeets <flo@smeets.im>
To: bug-followup@FreeBSD.org, admin@lissyara.su
Cc: smallcms@gmail.com
Subject: Re: ports/168829: Unnecessary definitions in lang/php5-extensions
 lang/php53-extensions lang/php52-extensions
Date: Thu, 12 Jul 2012 02:03:25 +0200

 This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
 --------------enig243F25AA31B0C37758EC091B
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 lang/php53-extensions has been fixed as well, only php52-extensions
 remains. Alex you might want to take a look at it.
 
 Thanks,
 Florian
 
 
 --------------enig243F25AA31B0C37758EC091B
 Content-Type: application/pgp-signature; name="signature.asc"
 Content-Description: OpenPGP digital signature
 Content-Disposition: attachment; filename="signature.asc"
 
 -----BEGIN PGP SIGNATURE-----
 
 iEYEARECAAYFAk/+FE0ACgkQapo8P8lCvwmzQgCgojQE8tcrucfIw79km2bFtOvj
 U3IAoNbiQvV85GZ8ZWj2JpOg0WIaLkr8
 =jMKX
 -----END PGP SIGNATURE-----
 
 --------------enig243F25AA31B0C37758EC091B--

From: Alex Keda <admin@lissyara.su>
To: bug-followup@FreeBSD.org, smallcms@gmail.com
Cc:  
Subject: Re: ports/168829: Unnecessary definitions in lang/php5-extensions
 lang/php53-extensions lang/php52-extensions
Date: Thu, 12 Jul 2012 09:09:58 +0400

 This is a multi-part message in MIME format.
 --------------000802030505030908010104
 Content-Type: text/plain; charset=windows-1251; format=flowed
 Content-Transfer-Encoding: 7bit
 
 see patch
 
 --------------000802030505030908010104
 Content-Type: text/plain; charset=UTF-8;
  name="ext.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="ext.diff"
 
 --- /tmp/Makefile	2012-05-17 01:07:04.000000000 +0400
 +++ lang/php52-extensions/Makefile	2012-07-12 09:08:32.000000000 +0400
 @@ -23,25 +23,6 @@
  
  NO_BUILD=	yes
  
 -WITH_CTYPE=	yes
 -WITH_DOM=	yes
 -WITH_FILTER=	yes
 -WITH_HASH=	yes
 -WITH_ICONV=	yes
 -WITH_JSON=	yes
 -WITH_PCRE=	yes
 -WITH_PDO=	yes
 -WITH_PDO_SQLITE=yes
 -WITH_POSIX=	yes
 -WITH_SESSION=	yes
 -WITH_SIMPLEXML=	yes
 -WITH_SPL=	yes
 -WITH_SQLITE=	yes
 -WITH_TOKENIZER=	yes
 -WITH_XML=	yes
 -WITH_XMLREADER=	yes
 -WITH_XMLWRITER=	yes
 -
  OPTIONS=	BCMATH          "bc style precision math functions" off \
  		BZ2             "bzip2 library support" off \
  		CALENDAR        "calendar conversion support" off \
 
 --------------000802030505030908010104--
State-Changed-From-To: open->closed 
State-Changed-By: flo 
State-Changed-When: Mon Nov 26 23:23:57 UTC 2012 
State-Changed-Why:  
To Fix this properly the port would need to be converted to options-ng. 
Nobody seems to be interested in doing the conversion and the port is 
deprecated and scheduled for deletion anyway. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168829 
>Unformatted:
