From da684d33c01ec457bdd6853fa7250da351a4adb4 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 13 May 2025 14:57:51 +0200 Subject: [PATCH] security/quantis-kmod: remove dependency on infozip Recent bsdtar can handle the content of this zip just fine. This reduce the number of dependency for cross building and make this module become part of the kmod repository --- security/quantis-kmod/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/security/quantis-kmod/Makefile b/security/quantis-kmod/Makefile index dfe765e1d376..15b2f7cc4ca1 100644 --- a/security/quantis-kmod/Makefile +++ b/security/quantis-kmod/Makefile @@ -13,9 +13,7 @@ LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= dual LICENSE_FILE= ${WRKDIR}/Quantis-${DISTVERSION}/License.txt -USES= kmod uidfix zip:infozip - -EXTRACT_BEFORE_ARGS= -aqo +USES= kmod uidfix zip WRKSRC= ${WRKDIR}/Quantis-${DISTVERSION}/Drivers/Unix/QuantisPci