Bug 297588 - korean/ibus-hangul: plist issue
Summary: korean/ibus-hangul: plist issue
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jung-uk Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-08-16 14:43 UTC by Daniel Engberg
Modified: 2026-09-01 20:24 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (jkim)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2026-08-16 14:43:50 UTC
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: share/glib-2.0/schemas/org.freedesktop.ibus.engine.hangul.gschema.xml
===> Error: Plist issues found.
*** Error code 1

Poudriere, 15.1-RELEASE (amd64), bulk -t
Comment 1 Jung-uk Kim freebsd_committer freebsd_triage 2026-08-19 06:23:24 UTC
Sorry, I cannot reproduce the problem and the official package build worked fine.

https://pkg-status.freebsd.org/beefy23/data/150amd64-default/905652052483/logs/ko-ibus-hangul-1.5.5.log

i.e.,

 /bin/mkdir -p '/wrkdirs/usr/ports/korean/ibus-hangul/work/stage/usr/local/share/glib-2.0/schemas'
 install  -m 0644 org.freedesktop.ibus.engine.hangul.gschema.xml '/wrkdirs/usr/ports/korean/ibus-hangul/work/stage/usr/local/share/glib-2.0/schemas'
Comment 2 commit-hook freebsd_committer freebsd_triage 2026-09-01 20:23:50 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=569f0f99f68ab8a3a9298d5217bdc0bd0fad0153

commit 569f0f99f68ab8a3a9298d5217bdc0bd0fad0153
Author:     Jung-uk Kim <jkim@FreeBSD.org>
AuthorDate: 2026-09-01 20:19:41 +0000
Commit:     Jung-uk Kim <jkim@FreeBSD.org>
CommitDate: 2026-09-01 20:19:41 +0000

    korean/ibus-hangul: Remove a redundant entry from plist

    GLIB_SCHEMAS automatically adds the entry.

    PR:             297588
    Submitted by:   fluffy

 korean/ibus-hangul/pkg-plist | 1 -
 1 file changed, 1 deletion(-)