Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2020 10:10:52 +0000 (UTC)
From:      Santhosh Raju <fox@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523917 - head/irc/ircd-hybrid
Message-ID:  <202001231010.00NAAq5h046637@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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+=	\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001231010.00NAAq5h046637>