pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/harfbuzz harfbuzz: update to 2.3.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12e6f393cf28
branches:  trunk
changeset: 329701:12e6f393cf28
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Feb 13 20:12:10 2019 +0000

description:
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:

 fonts/harfbuzz/Makefile                |   4 ++--
 fonts/harfbuzz/PLIST                   |   3 ++-
 fonts/harfbuzz/distinfo                |  11 +++++------
 fonts/harfbuzz/patches/patch-src_hb.hh |  15 ---------------
 4 files changed, 9 insertions(+), 24 deletions(-)

diffs (62 lines):

diff -r a4a67fbd0490 -r 12e6f393cf28 fonts/harfbuzz/Makefile
--- a/fonts/harfbuzz/Makefile   Wed Feb 13 20:07:38 2019 +0000
+++ b/fonts/harfbuzz/Makefile   Wed Feb 13 20:12:10 2019 +0000
@@ -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 -r a4a67fbd0490 -r 12e6f393cf28 fonts/harfbuzz/PLIST
--- a/fonts/harfbuzz/PLIST      Wed Feb 13 20:07:38 2019 +0000
+++ b/fonts/harfbuzz/PLIST      Wed Feb 13 20:12:10 2019 +0000
@@ -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-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 -r a4a67fbd0490 -r 12e6f393cf28 fonts/harfbuzz/distinfo
--- a/fonts/harfbuzz/distinfo   Wed Feb 13 20:07:38 2019 +0000
+++ b/fonts/harfbuzz/distinfo   Wed Feb 13 20:12:10 2019 +0000
@@ -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 -r a4a67fbd0490 -r 12e6f393cf28 fonts/harfbuzz/patches/patch-src_hb.hh
--- a/fonts/harfbuzz/patches/patch-src_hb.hh    Wed Feb 13 20:07:38 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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
- 



Home | Main Index | Thread Index | Old Index