1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Warn about conflict with /lib/libcrypto.so

This commit is contained in:
Dirk Meyer 2004-01-08 17:36:07 +00:00
parent 354438e396
commit f8e4e0cf2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97697
2 changed files with 20 additions and 0 deletions

View File

@ -850,6 +850,16 @@ INSTALLS_SHLIB= yes
.endif
.if defined(OPENSSL_OVERWRITE_BASE)
.if exists(/lib/libcrypto.so)
pre-everything::
@${ECHO_CMD} "#"
@${ECHO_CMD} "# this ports does not support the dynamic root"
@${ECHO_CMD} "# please undefine OPENSSL_OVERWRITE_BASE"
@${ECHO_CMD} "# and use WITH_OPENSSL_PORT=yes instead."
@${ECHO_CMD} "#"
@${FALSE}
.endif
PKGNAMESUFFIX= -beta-overwrite-base
PREFIX= /usr
OPENSSLDIR= /etc/ssl

View File

@ -834,6 +834,16 @@ INSTALLS_SHLIB= yes
.endif
.if defined(OPENSSL_OVERWRITE_BASE)
.if exists(/lib/libcrypto.so)
pre-everything::
@${ECHO_CMD} "#"
@${ECHO_CMD} "# this ports does not support the dynamic root"
@${ECHO_CMD} "# please undefine OPENSSL_OVERWRITE_BASE"
@${ECHO_CMD} "# and use WITH_OPENSSL_PORT=yes instead."
@${ECHO_CMD} "#"
@${FALSE}
.endif
PKGNAMESUFFIX= -overwrite-base
PREFIX= /usr
OPENSSLDIR= /etc/ssl