Ticket #16133: svnportsdiff.patch
File svnportsdiff.patch, 4.5 KB (added by kthenriksson@…, 16 years ago) |
---|
-
tex/texlive/Portfile
4 4 5 5 name texlive 6 6 version 2007 7 revision 47 revision 5 8 8 categories tex 9 9 maintainers milosh openmaintainer 10 10 description TeX Live is a TeX distribution … … 54 54 ln -s ${prefix}/bin/pdftex ${destroot}${prefix}/bin/pdfxmltex 55 55 ln -s ${prefix}/bin/pdftex ${destroot}${prefix}/bin/jadetex 56 56 ln -s ${prefix}/bin/pdftex ${destroot}${prefix}/bin/pdfjadetex 57 ln -s ${prefix}/bin/xetex ${destroot}${prefix}/bin/xelatex 57 58 #system mktexlsr 58 59 #system "fmtutil-sys --all" 59 60 #system "updmap-sys --syncwithtrees" -
tex/texlive_texmf-full/Portfile
4 4 5 5 name texlive_texmf-full 6 6 version 2007 7 revision 17 revision 2 8 8 set rev g0 9 9 categories tex 10 10 maintainers milosh openmaintainer … … 31 31 use_configure no 32 32 build { 33 33 delete ${worksrcpath}/texmf/doc/man 34 delete ${worksrcpath}/texmf/fmtutil/format.xetex.cnf35 delete ${worksrcpath}/texmf-dist/tex/generic/xetexconfig36 delete ${worksrcpath}/texmf-dist/tex/xelatex/xetexconfig37 delete ${worksrcpath}/texmf-dist/tex/xelatex/xetexurl38 34 } 39 35 40 36 destroot { -
tex/texlive_texmf-minimal/Portfile
4 4 5 5 name texlive_texmf-minimal 6 6 version 2007 7 revision 17 revision 2 8 8 set rev g0 9 9 categories tex 10 10 maintainers milosh openmaintainer … … 29 29 use_configure no 30 30 build { 31 31 delete ${worksrcpath}/texmf/doc/man 32 delete ${worksrcpath}/texmf-dist/tex/latex/latexconfig/xelatex.ini33 delete ${worksrcpath}/texmf-dist/tex/plain/config/xetex.ini34 32 move ${worksrcpath}/texmf/web2c/fmtutil.cnf \ 35 33 ${worksrcpath}/texmf/web2c/fmtutil.cnf-dist 36 34 copy ${worksrcpath}/texmf/web2c/updmap.cfg-dist \ -
tex/texlive_base/files/patch-libs_icu-xetex_config_mh-darwin
1 --- libs/icu-xetex/config/mh-darwin.orig 2008-07-29 21:55:37.000000000 -0700 2 +++ libs/icu-xetex/config/mh-darwin 2008-07-29 21:56:16.000000000 -0700 3 @@ -58,7 +58,7 @@ 4 @echo "generating dependency information for $<" 5 @$(GEN_DEPS.c) $< > /dev/null 6 @mv $@ $@~ 7 - @echo -n "$@ " > $@ 8 + @/bin/echo -n "$@ " > $@ 9 @cat < $@~ >> $@ 10 @-rm $@~ 11 12 @@ -66,7 +66,7 @@ 13 @echo "generating dependency information for $<" 14 @$(GEN_DEPS.cc) $< >/dev/null 15 @mv $@ $@~ 16 - @echo -n "$@ " > $@ 17 + @/bin/echo -n "$@ " > $@ 18 @cat < $@~ >> $@ 19 @-rm $@~ -
tex/texlive_base/Portfile
4 4 5 5 name texlive_base 6 6 version 2007 7 revision 17 revision 2 8 8 categories tex 9 9 maintainers milosh openmaintainer 10 10 description TeX Live Binaries. … … 40 40 --with-system-gd --with-fontconfig=${prefix} \ 41 41 --disable-multiplatform --without-texinfo \ 42 42 --without-xdvipdfmx --without-texi2html \ 43 --without-psutils --without-xetex43 --without-psutils 44 44 45 45 post-destroot { 46 46 copy ${destroot}${prefix}/share/texmf/web2c/texmf.cnf \ 47 47 ${destroot}${prefix}/share/texmf/web2c/texmf.cnf-dist 48 reinplace "s|.*xetex.*||" ${destroot}${prefix}/share/texmf/web2c/fmtutil.cnf49 48 reinplace "s/^TEXMFSYSCONFIG = .*/TEXMFSYSCONFIG = \$TEXMFMAIN/g" \ 50 49 ${destroot}${prefix}/share/texmf/web2c/texmf.cnf 51 50 } … … 63 62 #Include all openBSD patches. Make texlive honor DESTDIR. 64 63 patchfiles patch-Makefile_in\ 65 64 patch-libs_icu-xetex_Makefile_in\ 65 patch-libs_icu-xetex_config_mh-darwin\ 66 66 patch-libs_icu-xetex_layout_KernTable_cpp\ 67 67 patch-texk_afm2pl_Makefile_in\ 68 68 patch-texk_bibtex8_Makefile_in\