[Bug 230256] [patch] sysutils/dsbmd: add pkg-message to address upgrading to FreeBSD 12
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Aug 1 02:21:55 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230256
Bug ID: 230256
Summary: [patch] sysutils/dsbmd: add pkg-message to address
upgrading to FreeBSD 12
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: samy.mahmoudi at gmail.com
CC: mk at nic-nac-project.org
Flags: maintainer-feedback?(mk at nic-nac-project.org)
CC: mk at nic-nac-project.org
Created attachment 195712
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=195712&action=edit
patch-add-pkg-message
Upgrading to FreeBSD 12 silently breaks dsbmd since revision 319735 removed the
msdosfs option "large".
I first thought you had not propagated the change to the configuration file,
especially because I had the last version of dsbmd before the upgrade and
because of the (clever) way you address the issue at build time.
Unfortunately, users who installed and configured dsbmd before upgrading to
FreeBSD 12 would face mount errors if they do not update their configuration
file.
The attached patch file let you add a pkg-message file to the port so that the
users are informed of this problem. Other possible workarounds include forking
1004 into 1204 to trigger your cfgversion mechanism or checking FreeBSD version
at run time to conditionally ignore the large option.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list