From owner-svn-ports-head@freebsd.org Wed Aug 1 22:32:05 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BC29106B303; Wed, 1 Aug 2018 22:32:05 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CF368B74C; Wed, 1 Aug 2018 22:32:05 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2E49ABBC; Wed, 1 Aug 2018 22:32:05 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w71MW5Ek041841; Wed, 1 Aug 2018 22:32:05 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w71MW4PY041838; Wed, 1 Aug 2018 22:32:04 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201808012232.w71MW4PY041838@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 1 Aug 2018 22:32:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476207 - in head/print: harfbuzz harfbuzz-icu harfbuzz/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/print: harfbuzz harfbuzz-icu harfbuzz/files X-SVN-Commit-Revision: 476207 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2018 22:32:05 -0000 Author: jbeich Date: Wed Aug 1 22:32:04 2018 New Revision: 476207 URL: https://svnweb.freebsd.org/changeset/ports/476207 Log: print/harfbuzz: update to 1.8.5 Changes: https://github.com/harfbuzz/harfbuzz/blob/1.8.5/NEWS ABI: https://abi-laboratory.pro/tracker/timeline/harfbuzz/ Modified: head/print/harfbuzz-icu/Makefile (contents, props changed) head/print/harfbuzz/Makefile (contents, props changed) head/print/harfbuzz/distinfo (contents, props changed) head/print/harfbuzz/files/patch-src_hb-atomic-private.hh (contents, props changed) Modified: head/print/harfbuzz-icu/Makefile ============================================================================== --- head/print/harfbuzz-icu/Makefile Wed Aug 1 22:25:10 2018 (r476206) +++ head/print/harfbuzz-icu/Makefile Wed Aug 1 22:32:04 2018 (r476207) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 0 PKGNAMESUFFIX= -icu COMMENT= Harfbuzz ICU support Modified: head/print/harfbuzz/Makefile ============================================================================== --- head/print/harfbuzz/Makefile Wed Aug 1 22:25:10 2018 (r476206) +++ head/print/harfbuzz/Makefile Wed Aug 1 22:32:04 2018 (r476207) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= harfbuzz -PORTVERSION= 1.8.4 -PORTREVISION?= 1 +PORTVERSION= 1.8.5 +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.4 +PLIST_SUB+= LIBVER=0.10800.5 HARFBUZZ_SLAVE?= no Modified: head/print/harfbuzz/distinfo ============================================================================== --- head/print/harfbuzz/distinfo Wed Aug 1 22:25:10 2018 (r476206) +++ head/print/harfbuzz/distinfo Wed Aug 1 22:32:04 2018 (r476207) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531826405 -SHA256 (harfbuzz-1.8.4.tar.bz2) = 3c592f86fa0da69e2e0e98cae9f5d5b61def3bb7948aa00ca45748f27fa545fd -SIZE (harfbuzz-1.8.4.tar.bz2) = 3829479 +TIMESTAMP = 1533160284 +SHA256 (harfbuzz-1.8.5.tar.bz2) = 8f6f40fc49dbaf15221807e2c2b9293cbaa73592ef4b3ab430252ca6571120ac +SIZE (harfbuzz-1.8.5.tar.bz2) = 3859514 Modified: head/print/harfbuzz/files/patch-src_hb-atomic-private.hh ============================================================================== --- head/print/harfbuzz/files/patch-src_hb-atomic-private.hh Wed Aug 1 22:25:10 2018 (r476206) +++ head/print/harfbuzz/files/patch-src_hb-atomic-private.hh Wed Aug 1 22:32:04 2018 (r476207) @@ -1,16 +1,15 @@ ---- src/hb-atomic-private.hh.orig 2015-04-10 02:16:57 UTC +--- src/hb-atomic-private.hh.orig 2018-08-01 21:15:00 UTC +++ src/hb-atomic-private.hh -@@ -103,8 +103,12 @@ typedef int hb_atomic_int_impl_t; - #define hb_atomic_int_impl_add(AI, V) __sync_fetch_and_add (&(AI), (V)) +@@ -114,7 +114,12 @@ typedef LONG hb_atomic_int_impl_t; + typedef int hb_atomic_int_impl_t; + #define hb_atomic_int_impl_add(AI, V) __sync_fetch_and_add ((AI), (V)) - #define hb_atomic_ptr_impl_get(P) (void *) (__sync_synchronize (), *(P)) +#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) + #elif !defined(HB_NO_MT) && defined(HAVE_SOLARIS_ATOMIC_OPS)