Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4.8 29 May 2017 21:45:54
  |
dbaio  |
Remove net-mgmt/zabbix24-(agent|frontend|proxy|server)
Upstream has declared this version EoL in 2016 (Q1)
PR: 219563
Submitted by: Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D10949 |
2.4.8 24 Oct 2016 19:39:06
  |
rene  |
Now that PHP 5.5 is removed from the Ports Tree, clean up any stale
IGNORE_WITH_PHP values (5, 52, 54, 55) |
2.4.8 21 Oct 2016 12:51:41
  |
mat  |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
2.4.8 23 May 2016 20:35:01
  |
amdmi3  |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
2.4.8 27 Apr 2016 08:28:26
  |
robak  |
net-mgmt/zabbix24-server: update 2.4.7 -> 2.4.8
- Update MAINTAINER email
PR: 209030
Submitted by: Pakhom Golynga <pakhom@pakhom.spb.ru> (maintainer) |
2.4.7_1 25 Apr 2016 16:13:39
  |
mat  |
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951 |
2.4.7_1 24 Apr 2016 11:48:26
  |
lme  |
- Fixes in {agent,proxy,server} rc start scripts:
- SysV IPC leak
- Restart race
- Allow to specify a custom PATH in rc.conf
- Bump PORTREVISION
PR: 207896
Submitted by: kbowling
Approved by: maintainer
MFH: 2016Q2
Sponsored by: Essen Linuxhotel Hackathon 2016 |
2.4.7 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.4.7 30 Dec 2015 22:48:15
  |
pawel  |
- Switch to our framework's USES=execinfo
- Use EXECINFO_CPPFLAGS and EXECINFO_LDFLAGS to fix detection of
libexecinfo on FreeBSD 9.x
- Mark frontend ports as NO_ARCH
PR: 205740
Submitted by: myself
Approved by: maintainer |
2.4.7 21 Nov 2015 20:02:46
  |
rakuco  |
Update to 2.4.7 and change maintainer's email address.
PR: 204630
Submitted by: pakhom@pakhom.spb.ru (maintainer) |
2.4.6 23 Sep 2015 13:37:06
  |
robak  |
net-mgmt/zabbix24-server: update 2.4.5 -> 2.4.6
- Update all slave ports: zabbix24-agent, zabbix24-frontend, zabbix24-proxy
- Update maintainer address to pakhom@pakhom.spb.ru
PR: 202241
Submitted by: Pakhom Golynga <pakhom@pakhom.spb.ru> (maintainer) |
2.4.5 17 Aug 2015 14:20:41
  |
mat  |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
2.4.5 05 Jun 2015 11:13:06
  |
robak  |
net-mgmt/zabbix24-server: update 2.4.4 -> 2.4.5
PR: 199643
Submitted by: Pakhom Golynga <pakhom706@gmail.com> (maintainer) |
2.4.4 16 Mar 2015 09:49:00
  |
robak  |
net-mgmt/zabbix24-server: update 2.4.3 -> 2.4.4
PR: 198005
Submitted by: Pakhom Golynga <pakhom706@gmail.com> |
2.4.3 01 Jan 2015 16:33:39
  |
pawel  |
- Update to version 2.4.3 [1]
- Enable ssh checks by default [2]
PR: 196023 [1] [2]
Submitted by: timp87@gmail.com [1], maintainer [2]
Approved by: maintainer [1] |
2.4.2 27 Dec 2014 14:52:36
  |
pi  |
net-mgmt/zabbix2[24]-server: fix zabbix and database startup sequence
The Zabbix server and proxy ports require a database to run. They
currently support four, PostgreSQL, Oracle, SQLite, and MySQL. As
of now, rcorder puts them ahead of the database ports, so they spit
out dozens of error messages during startup and, worse, get the
database pulled out from under them during shutdown.
The ports used to provide a solution for this, by defining
ZABBIX_REQUIRE. The value of this variable used to be added to the
REQUIRE lines in the startup scripts, but this was removed accidentally
from 2.2 in r355546 and never existed in 2.4. This patch adds it
back, in a slightly different, optionsng-friendly way.
PR: 195081
Submitted by: chris@chrullrich.net
Approved by: pakhom706@gmail.com (maintainer) |
2.4.2 09 Nov 2014 11:06:52
  |
marino  |
Add four zabbix24 ports to net-mgmt (similar to zabbix22* ports)
This add Zabbix 2.4.1 server, agent, frontend, and proxy
PR: 194104
Submitted by: pakhom706 (gmail) |