Codebase list texlive-bin / 7a255f5
update pmpost patch to current build format Norbert Preining 11 years ago
1 changed file(s) with 11 addition(s) and 15 deletion(s). Raw diff Collapse all Expand all
00 ---
11 texk/kpathsea/texmf.cnf | 1
22 texk/web2c/Makefile.am | 3
3 texk/web2c/ac/web2c.ac | 5
3 texk/web2c/ac/web2c.ac | 1
44 texk/web2c/configure.ac | 1
55 texk/web2c/pmplibdir/am/pmpost.am | 78 ++++++
66 texk/web2c/pmplibdir/jfm.ch | 110 ++++++++
88 texk/web2c/pmplibdir/jmppsw.ch | 76 +++++
99 texk/web2c/pmplibdir/pdvitomp.ch | 494 ++++++++++++++++++++++++++++++++++++++
1010 texk/web2c/pmplibdir/pmpost.ch | 234 ++++++++++++++++++
11 10 files changed, 1285 insertions(+)
11 10 files changed, 1281 insertions(+)
1212
1313 --- texlive-bin.orig/texk/kpathsea/texmf.cnf
1414 +++ texlive-bin/texk/kpathsea/texmf.cnf
2222 % interactive `e' option. %d is replaced by the line number and %s by
2323 --- texlive-bin.orig/texk/web2c/Makefile.am
2424 +++ texlive-bin/texk/web2c/Makefile.am
25 @@ -159,6 +159,9 @@
25 @@ -157,6 +157,9 @@
2626 ## MetaPost
2727 include $(srcdir)/mplibdir/am/mplib.am
2828
3434
3535 --- texlive-bin.orig/texk/web2c/ac/web2c.ac
3636 +++ texlive-bin/texk/web2c/ac/web2c.ac
37 @@ -75,6 +75,11 @@
38 AS_HELP_STRING([--disable-mp],
39 [do not build METAPOST],
40 kpse_indent_26))[]dnl
41 +## configure options for PMP
42 +AC_ARG_ENABLE([pmp],
43 + AS_HELP_STRING([--disable-pmp],
44 + [do not build pMETAPOST],
45 + kpse_indent_26))[]dnl
46 ## configure options for WEB programs
47 AC_ARG_ENABLE([web-progs],
48 AS_HELP_STRING([--disable-web-progs],
37 @@ -41,6 +41,7 @@
38 [[pdftex], [yes], [yes], [pdfTeX], [xpdf libpng]],
39 [[luatex], [yes], [], [luaTeX], [poppler libpng zziplib]],
40 [[mp], [yes], [], [MetaPost],[libpng]],
41 +[[pmp], [yes], [], [pMetaPost],[libpng]],
42 [[xetex], [yes], [yes], [XeTeX], [poppler libpng freetype2 icu-xetex teckit graphite]],
43 ])[]dnl
44 m4_foreach([Kpse_Prog], [kpse_tex_progs],
4945 --- texlive-bin.orig/texk/web2c/configure.ac
5046 +++ texlive-bin/texk/web2c/configure.ac
5147 @@ -195,6 +195,7 @@