git: c8c40e6e718e - main - */*: Remove Uses=qca

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Wed, 26 Feb 2025 07:18:58 UTC
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c8c40e6e718eb29a90e43d159724c5547ce63c7d

commit c8c40e6e718eb29a90e43d159724c5547ce63c7d
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2025-02-25 19:11:29 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2025-02-26 07:17:52 +0000

    */*: Remove Uses=qca
    
    Introduced to help with the migration from OpenSSL < 1.1 for FreeBSD 11.
    There are no consumers in the tree.
    
    Approved by:            kde@ (makc@)
    Differential Revision:  https://reviews.freebsd.org/D49133
---
 Mk/Uses/qca.mk | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/Mk/Uses/qca.mk b/Mk/Uses/qca.mk
deleted file mode 100644
index 29ef2215f72f..000000000000
--- a/Mk/Uses/qca.mk
+++ /dev/null
@@ -1,28 +0,0 @@
-# Handle dependency on qca
-#
-# Feature:		qca
-# Usage:		USES=qca
-# Valid ARGS		none
-#
-# MAINTAINER:		kde@FreeBSD.org
-
-.if ! defined(_INCLUDE_QCA_MK)
-_INCLUDE_QCA_MK=	yes
-
-.  if !empty(qca_ARGS)
-IGNORE+=		USES=qca takes no arguments
-.  endif
-
-.  if empty(USES:Mqt*)
-IGNORE+=		Qt version not specified
-.  endif
-
-_QCA_LIB=		libqca-qt${_QT_VER}.so
-
-_QCA_DEFAULT_PORT=	devel/qca
-_QCA_CHOSEN_PORT=	DEFAULT
-_QCA_FLAVOR=		qt${_QT_VER}
-
-LIB_DEPENDS+=		${_QCA_LIB}:${_QCA_${_QCA_CHOSEN_PORT}_PORT}@${_QCA_FLAVOR}
-
-.endif