svn commit: r513827 - head/security/barnyard2

Tobias Kortkamp tobik at FreeBSD.org
Sat Oct 5 10:51:34 UTC 2019


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|' \


More information about the svn-ports-head mailing list