Date: Thu, 1 Feb 2018 22:53:08 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r460649 - in branches/2018Q1/security/snort3: . files Message-ID: <201802012253.w11Mr8XL031241@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802012253.w11Mr8XL031241>