Date: Wed, 08 May 2024 05:29:50 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 278848] sysutils/fusefs-lkl: build dependancies treated as run-time dependancies Message-ID: <bug-278848-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278848 Bug ID: 278848 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 Flags: maintainer-feedback?(cem@freebsd.org) Assignee: 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=3D bison:build fuse gmake python:build sheb= angfix SHEBANG_FILES=3D ../../arch/lkl/scripts/headers_install.py BINARY_ALIAS=3D sed=3Dgsed \ stat=3Dgnustat -USE_BINUTILS=3D yes -USE_GCC=3D yes +USE_BINUTILS=3D yes:build +USE_GCC=3D yes:build USE_GITHUB=3D yes GH_PROJECT=3D linux GH_TAGNAME=3D 86dd3afb590eccc1903611bdaa8bac87757eb80d --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-278848-7788>