Date: Wed, 24 Oct 2018 07:00:58 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482883 - head/sysutils/nut/files Message-ID: <201810240700.w9O70wTD069840@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810240700.w9O70wTD069840>