[55399] trunk/dports/print/freetype/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Aug 10 01:08:59 PDT 2009


Revision: 55399
          http://trac.macports.org/changeset/55399
Author:   ryandesign at macports.org
Date:     2009-08-10 01:08:59 -0700 (Mon, 10 Aug 2009)
Log Message:
-----------
freetype: completely reword the message that's printed if you use the +bytecode variant, to make it clearer; see #18614

Modified Paths:
--------------
    trunk/dports/print/freetype/Portfile

Modified: trunk/dports/print/freetype/Portfile
===================================================================
--- trunk/dports/print/freetype/Portfile	2009-08-10 08:06:50 UTC (rev 55398)
+++ trunk/dports/print/freetype/Portfile	2009-08-10 08:08:59 UTC (rev 55399)
@@ -96,14 +96,15 @@
     }
 }
 
-variant bytecode description {Build bytecode interpreter into the TrueType driver} {
-    pre-configure {
-        ui_msg "\n\n\
-            You may want not to compile a bytecode interpreter into the\n\
-            TrueType driver. Without this you will only compile the code\n\
-            necessary to load TrueType glyphs without hinting.\n\n\
-            Note that there are important patent issues related to the\n\
-            use of the interpreter.\n\n"
+variant bytecode description {Include patented TrueType bytecode interpreter} {
+    pre-extract {
+        ui_warn "The +bytecode variant causes FreeType's TrueType driver to be
+compiled with a bytecode interpreter that produces better-looking output
+than the default auto-hinting method. However, the methods used by the
+bytecode interpreter are patented by Apple Inc. Only use this variant if
+you have purchased a license from Apple or live in a country where Apple's
+patents to this technology do not apply. For more information, please read:
+http://www.freetype.org/patents.html"
     }
     patchfiles-append \
         patch-ftoption.h
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090810/9c261f80/attachment.html>


More information about the macports-changes mailing list