Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Oct 2018 16:42:56 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483042 - head/irc/bitchx
Message-ID:  <201810261642.w9QGguZs057609@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Fri Oct 26 16:42:55 2018
New Revision: 483042
URL: https://svnweb.freebsd.org/changeset/ports/483042

Log:
  Unbreak the build against newer versions of OpenSSL where they had removed
  SSLeay() from libcrypto so configure test for it now fails.  Check against
  ERR_get_error() instead.
  
  PR:	232550

Modified:
  head/irc/bitchx/Makefile

Modified: head/irc/bitchx/Makefile
==============================================================================
--- head/irc/bitchx/Makefile	Fri Oct 26 16:18:28 2018	(r483041)
+++ head/irc/bitchx/Makefile	Fri Oct 26 16:42:55 2018	(r483042)
@@ -52,6 +52,7 @@ PLUGIN_LIST=	abot acro arcfour autocycle blowfish cavl
 
 post-patch:
 	${REINPLACE_CMD} -e 's|bzip2|true|g' ${WRKSRC}/Makefile.in
+	${REINPLACE_CMD} -e 's|SSLeay|ERR_get_error|' ${WRKSRC}/configure
 
 post-patch-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}



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