Date: Fri, 09 Jul 2021 08:06:33 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 257072] sysutils/linuxfdisk sfdisk-linux -s cannot open /proc/partitions Message-ID: <bug-257072-7788-DiceMn8Z1O@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-257072-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-257072-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257072 --- Comment #1 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3Df23c04a72db50cb8ce679caf4a7997c= de166afdf commit f23c04a72db50cb8ce679caf4a7997cde166afdf Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2021-07-09 08:03:48 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2021-07-09 08:03:42 +0000 sysutils/linuxfdisk: use better PROC_PARTITIONS path on FreeBSD Originating from GNU/Linux, this code had naturally defined the PROC_PARTITIONS macro as "/proc/partitions", while we typically mount this file system under "/compat/linux/proc/partitions" on FreeBSD. Fix two (out of four) definitions which appear in the generated executables, so e.g. `sfdisk-linux -s' would now work correctly so long as linprocfs(5) is mounted. While at it, set the LICENSE (GPLv2+) and bump PORTREVISION so users could enjoy less buggy package. PR: 257072 sysutils/linuxfdisk/Makefile | 3 +++ sysutils/linuxfdisk/files/patch-FreeBSD | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+) --=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-257072-7788-DiceMn8Z1O>