Bug 278849 - sysutils/fusefs-lkl: build dependancies treated as run-time dependancies
Summary: sysutils/fusefs-lkl: build dependancies treated as run-time dependancies
Status: Closed DUPLICATE of bug 278848
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Conrad Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-08 05:30 UTC by David E. O'Brien
Modified: 2024-05-08 17:31 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (cem)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David E. O'Brien freebsd_committer freebsd_triage 2024-05-08 05:30:12 UTC
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
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2024-05-08 17:31:34 UTC

*** This bug has been marked as a duplicate of bug 278848 ***