From nobody@FreeBSD.org  Wed Dec 25 00:26:57 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id CD706E7E
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Dec 2013 00:26:57 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id B967D1DE3
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Dec 2013 00:26:57 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBP0Qu3W073999
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Dec 2013 00:26:56 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBP0Qu1B073977;
	Wed, 25 Dec 2013 00:26:56 GMT
	(envelope-from nobody)
Message-Id: <201312250026.rBP0Qu1B073977@oldred.freebsd.org>
Date: Wed, 25 Dec 2013 00:26:56 GMT
From: Radim Kolar <hsn@sendmail.cz>
To: freebsd-gnats-submit@FreeBSD.org
Subject: incorrect php version in IGNORE_WITH_PHP
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: pakhom706@gmail.com

>Number:         185169
>Category:       ports
>Synopsis:       net-mgmt/zabbix22-server: incorrect php version in IGNORE_WITH_PHP
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 25 00:30:00 UTC 2013
>Closed-Date:    Sun Jan 19 15:06:37 UTC 2014
>Last-Modified:  Sun Jan 19 15:06:37 UTC 2014
>Originator:     Radim Kolar
>Release:        9.2
>Organization:
Bancrupt Intercorporated
>Environment:
>Description:
zabbix22-server port has

IGNORE_WITH_PHP=5 52

zabbix documentation lists php 5.3 as minimum version https://www.zabbix.com/documentation/2.2/manual/installation/requirements

this should ignore php 5.0 and 5.2 but install fails with PHP 5.4 as well.

~ports/net-mgmt/zabbix22-frontend>make install
===>  zabbix22-frontend-2.2.1 cannot be installed: doesn't work with lang/php5 port (doesn't support PHP 5.4 5.2).
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Dec 30 03:15:26 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: pakhom706@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/185169: net-mgmt/zabbix22-server: incorrect php version in IGNORE_WITH_PHP
Date: Mon, 30 Dec 2013 03:15:25 UT

 Maintainer of net-mgmt/zabbix22-server,
 
 Please note that PR ports/185169 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/185169
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Pakhom Golynga <pakhom706@gmail.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185169: net-mgmt/zabbix22-server: incorrect php version
 in IGNORE_WITH_PHP
Date: Thu, 02 Jan 2014 12:33:07 +0400

 Hello!
 Yes, according to zabbix documentation required php 5.3.0 or later.
 The options 'IGNORE_WITH_PHP=        5 52' means that doesn't work with 
 PHP version 5.0 and 5.2
 
 bsd.php.mk:# IGNORE_WITH_PHP=N - The port doesn't work with PHP version N.
 
 With PHP version > 5.3 port does work:
 # pkg_info |grep php
 php55-5.5.7         PHP Scripting Language
 php55-bcmath-5.5.7  The bcmath shared extension for php
 php55-ctype-5.5.7   The ctype shared extension for php
 php55-dom-5.5.7     The dom shared extension for php
 php55-gd-5.5.7      The gd shared extension for php
 php55-gettext-5.5.7 The gettext shared extension for php
 php55-ldap-5.5.7    The ldap shared extension for php
 php55-mbstring-5.5.7 The mbstring shared extension for php
 php55-mysql-5.5.7   The mysql shared extension for php
 php55-mysqli-5.5.7  The mysqli shared extension for php
 php55-session-5.5.7 The session shared extension for php
 php55-simplexml-5.5.7 The simplexml shared extension for php
 php55-snmp-5.5.7    The snmp shared extension for php
 php55-sockets-5.5.7 The sockets shared extension for php
 php55-xml-5.5.7     The xml shared extension for php
 php55-xmlreader-5.5.7 The xmlreader shared extension for php
 php55-xmlwriter-5.5.7 The xmlwriter shared extension for php
 
 cd /usr/ports/net-mgmt/zabbix22-frontend
 
 # make
 ===>  License GPLv2 accepted by the user
 ===>  Found saved configuration for zabbix22-frontend-2.2.1
 => zabbix-2.2.1.tar.gz doesn't seem to exist in /var/fs/dist/.
 => Attempting to fetch 
 http://heanet.dl.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/2.2.1/zabbix-2.2.1.tar.gz
 zabbix-2.2.1.tar.gz                           100% of   13 MB 3702 kBps 
 00m04s
 ===> Fetching all distfiles required by zabbix22-frontend-2.2.1 for building
 ===>  Extracting for zabbix22-frontend-2.2.1
 => SHA256 Checksum OK for zabbix-2.2.1.tar.gz.
 ===>  Patching for zabbix22-frontend-2.2.1
 ===>  Configuring for zabbix22-frontend-2.2.1
 
 # make install
 # pkg_info |grep zab
 zabbix22-frontend-2.2.1 Enterprise-class open source distributed 
 monitoring (fronte
 
 
 30.12.2013 07:15, Edwin Groothuis пишет:
 > Maintainer of net-mgmt/zabbix22-server,
 >
 > Please note that PR ports/185169 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >      http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/185169
 >
 

From: Pakhom Golynga <pakhom706@gmail.com>
To: bug-followup@FreeBSD.org, hsn@sendmail.cz
Cc:  
Subject: Re: ports/185169: net-mgmt/zabbix22-server: incorrect php version
 in IGNORE_WITH_PHP
Date: Fri, 03 Jan 2014 22:52:57 +0400

 I fix this problem in PR ports/185412
 
 Please close this PR.
 
 Thanks
State-Changed-From-To: feedback->closed 
State-Changed-By: marino 
State-Changed-When: Sun Jan 19 15:06:34 UTC 2014 
State-Changed-Why:  
Fixed by ports/185412 work 

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