[Bug 259532] devel/kf5-solid: Correct broken UCL in pkg-message
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Oct 29 18:33:43 BST 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259532
Bug ID: 259532
Summary: devel/kf5-solid: Correct broken UCL in pkg-message
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: kde at FreeBSD.org
Reporter: dvl at FreeBSD.org
Assignee: kde at FreeBSD.org
Flags: maintainer-feedback?(kde at FreeBSD.org)
Created attachment 229125
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=229125&action=edit
add missing EOM to UCL
The attached patch will fix devel/kf5-solid/pkg-message
Unpatched:
[pkg01 dan /usr/local/poudriere/ports/default] % /usr/local/bin/ucl_tool
--format json --in devel/kf5-solid/pkg-message
Failed to parse input file: error while parsing <unknown>: line: 27, column: 0
- 'unterminated multiline value', character: ']'
Patched:
[pkg01 dan ~/ports/head] % /usr/local/bin/ucl_tool --format json --in
devel/kf5-solid/pkg-message
17:30:58
[
{
"type": "install",
"message": "Solid has UDisks2 backend turned on by default. If you want
to use it, install\nsysutils/bsdisks package and **disable** hald (set
hald_enable=\"NO\" in rc.conf or\njust remove the package). If you want to stay
with hald, don't install bsdisks, as\nyou'll get duplicated entries for
removable disks."
},
{
"type": "upgrade",
"maximum_version": "5.65.0_1",
"message": "Solid now has UDisks2 backend turned on by default. If you
want to use it, install\nsysutils/bsdisks package and **disable** hald (set
hald_enable=\"NO\" in rc.conf or\njust remove the package). If you want to stay
with hald, don't install bsdisks, as\nyou'll get duplicated entries for
removable disks."
},
{
"type": "upgrade",
"maximum_version": "5.72.0",
"message": "Solid now has the hald backend completely disabled."
}
]
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list