From owner-svn-ports-all@freebsd.org Fri Oct 26 16:42:56 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3D1110EB5A3; Fri, 26 Oct 2018 16:42:56 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A0667E097; Fri, 26 Oct 2018 16:42:56 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3B78B23980; Fri, 26 Oct 2018 16:42:56 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9QGgueU057610; Fri, 26 Oct 2018 16:42:56 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9QGguZs057609; Fri, 26 Oct 2018 16:42:56 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201810261642.w9QGguZs057609@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Fri, 26 Oct 2018 16:42:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483042 - head/irc/bitchx X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/irc/bitchx X-SVN-Commit-Revision: 483042 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2018 16:42:56 -0000 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}