git: 5600b7995f2a - main - security/openssl: add boringssl to CONFLICTS_INSTALL
Date: Mon, 10 Jan 2022 23:21:33 UTC
The branch main has been updated by se:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5600b7995f2ac6a53732950958ca27ca9e90ae70
commit 5600b7995f2ac6a53732950958ca27ca9e90ae70
Author: Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2022-01-10 23:19:35 +0000
Commit: Stefan Eßer <se@FreeBSD.org>
CommitDate: 2022-01-10 23:19:35 +0000
security/openssl: add boringssl to CONFLICTS_INSTALL
Approved by: portmgr (implicit)
---
security/openssl-devel/Makefile | 2 +-
security/openssl-quictls/Makefile | 2 +-
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