eptex-100420-vine.patch 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. diff -up eptex-100420/0eptex.sh\~ eptex-100420/0eptex.sh
  2. --- eptex-100420/0eptex.sh~ 2010-04-20 15:54:55.000000000 +0900
  3. +++ eptex-100420/0eptex.sh 2010-07-19 18:28:48.000000000 +0900
  4. @@ -1,12 +1,13 @@
  5. #!/bin/bash
  6. -PTEXLIVE_VER=`ls ../ptexlive-*.tar.gz|sed "s/.*ptexlive-//;s/.tar.gz//"`
  7. +#PTEXLIVE_VER=`ls ../ptexlive-*.tar.gz|sed "s/.*ptexlive-//;s/.tar.gz//"`
  8. +PTEXLIVE_VER=20100711
  9. echo "*** ptexlive: $PTEXLIVE_VER"
  10. pushd ../ptexlive-$PTEXLIVE_VER
  11. . common.sh
  12. popd
  13. necessity_command autoreconf --version
  14. -WEBDIR=$TMP_PREFIX/texlive-20091011-source/texk/web2c/
  15. +WEBDIR=$TMP_PREFIX/texlive-20091107-source/texk/web2c/
  16. ## patch pTeX
  17. QTRIP_VER=`ls ../ptex-qtrip-*.tar.gz 2>/dev/null |sed "s/.*ptex-qtrip-//;s/.tar.gz//"`
  18. @@ -56,6 +57,8 @@ cat $WEBDIR/configure | sed "s/fiif/fi\n
  19. mv $WEBDIR/configure.new $WEBDIR/configure || exit 1
  20. chmod +x $WEBDIR/configure
  21. +exit 0
  22. +
  23. ## compile
  24. (cd ../ptexlive-$PTEXLIVE_VER;
  25. $MAKE stage3 || exit 1
  26. Diff finished. Mon Jul 19 18:28:52 2010
  27. diff -up eptex-100420/6babel.sh\~ eptex-100420/6babel.sh
  28. --- eptex-100420/6babel.sh~ 2010-04-20 15:27:36.000000000 +0900
  29. +++ eptex-100420/6babel.sh 2010-07-19 19:06:06.000000000 +0900
  30. @@ -3,7 +3,8 @@
  31. # pTeX に各言語のハイフン定義ファイルを読み込ませ,
  32. # Babel マクロパッケージをちゃんと使えるようにします.
  33. #
  34. -PTEXLIVE_VER=`ls ../ptexlive-*.tar.gz|sed "s/.*ptexlive-//;s/.tar.gz//"`
  35. +#PTEXLIVE_VER=`ls ../ptexlive-*.tar.gz|sed "s/.*ptexlive-//;s/.tar.gz//"`
  36. +PTEXLIVE_VER=20100711
  37. pushd ../ptexlive-$PTEXLIVE_VER
  38. . common.sh
  39. popd
  40. diff -up eptex-100420/6babel.sh\~ eptex-100420/6babel.sh
  41. --- eptex-100420/6babel.sh~ 2010-07-24 19:15:36.005709272 +0900
  42. +++ eptex-100420/6babel.sh 2010-07-24 19:16:20.489584193 +0900
  43. @@ -84,13 +84,13 @@ eightbit2hex $TEXMF tex/generic/ruhyphen
  44. eightbit2hex $TEXMF tex/generic/ruhyphen ruhyphal.tex
  45. eightbit2hex $TEXMF tex/generic/ruhyphen cyryoal.tex
  46. -## (5) update fmt
  47. -$MKTEXLSR || exit
  48. -fmtutil-sys --byfmt latex || exit
  49. -fmtutil-sys --byfmt platex || exit
  50. -fmtutil-sys --byfmt eplatex || exit
  51. -#fmtutil-sys --byfmt uplatex || exit
  52. -#fmtutil-sys --byfmt euplatex || exit
  53. +# ## (5) update fmt
  54. +# $MKTEXLSR || exit
  55. +# fmtutil-sys --byfmt latex || exit
  56. +# fmtutil-sys --byfmt platex || exit
  57. +# fmtutil-sys --byfmt eplatex || exit
  58. +# #fmtutil-sys --byfmt uplatex || exit
  59. +# #fmtutil-sys --byfmt euplatex || exit
  60. ### (6) japanese style
  61. pushd ../ptexlive-$PTEXLIVE_VER
  62. Diff finished. Sat Jul 24 19:16:22 2010