Bug 262046

Summary: korean/ko.TeX-fonts-[base|extra]: Build fails on latest tex2021
Product: Ports & Packages Reporter: Muhammad Moinur Rahman <bofh>
Component: Individual Port(s)Assignee: Tex Mailing List (Nobody) <tex>
Status: Closed FIXED    
Severity: Affects Only Me CC: hyogeollee
Priority: --- Flags: bugzilla: maintainer-feedback? (hyogeollee)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Fix not to update map on install for base.
none
Fix not to update map on install for extra. none

Description Muhammad Moinur Rahman freebsd_committer freebsd_triage 2022-02-19 03:47:22 UTC
After upgrading tex system to 2021 this port fails to build properly.

http://pdr.bofh.network/data/latest-per-pkg/ko-ko.TeX-fonts-base/0.1.0.20070927_5/130-default.log
Comment 1 Hyogeol Lee 2022-02-21 04:45:21 UTC
Created attachment 231978 [details]
Fix not to update map on install for base.
Comment 2 Hyogeol Lee 2022-02-21 04:45:52 UTC
Created attachment 231979 [details]
Fix not to update map on install for extra.
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-03-04 19:47:31 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1a842613a94025f5085fa71693a2f3a14343cbd0

commit 1a842613a94025f5085fa71693a2f3a14343cbd0
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-03-04 19:45:12 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-03-04 19:46:39 +0000

    korean/ko.TeX-fonts-extra: Fix after TeX update

    - Move pkg-plist to dynamic TMPPLIST
    - Pet portclippy/portfmt

    PR:             262046
    Approved by:    hyogeollee@gmail.com (maintainer)

 korean/ko.TeX-fonts-extra/Makefile          |   26 +-
 korean/ko.TeX-fonts-extra/pkg-message (new) |   22 +
 korean/ko.TeX-fonts-extra/pkg-plist (gone)  | 7019 ---------------------------
 3 files changed, 37 insertions(+), 7030 deletions(-)
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-03-04 19:47:32 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=373b88e547dcb951c20c743df4fa20f8c1fe36a7

commit 373b88e547dcb951c20c743df4fa20f8c1fe36a7
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-03-04 19:10:02 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-03-04 19:46:38 +0000

    korean/ko.TeX-fonts-base: Fix after TeX update

    - Move pkg-plist to dynamic TMPPLIST
    - Pet portclippy/portfmt

    PR:             262046
    Approved by:    hyogeollee@gmail.com (maintainer)

 korean/ko.TeX-fonts-base/Makefile          |   22 +-
 korean/ko.TeX-fonts-base/pkg-message (new) |   21 +
 korean/ko.TeX-fonts-base/pkg-plist (gone)  | 6359 ----------------------------
 3 files changed, 33 insertions(+), 6369 deletions(-)
Comment 5 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2022-03-04 19:48:15 UTC
Committed with changes.