Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Oct 2021 17:33:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 259532] devel/kf5-solid: Correct broken UCL in pkg-message
Message-ID:  <bug-259532-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259532

            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@FreeBSD.org
          Reporter: dvl@FreeBSD.org
          Assignee: kde@FreeBSD.org
             Flags: maintainer-feedback?(kde@FreeBSD.org)

Created attachment 229125
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229125&action=
=3Dedit
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=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
           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=3D\"NO\" in rc.conf or\njust remove the package). If you want t=
o 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=3D\"NO\" in rc.conf or\njust remove the package). If you want t=
o 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."
    }
]

--=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-259532-7788>