svn commit: r498343 - branches/2019Q2/security/racoon2

Cy Schubert cy at FreeBSD.org
Mon Apr 8 04:02:13 UTC 2019


Author: cy
Date: Mon Apr  8 04:02:12 2019
New Revision: 498343
URL: https://svnweb.freebsd.org/changeset/ports/498343

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

Modified:
  branches/2019Q2/security/racoon2/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/security/racoon2/Makefile
==============================================================================
--- branches/2019Q2/security/racoon2/Makefile	Mon Apr  8 03:30:22 2019	(r498342)
+++ branches/2019Q2/security/racoon2/Makefile	Mon Apr  8 04:02:12 2019	(r498343)
@@ -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