svn commit: r482883 - head/sysutils/nut/files

Cy Schubert cy at FreeBSD.org
Wed Oct 24 14:06:11 UTC 2018


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"


More information about the svn-ports-all mailing list