[23422] trunk/dports/print/freetype

source_changes at macosforge.org source_changes at macosforge.org
Sat Mar 31 14:27:56 PDT 2007


Revision: 23422
          http://trac.macosforge.org/projects/macports/changeset/23422
Author:   ryandesign at macports.org
Date:     2007-03-31 14:27:56 -0700 (Sat, 31 Mar 2007)

Log Message:
-----------
Fix #11690: enable 'otvalid' module for better vertical Japanese support.

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

Added Paths:
-----------
    trunk/dports/print/freetype/files/patch-modules.cfg.diff

Modified: trunk/dports/print/freetype/Portfile
===================================================================
--- trunk/dports/print/freetype/Portfile	2007-03-31 20:44:19 UTC (rev 23421)
+++ trunk/dports/print/freetype/Portfile	2007-03-31 21:27:56 UTC (rev 23422)
@@ -3,6 +3,7 @@
 PortSystem	1.0
 name            freetype
 version         2.3.2
+revision        1
 categories      print graphics
 maintainers     ryandesign at macports.org openmaintainer at macports.org
 description     A software font engine
@@ -22,6 +23,7 @@
                 sha1 4188a2ed344ddf89bdb1a054fb441019aa4b143d \
                 rmd160 e4da77b6f8956d69e57269c5681560beda0ddb27
 
+patchfiles      patch-modules.cfg.diff
 depends_lib     port:zlib
 configure.env   CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
 

Added: trunk/dports/print/freetype/files/patch-modules.cfg.diff
===================================================================
--- trunk/dports/print/freetype/files/patch-modules.cfg.diff	                        (rev 0)
+++ trunk/dports/print/freetype/files/patch-modules.cfg.diff	2007-03-31 21:27:56 UTC (rev 23422)
@@ -0,0 +1,11 @@
+--- modules.cfg.orig	2007-01-31 14:51:06.000000000 +0900
++++ modules.cfg	2007-03-31 18:59:22.000000000 +0900
+@@ -124,7 +124,7 @@
+ 
+ # OpenType table validation.  Needs ftotval.c below.
+ #
+-# AUX_MODULES += otvalid
++AUX_MODULES += otvalid
+ 
+ # Auxiliary PostScript driver component to share common code.
+ #

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070331/313e2386/attachment.html


More information about the macports-changes mailing list