Ticket #12913: teTeX-texlive.patch

File teTeX-texlive.patch, 6.7 KB (added by josh+macports@…, 16 years ago)

make all ports that depend on teTeX and have no maintainer depend on texlive instead.

  • python/py-pyx/Portfile

     
    2222distname                PyX-${version}
    2323checksums               sha1 79daf941f0ad36126471567879aaf6f94d21ccc4
    2424
    25 depends_lib-append      bin:tex:teTeX
     25depends_lib-append      path:${prefix}/bin/tex:texlive
    2626
    2727post-destroot {
    2828        xinstall -m 644 -W ${worksrcpath} AUTHORS CHANGES INSTALL LICENSE \
  • gnustep/gnustep-make-docs/Portfile

     
    1212maintainers             nomaintainer
    1313
    1414depends_build       port:gnustep-make \
    15                     bin:latex2html:latex2html \
    16                     bin:texi2pdf:texinfo \
    17                     bin:texi2html:texi2html \
    18                     bin:pdftex:teTeX
     15                    port:latex2html \
     16                    port:texinfo \
     17                    port:texi2html \
     18                    path:${prefix}/bin/pdftex:texlive
    1919 
    2020checksums                       md5 1d7a434e751c58c6390055c14ada302b
    2121distname            gnustep-make-${version}
  • math/maxima/Portfile

     
    3535checksums       md5 7317ba22fc485554b15aceb6bc22542b
    3636
    3737depends_run     port:sbcl       \
    38                 bin:wish:tk
     38                port:tk
    3939
    4040worksrcdir      ${name}-${version}
    4141
     
    6060                }
    6161
    6262variant printable_doc   {
    63                 depends_build-append    bin:tex:teTeX
     63                depends_build-append    path:${prefix}/bin/tex:texlive
    6464                build.target    all pdf
    6565
    6666                pre-destroot    {
  • devel/t1lib/Portfile

     
    3232}
    3333
    3434variant psdoc {
    35         depends_lib-append              bin:tex:teTeX
     35        depends_lib-append              path:${prefix}/bin/tex:texlive
    3636        build.target                    all
    3737}
  • sysutils/cfengine/Portfile

     
    132132}
    133133
    134134variant psdocs {
    135         depends_build                   bin:tex:teTeX \
    136                                                         bin:texinfo:texinfo
     135        depends_build                   path:${prefix}/bin/tex:texlive \
     136                                        port:texinfo
    137137        build.args-delete               ps_DATA=
    138138        destroot.args-delete    ps_DATA=
    139139}
  • textproc/latex2man/Portfile

     
    2020master_sites    http://www.informatik-vollmer.de/software
    2121checksums       md5 59fb43f8d9e4f56609a81e77b57b312c
    2222
    23 depends_run     bin:tex:teTeX
     23depends_run     path:${prefix}/bin/tex:texlive
    2424
    2525worksrcdir      ${name}
    2626
  • print/latex2html/Portfile

     
    1818
    1919checksums       md5 a79cda0648c8721ab6df5020cd11e220
    2020
    21 depends_run     bin:texhash:teTeX               \
    22                 bin:gs:ghostscript      \
    23                 bin:pnmcrop:netpbm      \
    24                 bin:perl:perl5.8
     21depends_run     path:${prefix}/bin/texhash:texlive              \
     22                port:ghostscript        \
     23                port:netpbm     \
     24                port:perl5.8
    2525
    2626configure.args  --without-mktexlsr      \
    2727                --with-texpath=${prefix}/share/texmf-local/tex/latex/html
  • print/lcdf-typetools/Portfile

     
    1919                rmd160 723f2ccca813b5a33f28417edfa67ab239ce2e1a
    2020
    2121# In port:pTeX, libkpathsea is installed as a static library.
    22 depends_lib     path:${prefix}/include/kpathsea/kpathsea.h:teTeX
     22depends_lib     path:${prefix}/include/kpathsea/kpathsea.h:texlive
    2323
    2424configure.args  --mandir=${prefix}/share/man --with-kpathsea=${prefix}
    2525
     
    3030}
    3131
    3232variant without_kpathsea description {Do not use libkpathsea} {
    33     depends_lib-delete path:${prefix}/include/kpathsea/kpathsea.h:teTeX
     33    depends_lib-delete path:${prefix}/include/kpathsea/kpathsea.h:texlive
    3434    configure.args-delete --with-kpathsea=${prefix}
    3535    configure.args-append --without-kpathsea
    3636}
  • print/revtex/Portfile

     
    1919
    2020checksums       md5 264d41d777dc8f60dda0b60a0d8652f1
    2121
    22 depends_run     bin:texhash:teTeX
     22depends_run     path:${prefix}/bin/texhash:texlive
    2323
    2424use_configure   no
    2525build           { }
  • tex/tex-cm-super/Portfile

     
    2727                sha1 497843f1f0ee5d31af1dad15ed94071608c73b18 \
    2828                rmd160 9a24980ebb4fe09bbd8b4b708a6f58ba53c0136a
    2929
    30 depends_lib     bin:mktexlsr:teTeX
     30depends_lib     path:${prefix}/bin/mktexlsr:texlive
    3131
    3232post-extract {
    3333    system "cd ${worksrcpath}/afm && gunzip *.afm.gz"
  • tex/tex-fourier-gutenberg/Portfile

     
    2020                sha1 84e553b00ce9a60681b8ebd64db2e721d3469f81 \
    2121                rmd160 b95903070f38c545d8cccc39da38195e7a116d16
    2222
    23 depends_lib     bin:mktexlsr:teTeX \
     23depends_lib     path:${prefix}/bin/mktexlsr:texlive \
    2424                path:${prefix}/share/texmf-local/fonts/type1/adobe/utopia/putr8a.pfb:tex-utopia
    2525
    2626configure {}
  • tex/tex-utopia/Portfile

     
    1919                sha1 69f763743be2e67cc18e1addbec97cdadad375da \
    2020                rmd160 c6d326323948c724c1d24ca9058171e732c1d247
    2121
    22 depends_lib     bin:mktexlsr:teTeX
     22depends_lib     path:${prefix}/bin/mktexlsr:texlive
    2323
    2424configure {}
    2525
  • x11/advi/Portfile

     
    2727checksums       sha1 881b130ad361e803fccebd6cc5a82bd4b90efff2
    2828
    2929# you can install hevea if you want additional functionality
    30 depends_lib     bin:tex:teTeX lib:libX11.6:XFree86 port:camlimages port:ocaml
     30depends_lib     path:${prefix}/bin/tex:texlive lib:libX11.6:XFree86 \
     31                port:camlimages port:ocaml
    3132
    3233destroot {
    3334                xinstall -m 755 -W ${worksrcpath} advi.bin \