From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 4 15:10:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 BB1DD553 for ; Sat, 4 Jan 2014 15:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 967D81806 for ; Sat, 4 Jan 2014 15:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s04FA015092382 for ; Sat, 4 Jan 2014 15:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s04FA04W092381; Sat, 4 Jan 2014 15:10:00 GMT (envelope-from gnats) Resent-Date: Sat, 4 Jan 2014 15:10:00 GMT Resent-Message-Id: <201401041510.s04FA04W092381@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, Mark Felder 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 936DA4F5 for ; Sat, 4 Jan 2014 15:00:59 +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 804B6176E for ; Sat, 4 Jan 2014 15:00:59 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s04F0xAS069005 for ; Sat, 4 Jan 2014 15:00:59 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s04F0xpf068992; Sat, 4 Jan 2014 15:00:59 GMT (envelope-from nobody) Message-Id: <201401041500.s04F0xpf068992@oldred.freebsd.org> Date: Sat, 4 Jan 2014 15:00:59 GMT From: Mark Felder To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185467: [PATCH] net-mgmt/zabbix22-frontend: permit building with >php 5.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jan 2014 15:10:00 -0000 >Number: 185467 >Category: ports >Synopsis: [PATCH] net-mgmt/zabbix22-frontend: permit building with >php 5.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jan 04 15:10:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Mark Felder >Release: >Organization: >Environment: >Description: Zabbix 2.2 supports PHP versions newer than 5.2 https://www.zabbix.com/documentation/2.2/manual/installation/requirements The attached patch adds STAGE support to zabbix22-frontend and only restricts building with PHP 5.2. Please update the rest of the zabbix ports to support STAGE at your leisure. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: zabbix22-frontend/Makefile =================================================================== --- zabbix22-frontend/Makefile (revision 338647) +++ zabbix22-frontend/Makefile (working copy) @@ -20,7 +20,6 @@ OPTIONS_DEFAULT= MYSQL MYSQLI MYSQLI_DESC= MySQLI backend -NO_STAGE= yes .include .if ${PORT_OPTIONS:MMYSQL} @@ -45,7 +44,7 @@ .endif do-install: - @${INSTALL} -d ${WWWDIR} - @cd ${WRKSRC}/frontends/php/ && ${COPYTREE_SHARE} . ${WWWDIR} + ${INSTALL} -d ${STAGEDIR}${WWWDIR} + @cd ${WRKSRC}/frontends/php/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} .include "${MASTERDIR}/Makefile" Index: zabbix22-server/Makefile =================================================================== --- zabbix22-server/Makefile (revision 338647) +++ zabbix22-server/Makefile (working copy) @@ -16,7 +16,7 @@ CONFLICTS= ${PKGBASE}-1.[0-8]* -IGNORE_WITH_PHP= 5 52 +IGNORE_WITH_PHP= 52 IGNORE_WITH_MYSQL= 41 .if ${PKGNAMESUFFIX} != "-agent" >Release-Note: >Audit-Trail: >Unformatted: