svn commit: r488416 - head/net/vtun

Cy Schubert cy at FreeBSD.org
Wed Dec 26 18:14:17 UTC 2018


Author: cy
Date: Wed Dec 26 18:14:16 2018
New Revision: 488416
URL: https://svnweb.freebsd.org/changeset/ports/488416

Log:
  Fix with OpenSSL 1.1+
  
  PR:		234416
  Submitted by:	mat
  MFH:		2018Q4

Modified:
  head/net/vtun/Makefile

Modified: head/net/vtun/Makefile
==============================================================================
--- head/net/vtun/Makefile	Wed Dec 26 18:09:40 2018	(r488415)
+++ head/net/vtun/Makefile	Wed Dec 26 18:14:16 2018	(r488416)
@@ -15,8 +15,6 @@ LICENSE=	GPLv2
 DEPRECATED=		No longer supported by upline
 EXPIRATION_DATE=	2021-09-30
 
-BROKEN_SSL=	openssl111
-
 LIB_DEPENDS=	liblzo2.so:archivers/lzo2
 
 CFLAGS+=	-ansi -Wno-pointer-sign


More information about the svn-ports-all mailing list