Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 2015 19:59:55 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397584 - head/net-mgmt/argus3
Message-ID:  <201509221959.t8MJxtZf012430@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Sep 22 19:59:54 2015
New Revision: 397584
URL: https://svnweb.freebsd.org/changeset/ports/397584

Log:
  - Drop 8.x support
  - Switch to options helpers
  
  Approved by:	portmgr blanket

Modified:
  head/net-mgmt/argus3/Makefile

Modified: head/net-mgmt/argus3/Makefile
==============================================================================
--- head/net-mgmt/argus3/Makefile	Tue Sep 22 19:59:41 2015	(r397583)
+++ head/net-mgmt/argus3/Makefile	Tue Sep 22 19:59:54 2015	(r397584)
@@ -18,23 +18,13 @@ OPTIONS_DEFINE=	SASL
 OPTIONS_DEFAULT=SASL
 SASL_LIB_DEPENDS=	libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
 SASL_CONFIGURE_ON=	--with-sasl=${LOCALBASE}
+SASL_VARS=	PKGNAMESUFFIX+=-sasl
 
 USE_RC_SUBR=	argus
 
-.include <bsd.port.options.mk>
-
 USES=		bison perl5
 GNU_CONFIGURE=	yes
 
-.if ${PORT_OPTIONS:MSASL}
-PKGNAMESUFFIX+=	-sasl
-.endif
-
-.if ${OSVERSION} < 900000
-BUILD_DEPENDS+=	${LOCALBASE}/include/pcap.h:${PORTSDIR}/net/libpcap
-CONFIGURE_ARGS+=	--with-libpcap=${LOCALBASE}
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's#/usr/lib/sasl2#${LOCALBASE}/lib/sasl2#' ${WRKSRC}/argus/ArgusOutput.c
 



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