Changeset 82979
- Timestamp:
- 08/22/11 20:24:45 (4 years ago)
- Location:
- trunk/dports/tex/texlive-bin
- Files:
-
- 1 added
- 1 edited
-
Portfile (modified) (5 diffs)
-
files/patch-texk_xdvipdfmx_src_cidtype2.c.diff (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/tex/texlive-bin/Portfile
r82097 r82979 7 7 name texlive-bin 8 8 version 2011 9 revision 1 9 10 10 11 categories tex … … 38 39 depends_lib port:fontconfig \ 39 40 port:freetype \ 40 port:gd2 \41 41 port:libpng \ 42 42 port:ncurses \ … … 66 66 patch-texk_texlive_linked_scripts_Makefile.in.diff \ 67 67 patch-texk_xdvik_xdvi-sh.in.diff \ 68 patch-texk_xdvipdfmx_src_cidtype2.c.diff \ 68 69 patch-utils_chktex_Makefile.in.diff 69 70 … … 101 102 } 102 103 103 # Do the same for xdvipdfmx regardless of whether +atsui is set, 104 # because it will want to use deprecated fontconfig APIs that are 105 # only available if fontconfig is compiled with 106 # --with-old-mac-fonts 104 # Force xdvipdfmx to use multi-platform freetype API as freetype is not 105 # compiled with --with-old-mac-fonts. A patch helps xdvipdfmx accept dfont 106 # files that freetype can handle. 107 107 reinplace "s|kpse_cv_have_ApplicationServices=yes|kpse_cv_have_ApplicationServices=no|" ${worksrcpath}/texk/xdvipdfmx/configure 108 108 } … … 146 146 --disable-detex \ 147 147 --disable-dvi2tty \ 148 --disable-dvipng \ 148 149 --disable-ps2eps \ 149 150 --disable-psutils \
Note: See TracChangeset
for help on using the changeset viewer.

