svn commit: r348429 - in head/net-mgmt/mk-livestatus: . files
Olli Hauer
ohauer at FreeBSD.org
Sun Mar 16 21:23:07 UTC 2014
Author: ohauer
Date: Sun Mar 16 21:23:06 2014
New Revision: 348429
URL: http://svnweb.freebsd.org/changeset/ports/348429
QAT: https://qat.redports.org/buildarchive/r348429/
Log:
- fix build on FreeBSD 10
- bump PORTREVISION
PR: ports/187433
Submitted by: Daniel Siechniewicz <daniel at nulldowntime.com>
Added:
head/net-mgmt/mk-livestatus/files/patch-src__LogCache.cc (contents, props changed)
Modified:
head/net-mgmt/mk-livestatus/Makefile
Modified: head/net-mgmt/mk-livestatus/Makefile
==============================================================================
--- head/net-mgmt/mk-livestatus/Makefile Sun Mar 16 21:17:47 2014 (r348428)
+++ head/net-mgmt/mk-livestatus/Makefile Sun Mar 16 21:23:06 2014 (r348429)
@@ -3,6 +3,7 @@
PORTNAME= mk-livestatus
PORTVERSION= 1.2.4
+PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://mathias-kettner.de/download/ \
LOCAL/ohauer
Added: head/net-mgmt/mk-livestatus/files/patch-src__LogCache.cc
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-mgmt/mk-livestatus/files/patch-src__LogCache.cc Sun Mar 16 21:23:06 2014 (r348429)
@@ -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 <time.h>
+ #include <sys/types.h>
+ #include <dirent.h>
++#include <pthread.h>
+ #include <unistd.h>
+ #include <stddef.h>
+ #include <stdarg.h>
More information about the svn-ports-head
mailing list