svn commit: r509414 - head/net/daq

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Aug 20 09:02:37 UTC 2019


Author: amdmi3
Date: Tue Aug 20 09:02:36 2019
New Revision: 509414
URL: https://svnweb.freebsd.org/changeset/ports/509414

Log:
  - Pet portlint
  - Switch to USES=localbase
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/net/daq/Makefile
  head/net/daq/pkg-descr

Modified: head/net/daq/Makefile
==============================================================================
--- head/net/daq/Makefile	Tue Aug 20 08:50:14 2019	(r509413)
+++ head/net/daq/Makefile	Tue Aug 20 09:02:36 2019	(r509414)
@@ -18,15 +18,12 @@ LIB_DEPENDS=	libdnet.so:net/libdnet \
 		libpcap.so.1:net/libpcap	# avoid base libpcap
 BUILD_DEPENDS=	flex:textproc/flex
 
+USES=		bison gmake libtool localbase
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USES=		bison gmake libtool
 USE_LDCONFIG=	yes
 PLIST_SUB=	PORTVERSION="${PORTVERSION}"
 MAKE_JOBS_UNSAFE=	yes
-
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
 
 CONFLICTS=	libdaq-3*
 

Modified: head/net/daq/pkg-descr
==============================================================================
--- head/net/daq/pkg-descr	Tue Aug 20 08:50:14 2019	(r509413)
+++ head/net/daq/pkg-descr	Tue Aug 20 09:02:36 2019	(r509414)
@@ -9,4 +9,4 @@ The DAQ library may be useful for other packet process
 and the modular nature allows you to build new modules for other
 platforms.
 
-WWW: http://www.snort.org/
+WWW: https://www.snort.org/


More information about the svn-ports-all mailing list