[76456] trunk/dports/tex/texlive-bin/Portfile

dports at macports.org dports at macports.org
Wed Feb 23 16:07:46 PST 2011


Revision: 76456
          http://trac.macports.org/changeset/76456
Author:   dports at 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
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110223/3c905cba/attachment.html>


More information about the macports-changes mailing list