Index: head/net-mgmt/mk-livestatus/Makefile =================================================================== --- head/net-mgmt/mk-livestatus/Makefile (revision 348428) +++ head/net-mgmt/mk-livestatus/Makefile (revision 348429) @@ -1,64 +1,65 @@ # Created by: Peter C. Lai # $FreeBSD$ PORTNAME= mk-livestatus PORTVERSION= 1.2.4 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://mathias-kettner.de/download/ \ LOCAL/ohauer DIST_SUBDIR= check_mk MAINTAINER= ohauer@FreeBSD.org COMMENT= Nagios event broker module LICENSE= GPLv2 USES= gmake GNU_CONFIGURE= yes OPTIONS_SINGLE= NAGIOS OPTIONS_SINGLE_NAGIOS= NAGIOS3 NAGIOS4 OPTIONS_DEFAULT= NAGIOS3 NAGIOS3_DESC= build for nagios-3.x NAGIOS4_DESC= build for nagios-4.x NAGIOS4_CONFIGURE_ON= --with-nagios4 .include PLIST_FILES= lib/mk-livestatus/unixcat \ lib/mk-livestatus/livestatus.o PLIST_DIRS= lib/${PORTNAME} SUB_FILES= pkg-message SUB_LIST= PREFIX=${PREFIX} PORTEXAMPLES= * EXAMPLE_FILES= api/python/example_multisite.py \ api/python/example.py \ api/python/livestatus.py \ api/python/make_nagvis_map.py \ api/python/README # parameter "command_file" from nagios.cfg COMMAND_FILE?= /var/spool/nagios/rw/live # perl api is really outdated, do not install! # Actual version can be found on CPAN # http://search.cpan.org/~nierlein/Monitoring-Livestatus/ post-extract: @${RM} -rf ${WRKSRC}/api/perl post-patch: @${SED} -i '' -e 's|/usr/bin/python|${LOCALBASE}/bin/python2.7|g' \ -e 's|/var/lib/nagios/rw/live|${COMMAND_FILE}|g' \ -e 's|/var/run/nagios/rw/live|${COMMAND_FILE}|g' \ ${EXAMPLE_FILES:S|^|${WRKSRC}/|} @${SED} -i '' -e 's|/usr/local/nagios/var/rw/live|${COMMAND_FILE}|' \ ${WRKSRC}/src/livestatus.h post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ( cd ${WRKSRC} && ${COPYTREE_SHARE} api\* ${STAGEDIR}${EXAMPLESDIR}/ ) .include Index: head/net-mgmt/mk-livestatus/files/patch-src__LogCache.cc =================================================================== --- head/net-mgmt/mk-livestatus/files/patch-src__LogCache.cc (nonexistent) +++ head/net-mgmt/mk-livestatus/files/patch-src__LogCache.cc (revision 348429) @@ -0,0 +1,13 @@ +PR ports/187433: fix build on FreeBSD 10 +======================================== + +--- ./src/LogCache.cc.orig 2014-03-16 19:32:30.000000000 +0100 ++++ ./src/LogCache.cc 2014-03-16 19:33:20.000000000 +0100 +@@ -25,6 +25,7 @@ + #include + #include + #include ++#include + #include + #include + #include Property changes on: head/net-mgmt/mk-livestatus/files/patch-src__LogCache.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property