62a4ba308b
pdfTEX: Support JPEG Exif as well as JFIF; do not even emit a warning if \pdfinclusionerrorlevel is negative; sync with xpdf 3.04. LuaTEX: New library newtokenlib for scanning tokens; bug fixes in the normal random number generator and other places. XeTEX: Image handling fixes; xdvipdfmx binary looked for first as a sibling to xetex; internal XDV opcodes changed. MetaPost: New numbersystem binary; new Japanese-enabled upmpost and updvitomp programs, analogous to up*tex. Infrastructure: The fmtutil script has been reimplemented to read fmtutil.cnf on a per-tree basis, analogous to updmap. Web2C mktex* scripts (including mktexlsr, mktextfm, mktexpk) now prefer programs in their own directory, instead of always using the existing PATH.
10 lines
356 B
Text
10 lines
356 B
Text
$NetBSD: patch-bin_fmtutil-sys,v 1.3 2015/06/14 12:50:05 markd Exp $
|
|
|
|
--- bin/fmtutil-sys.orig 2015-04-20 01:48:35.000000000 +0000
|
|
+++ bin/fmtutil-sys
|
|
@@ -22,4 +22,4 @@ PATH="$mydir:$PATH"; export PATH
|
|
# hack around a bug in zsh:
|
|
test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
|
|
|
|
-exec fmtutil --sys ${1+"$@"}
|
|
+exec @FMTUTIL@ --sys ${1+"$@"}
|