New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82095


Ignore:
Timestamp:
08/07/11 22:12:01 (4 years ago)
Author:
dports@…
Message:

texlive-bin: hack to make +atsui work on Lion (mostly; some of it uses
APIs that have been removed)

Location:
users/dports/ports/tex/texlive-bin
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • users/dports/ports/tex/texlive-bin/Portfile

    r81950 r82095  
    223223 
    224224variant atsui description {Use ATSUI instead of freetype for XeTeX font rendering (forces 32-bit)} { 
    225     # force 32-bit build 
     225    # ATSUI is a deprecated interface, not available on 64-bit archs, 
     226    # so force 32-bit build 
    226227    supported_archs i386 ppc 
     228 
     229    # ...and on 10.7 and above, enough of the APIs are broken that we 
     230    # can't build xdv2pdf, and need to use a hack to make xetex build 
     231    if {${os.platform} == "darwin" && ${os.major} >= 11} { 
     232        configure.args-append --disable-xdv2pdf 
     233        patchfiles-append patch-texk_web2c_xetexdir_XeTeX_ext.h.diff 
     234    } 
    227235} 
    228236 
Note: See TracChangeset for help on using the changeset viewer.