New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82979


Ignore:
Timestamp:
08/22/11 20:24:45 (4 years ago)
Author:
dports@…
Message:

texlive-bin:

  • patch xdvipdfmx to properly handle dfonts containing multiple faces (#30745)
  • do not build dvipng; allows removing the gd dependency and its license conflict
Location:
trunk/dports/tex/texlive-bin
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/tex/texlive-bin/Portfile

    r82097 r82979  
    77name            texlive-bin 
    88version         2011 
     9revision        1 
    910 
    1011categories      tex 
     
    3839depends_lib     port:fontconfig \ 
    3940                port:freetype \ 
    40                 port:gd2 \ 
    4141                port:libpng \ 
    4242                port:ncurses \ 
     
    6666                patch-texk_texlive_linked_scripts_Makefile.in.diff \ 
    6767                patch-texk_xdvik_xdvi-sh.in.diff \ 
     68                patch-texk_xdvipdfmx_src_cidtype2.c.diff \ 
    6869                patch-utils_chktex_Makefile.in.diff 
    6970     
     
    101102    } 
    102103     
    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. 
    107107    reinplace "s|kpse_cv_have_ApplicationServices=yes|kpse_cv_have_ApplicationServices=no|" ${worksrcpath}/texk/xdvipdfmx/configure 
    108108} 
     
    146146                --disable-detex \ 
    147147                --disable-dvi2tty \ 
     148                --disable-dvipng \ 
    148149                --disable-ps2eps \ 
    149150                --disable-psutils \ 
Note: See TracChangeset for help on using the changeset viewer.