svn commit: r460649 - in branches/2018Q1/security/snort3: . files

Mark Felder feld at FreeBSD.org
Thu Feb 1 22:53:09 UTC 2018


Author: feld
Date: Thu Feb  1 22:53:08 2018
New Revision: 460649
URL: https://svnweb.freebsd.org/changeset/ports/460649

Log:
  MFH: r460648
  
  security/snort3: Fix build with FreeBSD 10.3
  
  Reference: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210890

Added:
  branches/2018Q1/security/snort3/files/
     - copied from r460648, head/security/snort3/files/
Modified:
  branches/2018Q1/security/snort3/Makefile
Directory Properties:
  branches/2018Q1/   (props changed)

Modified: branches/2018Q1/security/snort3/Makefile
==============================================================================
--- branches/2018Q1/security/snort3/Makefile	Thu Feb  1 22:52:29 2018	(r460648)
+++ branches/2018Q1/security/snort3/Makefile	Thu Feb  1 22:53:08 2018	(r460649)
@@ -40,6 +40,12 @@ DEBUG_CONFIGURE_DISABLE=	corefiles
 DEBUG_MAKE_ENV=		DONTSTRIP="yes"
 LRGPCAP_CONFIGURE_ENABLE=	large-pcap
 
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1004000
+EXTRA_PATCHES=	${PATCHDIR}/freebsd103_patch-src_memory_memory__allocator.h
+.endif
+
 .include <bsd.port.options.mk>
 
 GNU_CONFIGURE=	yes
@@ -49,4 +55,4 @@ CFLAGS+=	-I${LOCALBASE}/include
 
 CONFLICTS=	snort-2*
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-branches mailing list