svn commit: r487349 - head/net/nuster

Tobias Kortkamp tobik at FreeBSD.org
Thu Dec 13 06:53:16 UTC 2018


Author: tobik
Date: Thu Dec 13 06:53:15 2018
New Revision: 487349
URL: https://svnweb.freebsd.org/changeset/ports/487349

Log:
  net/nuster builds fine with OpenSSL 1.1.1
  
  http://beefy11.nyi.freebsd.org/data/head-i386-default/p485718_s340864/logs/nuster-2.0.3.18.log

Modified:
  head/net/nuster/Makefile

Modified: head/net/nuster/Makefile
==============================================================================
--- head/net/nuster/Makefile	Thu Dec 13 06:50:53 2018	(r487348)
+++ head/net/nuster/Makefile	Thu Dec 13 06:53:15 2018	(r487349)
@@ -53,10 +53,6 @@ PORTEXAMPLES=	*
 MAKE_ARGS+=	USE_REGPARM=1
 .endif
 
-.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl111}
-BROKEN=	Does not build with openssl111
-.endif
-
 post-build:
 	cd ${WRKSRC}/contrib/halog && ${MAKE_CMD} ${MAKE_ENV}
 


More information about the svn-ports-all mailing list