diff options
| author | Stefan Eßer <se@FreeBSD.org> | 2022-01-11 00:19:35 +0100 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 2022-01-11 00:19:35 +0100 |
| commit | 5600b7995f2ac6a53732950958ca27ca9e90ae70 (patch) | |
| tree | fe69fc1f867e56f83e603aa9bf60849b7c863e4a /security | |
| parent | devel/llvm-devel: update CONFLICTS_INSTALL (diff) | |
security/openssl: add boringssl to CONFLICTS_INSTALL
Approved by: portmgr (implicit)
Diffstat (limited to 'security')
| -rw-r--r-- | security/openssl-devel/Makefile | 2 | ||||
| -rw-r--r-- | security/openssl-quictls/Makefile | 2 | ||||
| -rw-r--r-- | security/openssl/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/security/openssl-devel/Makefile b/security/openssl-devel/Makefile index 8648b1c35820..ef68254d88fe 100644 --- a/security/openssl-devel/Makefile +++ b/security/openssl-devel/Makefile @@ -18,7 +18,7 @@ COMMENT= TLSv1.3 capable SSL and crypto library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -CONFLICTS_INSTALL= libressl libressl-devel openssl openssl-quictls +CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl-quictls HAS_CONFIGURE= yes CONFIGURE_SCRIPT= config diff --git a/security/openssl-quictls/Makefile b/security/openssl-quictls/Makefile index 34a30c704b29..784ab602f9d2 100644 --- a/security/openssl-quictls/Makefile +++ b/security/openssl-quictls/Makefile @@ -11,7 +11,7 @@ COMMENT= QUIC capable fork of OpenSSL LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -CONFLICTS_INSTALL= libressl libressl-devel openssl openssl-devel +CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl-devel BROKEN_i386= ld: error: undefined symbol: __atomic_is_lock_free diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 01d4eb2b8efe..3412f4bfe25d 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -14,7 +14,7 @@ COMMENT= TLSv1.3 capable SSL and crypto library LICENSE= OpenSSL LICENSE_FILE= ${WRKSRC}/LICENSE -CONFLICTS_INSTALL= libressl libressl-devel openssl-devel openssl-quictls +CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl-devel openssl-quictls HAS_CONFIGURE= yes CONFIGURE_SCRIPT= config |
