source: projects/specs/trunk/t/texlive/eptex-100420-vine.patch @ 1533

Revision 1533, 2.4 KB checked in by munepi, 14 years ago (diff)

NEW texlive and its related packages: replacement of teTeX

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