From owner-svn-ports-head@freebsd.org Tue Sep 25 23:23:14 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 0264310932E2; Tue, 25 Sep 2018 23:23:14 +0000 (UTC) (envelope-from jhale@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 9DB5285A91; Tue, 25 Sep 2018 23:23:13 +0000 (UTC) (envelope-from jhale@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 92FEC73BB; Tue, 25 Sep 2018 23:23:13 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8PNNDut045212; Tue, 25 Sep 2018 23:23:13 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8PNNDIC045211; Tue, 25 Sep 2018 23:23:13 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201809252323.w8PNNDIC045211@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Tue, 25 Sep 2018 23:23:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480708 - head/math/libqalculate X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/math/libqalculate X-SVN-Commit-Revision: 480708 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: Tue, 25 Sep 2018 23:23:14 -0000 Author: jhale Date: Tue Sep 25 23:23:13 2018 New Revision: 480708 URL: https://svnweb.freebsd.org/changeset/ports/480708 Log: Fix build on powerpc64 Add USES=gnome PR: 231723 Submitted by: Piotr Kubaj Sponsored by: IntegriCloud Modified: head/math/libqalculate/Makefile Modified: head/math/libqalculate/Makefile ============================================================================== --- head/math/libqalculate/Makefile Tue Sep 25 23:11:39 2018 (r480707) +++ head/math/libqalculate/Makefile Tue Sep 25 23:23:13 2018 (r480708) @@ -12,15 +12,13 @@ COMMENT= Multi-purpose desktop calculator (backend lib LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to compile: umachine.h:347: 'char16_t' does not name a type - LIB_DEPENDS= libicuuc.so:devel/icu \ libcurl.so:ftp/curl \ libgmp.so:math/gmp \ libmpfr.so:math/mpfr -USES= gmake gettext iconv libtool localbase \ - ncurses pathfix pkgconfig readline:port +USES= compiler:c++11-lang gettext gmake gnome iconv libtool \ + localbase ncurses pathfix pkgconfig readline:port USE_GNOME= intltool libxml2 USE_LDCONFIG= yes