From owner-svn-ports-head@freebsd.org Sat Oct 20 15:43:11 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 C277FFE9BF2; Sat, 20 Oct 2018 15:43:11 +0000 (UTC) (envelope-from tcberner@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 78BCB767C1; Sat, 20 Oct 2018 15:43:11 +0000 (UTC) (envelope-from tcberner@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 73CED2005F; Sat, 20 Oct 2018 15:43:11 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9KFhB7v051227; Sat, 20 Oct 2018 15:43:11 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9KFhB1P051226; Sat, 20 Oct 2018 15:43:11 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201810201543.w9KFhB1P051226@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 20 Oct 2018 15:43:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482567 - head/sysutils/signon-ui X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/sysutils/signon-ui X-SVN-Commit-Revision: 482567 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, 20 Oct 2018 15:43:11 -0000 Author: tcberner Date: Sat Oct 20 15:43:10 2018 New Revision: 482567 URL: https://svnweb.freebsd.org/changeset/ports/482567 Log: sysutils/signon-ui: fix build with GCC-based architectures PR: 232450 Submitted by: Piotr Kubaj Modified: head/sysutils/signon-ui/Makefile Modified: head/sysutils/signon-ui/Makefile ============================================================================== --- head/sysutils/signon-ui/Makefile Sat Oct 20 15:41:31 2018 (r482566) +++ head/sysutils/signon-ui/Makefile Sat Oct 20 15:43:10 2018 (r482567) @@ -17,7 +17,7 @@ LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt5 libsignon-qt5.so:sysutils/signon-qt5 \ libproxy.so:net/libproxy -USES= pkgconfig python qmake qt:5 tar:bz2 +USES= compiler:c++11-lang pkgconfig python qmake qt:5 tar:bz2 USE_QT= buildtools_build qmake_build webkit widgets # gitlab variables