git: da684d33c01e - main - security/quantis-kmod: remove dependency on infozip
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 May 2025 12:58:50 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=da684d33c01ec457bdd6853fa7250da351a4adb4 commit da684d33c01ec457bdd6853fa7250da351a4adb4 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2025-05-13 12:57:51 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2025-05-13 12:58:43 +0000 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