From owner-svn-ports-head@freebsd.org Sat Nov 3 16:26:32 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 876E010DCD8C; Sat, 3 Nov 2018 16:26:32 +0000 (UTC) (envelope-from danfe@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 3D01D88E93; Sat, 3 Nov 2018 16:26:32 +0000 (UTC) (envelope-from danfe@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 1F3A71C315; Sat, 3 Nov 2018 16:26:32 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA3GQWwP058434; Sat, 3 Nov 2018 16:26:32 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA3GQWOP058433; Sat, 3 Nov 2018 16:26:32 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201811031626.wA3GQWOP058433@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sat, 3 Nov 2018 16:26:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483900 - head/audio/flacon X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/audio/flacon X-SVN-Commit-Revision: 483900 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.29 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: Sat, 03 Nov 2018 16:26:32 -0000 Author: danfe Date: Sat Nov 3 16:26:31 2018 New Revision: 483900 URL: https://svnweb.freebsd.org/changeset/ports/483900 Log: This port requires C++11-capable compiler (e.g., it won't build on arches such as powerpc and sparc64, where default GCC is 4.2.1). PR: 232884 Modified: head/audio/flacon/Makefile Modified: head/audio/flacon/Makefile ============================================================================== --- head/audio/flacon/Makefile Sat Nov 3 16:25:07 2018 (r483899) +++ head/audio/flacon/Makefile Sat Nov 3 16:26:31 2018 (r483900) @@ -13,7 +13,7 @@ LICENSE= LGPL21 LIB_DEPENDS= libuchardet.so:textproc/uchardet -USES= cmake desktop-file-utils pkgconfig qt:5 +USES= cmake compiler:c++11-lang desktop-file-utils pkgconfig qt:5 USE_GITHUB= yes USE_QT= buildtools_build concurrent_build qmake_build \ linguisttools_build core gui network widgets