From 5933ac0b099d61d98eb531d373cf57a8927bc7af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Tue, 23 Nov 2021 23:11:40 +0100 Subject: */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket) --- security/openssl-quictls/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'security/openssl-quictls') diff --git a/security/openssl-quictls/Makefile b/security/openssl-quictls/Makefile index ca4fdb537716..32bb4d0f040d 100644 --- a/security/openssl-quictls/Makefile +++ b/security/openssl-quictls/Makefile @@ -11,10 +11,7 @@ COMMENT= QUIC capable fork of OpenSSL LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -CONFLICTS_INSTALL= libressl-[0-9]* \ - libressl-devel-[0-9]* \ - openssl-[0-9]* \ - openssl-devel-[0-9]* +CONFLICTS_INSTALL= libressl libressl-devel openssl openssl-devel BROKEN_i386= ld: error: undefined symbol: __atomic_is_lock_free -- cgit v1.2.3