Index: head/print/harfbuzz/files/patch-src_hb-atomic.hh =================================================================== --- head/print/harfbuzz/files/patch-src_hb-atomic.hh (revision 568626) +++ head/print/harfbuzz/files/patch-src_hb-atomic.hh (nonexistent) @@ -1,15 +0,0 @@ ---- 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__) -+#include -+#define hb_atomic_ptr_impl_cmpexch(P,O,N) atomic_cmpset_rel_32 ((uint32_t *)(P), (uint32_t)(O), (uint32_t)(N)) -+#else - #define hb_atomic_ptr_impl_cmpexch(P,O,N) __sync_bool_compare_and_swap ((P), (O), (N)) -+#endif - - - #elif !defined(HB_NO_MT) && defined(HAVE_SOLARIS_ATOMIC_OPS) Property changes on: head/print/harfbuzz/files/patch-src_hb-atomic.hh ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/print/harfbuzz/Makefile =================================================================== --- head/print/harfbuzz/Makefile (revision 568626) +++ head/print/harfbuzz/Makefile (revision 568627) @@ -1,56 +1,56 @@ # Created by: Koop Mast # $FreeBSD$ PORTNAME= harfbuzz -DISTVERSION= 2.7.4 +DISTVERSION= 2.8.0 PORTREVISION?= 0 CATEGORIES= print MASTER_SITES= https://github.com/harfbuzz/harfbuzz/releases/download/${DISTVERSION}/ MAINTAINER= desktop@FreeBSD.org COMMENT?= OpenType text shaping engine LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfreetype.so:print/freetype2 \ libgraphite2.so:graphics/graphite2 USES= compiler:c++11-lib gnome meson \ pkgconfig python:build shebangfix tar:xz USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes SHEBANG_GLOB= *.py MESON_ARGS= -Dglib=enabled -Dgobject=enabled -Dgraphite=enabled \ -Dfreetype=enabled -Dbenchmark=disabled -PLIST_SUB+= LIBVER=0.20704.0 +PLIST_SUB+= LIBVER=0.20800.0 HARFBUZZ_SLAVE?= no .if ${HARFBUZZ_SLAVE} == no OPTIONS_DEFINE= DOCS TEST OPTIONS_SUB= yes DOCS_BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc DOCS_MESON_ENABLED= docs TEST_MESON_ENABLED= tests .endif .if ${HARFBUZZ_SLAVE} == no MESON_ARGS+= -Dicu=disabled -Dcairo=disabled .elif ${HARFBUZZ_SLAVE} == icu MESON_ARGS+= -Dicu=enabled -Dcairo=disabled -Ddocs=disabled \ -Dtests=disabled LIB_DEPENDS+= libharfbuzz.so:print/harfbuzz \ libicudata.so:devel/icu .elif ${HARFBUZZ_SLAVE} == hb-view MESON_ARGS+= -Dcairo=enabled -Dicu=disabled -Ddocs=disabled \ -Dtests=disabled LIB_DEPENDS+= libharfbuzz.so:print/harfbuzz USE_GNOME+= cairo .endif .include Index: head/print/harfbuzz/distinfo =================================================================== --- head/print/harfbuzz/distinfo (revision 568626) +++ head/print/harfbuzz/distinfo (revision 568627) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609027278 -SHA256 (harfbuzz-2.7.4.tar.xz) = 6ad11d653347bd25d8317589df4e431a2de372c0cf9be3543368e07ec23bb8e7 -SIZE (harfbuzz-2.7.4.tar.xz) = 9532468 +TIMESTAMP = 1615915964 +SHA256 (harfbuzz-2.8.0.tar.xz) = a1079fd021adaf5683351f34587a255975cc3bcadba31246ae40ebebb95ecd42 +SIZE (harfbuzz-2.8.0.tar.xz) = 9774148 Index: head/print/harfbuzz/pkg-plist =================================================================== --- head/print/harfbuzz/pkg-plist (revision 568626) +++ head/print/harfbuzz/pkg-plist (revision 568627) @@ -1,195 +1,201 @@ bin/hb-ot-shape-closure bin/hb-shape bin/hb-subset include/harfbuzz/hb-aat-layout.h include/harfbuzz/hb-aat.h include/harfbuzz/hb-blob.h include/harfbuzz/hb-buffer.h include/harfbuzz/hb-common.h include/harfbuzz/hb-deprecated.h include/harfbuzz/hb-draw.h include/harfbuzz/hb-face.h include/harfbuzz/hb-font.h include/harfbuzz/hb-ft.h include/harfbuzz/hb-glib.h include/harfbuzz/hb-gobject-enums.h include/harfbuzz/hb-gobject-structs.h include/harfbuzz/hb-gobject.h include/harfbuzz/hb-graphite2.h include/harfbuzz/hb-map.h include/harfbuzz/hb-ot-color.h include/harfbuzz/hb-ot-deprecated.h include/harfbuzz/hb-ot-font.h include/harfbuzz/hb-ot-layout.h include/harfbuzz/hb-ot-math.h include/harfbuzz/hb-ot-meta.h include/harfbuzz/hb-ot-metrics.h include/harfbuzz/hb-ot-name.h include/harfbuzz/hb-ot-shape.h include/harfbuzz/hb-ot-var.h include/harfbuzz/hb-ot.h include/harfbuzz/hb-set.h include/harfbuzz/hb-shape-plan.h include/harfbuzz/hb-shape.h include/harfbuzz/hb-style.h include/harfbuzz/hb-subset.h include/harfbuzz/hb-unicode.h include/harfbuzz/hb-version.h include/harfbuzz/hb.h lib/cmake/harfbuzz/harfbuzz-config.cmake lib/girepository-1.0/HarfBuzz-0.0.typelib lib/libharfbuzz-gobject.so lib/libharfbuzz-gobject.so.0 lib/libharfbuzz-gobject.so.%%LIBVER%% lib/libharfbuzz-subset.so lib/libharfbuzz-subset.so.0 lib/libharfbuzz-subset.so.%%LIBVER%% lib/libharfbuzz.so lib/libharfbuzz.so.0 lib/libharfbuzz.so.%%LIBVER%% libdata/pkgconfig/harfbuzz-gobject.pc libdata/pkgconfig/harfbuzz-subset.pc libdata/pkgconfig/harfbuzz.pc share/gir-1.0/HarfBuzz-0.0.gir %%DOCS%%share/gtk-doc/html/harfbuzz/HarfBuzz.png %%DOCS%%share/gtk-doc/html/harfbuzz/HarfBuzz.svg %%DOCS%%share/gtk-doc/html/harfbuzz/a-clustering-example-for-levels-0-and-1.html +%%DOCS%%share/gtk-doc/html/harfbuzz/a-simple-shaping-example.html %%DOCS%%share/gtk-doc/html/harfbuzz/aat-shaping.html %%DOCS%%share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html %%DOCS%%share/gtk-doc/html/harfbuzz/annotation-glossary.html +%%DOCS%%share/gtk-doc/html/harfbuzz/api-index-0-6-0.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-0-9-10.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-0-9-11.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-0-9-2.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +%%DOCS%%share/gtk-doc/html/harfbuzz/api-index-0-9-21.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +%%DOCS%%share/gtk-doc/html/harfbuzz/api-index-0-9-26.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-0-9-28.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-0-9-30.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +%%DOCS%%share/gtk-doc/html/harfbuzz/api-index-0-9-33.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-0-9-38.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-0-9-39.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-0-9-41.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-0-9-42.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-0-9-5.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-0-9-7.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-0-9-8.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-1-0-5.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-1-1-2.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-1-1-3.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-1-2-3.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-1-3-3.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-1-4-0.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-1-4-2.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-1-4-3.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-1-5-0.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-1-6-0.html +%%DOCS%%share/gtk-doc/html/harfbuzz/api-index-1-7-2.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-1-7-5.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-1-7-7.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-1-8-0.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-1-8-1.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-1-8-5.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-1-8-6.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-1-9-0.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-2-0-0.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-2-1-0.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-2-2-0.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-2-3-0.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-2-4-0.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-2-5-0.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-2-6-0.html +%%DOCS%%share/gtk-doc/html/harfbuzz/api-index-2-6-3.html +%%DOCS%%share/gtk-doc/html/harfbuzz/api-index-2-6-5.html +%%DOCS%%share/gtk-doc/html/harfbuzz/api-index-2-6-8.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-2-7-3.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-full.html +%%DOCS%%share/gtk-doc/html/harfbuzz/apple-advanced-typography-api.html %%DOCS%%share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html %%DOCS%%share/gtk-doc/html/harfbuzz/building.html -%%DOCS%%share/gtk-doc/html/harfbuzz/ch01s03.html -%%DOCS%%share/gtk-doc/html/harfbuzz/ch03s02.html -%%DOCS%%share/gtk-doc/html/harfbuzz/ch03s03.html -%%DOCS%%share/gtk-doc/html/harfbuzz/ch12.html -%%DOCS%%share/gtk-doc/html/harfbuzz/ch13.html -%%DOCS%%share/gtk-doc/html/harfbuzz/ch14.html -%%DOCS%%share/gtk-doc/html/harfbuzz/ch15.html %%DOCS%%share/gtk-doc/html/harfbuzz/clusters.html %%DOCS%%share/gtk-doc/html/harfbuzz/complex-scripts.html +%%DOCS%%share/gtk-doc/html/harfbuzz/core-api.html %%DOCS%%share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html %%DOCS%%share/gtk-doc/html/harfbuzz/deprecated-api-index.html %%DOCS%%share/gtk-doc/html/harfbuzz/fonts-and-faces-custom-functions.html %%DOCS%%share/gtk-doc/html/harfbuzz/fonts-and-faces-native-opentype.html %%DOCS%%share/gtk-doc/html/harfbuzz/fonts-and-faces-variable.html %%DOCS%%share/gtk-doc/html/harfbuzz/fonts-and-faces.html %%DOCS%%share/gtk-doc/html/harfbuzz/getting-started.html %%DOCS%%share/gtk-doc/html/harfbuzz/graphite-shaping.html %%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz-hb-aat-layout.html %%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html %%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html %%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html %%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html %%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html %%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz-hb-directwrite.html %%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html %%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html %%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html %%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz-hb-gdi.html %%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html -%%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html %%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html %%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html %%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz-hb-map.html %%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-color.html %%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html %%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html %%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-math.html %%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-meta.html %%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-metrics.html %%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-name.html %%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html %%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-var.html %%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html %%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html %%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape.html %%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html %%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html %%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html %%DOCS%%share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 %%DOCS%%share/gtk-doc/html/harfbuzz/home.png %%DOCS%%share/gtk-doc/html/harfbuzz/index.html %%DOCS%%share/gtk-doc/html/harfbuzz/install-harfbuzz.html +%%DOCS%%share/gtk-doc/html/harfbuzz/integration-api.html %%DOCS%%share/gtk-doc/html/harfbuzz/integration-coretext.html %%DOCS%%share/gtk-doc/html/harfbuzz/integration-freetype.html %%DOCS%%share/gtk-doc/html/harfbuzz/integration-icu.html %%DOCS%%share/gtk-doc/html/harfbuzz/integration-python.html %%DOCS%%share/gtk-doc/html/harfbuzz/integration-uniscribe.html %%DOCS%%share/gtk-doc/html/harfbuzz/integration.html %%DOCS%%share/gtk-doc/html/harfbuzz/left-insensitive.png %%DOCS%%share/gtk-doc/html/harfbuzz/left.png %%DOCS%%share/gtk-doc/html/harfbuzz/level-2.html %%DOCS%%share/gtk-doc/html/harfbuzz/object-model-blobs.html %%DOCS%%share/gtk-doc/html/harfbuzz/object-model-lifecycle.html %%DOCS%%share/gtk-doc/html/harfbuzz/object-model-object-types.html %%DOCS%%share/gtk-doc/html/harfbuzz/object-model-user-data.html %%DOCS%%share/gtk-doc/html/harfbuzz/object-model.html +%%DOCS%%share/gtk-doc/html/harfbuzz/opentype-api.html %%DOCS%%share/gtk-doc/html/harfbuzz/opentype-shaping-models.html -%%DOCS%%share/gtk-doc/html/harfbuzz/pt01.html -%%DOCS%%share/gtk-doc/html/harfbuzz/pt02.html +%%DOCS%%share/gtk-doc/html/harfbuzz/reference-manual.html %%DOCS%%share/gtk-doc/html/harfbuzz/reordering-in-levels-0-and-1.html %%DOCS%%share/gtk-doc/html/harfbuzz/right-insensitive.png %%DOCS%%share/gtk-doc/html/harfbuzz/right.png %%DOCS%%share/gtk-doc/html/harfbuzz/setting-buffer-properties.html %%DOCS%%share/gtk-doc/html/harfbuzz/shaping-and-shape-plans.html %%DOCS%%share/gtk-doc/html/harfbuzz/shaping-concepts.html %%DOCS%%share/gtk-doc/html/harfbuzz/shaping-opentype-features.html %%DOCS%%share/gtk-doc/html/harfbuzz/shaping-operations.html %%DOCS%%share/gtk-doc/html/harfbuzz/shaping-plans-and-caching.html %%DOCS%%share/gtk-doc/html/harfbuzz/shaping-shaper-selection.html %%DOCS%%share/gtk-doc/html/harfbuzz/style.css +%%DOCS%%share/gtk-doc/html/harfbuzz/terminology.html %%DOCS%%share/gtk-doc/html/harfbuzz/text-runs.html %%DOCS%%share/gtk-doc/html/harfbuzz/the-distinction-between-levels-0-and-1.html %%DOCS%%share/gtk-doc/html/harfbuzz/unicode-character-categories.html %%DOCS%%share/gtk-doc/html/harfbuzz/up-insensitive.png %%DOCS%%share/gtk-doc/html/harfbuzz/up.png +%%DOCS%%share/gtk-doc/html/harfbuzz/user-manual.html %%DOCS%%share/gtk-doc/html/harfbuzz/utilities-common-types-apis.html -%%DOCS%%share/gtk-doc/html/harfbuzz/utilities-ucdn.html %%DOCS%%share/gtk-doc/html/harfbuzz/utilities.html +%%DOCS%%share/gtk-doc/html/harfbuzz/what-does-harfbuzz-do.html %%DOCS%%share/gtk-doc/html/harfbuzz/what-harfbuzz-doesnt-do.html %%DOCS%%share/gtk-doc/html/harfbuzz/what-is-harfbuzz.html %%DOCS%%share/gtk-doc/html/harfbuzz/why-do-i-need-a-shaping-engine.html %%DOCS%%share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html %%DOCS%%share/gtk-doc/html/harfbuzz/working-with-harfbuzz-clusters.html Index: head/print/harfbuzz-icu/Makefile =================================================================== --- head/print/harfbuzz-icu/Makefile (revision 568626) +++ head/print/harfbuzz-icu/Makefile (revision 568627) @@ -1,12 +1,12 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMESUFFIX= -icu COMMENT= Harfbuzz ICU support MASTERDIR= ${.CURDIR}/../../print/harfbuzz PLIST= ${.CURDIR}/pkg-plist HARFBUZZ_SLAVE= icu .include "${MASTERDIR}/Makefile"