Bug 278848 - sysutils/fusefs-lkl: build dependancies treated as run-time dependancies
Summary: sysutils/fusefs-lkl: build dependancies treated as run-time dependancies
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: David E. O'Brien
URL:
Keywords:
: 278849 (view as bug list)
Depends on:
Blocks:
 
Reported: 2024-05-08 05:29 UTC by David E. O'Brien
Modified: 2024-05-16 06:14 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:29:50 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
*** Bug 278849 has been marked as a duplicate of this bug. ***
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-05-16 06:13:42 UTC
A commit in branch main references this bug:

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(-)