From owner-svn-ports-head@freebsd.org Mon Oct 8 23:21:10 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 6975310CEF06; Mon, 8 Oct 2018 23:21:10 +0000 (UTC) (envelope-from kbowling@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 1FFB984A09; Mon, 8 Oct 2018 23:21:10 +0000 (UTC) (envelope-from kbowling@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 1AE75146E; Mon, 8 Oct 2018 23:21:10 +0000 (UTC) (envelope-from kbowling@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w98NL9Js047747; Mon, 8 Oct 2018 23:21:09 GMT (envelope-from kbowling@FreeBSD.org) Received: (from kbowling@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w98NL9na047746; Mon, 8 Oct 2018 23:21:09 GMT (envelope-from kbowling@FreeBSD.org) Message-Id: <201810082321.w98NL9na047746@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kbowling set sender to kbowling@FreeBSD.org using -f From: Kevin Bowling Date: Mon, 8 Oct 2018 23:21:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481578 - head/sysutils/qdirstat X-SVN-Group: ports-head X-SVN-Commit-Author: kbowling X-SVN-Commit-Paths: head/sysutils/qdirstat X-SVN-Commit-Revision: 481578 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: Mon, 08 Oct 2018 23:21:10 -0000 Author: kbowling Date: Mon Oct 8 23:21:09 2018 New Revision: 481578 URL: https://svnweb.freebsd.org/changeset/ports/481578 Log: sysutils/qdirstat: fix build on GCC-based architectures PR: 231976 Submitted by: Piotr Kubaj Approved by: timur (mentor) Differential Revision: https://reviews.freebsd.org/D17463 Modified: head/sysutils/qdirstat/Makefile Modified: head/sysutils/qdirstat/Makefile ============================================================================== --- head/sysutils/qdirstat/Makefile Mon Oct 8 21:42:14 2018 (r481577) +++ head/sysutils/qdirstat/Makefile Mon Oct 8 23:21:09 2018 (r481578) @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= shundhammer -USES= desktop-file-utils qmake qt:5 shebangfix +USES= compiler:c++11-lang desktop-file-utils qmake qt:5 shebangfix USE_GL= gl USE_QT= buildtools_build core gui widgets SHEBANG_FILES= scripts/qdirstat-cache-writer