svn commit: r494185 - head/security/racoon2-legacy

Cy Schubert cy at FreeBSD.org
Thu Feb 28 20:13:09 UTC 2019


Author: cy
Date: Thu Feb 28 20:13:08 2019
New Revision: 494185
URL: https://svnweb.freebsd.org/changeset/ports/494185

Log:
  Register failure to build on FreeBSD > 11.
  
  MFH:		2019Q1

Modified:
  head/security/racoon2-legacy/Makefile

Modified: head/security/racoon2-legacy/Makefile
==============================================================================
--- head/security/racoon2-legacy/Makefile	Thu Feb 28 20:12:38 2019	(r494184)
+++ head/security/racoon2-legacy/Makefile	Thu Feb 28 20:13:08 2019	(r494185)
@@ -12,6 +12,8 @@ MAINTAINER=	cy at FreeBSD.org
 COMMENT=	Racoon2 IPsec daemon
 
 CONFLICTS=	racoon2-[0-9]*
+BROKEN_FreeBSD_12=	Will not build with openssl111
+BROKEN_FreeBSD_13=	Will not build with openssl111
 
 USES=		perl5 tar:tgz ssl
 CONFIGURE_ARGS+=	--disable-kinkd


More information about the svn-ports-head mailing list