From owner-svn-ports-head@FreeBSD.ORG Fri Oct 25 15:02:58 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 10611F3A; Fri, 25 Oct 2013 15:02:58 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F1F042C32; Fri, 25 Oct 2013 15:02:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9PF2vE8005102; Fri, 25 Oct 2013 15:02:57 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9PF2vwB005100; Fri, 25 Oct 2013 15:02:57 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201310251502.r9PF2vwB005100@svn.freebsd.org> From: Thomas Abthorpe Date: Fri, 25 Oct 2013 15:02:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331593 - head/security/bro/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 15:02:58 -0000 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 (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 ++#include /* pick up usleep() prototype */ + + #include "../Event.h" + #include "../EventHandler.h"