From owner-dev-commits-ports-all@freebsd.org Tue Apr 13 09:55:12 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 445CC5DA34D; Tue, 13 Apr 2021 09:55:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FKLZ80J1Jz4X2G; Tue, 13 Apr 2021 09:55:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ECDB4AA6; Tue, 13 Apr 2021 09:55:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13D9tBNT052923; Tue, 13 Apr 2021 09:55:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13D9tBQj052922; Tue, 13 Apr 2021 09:55:11 GMT (envelope-from git) Date: Tue, 13 Apr 2021 09:55:11 GMT Message-Id: <202104130955.13D9tBQj052922@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Mark Linimon Subject: git: de9bd29d2b9b - main - multimedia/opentoonz: add compiler:c++11-lang to USES to fix build MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: linimon X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: de9bd29d2b9b722afd3a52912493bcab18841611 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2021 09:55:12 -0000 The branch main has been updated by linimon: URL: https://cgit.FreeBSD.org/ports/commit/?id=de9bd29d2b9b722afd3a52912493bcab18841611 commit de9bd29d2b9b722afd3a52912493bcab18841611 Author: Mark Linimon AuthorDate: 2021-04-13 09:53:11 +0000 Commit: Mark Linimon CommitDate: 2021-04-13 09:53:11 +0000 multimedia/opentoonz: add compiler:c++11-lang to USES to fix build on GCC-based architectures: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. --- multimedia/opentoonz/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/multimedia/opentoonz/Makefile b/multimedia/opentoonz/Makefile index 084f3fc8bcc4..362e14cc2dc0 100644 --- a/multimedia/opentoonz/Makefile +++ b/multimedia/opentoonz/Makefile @@ -19,7 +19,8 @@ LIB_DEPENDS= libgslcblas.so:math/gsl \ libsuperlu.so:math/superlu \ libturbojpeg.so:graphics/libjpeg-turbo -USES= cmake:noninja gettext-runtime gl gnome jpeg pkgconfig qt:5 +USES= cmake:noninja compiler:c++11-lang gettext-runtime gl \ + gnome jpeg pkgconfig qt:5 USE_GITHUB= yes USE_GL= gl glew glu glut USE_GNOME= glib20