Bug 188908 - net-mgmt/zabbix2-server has wrong pkg-plist
Summary: net-mgmt/zabbix2-server has wrong pkg-plist
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-23 08:00 UTC by Pavel Timofeev
Modified: 2014-07-08 11:37 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Timofeev 2014-04-23 08:00:00 UTC
Hi! Something's wrong with net-mgmt/zabbix2-server port
root@reticulum:/usr/ports/net-mgmt/zabbix2-server # make showconfig
===> The following configuration options are available for zabbix2-server-2.0.10_1:
     CURL=on: Support for web monitoring
     FPING=on: Build/install fping for ping checks
     IPMI=on: Support for IPMI checks
     IPV6=off: IPv6 protocol support
     JABBER=on: Support for Jabber media type
     JAVAGW=on: Support for Java gateway
     LDAP=on: Support for LDAP server checks
     MYSQL=on: MySQL database support
     NMAP=on: Build/install nmap for o/s detection
     ODBC=on: Support for database checks via ODBC
     SSH=on: 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
====> Support for database checks via ODBC: you have to select exactly one of them
     IODBC=off: Use iODBC for ODBC support
     UNIXODBC=on: Use UnixODBC for ODBC support
===> Use 'make config' to modify these settings


root@reticulum:/usr/ports/net-mgmt/zabbix2-server # make stage && make check-orphans && make package
====> Checking for pkg-plist issues (check-plist)
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: %%ZABBIX_JAVA%%/settings.sh
===> Checking for directories owned by MTREEs
===> Checking for directories handled by dependencies
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: %%ZABBIX_JAVA%%/settings.sh.sample
===> Error: Plist issues found.
*** [check-plist] Error code 1

Stop in /usr/ports/net-mgmt/zabbix2-server.

How-To-Repeat: Try to install net-mgmt/zabbix2-server with java option.
I didn't try to do similar installation of net-mgmt/zabbix22-server so it can have same problem.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-23 08:00:03 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-23 08:00:03 UTC
Maintainer of net-mgmt/zabbix2-server,

Please note that PR ports/188908 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/188908

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Pavel Timofeev 2014-04-24 13:13:22 UTC
Sorry, I filled it a little bit wrong. It was FreeBSD 9.2-RELEASE
amd64 without enabled pkgng.
Now I tried to install net-mgmt/zabbix22-server on fresh FreeBSD
10-RELEASE amd64 and got same problem!
Comment 4 Pavel Timofeev 2014-07-08 09:20:32 UTC
this one can be closed. It's not actual now.