Date: Sat, 5 Oct 2019 10:51:34 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513827 - head/security/barnyard2 Message-ID: <201910051051.x95ApYdv030094@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk> post-patch: @${REINPLACE_CMD} 's|/etc|${LOCALBASE}/etc|' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910051051.x95ApYdv030094>