From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 30 09:25:48 2013 Return-Path: Delivered-To: freebsd-ports-bugs@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 ESMTP id D95A13EF for ; Wed, 30 Oct 2013 09:25:48 +0000 (UTC) (envelope-from timp87@gmail.com) Received: from mail-vc0-x233.google.com (mail-vc0-x233.google.com [IPv6:2607:f8b0:400c:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9DB092058 for ; Wed, 30 Oct 2013 09:25:48 +0000 (UTC) Received: by mail-vc0-f179.google.com with SMTP id hz11so702680vcb.24 for ; Wed, 30 Oct 2013 02:25:47 -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=3n8OnveiEg7H4e46sYDEStN5uR+TViwMqwdyruceuHw=; b=rvwCubFArRt/z4PqLWEjxtnpG1EqAc52F97L/iZMEaCxBc5Ipr6VNW4o2qiD6pCB7V t51ZmIz2zaIwnkqyK/D/UgrvPVqcUnOsRf0rPxpWbSZeVf9KFvSQq/tjDHb88K1FwLxZ fRuMYsRLAkvlXOI6dANyGrnXNUkcrlYKkSduHFP1jK8A5ptz+90mB3FkZct+baDrsOAn CSjyIcfclzhhpn72SzFZy9JHcFR21XQ+0KIWydTR1zSI5oN0kfEkJcRuph0BT5yKlgnO 9dVJKtoyYOZvhfnPfJ0IEQpfZzt5dBB/0GkXGlV7d/6K1U/yQArcn14Lp7lNExqid39Y Xpnw== MIME-Version: 1.0 X-Received: by 10.58.54.69 with SMTP id h5mr793913vep.25.1383125147697; Wed, 30 Oct 2013 02:25:47 -0700 (PDT) Received: by 10.52.168.106 with HTTP; Wed, 30 Oct 2013 02:25:47 -0700 (PDT) Date: Wed, 30 Oct 2013 13:25:47 +0400 Message-ID: Subject: Multiple problems with net-mgmt/zabbix2-* From: Pavel Timofeev To: freebsd-ports-bugs@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Oct 2013 09:25:48 -0000 Hi! Here is a couple of problems that a noticed. 1. net-mgmt/zabbix2-frontend is missing net/php5-ldap dependency. In web gui you can use LDAP authentification. But if net/php5-ldap is not installed there is no way to make it work. 2. net-mgmt/zabbix2-server has wrong plist. If you install zabbix-server with java support you will get this files %%JAVAGW%%%%ZABBIX_JAVA%%/settings.sh %%JAVAGW%%%%ZABBIX_JAVA%%/startup.sh But there is another file that is not is plist %%JAVAGW%%%%ZABBIX_JAVA%%/shutdown.sh And %%JAVAGW%%%%ZABBIX_JAVA%%/settings.sh is a config file. It mustn't be removed during reinstallation on deletion of zabbix-server.