When running pkg-config for eopenssl11 (openssl-1.1.1d), the values for
eopenssl are printed instead. This fixes it.
Was:
% pkg-config --cflags eopenssl11
-I/usr/local/include/eopenssl
Now is:
% pkg-config --cflags eopenssl11
-I/usr/local/include/eopenssl11
? patch-Configurations_unix-Makefile_tmpl.diff
Index: patch-Configurations_unix-Makefile_tmpl
===================================================================
RCS file: /cvs/ports/security/openssl/1.1/patches/patch-Configurations_unix-Makefile_tmpl,v
retrieving revision 1.6
diff -u -p -u -r1.6 patch-Configurations_unix-Makefile_tmpl
--- patch-Configurations_unix-Makefile_tmpl 10 Sep 2019 23:55:24 -0000 1.6
+++ patch-Configurations_unix-Makefile_tmpl 5 Dec 2019 13:44:47 -0000
@@ -23,7 +23,7 @@ Index: Configurations/unix-Makefile.tmpl
echo 'Description: Secure Sockets Layer and cryptography libraries'; \
echo 'Version: '$(VERSION); \
- echo 'Requires.private: libcrypto'; \
-+ echo 'Requires.private: libecrypto'; \
++ echo 'Requires.private: libecrypto11'; \
echo 'Libs: -L$${libdir} -lssl'; \
echo 'Cflags: -I$${includedir}' ) > libssl.pc
@@ -38,7 +38,7 @@ Index: Configurations/unix-Makefile.tmpl
echo 'Description: Secure Sockets Layer and cryptography libraries and tools'; \
echo 'Version: '$(VERSION); \
- echo 'Requires: libssl libcrypto' ) > openssl.pc
-+ echo 'Requires: libessl libecrypto' ) > openssl.pc
++ echo 'Requires: libessl11 libecrypto11' ) > openssl.pc
configdata.pm: $(SRCDIR)/Configure $(SRCDIR)/config {- join(" ", @{$config{build_file_templates}}, @{$config{build_infos}}, @{$config{conf_files}}) -}
@echo "Detected changed: $?"