From owner-svn-ports-head@freebsd.org Thu Jul 9 03:46:02 2020 Return-Path: Delivered-To: svn-ports-head@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 4014135E9BF; Thu, 9 Jul 2020 03:46:02 +0000 (UTC) (envelope-from linimon@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B2MXV0wf7z4SWX; Thu, 9 Jul 2020 03:46:02 +0000 (UTC) (envelope-from linimon@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 03A97B401; Thu, 9 Jul 2020 03:46:02 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0693k1h9007770; Thu, 9 Jul 2020 03:46:01 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0693k1FT007769; Thu, 9 Jul 2020 03:46:01 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <202007090346.0693k1FT007769@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Thu, 9 Jul 2020 03:46:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541732 - head/graphics/katarakt X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/graphics/katarakt X-SVN-Commit-Revision: 541732 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.33 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: Thu, 09 Jul 2020 03:46:02 -0000 Author: linimon Date: Thu Jul 9 03:46:01 2020 New Revision: 541732 URL: https://svnweb.freebsd.org/changeset/ports/541732 Log: Add compiler:c++11-lang to USES to fix build on GCC-based systems: cc1plus: error: unrecognized command line option "-std=gnu++11" While here, sort USES. Approved by: portmgr (tier-2 blanket) Modified: head/graphics/katarakt/Makefile Modified: head/graphics/katarakt/Makefile ============================================================================== --- head/graphics/katarakt/Makefile Thu Jul 9 03:42:49 2020 (r541731) +++ head/graphics/katarakt/Makefile Thu Jul 9 03:46:01 2020 (r541732) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= a2x:textproc/asciidoc LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5 -USES= qmake pkgconfig qt:5 gl +USES= compiler:c++11-lang gl pkgconfig qmake qt:5 USE_QT= buildtools_build core gui xml dbus network widgets USE_GL= gl