From owner-svn-ports-head@freebsd.org Wed Oct 24 14:06:11 2018 Return-Path: Delivered-To: svn-ports-head@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 3E511FE9E5F; Wed, 24 Oct 2018 14:06:11 +0000 (UTC) (envelope-from cy@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 AF505921CA; Wed, 24 Oct 2018 14:06:10 +0000 (UTC) (envelope-from cy@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 902331C934; Wed, 24 Oct 2018 07:00:58 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9O70wGx069841; Wed, 24 Oct 2018 07:00:58 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9O70wTD069840; Wed, 24 Oct 2018 07:00:58 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201810240700.w9O70wTD069840@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 24 Oct 2018 07:00:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482883 - head/sysutils/nut/files X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/sysutils/nut/files X-SVN-Commit-Revision: 482883 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2018 14:06:11 -0000 Author: cy Date: Wed Oct 24 07:00:58 2018 New Revision: 482883 URL: https://svnweb.freebsd.org/changeset/ports/482883 Log: Fix openssl111 build and build under current and stable/12. MFH: 2018Q4 Added: head/sysutils/nut/files/patch-m4_nut__check__libopenssl.m4 (contents, props changed) Added: head/sysutils/nut/files/patch-m4_nut__check__libopenssl.m4 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/nut/files/patch-m4_nut__check__libopenssl.m4 Wed Oct 24 07:00:58 2018 (r482883) @@ -0,0 +1,10 @@ +--- m4/nut_check_libopenssl.m4.orig 2015-12-29 00:42:34.000000000 -0800 ++++ m4/nut_check_libopenssl.m4 2018-10-23 12:32:09.902960000 -0700 +@@ -58,7 +58,6 @@ + + dnl check if openssl is usable + AC_CHECK_HEADERS(openssl/ssl.h, [nut_have_openssl=yes], [nut_have_openssl=no], [AC_INCLUDES_DEFAULT]) +- AC_CHECK_FUNCS(SSL_library_init, [], [nut_have_openssl=no]) + + if test "${nut_have_openssl}" = "yes"; then + nut_with_ssl="yes"