svn commit: r461873 - head/net/openldap24-server

Bernard Spil brnrd at FreeBSD.org
Thu Feb 15 09:50:08 UTC 2018


Author: brnrd
Date: Thu Feb 15 09:50:07 2018
New Revision: 461873
URL: https://svnweb.freebsd.org/changeset/ports/461873

Log:
  net/openldap-server: Not broken with OpenSSL 1.1
  
  Fixed with version 2.4.45 as per changelog
  
  PR:		225878

Modified:
  head/net/openldap24-server/Makefile

Modified: head/net/openldap24-server/Makefile
==============================================================================
--- head/net/openldap24-server/Makefile	Thu Feb 15 09:48:00 2018	(r461872)
+++ head/net/openldap24-server/Makefile	Thu Feb 15 09:50:07 2018	(r461873)
@@ -536,10 +536,6 @@ PLIST_SUB+=		OPENLDAP_MAJOR=${OPENLDAP_MAJOR}
 
 .include <bsd.port.pre.mk>
 
-.if ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN=		Does not build with openssl-devel
-.endif
-
 .if !${PORT_OPTIONS:MFETCH}
 CONFIGURE_ARGS+=	--without-fetch
 .else


More information about the svn-ports-head mailing list