svn commit: r498232 - head/security/racoon2

Cy Schubert cy at FreeBSD.org
Sun Apr 7 01:50:35 UTC 2019


Author: cy
Date: Sun Apr  7 01:50:34 2019
New Revision: 498232
URL: https://svnweb.freebsd.org/changeset/ports/498232

Log:
  racoon2 as maintained by Chrisos Zoulas (@netbsd.org) only supports
  opnessl111. Mark it as unsupported on FreeBSD 11.
  
  MFH:		2019Q2

Modified:
  head/security/racoon2/Makefile

Modified: head/security/racoon2/Makefile
==============================================================================
--- head/security/racoon2/Makefile	Sun Apr  7 01:44:31 2019	(r498231)
+++ head/security/racoon2/Makefile	Sun Apr  7 01:50:34 2019	(r498232)
@@ -10,6 +10,8 @@ RACOON2_COMMIT_DATE=20181215
 MAINTAINER=	cy at FreeBSD.org
 COMMENT=	Racoon2 IPsec daemon
 
+BROKEN_FreeBSD_11=	Requires openssl111 to build
+
 CONFLICTS=	racoon2-legacy-*
 
 USE_GITHUB=     yes


More information about the svn-ports-all mailing list