svn commit: r523917 - head/irc/ircd-hybrid

Santhosh Raju fox at FreeBSD.org
Thu Jan 23 10:10:53 UTC 2020


Author: fox
Date: Thu Jan 23 10:10:52 2020
New Revision: 523917
URL: https://svnweb.freebsd.org/changeset/ports/523917

Log:
  irc/ircd-hybrid: Replaces deprecated openssl options.
  
  Replaces the deprecated --enable-openssl / --disable-openssl with the
  --with-tls=openssl for OpenSSL support.

Modified:
  head/irc/ircd-hybrid/Makefile

Modified: head/irc/ircd-hybrid/Makefile
==============================================================================
--- head/irc/ircd-hybrid/Makefile	Thu Jan 23 09:50:44 2020	(r523916)
+++ head/irc/ircd-hybrid/Makefile	Thu Jan 23 10:10:52 2020	(r523917)
@@ -38,7 +38,7 @@ INSTALL_TARGET=	install-strip
 
 .if ${PORT_OPTIONS:MOPENSSL}
 USES	+=	ssl
-CONFIGURE_ARGS+=	--enable-openssl=${OPENSSLBASE}
+CONFIGURE_ARGS+=	--with-tls=openssl
 .endif
 
 CONFIGURE_ARGS+=	\


More information about the svn-ports-all mailing list