From owner-svn-ports-all@freebsd.org Sat Oct 5 10:51:34 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C146612F733; Sat, 5 Oct 2019 10:51:34 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46lk7p4nh4z4bRS; Sat, 5 Oct 2019 10:51:34 +0000 (UTC) (envelope-from tobik@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8626FBC97; Sat, 5 Oct 2019 10:51:34 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x95ApY4I030095; Sat, 5 Oct 2019 10:51:34 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x95ApYdv030094; Sat, 5 Oct 2019 10:51:34 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201910051051.x95ApYdv030094@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 5 Oct 2019 10:51:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513827 - head/security/barnyard2 X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/security/barnyard2 X-SVN-Commit-Revision: 513827 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Oct 2019 10:51:34 -0000 Author: tobik Date: Sat Oct 5 10:51:34 2019 New Revision: 513827 URL: https://svnweb.freebsd.org/changeset/ports/513827 Log: security/barnyard2: Cleanup - Drop nop WANT_PGSQL_VER - Spell TCL_DESC correctly (there is no OPTIONS_DESC) - No need to include bsd.port.options.mk in this port Modified: head/security/barnyard2/Makefile Modified: head/security/barnyard2/Makefile ============================================================================== --- head/security/barnyard2/Makefile Sat Oct 5 10:20:01 2019 (r513826) +++ head/security/barnyard2/Makefile Sat Oct 5 10:51:34 2019 (r513827) @@ -30,7 +30,7 @@ PORT_PCAP_DESC= Use libpcap from ports .if defined(SLAVE) OPTIONS_DEFINE+= TCL -OPTIONS_DESC= Enable tcl support for sguil +TCL_DESC= Enable tcl support for sguil OPTIONS_DEFAULT+= TCL .endif @@ -65,12 +65,9 @@ PGSQL_CONFIGURE_OFF= --without-postgresql TCL_USES= tcl TCL_CONFIGURE_ON= --with-tcl=${LOCALBASE}/lib/tcl${TCL_VER} TCL_CONFIGURE_OFF= --without-tcl -WANT_PGSQL_VER= 92+ PORT_PCAP_LIB_DEPENDS= libpcap.so.1:net/libpcap PORT_PCAP_CONFIGURE_ON= --with-libpcap-includes=${LOCALBASE}/include \ --with-libpcap-libraries=${LOCALBASE}/lib - -.include post-patch: @${REINPLACE_CMD} 's|/etc|${LOCALBASE}/etc|' \