[Bug 278849] sysutils/fusefs-lkl: build dependancies treated as run-time dependancies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 May 2024 05:30:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278849 Bug ID: 278849 Summary: sysutils/fusefs-lkl: build dependancies treated as run-time dependancies Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: cem@freebsd.org Reporter: obrien@FreeBSD.org Assignee: cem@freebsd.org Flags: maintainer-feedback?(cem@freebsd.org) https://github.com/freebsd/freebsd-ports/pull/251 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. diff --git sysutils/fusefs-lkl/Makefile sysutils/fusefs-lkl/Makefile index 4aa766..86585d 100644 --- sysutils/fusefs-lkl/Makefile +++ 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 -- You are receiving this mail because: You are the assignee for the bug.