Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.8p25_3 29 Sep 2023 19:05:07 |
Muhammad Moinur Rahman (bofh) |
net-mgmt/mk-livestatus: Remove OSVERSION conditionals
Minimum supported OSVERSION is 120400 by the port infrastructure so no
need for additional conditions.
Approved by: portmgr (blanket) |
1.2.8p25_3 30 Mar 2023 23:57:52 |
Muhammad Moinur Rahman (bofh) |
net-mgmt/mk-livestatus: Unbreak on 12.4-RELEASE
Approved by: portmgr(just-fix-it) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.2.8p25_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.2.8p25_3 20 Jul 2022 14:22:42 |
Tobias C. Berner (tcberner) |
net-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* @BABOLO <.@babolo.ru>
* Alex Samorukov, samm@freebsd.org
* Alexander Kriventsov <avk@vl.ru>
* Alexander Sulfrian <alexander@sulfrian.net>
* Alexander Y. Grigoryev <alexander.4mail@gmail.com>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexandre Snarskii <snar@paranoia.ru>
* Alexandre Snarskii <snar@snar.spb.ru>
* Alexey Bobkov <mr.deadlystorm@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev (Only the first 15 lines of the commit message are shown above ) |
1.2.8p25_3 17 Oct 2021 07:53:55 |
Vinícius Zavam (egypcio) |
net-mgmt/mk-livestatus: fix "ld: error: duplicate symbol: g_mainthread_id"
- add '-fcommon' to our CFLAGS in order to build with clang 11;
- fix used by other ports as well (mentioned a few on original PR);
- this is applied in a conditional way, checking OSVERSION;
- while here, also added new DISTSITES.
Reported by: dvl@, pkg-fallout
PR: 257162 |
1.2.8p25_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.8p25_2 16 Feb 2021 20:13:11 |
antoine |
Mark BROKEN on FreeBSD 13 and 14
ld: error: duplicate symbol: g_mainthread_id
>>> defined at module.c
>>> livestatus_so-module.o:(g_mainthread_id)
>>> defined at logger.c
>>> livestatus_so-logger.o:(.bss+0x8)
Reported by: pkg-fallout
MFH: 2021Q1 |
1.2.8p25_2 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
1.2.8p25_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.2.8p25_1 15 Apr 2019 08:34:48 |
tobik |
net-mgmt/mk-livestatus: Restore fix from r485075
mk-livestatus always builds with Nagios 4 support again and
--without-nagios4 is still broken.
PR: 232716
Reported by: Leonid Vasiliev <leo9641@yandex.ru>
Approved by: egypcio (maintainer) |
1.2.8p25 06 Mar 2019 12:49:34 |
egypcio |
net-mgmt/mk-livestatus: update 1.2.8p24 to 1.2.8p25
- while here, merge PR 236098.
PR: 236098
Submitted by: Piotr Kubaj <pkubaj % anongoth.pl>
Approved by: rene (mentor)
Sponsored by: IntegriCloud
Differential Revision: https://reviews.freebsd.org/D19364 |
1.2.8p24 25 Feb 2019 14:49:41 |
egypcio |
net-mgmt/mk-livestatus: enable Nagios4 support by default
- ../UPDATING
add note regarding default options being changed.
- Makefile
adopt the port; update '1.2.8p22' to '1.2.8p24';
enable Nagios 4.x as the default supported version;
RUN_DEPENDS uses respective Nagios package as dependency;
delete unnecessary ${RM} -r api/perl;
new option now provides mk-livestatus' Perl API;
clean USES variable; built just fine.
- pkg-message
update documentation's URL (linked the one with text in English);
add clear note that Nagios' event broker support needs to be enabled.
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D18513 |
1.2.8p22 12 Jan 2019 15:20:15 |
ehaupt |
Update to 1.2.8p22 |
1.2.8p20_2 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.2.8p20_1 16 Nov 2018 12:49:05 |
tobik |
net-mgmt/mk-livestatus: Unbreak Nagios 3.x support
Fix the NAGIOS4 option: The --without-nagios4 configure arg seems
to be broken in 1.2.8p20 and actually also enables Nagios 4.x
support. Switch to just passing --with-nagios4 if NAGIOS4=on for
the time being.
$ mk-livestatus-1.2.8p20> ./configure --without-nagios4
$ mk-livestatus-1.2.8p20> grep NAGIOS Makefile
CPPFLAGS = -g -O2 -DNAGIOS4
$ mk-livestatus-1.2.8p20> ./configure --with-nagios4
$ mk-livestatus-1.2.8p20> grep CPPFLAGS Makefile
CPPFLAGS = -g -O2 -DNAGIOS4
$ mk-livestatus-1.2.8p20> ./configure
$ mk-livestatus-1.2.8p20> grep CPPFLAGS Makefile
CPPFLAGS =
This makes sure that mk-livestatus is built with Nagios 3.x support
again by default.
PR: 232716
Submitted by: Leonid Vasiliev <leo9641@yandex.ru> |
1.2.8p20 01 Oct 2018 23:39:33 |
swills |
net-mgmt/mk-livestatus: Update to 1.2.8p20
PR: 231645
Submitted by: Nathan <ndowens@yahoo.com> |
1.2.8p18 21 Sep 2018 13:42:00 |
lme |
net-mgmt/mk-livestatus
Update to 1.2.8p18 |
1.2.8p17 20 Sep 2018 21:28:14 |
swills |
net-mgmt/mk-livestatus: update 1.2.8p17
PR: 231523
Submitted by: Nathan <ndowens@yahoo.com> |
1.2.8p16_3 11 Aug 2018 14:18:50 |
sunpoet |
Update CPAN link |
1.2.8p16_3 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
1.2.8p16_2 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
1.2.8p16_1 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
1.2.8p16 03 Mar 2017 01:48:32 |
skreuzer |
Update to version 1.2.8p16 |
1.2.8p15 19 Feb 2017 09:01:38 |
amdmi3 |
- Switch to options helpers
- Remove redundant SUB_LIST and unneeded <bsd.port.options.mk> inclusion |
1.2.8p15 21 Dec 2016 12:48:19 |
ohauer |
- remove master site LOCAL |
1.2.8p15 18 Dec 2016 18:19:33 |
lme |
net-mgmt/mk-livestatus:
Update to 1.2.8p15 |
1.2.8p13 12 Nov 2016 15:29:40 |
amdmi3 |
- Fix build on 9.x by specifying C++ standard requirements |
1.2.8p13 05 Nov 2016 07:51:16 |
ohauer |
- update to 1.2.8p13 [1]
Change MAINTAINER to ports@
(I'm no longer using this utility)
[1] requested by ehaupt@ |
1.2.4_1 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.2.4_1 20 Dec 2014 19:28:11 |
bapt |
cleanup plist |
1.2.4_1 04 Sep 2014 19:26:24 |
antoine |
Change INSTALL_DATA to install with mode 644
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user
Differential Revision: https://reviews.freebsd.org/D703
Reviewed by and discussed with: bapt
With hat: portmgr |
1.2.4_1 16 Mar 2014 21:23:06 |
ohauer |
- fix build on FreeBSD 10
- bump PORTREVISION
PR: ports/187433
Submitted by: Daniel Siechniewicz <daniel@nulldowntime.com> |
1.2.4 23 Feb 2014 22:20:05 |
ohauer |
- update to 1.2.4
- add option to build for Nagios3 (default) and Nagios4
- add stage support
- remove livecheck patches (broker was removed)
Changes:
========
1.2.4
o nagios4 livestatus support
1.2.4b1
o New header for limiting the execution time of a query
o FIX: Parse state of downtime notification log entries correctly
o FIX: Limit the number of lines read from a single logfile
o FIX: Fix semantics of columns num_services_hard_* (Only the first 15 lines of the commit message are shown above ) |
1.2.2p2 20 Sep 2013 22:24:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
1.2.2p2 16 Jun 2013 20:31:13 |
ohauer |
- update to 1.2.2p2
Changes:
==========
1.2.p1
livestatus.log: show utf-8 decoding problems only with debug logging >=2
1.2.b6
FIX: memory leak when removing downtime / comment
1.2.b5
FIX: possible crash with VERY long downtime comments
FIX: now able to handle equal comment id of host and service
1.2.b1 (Only the first 15 lines of the commit message are shown above ) |
1.2.0p3_1 04 Nov 2012 00:03:06 |
ohauer |
- fix the patch, we need the time in milliseconds not in micorseconds
- noted by Erik Sejr, and on the check-mk list
Feature safe: yes |
1.2.0p3 03 Nov 2012 17:28:05 |
ohauer |
- fix pkg-plist
Feature safe: yes |
1.2.0p3 03 Nov 2012 12:48:07 |
ohauer |
- update to 1.2.0p3
Thanks to Erik Sejr <eriks@ssimicro.com>
for providing the patch!
Feature safe: yes |
1.1.11i4 22 Sep 2011 05:17:29 |
ohauer |
- update to Innovation-Release 1.1.11i4 |
1.1.11i2 21 Aug 2011 19:19:17 |
ohauer |
- update to version 1.1.11i2
Changelog:
Column aggregation (Stats) now also works for perf_data
New configuration variable data_encoding and full UTF-8 support.
New column contact_groups in table hosts and services (thanks to Matthew Kent)
New headers Negate:, StatsNegate: and WaitConditionNegate: |
1.1.11i1 18 Jul 2011 21:05:59 |
ohauer |
- update to 1.1.11i1
PR: ports/158885
Submitted by: Jin-Sih Lin <linpct _at_ gmail.com> |
1.1.10 24 Apr 2011 10:43:32 |
ohauer |
- update to version 1.1.10
Note:
There is already a version 1.1.10p1 but there are no source changes. |
1.1.8 10 Nov 2010 21:25:22 |
ohauer |
- update to version 1.1.8
- take maintainership
PR: 151998
Submitted by: ohauer
Approved by: Peter Lai <cowbert _at_ gmail.com> (old maintainer), glarkin
(mentor, implicit) |
1.1.3 07 Jun 2010 06:07:04 |
miwi |
MKLivestatus is a very simple and smart Nagios eventbroker module.
Livestatus is concepted and tuned to reduce disk, memory and cpu loads
caused by live-data processing on the Nagios system. Just as NDO,
Livestatus makes use of the Nagios Event Broker API and loads a binary
module into the Nagios process. But other than NDO, Livestatus does not
actively write out data e.g. to the disk. Instead, it opens a socket for
external applications to connect to and fetch the current status
information from Nagios.
WWW: http://mathias-kettner.de/checkmk_livestatus.html
PR: ports/145449
Submitted by: Peter C. Lai <cowbert at gmail.com> |