Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2013 13:24:59 +0000 (UTC)
From:      Thomas Abthorpe <tabthorpe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330864 - in head/security/bro: . files
Message-ID:  <201310191324.r9JDOx64047584@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tabthorpe
Date: Sat Oct 19 13:24:59 2013
New Revision: 330864
URL: http://svnweb.freebsd.org/changeset/ports/330864

Log:
  - Remove the real un-needed patch
  - Restore needed file
  - Bump PORTREVISION
  
  Submitted by:	maintainer
  Pointyhat to:	tabthorpe

Added:
  head/security/bro/files/patch-CMakeLists.txt   (contents, props changed)
Deleted:
  head/security/bro/files/patch-aux-broccoli-CMakeLists.txt
Modified:
  head/security/bro/Makefile

Modified: head/security/bro/Makefile
==============================================================================
--- head/security/bro/Makefile	Sat Oct 19 12:28:02 2013	(r330863)
+++ head/security/bro/Makefile	Sat Oct 19 13:24:59 2013	(r330864)
@@ -3,7 +3,7 @@
 
 PORTNAME=	bro
 PORTVERSION=	2.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security
 MASTER_SITES=	http://www.bro-ids.org/downloads/release/
 

Added: head/security/bro/files/patch-CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/bro/files/patch-CMakeLists.txt	Sat Oct 19 13:24:59 2013	(r330864)
@@ -0,0 +1,20 @@
+--- CMakeLists.txt.orig	2013-03-12 19:08:46.000000000 -0700
++++ CMakeLists.txt	2013-03-12 19:09:12.000000000 -0700
+@@ -187,7 +187,7 @@
+ 
+ CheckOptionalBuildSources(aux/broctl   Broctl   INSTALL_BROCTL)
+ CheckOptionalBuildSources(aux/bro-aux  Bro-Aux  INSTALL_AUX_TOOLS)
+-CheckOptionalBuildSources(aux/broccoli Broccoli INSTALL_BROCCOLI)
++#CheckOptionalBuildSources(aux/broccoli Broccoli INSTALL_BROCCOLI)
+ 
+ ########################################################################
+ ## Packaging Setup
+@@ -225,7 +225,7 @@
+     "\nCXXFLAGS:          ${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_${BuildType}}"
+     "\nCPP:               ${CMAKE_CXX_COMPILER}"
+     "\n"
+-    "\nBroccoli:          ${INSTALL_BROCCOLI}"
++#    "\nBroccoli:          ${INSTALL_BROCCOLI}"
+     "\nBroctl:            ${INSTALL_BROCTL}"
+     "\nAux. Tools:        ${INSTALL_AUX_TOOLS}"
+     "\n"



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