FreeBSD Bugzilla – Attachment 160793 Details for
Bug 202947
[patch] japanese/kappa20: installation hangs when DOCS option is off.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Patch to install fonts.alias into a non-optional directory.
ja-k20fonts.udiff (text/plain), 1.78 KB, created by
fumifumi
on 2015-09-07 10:21:30 UTC
(
hide
)
Description:
Patch to install fonts.alias into a non-optional directory.
Filename:
MIME Type:
Creator:
fumifumi
Created:
2015-09-07 10:21:30 UTC
Size:
1.78 KB
patch
obsolete
> >diff -ruN /usr/ports/japanese/kappa20/Makefile ./Makefile >--- /usr/ports/japanese/kappa20/Makefile 2015-05-14 19:15:04.000000000 +0900 >+++ ./Makefile 2015-09-07 18:29:10.000000000 +0900 >@@ -37,8 +37,9 @@ > (cd ${WRKSRC} ; ${SH} makebdf.sh) > > pre-install: >+ @${MKDIR} ${STAGEDIR}${FONTSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/fonts.alias ${STAGEDIR}${FONTSDIR}/fonts.alias.dist > @${MKDIR} ${STAGEDIR}${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/fonts.alias ${STAGEDIR}${DOCSDIR} > ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/README.euc-jp > > .include <bsd.port.mk> >diff -ruN /usr/ports/japanese/kappa20/pkg-deinstall ./pkg-deinstall >--- /usr/ports/japanese/kappa20/pkg-deinstall 2015-03-22 08:05:19.000000000 +0900 >+++ ./pkg-deinstall 2015-09-07 18:31:10.000000000 +0900 >@@ -5,7 +5,7 @@ > fi > > FONTDIR=${PKG_PREFIX}/share/fonts/k20fonts >-FAFILE=${PKG_PREFIX}/share/doc/ja/k20fonts/fonts.alias >+FAFILE=${FONTDIR}/fonts.alias.dist > > grepv() { > awk -v SRC=$1 'BEGIN{while (getline < SRC) {ENTRY[$0]=1}} (ENTRY[$0] != 1) {print}' $2 >diff -ruN /usr/ports/japanese/kappa20/pkg-install ./pkg-install >--- /usr/ports/japanese/kappa20/pkg-install 2015-03-22 08:05:19.000000000 +0900 >+++ ./pkg-install 2015-09-07 18:30:47.000000000 +0900 >@@ -5,7 +5,7 @@ > fi > > FONTDIR=${PKG_PREFIX}/share/fonts/k20fonts >-FAFILE=${PKG_PREFIX}/share/doc/ja/k20fonts/fonts.alias >+FAFILE=${FONTDIR}/fonts.alias.dist > > grepv() { > awk -v SRC=$1 'BEGIN{while (getline < SRC) {ENTRY[$0]=1}} (ENTRY[$0] != 1) {print}' $2 >diff -ruN /usr/ports/japanese/kappa20/pkg-plist ./pkg-plist >--- /usr/ports/japanese/kappa20/pkg-plist 2015-03-22 08:05:19.000000000 +0900 >+++ ./pkg-plist 2015-09-07 18:30:19.000000000 +0900 >@@ -1,3 +1,4 @@ >+%%FONTSDIR%%/fonts.alias.dist > %%FONTSDIR%%/10x20L10b.pcf.gz > %%FONTSDIR%%/10x20L10bi.pcf.gz > %%FONTSDIR%%/10x20L10m.pcf.gz
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 Raw
Actions:
View
Attachments on
bug 202947
: 160793