Revision: 76456 http://trac.macports.org/changeset/76456 Author: dports@macports.org Date: 2011-02-23 16:07:46 -0800 (Wed, 23 Feb 2011) Log Message: ----------- texlive-bin: add a note if built without the +atsui variant (cf. #28497) Modified Paths: -------------- trunk/dports/tex/texlive-bin/Portfile Modified: trunk/dports/tex/texlive-bin/Portfile =================================================================== --- trunk/dports/tex/texlive-bin/Portfile 2011-02-23 23:46:09 UTC (rev 76455) +++ trunk/dports/tex/texlive-bin/Portfile 2011-02-24 00:07:46 UTC (rev 76456) @@ -170,6 +170,11 @@ supported_archs i386 ppc } +if {![variant_isset "atsui"]} { + notes-append "XeTeX is built without support for Apple Type Services for Unicode Imaging (ATSUI) or Apple Advanced Typography (AAT). To enable it, build texlive-bin with the +atsui variant. Note that this will force texlive and all of its dependencies to be built 32-bit." +} + + if {![variant_isset no_x11] && ![variant_isset motif] && ![variant_isset xaw] && ![variant_isset xaw3d] && ![variant_isset nextaw]} { default_variants +motif }