svn commit: r331593 - head/security/bro/files

Thomas Abthorpe tabthorpe at FreeBSD.org
Fri Oct 25 15:02:58 UTC 2013


Author: tabthorpe
Date: Fri Oct 25 15:02:57 2013
New Revision: 331593
URL: http://svnweb.freebsd.org/changeset/ports/331593

Log:
  - Fix build with clang
  
  PR:		ports/183279
  Submitted by:	Craig Leres <leres at ee.lbl.gov> (maintainer)

Added:
  head/security/bro/files/patch-src-logging-Manager.cc   (contents, props changed)

Added: head/security/bro/files/patch-src-logging-Manager.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/bro/files/patch-src-logging-Manager.cc	Fri Oct 25 15:02:57 2013	(r331593)
@@ -0,0 +1,10 @@
+--- src/logging/Manager.cc.orig	2013-10-24 11:44:30.000000000 -0700
++++ src/logging/Manager.cc	2013-10-24 11:45:09.000000000 -0700
+@@ -1,6 +1,7 @@
+ // See the file "COPYING" in the main distribution directory for copyright.
+ 
+ #include <algorithm>
++#include <unistd.h>				/* pick up usleep() prototype */
+ 
+ #include "../Event.h"
+ #include "../EventHandler.h"


More information about the svn-ports-head mailing list