From owner-svn-ports-all@freebsd.org Wed Oct 10 06:09:48 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 E57D910C94E1; Wed, 10 Oct 2018 06:09:47 +0000 (UTC) (envelope-from dinoex@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 9B03C7001B; Wed, 10 Oct 2018 06:09:47 +0000 (UTC) (envelope-from dinoex@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 91D9D1CFB4; Wed, 10 Oct 2018 06:09:47 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9A69luq004681; Wed, 10 Oct 2018 06:09:47 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9A69lSL004680; Wed, 10 Oct 2018 06:09:47 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201810100609.w9A69lSL004680@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Wed, 10 Oct 2018 06:09:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481690 - head/mail/fdm/files X-SVN-Group: ports-head X-SVN-Commit-Author: dinoex X-SVN-Commit-Paths: head/mail/fdm/files X-SVN-Commit-Revision: 481690 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.27 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: Wed, 10 Oct 2018 06:09:48 -0000 Author: dinoex Date: Wed Oct 10 06:09:47 2018 New Revision: 481690 URL: https://svnweb.freebsd.org/changeset/ports/481690 Log: - fix OpenSSL 1.1.x build PR: 232131 Submitted by: Nathan Added: head/mail/fdm/files/ head/mail/fdm/files/patch-configure.ac (contents, props changed) Added: head/mail/fdm/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/fdm/files/patch-configure.ac Wed Oct 10 06:09:47 2018 (r481690) @@ -0,0 +1,11 @@ +--- configure.ac.orig 2018-10-09 21:50:40 UTC ++++ configure.ac +@@ -83,7 +83,7 @@ if test "x$found_libcrypto" = xno; then + AC_MSG_ERROR("libcrypto not found") + fi + AC_SEARCH_LIBS( +- SSL_library_init, ++ SSL_CTX_new, + [ssl], + found_libssl=yes, + found_libssl=no