From owner-svn-ports-head@freebsd.org Sun Sep 23 21:15:06 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 A7E8E1098DDA; Sun, 23 Sep 2018 21:15:06 +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 50849837EA; Sun, 23 Sep 2018 21:15:06 +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 45D7C101ED; Sun, 23 Sep 2018 21:15:06 +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 w8NLF6Ji096372; Sun, 23 Sep 2018 21:15:06 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8NLF6w8096371; Sun, 23 Sep 2018 21:15:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201809232115.w8NLF6w8096371@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 23 Sep 2018 21:15:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480533 - head/print/harfbuzz X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/print/harfbuzz X-SVN-Commit-Revision: 480533 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: Sun, 23 Sep 2018 21:15:06 -0000 Author: jbeich Date: Sun Sep 23 21:15:05 2018 New Revision: 480533 URL: https://svnweb.freebsd.org/changeset/ports/480533 Log: print/harfbuzz: unbreak on GCC archs after r477696 /usr/local/lib/libgraphite2.so: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8' PR: 231544 Submitted by: Piotr Kubaj Modified: head/print/harfbuzz/Makefile (contents, props changed) Modified: head/print/harfbuzz/Makefile ============================================================================== --- head/print/harfbuzz/Makefile Sun Sep 23 20:34:29 2018 (r480532) +++ head/print/harfbuzz/Makefile Sun Sep 23 21:15:05 2018 (r480533) @@ -14,7 +14,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libgraphite2.so:graphics/graphite2 USE_LDCONFIG= yes -USES= gettext-runtime gmake gnome libtool \ +USES= compiler:c++11-lib gettext-runtime gmake gnome libtool \ pathfix pkgconfig tar:bzip2 USE_GNOME= cairo glib20 introspection:build GNU_CONFIGURE= yes @@ -31,7 +31,6 @@ CONFIGURE_ARGS+= --without-icu .else CONFIGURE_ARGS+= --with-icu \ --disable-gtk-doc-html -USES+= compiler:c++11-lib LIB_DEPENDS+= libharfbuzz.so:print/harfbuzz \ libicudata.so:devel/icu