[150012] trunk/dports/print/freetype

ryandesign at macports.org ryandesign at macports.org
Fri Jul 8 10:39:07 PDT 2016


Revision: 150012
          https://trac.macports.org/changeset/150012
Author:   ryandesign at macports.org
Date:     2016-07-08 10:39:07 -0700 (Fri, 08 Jul 2016)
Log Message:
-----------
freetype: update to 2.6.4

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

Added Paths:
-----------
    trunk/dports/print/freetype/files/patch-builds-exports.mk.diff

Modified: trunk/dports/print/freetype/Portfile
===================================================================
--- trunk/dports/print/freetype/Portfile	2016-07-08 14:38:56 UTC (rev 150011)
+++ trunk/dports/print/freetype/Portfile	2016-07-08 17:39:07 UTC (rev 150012)
@@ -5,7 +5,7 @@
 PortGroup               muniversal 1.0
 
 name                    freetype
-version                 2.6.3
+version                 2.6.4
 categories              print graphics
 maintainers             ryandesign
 license                 {FreeType GPL-2}
@@ -35,13 +35,14 @@
                         ${docdistname}${extract.suffix}:docs
 
 checksums               ${distname}${extract.suffix} \
-                        rmd160  ee9c267faa7606a3f1e76c72ea8b49fa8136b931 \
-                        sha256  371e707aa522acf5b15ce93f11183c725b8ed1ee8546d7b3af549863045863a2 \
+                        rmd160  b4449f74a1e4817697f70c9303ac4e7a91b20b19 \
+                        sha256  5f83ce531c7035728e03f7f0421cb0533fca4e6d90d5e308674d6d313c23074d \
                         ${docdistname}${extract.suffix} \
-                        rmd160  94e34aa1a1db1448ab460ebd5551a4c543d84b5f \
-                        sha256  28b7cb0b1ff3962d386c54cdffd3891d2126292f57b4ea9ad0467f07cf68de7d
+                        rmd160  0c759e7a9d3298496d8c46d46cb349b213c90231 \
+                        sha256  de68f46508a75a93fbfc3bb4fabaaae25f01cf2cf1a9bf4a7f63f948092fbf33
 
 patchfiles \
+    patch-builds-exports.mk.diff \
     patch-src_base_ftrfork.c.diff \
     patch-modules.cfg.diff
 

Added: trunk/dports/print/freetype/files/patch-builds-exports.mk.diff
===================================================================
--- trunk/dports/print/freetype/files/patch-builds-exports.mk.diff	                        (rev 0)
+++ trunk/dports/print/freetype/files/patch-builds-exports.mk.diff	2016-07-08 17:39:07 UTC (rev 150012)
@@ -0,0 +1,17 @@
+https://savannah.nongnu.org/bugs/?48417
+http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=783cbcd67dee48e431cea376e16d350dcbfcb317
+--- builds/exports.mk.orig	2016-02-03 12:13:58.000000000 -0600
++++ builds/exports.mk	2016-07-07 05:10:50.000000000 -0500
+@@ -40,7 +40,11 @@
+   endif
+ 
+   # The list of public headers we're going to parse.
+-  PUBLIC_HEADERS := $(wildcard $(PUBLIC_DIR)/*.h)
++  PUBLIC_HEADERS := $(filter-out $(PUBLIC_DIR)/ftmac.h, \
++                                 $(wildcard $(PUBLIC_DIR)/*.h))
++  ifneq ($(ftmac_c),)
++    PUBLIC_HEADERS += $(PUBLIC_DIR)/ftmac.h
++  endif
+ 
+   # The `apinames' source and executable.  We use $E_BUILD as the host
+   # executable suffix, which *includes* the final dot.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160708/8798562f/attachment.html>


More information about the macports-changes mailing list