From owner-freebsd-ports@FreeBSD.ORG Wed May 14 07:42:16 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1BD8C3B9 for ; Wed, 14 May 2014 07:42:16 +0000 (UTC) Received: from mail-ve0-x22f.google.com (mail-ve0-x22f.google.com [IPv6:2607:f8b0:400c:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D2662242B for ; Wed, 14 May 2014 07:42:15 +0000 (UTC) Received: by mail-ve0-f175.google.com with SMTP id jw12so1874252veb.20 for ; Wed, 14 May 2014 00:42:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=IKvTK0Djhp68qpL5NQjTMwRs0LZiEfa8Al1C9cL93wk=; b=M4z3GH95yd9VFIP7KE3TgUB7shXf4xuqlUScINwquscaNLjTZizYCrNOzh3UW7YzXQ A2bbI5P3XH9shSXbGzr1wtJUCO0cmgDVNqxt6eRfU21QXfh1MpHye/NG2xwvZ2kc7DIt 2RbvM4mrTTUB5XvZ836vByvI2wM8UgEbeQTeSnG8umW6daGLlBaT9eJD6mJ+Zyk9F8HB IMnx/D6Yu8syz6UuSkng6QBw9IId2087oIaT4iihAzt7Q7JbZMtQ/h5HLCR4GuTDZSPx 2IJnYGONKrl3do6Mx/mhtr02zOyqiSyOUkOl+zVSYqo41XMozlci2VBIZSZvMASmUTKR hzmg== MIME-Version: 1.0 X-Received: by 10.220.59.65 with SMTP id k1mr1801579vch.22.1400053334784; Wed, 14 May 2014 00:42:14 -0700 (PDT) Received: by 10.52.185.2 with HTTP; Wed, 14 May 2014 00:42:14 -0700 (PDT) Date: Wed, 14 May 2014 11:42:14 +0400 Message-ID: Subject: r353029 broke net-mgmt/zabbix2*-server options From: Pavel Timofeev To: ports-list freebsd , Pakhom Golynga Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2014 07:42:16 -0000 Hi! After this commit to regular ports tree both zabbix (2.0 and 2.2) ports was messed. For example: net-mgmt/zabbix22-server # make showconfig ===> The following configuration options are available for zabbix22-server-2.2.2_1: CURL=on: Support for web monitoring FPING=on: Build/install fping for ping checks IPMI=off: Support for IPMI checks IPV6=on: IPv6 protocol support JABBER=on: Support for Jabber media type JAVAGW=off: Support for Java gateway LDAP=off: Support for LDAP server checks LIBXML2=off: Support for libxml2 (required by monitoring VMware) NMAP=off: Build/install nmap for o/s detection SSH=off: Support for SSH-based checks ====> Options available for the single DB: you have to select exactly one of them MYSQL=on: MySQL database support PGSQL=off: PostgreSQL database support SQLITE=off: SQLite database support ORACLE=off: Oracle database support ODBC=off: Support for database checks via ODBC ===> Use 'make config' to modify these settings ODBC shouldn't be in DB section. See in 2014Q2 - that's how it has to look. Please, fix it