summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-02-13 20:12:10 +0000
committerwiz <wiz@pkgsrc.org>2019-02-13 20:12:10 +0000
commitae17372e4d0ae38c5f8b9502daab1cd1c08c1c9b (patch)
tree5ecb0165e0b84071273ac9b6c49a622ee232dd8b /fonts
parentc1b8105c2ca67170f1d4c079f18d85504240bec2 (diff)
downloadpkgsrc-ae17372e4d0ae38c5f8b9502daab1cd1c08c1c9b.tar.gz
harfbuzz: update to 2.3.1.
Overview of changes leading to 2.3.1 Wednesday, January 30, 2019 ==================================== - AAT bug fixes. - Misc internal housekeeping cleanup.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/harfbuzz/Makefile4
-rw-r--r--fonts/harfbuzz/PLIST3
-rw-r--r--fonts/harfbuzz/distinfo11
-rw-r--r--fonts/harfbuzz/patches/patch-src_hb.hh15
4 files changed, 9 insertions, 24 deletions
diff --git a/fonts/harfbuzz/Makefile b/fonts/harfbuzz/Makefile
index 4914bdae194..96c2d6c97b1 100644
--- a/fonts/harfbuzz/Makefile
+++ b/fonts/harfbuzz/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.107 2019/01/29 18:54:03 bsiegert Exp $
+# $NetBSD: Makefile,v 1.108 2019/02/13 20:12:10 wiz Exp $
-DISTNAME= harfbuzz-2.3.0
+DISTNAME= harfbuzz-2.3.1
CATEGORIES= fonts
MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/
EXTRACT_SUFX= .tar.bz2
diff --git a/fonts/harfbuzz/PLIST b/fonts/harfbuzz/PLIST
index 4f4c62f31d7..5fd127216be 100644
--- a/fonts/harfbuzz/PLIST
+++ b/fonts/harfbuzz/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.31 2019/01/29 18:54:03 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.32 2019/02/13 20:12:10 wiz Exp $
bin/hb-ot-shape-closure
bin/hb-shape
bin/hb-subset
@@ -153,3 +153,4 @@ share/gtk-doc/html/harfbuzz/what-harfbuzz-doesnt-do.html
share/gtk-doc/html/harfbuzz/what-is-harfbuzz.html
share/gtk-doc/html/harfbuzz/why-do-i-need-a-shaping-engine.html
share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html
+share/gtk-doc/html/harfbuzz/working-with-harfbuzz-clusters.html
diff --git a/fonts/harfbuzz/distinfo b/fonts/harfbuzz/distinfo
index 6dbbed23c3f..6dada94b8ef 100644
--- a/fonts/harfbuzz/distinfo
+++ b/fonts/harfbuzz/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.84 2019/01/30 19:21:22 jperkin Exp $
+$NetBSD: distinfo,v 1.85 2019/02/13 20:12:10 wiz Exp $
-SHA1 (harfbuzz-2.3.0.tar.bz2) = 68486b8902c5748c8cf0920e288f83fbf126a86c
-RMD160 (harfbuzz-2.3.0.tar.bz2) = c2a6c2a16cac38e150bd05c881de933fa33e1782
-SHA512 (harfbuzz-2.3.0.tar.bz2) = 830c5b96384554fb6d2502713e9b2eff384dbe6aa3feb08830226944bcb07c8fb55237f389e1e6416d0942e3efba8b1ed54a49ff8c4762fec230f2404095e85a
-Size (harfbuzz-2.3.0.tar.bz2) = 17909479 bytes
+SHA1 (harfbuzz-2.3.1.tar.bz2) = eb8d4257ea3b533fcc7a9207a92cd018108a2fdf
+RMD160 (harfbuzz-2.3.1.tar.bz2) = 6c2500882f1f67635e59908efb1f2264e2c00aaa
+SHA512 (harfbuzz-2.3.1.tar.bz2) = 78a8f05bfcc95cfe3fc0f1a595bdc7298c9c1456db6c7ef70914051fda43f37aaff15eac75aa6922eca82d2291baeb8385e02e6aacb44ca05b4873c311a662ac
+Size (harfbuzz-2.3.1.tar.bz2) = 17942960 bytes
SHA1 (patch-src_hb-dsalgs.hh) = f39a705dd8f12733be9edbc1ba12008723b56db0
-SHA1 (patch-src_hb.hh) = bb56d18e9303d597e485c86b413e4cbc28aa7c70
diff --git a/fonts/harfbuzz/patches/patch-src_hb.hh b/fonts/harfbuzz/patches/patch-src_hb.hh
deleted file mode 100644
index afb58e5a066..00000000000
--- a/fonts/harfbuzz/patches/patch-src_hb.hh
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_hb.hh,v 1.2 2019/01/29 18:54:03 bsiegert Exp $
-
-Do not play _POSIX_C_SOURCE games on NetBSD - causes issues with some pkgsrc gcc versions
-
---- src/hb.hh.orig 2018-12-18 03:36:12.000000000 +0000
-+++ src/hb.hh
-@@ -59,7 +59,7 @@
- # define __EXTENSIONS__ 1
- #endif
-
--#ifndef _POSIX_C_SOURCE
-+#if !defined (_POSIX_C_SOURCE) && !defined (__NetBSD__)
- #define _POSIX_C_SOURCE 200809L
- #endif
-