diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-09-11 00:33:54 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-09-11 00:33:54 +0000 |
commit | 6176607ab620f8127fdd81b62c6cd1acdaf35ec8 (patch) | |
tree | 29d3713eb51f51ef3e40ff12a1ea012dd0541a38 /print | |
parent | 91c146e5116c615f019895c5b351206155349538 (diff) | |
download | ports-6176607ab620f8127fdd81b62c6cd1acdaf35ec8.tar.gz ports-6176607ab620f8127fdd81b62c6cd1acdaf35ec8.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/harfbuzz/Makefile | 4 | ||||
-rw-r--r-- | print/harfbuzz/distinfo | 6 | ||||
-rw-r--r-- | print/harfbuzz/files/patch-src_hb-atomic.hh (renamed from print/harfbuzz/files/patch-src_hb-atomic-private.hh) | 8 | ||||
-rw-r--r-- | print/harfbuzz/pkg-plist | 3 |
4 files changed, 9 insertions, 12 deletions
diff --git a/print/harfbuzz/Makefile b/print/harfbuzz/Makefile index ab33faae9f0d..b9ca938ad472 100644 --- a/print/harfbuzz/Makefile +++ b/print/harfbuzz/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= harfbuzz -PORTVERSION= 1.8.8 +PORTVERSION= 1.9.0 PORTREVISION?= 0 CATEGORIES= print MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ @@ -22,7 +22,7 @@ CONFIGURE_ARGS= --with-graphite2 --with-gobject=yes INSTALL_TARGET= install-strip TEST_TARGET= check -PLIST_SUB+= LIBVER=0.10800.8 +PLIST_SUB+= LIBVER=0.10900.0 HARFBUZZ_SLAVE?= no diff --git a/print/harfbuzz/distinfo b/print/harfbuzz/distinfo index 0907c5e4391f..547308556de8 100644 --- a/print/harfbuzz/distinfo +++ b/print/harfbuzz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1534269475 -SHA256 (harfbuzz-1.8.8.tar.bz2) = a8e5c86e4d99e1cc9865ec1b8e9b05b98e413c2a885cd11f8e9bb9502dd3e3a9 -SIZE (harfbuzz-1.8.8.tar.bz2) = 3862626 +TIMESTAMP = 1536571987 +SHA256 (harfbuzz-1.9.0.tar.bz2) = 11eca62bf0ac549b8d6be55f4e130946399939cdfe7a562fdaee711190248b00 +SIZE (harfbuzz-1.9.0.tar.bz2) = 3870586 diff --git a/print/harfbuzz/files/patch-src_hb-atomic-private.hh b/print/harfbuzz/files/patch-src_hb-atomic.hh index d726d724ad94..e1b30c908f19 100644 --- a/print/harfbuzz/files/patch-src_hb-atomic-private.hh +++ b/print/harfbuzz/files/patch-src_hb-atomic.hh @@ -1,7 +1,7 @@ ---- src/hb-atomic-private.hh.orig 2018-08-01 21:15:00 UTC -+++ src/hb-atomic-private.hh -@@ -114,7 +114,12 @@ typedef LONG hb_atomic_int_impl_t; - typedef int hb_atomic_int_impl_t; +--- src/hb-atomic.hh.orig 2018-09-10 09:05:27 UTC ++++ src/hb-atomic.hh +@@ -118,7 +118,12 @@ static_assert ((sizeof (LONG) == sizeof (int)), ""); + #define hb_atomic_int_impl_add(AI, V) __sync_fetch_and_add ((AI), (V)) +#if defined(__FreeBSD__) && defined(__mips__) diff --git a/print/harfbuzz/pkg-plist b/print/harfbuzz/pkg-plist index 52b2d070e188..71b8753f4c36 100644 --- a/print/harfbuzz/pkg-plist +++ b/print/harfbuzz/pkg-plist @@ -25,9 +25,6 @@ include/harfbuzz/hb-ot.h include/harfbuzz/hb-set.h include/harfbuzz/hb-shape-plan.h include/harfbuzz/hb-shape.h -include/harfbuzz/hb-subset-glyf.hh -include/harfbuzz/hb-subset-plan.hh -include/harfbuzz/hb-subset-private.hh include/harfbuzz/hb-subset.h include/harfbuzz/hb-unicode.h include/harfbuzz/hb-version.h |