Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Mar 2014 21:23:06 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348429 - in head/net-mgmt/mk-livestatus: . files
Message-ID:  <201403162123.s2GLN6fV072803@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403162123.s2GLN6fV072803>