non port: net-mgmt/mk-livestatus/Makefile |
SVNWeb
|
Number of commits found: 38 |
Sun, 17 Oct 2021
|
[ 07:53 VinÃcius Zavam (egypcio) ] b1fe2ae
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
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 16 Feb 2021
|
[ 20:13 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
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Mon, 15 Apr 2019
|
[ 08:34 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)
|
Wed, 6 Mar 2019
|
[ 12:49 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
|
Mon, 25 Feb 2019
|
[ 14:49 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
|
Sat, 12 Jan 2019
|
[ 15:20 ehaupt ]
Update to 1.2.8p22
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Fri, 16 Nov 2018
|
[ 12:49 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>
|
Mon, 1 Oct 2018
|
[ 23:39 swills ]
net-mgmt/mk-livestatus: Update to 1.2.8p20
PR: 231645
Submitted by: Nathan <ndowens@yahoo.com>
|
Fri, 21 Sep 2018
|
[ 13:42 lme ]
net-mgmt/mk-livestatus
Update to 1.2.8p18
|
Thu, 20 Sep 2018
|
[ 21:28 swills ]
net-mgmt/mk-livestatus: update 1.2.8p17
PR: 231523
Submitted by: Nathan <ndowens@yahoo.com>
|
Sat, 11 Aug 2018
|
[ 14:18 sunpoet ]
Update CPAN link
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
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
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
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
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
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
|
Fri, 3 Mar 2017
|
[ 01:48 skreuzer ]
Update to version 1.2.8p16
|
Sun, 19 Feb 2017
|
[ 09:01 amdmi3 ]
- Switch to options helpers
- Remove redundant SUB_LIST and unneeded <bsd.port.options.mk> inclusion
|
Wed, 21 Dec 2016
|
[ 12:48 ohauer ]
- remove master site LOCAL
|
Sun, 18 Dec 2016
|
[ 18:19 lme ]
net-mgmt/mk-livestatus:
Update to 1.2.8p15
|
Sat, 12 Nov 2016
|
[ 15:29 amdmi3 ]
- Fix build on 9.x by specifying C++ standard requirements
|
Sat, 5 Nov 2016
|
[ 07:51 ohauer ]
- update to 1.2.8p13 [1]
Change MAINTAINER to ports@
(I'm no longer using this utility)
[1] requested by ehaupt@
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Sat, 20 Dec 2014
|
[ 19:28 bapt ] (Only the first 10 of 14 ports in this commit are shown above. )
cleanup plist
|
Sun, 16 Mar 2014
|
[ 21:23 ohauer ]
- fix build on FreeBSD 10
- bump PORTREVISION
PR: ports/187433
Submitted by: Daniel Siechniewicz <daniel@nulldowntime.com>
|
Sun, 23 Feb 2014
|
[ 22:20 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 )
|
Fri, 20 Sep 2013
|
[ 22:24 bapt ] (Only the first 10 of 336 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt)
|
Sun, 16 Jun 2013
|
[ 20:31 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 )
|
Sun, 4 Nov 2012
|
[ 00:03 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
|
Sat, 3 Nov 2012
|
[ 17:28 ohauer ]
- fix pkg-plist
Feature safe: yes
|
[ 12:48 ohauer ]
- update to 1.2.0p3
Thanks to Erik Sejr <eriks@ssimicro.com>
for providing the patch!
Feature safe: yes
|
Thu, 22 Sep 2011
|
[ 05:17 ohauer ]
- update to Innovation-Release 1.1.11i4
|
Sun, 21 Aug 2011
|
[ 19:19 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:
|
Mon, 18 Jul 2011
|
[ 21:05 ohauer ]
- update to 1.1.11i1
PR: ports/158885
Submitted by: Jin-Sih Lin <linpct _at_ gmail.com>
|
Sun, 24 Apr 2011
|
[ 10:43 ohauer ]
- update to version 1.1.10
Note:
There is already a version 1.1.10p1 but there are no source changes.
|
Wed, 10 Nov 2010
|
[ 21:25 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)
|
Mon, 7 Jun 2010
|
[ 06:07 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>
|
Number of commits found: 38 |