1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

- update to 1.2.8p13 [1]

Change MAINTAINER to ports@
(I'm no longer using this utility)

[1] requested by ehaupt@
This commit is contained in:
Olli Hauer 2016-11-05 07:51:16 +00:00
parent 16176f0032
commit 9aadc493da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425376
4 changed files with 15 additions and 15 deletions

View File

@ -2,14 +2,13 @@
# $FreeBSD$
PORTNAME= mk-livestatus
PORTVERSION= 1.2.4
PORTREVISION= 1
PORTVERSION= 1.2.8p13
CATEGORIES= net-mgmt
MASTER_SITES= http://mathias-kettner.de/download/ \
LOCAL/ohauer
DIST_SUBDIR= check_mk
MAINTAINER= ohauer@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Nagios event broker module
LICENSE= GPLv2

View File

@ -1,2 +1,3 @@
SHA256 (check_mk/mk-livestatus-1.2.4.tar.gz) = 1ae6c30ac2f7f182b2a4d5ca01d09cd84afb300ad75fea3bb5db8f5ae95d4eff
SIZE (check_mk/mk-livestatus-1.2.4.tar.gz) = 434179
TIMESTAMP = 1477002191
SHA256 (check_mk/mk-livestatus-1.2.8p13.tar.gz) = 8a6b5847f0d92b1233041e84ae7788cef70cbb86c3f98ba1104c0212b8bc0bf5
SIZE (check_mk/mk-livestatus-1.2.8p13.tar.gz) = 453562

View File

@ -1,13 +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 <time.h>
#include <sys/types.h>
--- src/LogCache.cc.orig 2016-10-20 15:07:59 UTC
+++ src/LogCache.cc
@@ -24,6 +24,7 @@
#include "LogCache.h"
#include <dirent.h>
+#include <pthread.h>
#include <unistd.h>
#include <stddef.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdio.h>

View File

@ -1,6 +1,6 @@
--- ./src/Makefile.in.orig 2014-02-10 10:54:03.000000000 +0100
+++ ./src/Makefile.in 2014-02-20 22:47:49.000000000 +0100
@@ -260,7 +260,7 @@
--- src/Makefile.in.orig 2016-10-20 15:08:36 UTC
+++ src/Makefile.in
@@ -297,7 +297,7 @@ am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
am__tar = @am__tar@
am__untar = @am__untar@