summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2005-11-25 15:34:47 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2005-11-25 15:34:47 +0000
commita462eadc9ca4c3a2ab250a31697f4dc32d14977b (patch)
tree1a938dbdc946293db8f87d7786371eaceb64351e /security
parent- Add SHA256 (diff)
- warn users of option OPENSSL_OVERWRITE_BASE
Notes
Notes: svn path=/head/; revision=149430
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 3f148d8276c9..5f9cc0d16877 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -925,6 +925,16 @@ pre-everything::
@${FALSE}
.endif
+.if exists(/usr/lib/libcrypto.so.3) && ${OPENSSL_SHLIBVER} != 3
+pre-everything::
+ @${ECHO_CMD} "#"
+ @${ECHO_CMD} "# this ports conflicts with your base system"
+ @${ECHO_CMD} "# please undefine OPENSSL_OVERWRITE_BASE"
+ @${ECHO_CMD} "# and use WITH_OPENSSL_PORT=yes instead."
+ @${ECHO_CMD} "#"
+ @${FALSE}
+
+.endif
BASE_SUFFIX= -overwrite-base
PREFIX= /usr
OPENSSLDIR= /etc/ssl