svn commit: r363800 - head/multimedia/zoneminder/files

Kurt Jaeger pi at FreeBSD.org
Sat Aug 2 09:10:35 UTC 2014


Author: pi
Date: Sat Aug  2 09:10:34 2014
New Revision: 363800
URL: http://svnweb.freebsd.org/changeset/ports/363800
QAT: https://qat.redports.org/buildarchive/r363800/

Log:
  multimedia/zoneminder: add missing files/patch-src_zm_thread.h
  
  patch-src_zm_thread.h fixes the break on HEAD
  
  PR:		192123
  Submitted by:	p-fbsd-bugs at ziemba.us

Added:
  head/multimedia/zoneminder/files/patch-src_zm_thread.h   (contents, props changed)

Added: head/multimedia/zoneminder/files/patch-src_zm_thread.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/zoneminder/files/patch-src_zm_thread.h	Sat Aug  2 09:10:34 2014	(r363800)
@@ -0,0 +1,10 @@
+--- src/zm_thread.h.orig	2009-06-08 02:20:17.000000000 -0700
++++ src/zm_thread.h	2014-07-23 00:50:23.000000000 -0700
+@@ -21,6 +21,7 @@
+ #define ZM_THREAD_H
+ 
+ #include <pthread.h>
++#include <unistd.h>
+ #include "zm_exception.h"
+ #include "zm_utils.h"
+ 


More information about the svn-ports-all mailing list