git: 178aa7ce63d4 - main - fusefs-lkl: gcc+binutils is only needed to build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 May 2024 06:12:44 UTC
The branch main has been updated by obrien: URL: https://cgit.FreeBSD.org/ports/commit/?id=178aa7ce63d4eefc01c485fb5d953a7e9a3ff0a2 commit 178aa7ce63d4eefc01c485fb5d953a7e9a3ff0a2 Author: David E. O'Brien <obrien@FreeBSD.org> AuthorDate: 2024-05-16 06:12:25 +0000 Commit: David E. O'Brien <obrien@FreeBSD.org> CommitDate: 2024-05-16 06:12:25 +0000 fusefs-lkl: gcc+binutils is only needed to build There are no run-time requirements on GCC, so don't force the install of GCC, and worse Binutils to conflict with base utilities. PR: 278848 Pull Request: https://github.com/freebsd/freebsd-ports/pull/251 --- sysutils/fusefs-lkl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/fusefs-lkl/Makefile b/sysutils/fusefs-lkl/Makefile index 4aa7661c4ffe..86585dde4e96 100644 --- a/sysutils/fusefs-lkl/Makefile +++ b/sysutils/fusefs-lkl/Makefile @@ -18,8 +18,8 @@ USES= bison:build fuse gmake python:build shebangfix SHEBANG_FILES= ../../arch/lkl/scripts/headers_install.py BINARY_ALIAS= sed=gsed \ stat=gnustat -USE_BINUTILS= yes -USE_GCC= yes +USE_BINUTILS= yes:build +USE_GCC= yes:build USE_GITHUB= yes GH_PROJECT= linux GH_TAGNAME= 86dd3afb590eccc1903611bdaa8bac87757eb80d