Ticket #4519: teTeX.diff
File teTeX.diff, 1.5 KB (added by pguyot (Paul Guyot), 19 years ago) |
---|
-
Portfile
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/print/teTeX/Portfile,v retrieving revision 1.26 diff -u -r1.26 Portfile
3 3 PortSystem 1.0 4 4 name teTeX 5 5 version 3.0 6 revision 1 6 7 epoch 20050216 7 8 categories print textproc 8 9 maintainers gwright@opendarwin.org … … 49 50 cd ${tetex_texmftree} 50 51 system "tar vxfz ${distpath}/${tetex_texmf}" 51 52 } 53 patch { 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 } 52 59 53 60 depends_lib lib:libX11.6:XFree86 54 61 depends_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.