FreeBSD Bugzilla – Attachment 146528 Details for
Bug 193061
stage-fy japanese/eijiro-fpw
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
slightly modified
eijiro.diff (text/plain), 1.06 KB, created by
John Marino
on 2014-08-30 11:43:14 UTC
(
hide
)
Description:
slightly modified
Filename:
MIME Type:
Creator:
John Marino
Created:
2014-08-30 11:43:14 UTC
Size:
1.06 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 366569) >+++ Makefile (working copy) >@@ -37,11 +37,12 @@ > # (http://www.alc.co.jp/alcshop/eng/eijiro/) > # Avoid copying uncompressed srcfile, it is > 50Mb > >-.if exists(${WRKDIR}/${SRCFILE}) >-MAKE_ARGS+= SRCFILE=${WRKDIR}/${SRCFILE} >-.else >-MAKE_ARGS+= SRCFILE=${DICT_PATH}/${SRCFILE} >+.if exists(${DICT_PATH}/${SRCFILE}) # uncompressed >+SOURCE_FILE= ${DICT_PATH}/${SRCFILE} >+.else # assume decompression works >+SOURCE_FILE= ${WRKDIR}/${SRCFILE} > .endif >+MAKE_ARGS+= SRCFILE=${SOURCE_FILE:Q} > > OPTIONS_DEFINE= DOCS > >@@ -50,7 +51,8 @@ > post-extract: > @if [ -f ${DICT_PATH}/eijiro-original/*.exe ]; then \ > lha xiw=${WRKDIR} ${DICT_PATH}/eijiro-original/*.exe '*/${SRCFILE}'; \ >- elif [ ! -f ${DICT_PATH}/${SRCFILE} ]; then \ >+ fi >+ @if [ ! -f ${SOURCE_FILE:Q} ]; then \ > ${ECHO} "###################################################"; \ > ${ECHO} "I cannot find a file ${DICT_PATH}/${SRCFILE}"; \ > ${ECHO} "Specify the Eijiro Dictionary file with the full path"; \
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 193061
:
146362
|
146477
|
146514
|
146518
| 146528