Bug 200063 - [patch] japanese/font-shinonome: Fix installation of fonts.alias
Summary: [patch] japanese/font-shinonome: Fix installation of fonts.alias
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Hiroki Sato
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-05-09 08:16 UTC by WATANABE Kazuhiro
Modified: 2018-01-16 06:24 UTC (History)
1 user (show)

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


Attachments
A patch for japanese/font-shinonome (1.02 KB, patch)
2015-05-09 08:16 UTC, WATANABE Kazuhiro
no flags Details | Diff
poudriere testport log without the patch (10.1-RELEASE amd64) (15.11 KB, text/plain)
2015-05-09 08:17 UTC, WATANABE Kazuhiro
no flags Details
poudriere testport log with the patch (10.1-RELEASE amd64) (14.91 KB, text/plain)
2015-05-09 08:18 UTC, WATANABE Kazuhiro
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description WATANABE Kazuhiro 2015-05-09 08:16:30 UTC
Created attachment 156536 [details]
A patch for japanese/font-shinonome

Due to massive updates which is related with USES=fonts [1],
japanese/font-shinonome fails to update fonts.alias.  To solve the problem,
add missing "cd ${FONTSDIR}"s to pkg-install.in.

[1] https://svnweb.freebsd.org/ports?view=revision&revision=381876
Comment 1 WATANABE Kazuhiro 2015-05-09 08:17:57 UTC
Created attachment 156537 [details]
poudriere testport log without the patch (10.1-RELEASE amd64)
Comment 2 WATANABE Kazuhiro 2015-05-09 08:18:36 UTC
Created attachment 156538 [details]
poudriere testport log with the patch (10.1-RELEASE amd64)
Comment 3 Walter Schwarzenfeld freebsd_triage 2018-01-10 13:41:24 UTC
Maintainer timeout?
Comment 4 Walter Schwarzenfeld freebsd_triage 2018-01-16 06:24:37 UTC
pkg-install.in shows:

POST-INSTALL)
        cd %%FONTSDIR%%
        touch fonts.alias
        grep -v -- "-shinonome-" fonts.alias > fonts.alias.tmp
        (cat fonts.alias.tmp; grep -- "-shinonome-" %%FONTSALIAS%%) \
            > fonts.alias
        rm -f fonts.alias.tmp
        ;;
POST-DEINSTALL)
        cd %%FONTSDIR%%

fixed.