Index: head/dns/powerdns-recursor40/patch-opensslsigners.cc =================================================================== --- head/dns/powerdns-recursor40/patch-opensslsigners.cc (revision 466354) +++ head/dns/powerdns-recursor40/patch-opensslsigners.cc (nonexistent) @@ -1,12 +0,0 @@ ---- opensslsigners.cc.orig 2018-01-22 13:39:07 UTC -+++ opensslsigners.cc -@@ -33,7 +33,8 @@ - #include "opensslsigners.hh" - #include "dnssecinfra.hh" - --#if (OPENSSL_VERSION_NUMBER < 0x1010000fL || defined LIBRESSL_VERSION_NUMBER) -+#if (OPENSSL_VERSION_NUMBER < 0x1010000fL || \ -+ (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000fL)) - /* OpenSSL < 1.1.0 needs support for threading/locking in the calling application. */ - static pthread_mutex_t *openssllocks; - Property changes on: head/dns/powerdns-recursor40/patch-opensslsigners.cc ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/dns/powerdns-recursor40/files/patch-opensslsigners.cc =================================================================== --- head/dns/powerdns-recursor40/files/patch-opensslsigners.cc (nonexistent) +++ head/dns/powerdns-recursor40/files/patch-opensslsigners.cc (revision 466355) @@ -0,0 +1,12 @@ +--- opensslsigners.cc.orig 2018-01-22 13:39:07 UTC ++++ opensslsigners.cc +@@ -33,7 +33,8 @@ + #include "opensslsigners.hh" + #include "dnssecinfra.hh" + +-#if (OPENSSL_VERSION_NUMBER < 0x1010000fL || defined LIBRESSL_VERSION_NUMBER) ++#if (OPENSSL_VERSION_NUMBER < 0x1010000fL || \ ++ (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000fL)) + /* OpenSSL < 1.1.0 needs support for threading/locking in the calling application. */ + static pthread_mutex_t *openssllocks; + Property changes on: head/dns/powerdns-recursor40/files/patch-opensslsigners.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property