From owner-svn-ports-head@freebsd.org Tue May 16 21:05:10 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50F60D70987; Tue, 16 May 2017 21:05:10 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20FB4A29; Tue, 16 May 2017 21:05:10 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4GL59ak030747; Tue, 16 May 2017 21:05:09 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4GL5952030746; Tue, 16 May 2017 21:05:09 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201705162105.v4GL5952030746@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Tue, 16 May 2017 21:05:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441056 - head/security/bro 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.23 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: Tue, 16 May 2017 21:05:10 -0000 Author: tcberner Date: Tue May 16 21:05:08 2017 New Revision: 441056 URL: https://svnweb.freebsd.org/changeset/ports/441056 Log: Fix shebangs. Approved by: rakuco (mentor, implicit) Modified: head/security/bro/Makefile Modified: head/security/bro/Makefile ============================================================================== --- head/security/bro/Makefile Tue May 16 20:14:50 2017 (r441055) +++ head/security/bro/Makefile Tue May 16 21:05:08 2017 (r441056) @@ -3,7 +3,7 @@ PORTNAME= bro PORTVERSION= 2.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://www.bro.org/downloads/release/ @@ -18,11 +18,13 @@ LIB_DEPENDS= libGeoIP.so:net/GeoIP BROKEN_powerpc64= Does not build: error: zero-size array 'names' -USES= cmake:outsource compiler:c++11-lang perl5 python ssl +USES= cmake:outsource compiler:c++11-lang perl5 python shebangfix ssl CMAKE_ARGS+= -D PYTHON_EXECUTABLE:PATH=${PYTHON_CMD} CXXFLAGS+= -std=c++11 -Wextra -Wall -pedantic +SHEBANG_FILES= aux/broctl/aux/trace-summary/trace-summary + SUB_FILES= pkg-message NO_MTREE= yes