From owner-svn-ports-all@freebsd.org Tue Oct 9 11:04:06 2018 Return-Path: Delivered-To: svn-ports-all@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 DFB4110C9D11; Tue, 9 Oct 2018 11:04:06 +0000 (UTC) (envelope-from arrowd@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 94B7A83001; Tue, 9 Oct 2018 11:04:06 +0000 (UTC) (envelope-from arrowd@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 8FB05113CD; Tue, 9 Oct 2018 11:04:06 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w99B46W4011776; Tue, 9 Oct 2018 11:04:06 GMT (envelope-from arrowd@FreeBSD.org) Received: (from arrowd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w99B46rM011775; Tue, 9 Oct 2018 11:04:06 GMT (envelope-from arrowd@FreeBSD.org) Message-Id: <201810091104.w99B46rM011775@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arrowd set sender to arrowd@FreeBSD.org using -f From: Gleb Popov Date: Tue, 9 Oct 2018 11:04:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481623 - head/security/qtkeychain X-SVN-Group: ports-head X-SVN-Commit-Author: arrowd X-SVN-Commit-Paths: head/security/qtkeychain X-SVN-Commit-Revision: 481623 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2018 11:04:07 -0000 Author: arrowd Date: Tue Oct 9 11:04:06 2018 New Revision: 481623 URL: https://svnweb.freebsd.org/changeset/ports/481623 Log: security/qtkeychain: Add USES=compiler:c++11-lang for qt5 flavor. PR: 232090 Submitted by: Piotr Kubaj Approved by: tcberner (mentor) Modified: head/security/qtkeychain/Makefile Modified: head/security/qtkeychain/Makefile ============================================================================== --- head/security/qtkeychain/Makefile Tue Oct 9 10:56:05 2018 (r481622) +++ head/security/qtkeychain/Makefile Tue Oct 9 11:04:06 2018 (r481623) @@ -29,7 +29,7 @@ USE_QT= corelib dbus linguisttools_build moc_build rc PLIST_SUB+= PLIST_QT_PREFIX_UPCASE=Qt PLIST_QT_PREFIX=qt PLIST= ${PKGDIR}/pkg-plist.${FLAVOR} . else -USES+= qt:5 +USES+= compiler:c++11-lang qt:5 USE_QT= core dbus linguisttools_build buildtools_build qmake_build PLIST_SUB+= PLIST_QT_PREFIX_UPCASE=Qt5 PLIST_QT_PREFIX=qt5 PLIST= ${PKGDIR}/pkg-plist.${FLAVOR}