Tue Nov 24 08:20:51 2015 UTC ()
Add upstream bug report URL.


(wiz)
diff -r1.46 -r1.47 pkgsrc/fonts/harfbuzz/distinfo
diff -r1.3 -r1.4 pkgsrc/fonts/harfbuzz/patches/patch-src_hb-coretext.h

cvs diff -r1.46 -r1.47 pkgsrc/fonts/harfbuzz/distinfo (expand / switch to unified diff)

--- pkgsrc/fonts/harfbuzz/distinfo 2015/11/23 20:02:15 1.46
+++ pkgsrc/fonts/harfbuzz/distinfo 2015/11/24 08:20:51 1.47
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.46 2015/11/23 20:02:15 adam Exp $ 1$NetBSD: distinfo,v 1.47 2015/11/24 08:20:51 wiz Exp $
2 2
3SHA1 (harfbuzz-1.1.0.tar.bz2) = de3af3a17a37641dc266296c2bd29049785338bf 3SHA1 (harfbuzz-1.1.0.tar.bz2) = de3af3a17a37641dc266296c2bd29049785338bf
4RMD160 (harfbuzz-1.1.0.tar.bz2) = a333a0cb4fad1db481b09484f37a166e0b35f802 4RMD160 (harfbuzz-1.1.0.tar.bz2) = a333a0cb4fad1db481b09484f37a166e0b35f802
5SHA512 (harfbuzz-1.1.0.tar.bz2) = 64ee51f50bd567c4b94082d6ca50d2b5ed91b030150d1df1e24c97601a62d1dcf5aff69036bdf490a2a2ad4241c791bf19fc5d47ab4fd5a05b0bb89ac5890d6e 5SHA512 (harfbuzz-1.1.0.tar.bz2) = 64ee51f50bd567c4b94082d6ca50d2b5ed91b030150d1df1e24c97601a62d1dcf5aff69036bdf490a2a2ad4241c791bf19fc5d47ab4fd5a05b0bb89ac5890d6e
6Size (harfbuzz-1.1.0.tar.bz2) = 1255422 bytes 6Size (harfbuzz-1.1.0.tar.bz2) = 1255422 bytes
7SHA1 (patch-src_hb-coretext.h) = 7a88149a6bc932b08871f8393ce2b2768513704c 7SHA1 (patch-src_hb-coretext.h) = 6b9965b14e1fbc9f6e7e6352a97c44864ca5a263

cvs diff -r1.3 -r1.4 pkgsrc/fonts/harfbuzz/patches/Attic/patch-src_hb-coretext.h (expand / switch to unified diff)

--- pkgsrc/fonts/harfbuzz/patches/Attic/patch-src_hb-coretext.h 2015/11/23 20:02:15 1.3
+++ pkgsrc/fonts/harfbuzz/patches/Attic/patch-src_hb-coretext.h 2015/11/24 08:20:51 1.4
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1$NetBSD: patch-src_hb-coretext.h,v 1.3 2015/11/23 20:02:15 adam Exp $ 1$NetBSD: patch-src_hb-coretext.h,v 1.4 2015/11/24 08:20:51 wiz Exp $
2 2
3Fix building on OS X. 3Fix building on OS X.
 4https://github.com/behdad/harfbuzz/issues/183
4 5
5--- src/hb-coretext.h.orig 2015-11-23 19:57:54.000000000 +0000 6--- src/hb-coretext.h.orig 2015-11-23 19:57:54.000000000 +0000
6+++ src/hb-coretext.h 7+++ src/hb-coretext.h
7@@ -30,12 +30,8 @@ 8@@ -30,12 +30,8 @@
8 #include "hb.h" 9 #include "hb.h"
9  10
10 #include <TargetConditionals.h> 11 #include <TargetConditionals.h>
11-#if TARGET_OS_IPHONE 12-#if TARGET_OS_IPHONE
12 # include <CoreText/CoreText.h> 13 # include <CoreText/CoreText.h>
13 # include <CoreGraphics/CoreGraphics.h> 14 # include <CoreGraphics/CoreGraphics.h>
14-#else 15-#else
15-# include <ApplicationServices/ApplicationServices.h> 16-# include <ApplicationServices/ApplicationServices.h>
16-#endif 17-#endif