summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorwiz <wiz>2015-11-25 10:39:46 +0000
committerwiz <wiz>2015-11-25 10:39:46 +0000
commitbb4d3ac3e89d370747f69b752e0cf32a9cd723f1 (patch)
tree0dd0ec3d857d15d87ef54756eb2ae06cced6e6a4 /fonts
parent3c82dceb90a3773c1ffe8b8e75048ced77325255 (diff)
downloadpkgsrc-bb4d3ac3e89d370747f69b752e0cf32a9cd723f1.tar.gz
Update to 1.1.1:
Overview of changes leading to 1.1.1 Wednesday, November 24, 2015 ==================================== - Build fixes, specially for hb-coretext.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/harfbuzz/Makefile4
-rw-r--r--fonts/harfbuzz/distinfo11
-rw-r--r--fonts/harfbuzz/patches/patch-src_hb-coretext.h20
3 files changed, 7 insertions, 28 deletions
diff --git a/fonts/harfbuzz/Makefile b/fonts/harfbuzz/Makefile
index 416b49ae2b8..c32822dbc9c 100644
--- a/fonts/harfbuzz/Makefile
+++ b/fonts/harfbuzz/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2015/11/22 23:33:13 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2015/11/25 10:39:46 wiz Exp $
-DISTNAME= harfbuzz-1.1.0
+DISTNAME= harfbuzz-1.1.1
CATEGORIES= fonts
MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/
EXTRACT_SUFX= .tar.bz2
diff --git a/fonts/harfbuzz/distinfo b/fonts/harfbuzz/distinfo
index 6fa684e0ee0..2d275e939c7 100644
--- a/fonts/harfbuzz/distinfo
+++ b/fonts/harfbuzz/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.47 2015/11/24 08:20:51 wiz Exp $
+$NetBSD: distinfo,v 1.48 2015/11/25 10:39:46 wiz Exp $
-SHA1 (harfbuzz-1.1.0.tar.bz2) = de3af3a17a37641dc266296c2bd29049785338bf
-RMD160 (harfbuzz-1.1.0.tar.bz2) = a333a0cb4fad1db481b09484f37a166e0b35f802
-SHA512 (harfbuzz-1.1.0.tar.bz2) = 64ee51f50bd567c4b94082d6ca50d2b5ed91b030150d1df1e24c97601a62d1dcf5aff69036bdf490a2a2ad4241c791bf19fc5d47ab4fd5a05b0bb89ac5890d6e
-Size (harfbuzz-1.1.0.tar.bz2) = 1255422 bytes
-SHA1 (patch-src_hb-coretext.h) = 6b9965b14e1fbc9f6e7e6352a97c44864ca5a263
+SHA1 (harfbuzz-1.1.1.tar.bz2) = ec1b1c235e6777256b0ad2d9364c338f2c1a6f77
+RMD160 (harfbuzz-1.1.1.tar.bz2) = 3b0258d69531b06eeab8c22a5e264291df381995
+SHA512 (harfbuzz-1.1.1.tar.bz2) = b639f278fe2940b59bdda1bcb46333ff8309c52e3408b2b9d9168d433a3a04bdca49cf59c31fcb021603f43c3cd24d624693c6ebc3efb3f476f4910172310bbf
+Size (harfbuzz-1.1.1.tar.bz2) = 1255688 bytes
diff --git a/fonts/harfbuzz/patches/patch-src_hb-coretext.h b/fonts/harfbuzz/patches/patch-src_hb-coretext.h
deleted file mode 100644
index b813a13a908..00000000000
--- a/fonts/harfbuzz/patches/patch-src_hb-coretext.h
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-src_hb-coretext.h,v 1.4 2015/11/24 08:20:51 wiz Exp $
-
-Fix building on OS X.
-https://github.com/behdad/harfbuzz/issues/183
-
---- src/hb-coretext.h.orig 2015-11-23 19:57:54.000000000 +0000
-+++ src/hb-coretext.h
-@@ -30,12 +30,8 @@
- #include "hb.h"
-
- #include <TargetConditionals.h>
--#if TARGET_OS_IPHONE
- # include <CoreText/CoreText.h>
- # include <CoreGraphics/CoreGraphics.h>
--#else
--# include <ApplicationServices/ApplicationServices.h>
--#endif
-
- HB_BEGIN_DECLS
-