FreeBSD Bugzilla – Attachment 156543 Details for
Bug 200065
[patch] japanese/kanji26: Fix installation of fonts.alias and some fix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
A patch for japanese/kanji26
kanji26.diff (text/plain), 1.16 KB, created by
WATANABE Kazuhiro
on 2015-05-09 08:41:57 UTC
(
hide
)
Description:
A patch for japanese/kanji26
Filename:
MIME Type:
Creator:
WATANABE Kazuhiro
Created:
2015-05-09 08:41:57 UTC
Size:
1.16 KB
patch
obsolete
>diff -urN kanji26.orig/files/DEINSTALL.tmpl kanji26/files/DEINSTALL.tmpl >--- kanji26.orig/files/DEINSTALL.tmpl 2014-02-15 22:04:30.000000000 +0900 >+++ kanji26/files/DEINSTALL.tmpl 2015-04-15 16:34:12.000000000 +0900 >@@ -5,8 +5,7 @@ > } > > if [ "x$2" = "xPOST-DEINSTALL" ]; then >- FONTDIR=${PKG_PREFIX}/%%FONTSDIR%% >- cd ${PKG_PREFIX}/%%FONTSDIR%%; %%LOCALBASE%%/bin/mkfontdir >+ FONTDIR=%%FONTSDIR%% > > # font alias entry here! > TMPFILE=/tmp/install-fonts-alias-$$ >@@ -43,9 +42,6 @@ > echo "to enable this update." > echo "**********************************************************" > ) >- if [ "`wc -c ${PKG_PREFIX}/%%FONTSDIR%%/fonts.dir | awk '{print $1}'`" = 2 ]; then >- rm -f ${PKG_PREFIX}/%%FONTSDIR%%/fonts.dir >- fi > fi > > >diff -urN kanji26.orig/files/INSTALL.tmpl kanji26/files/INSTALL.tmpl >--- kanji26.orig/files/INSTALL.tmpl 2014-02-15 22:04:30.000000000 +0900 >+++ kanji26/files/INSTALL.tmpl 2015-04-15 16:34:12.000000000 +0900 >@@ -5,8 +5,7 @@ > } > > if [ "x$2" = "xPOST-INSTALL" ]; then >- FONTDIR=${PKG_PREFIX}/%%FONTSDIR%% >- cd ${PKG_PREFIX}/%%FONTSDIR%%; %%LOCALBASE%%/bin/mkfontdir >+ FONTDIR=%%FONTSDIR%% > > # font alias entry here! > TMPFILE=/tmp/install-fonts-alias-$$
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 200065
: 156543 |
156544
|
156545
Working