Ticket #4519: teTeX.diff

File teTeX.diff, 1.5 KB (added by pguyot (Paul Guyot), 19 years ago)

Patch to fix the problem

  • Portfile

    RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/print/teTeX/Portfile,v
    retrieving revision 1.26
    diff -u -r1.26 Portfile
     
    33PortSystem 1.0
    44name                    teTeX
    55version                 3.0
     6revision                1
    67epoch                   20050216
    78categories              print textproc
    89maintainers             gwright@opendarwin.org
     
    4950                  cd ${tetex_texmftree}
    5051                  system "tar vxfz ${distpath}/${tetex_texmf}"
    5152                }
     53patch {
     54        # Fix French hyphenation with omega.
     55        # http://zoonek2.free.fr/UNIX/38_omega_cesure/omega_cesure.html
     56        system "cd ${tetex_texmftree} &&
     57                patch -p4 < ${portpath}/${filesdir}/patch-share-texmf-dist-tex-lambda-config-language.dat"
     58}
    5259
    5360depends_lib             lib:libX11.6:XFree86
    5461depends_run             path:${prefix}/bin/info:texinfo                 \
  • new file files/patch-share-texmf-dist-tex-lambda-config-language.dat

    - +  
     1--- opt/local/share/texmf-dist/tex/lambda/config/language.dat.orig      2005-08-19 11:43:45.000000000 +0900
     2+++ opt/local/share/texmf-dist/tex/lambda/config/language.dat   2005-08-19 11:49:44.000000000 +0900
     3@@ -6,6 +6,7 @@
     4 spanish         eshyph.tex
     5 russian         ruhyph.tex
     6 greek           grmhyph.tex
     7+french                 frhyph.tex
     8 inuit           inuit.hpn
     9 dumylang        dumyhyph.tex   % for testing a new language.
     10 nohyphenation   zerohyph.tex   % a language with no patterns at all.