From owner-svn-ports-all@freebsd.org Sun Jan 3 21:28:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73C3BA60804; Sun, 3 Jan 2016 21:28:53 +0000 (UTC) (envelope-from rakuco@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 mx1.freebsd.org (Postfix) with ESMTPS id 41CD41C11; Sun, 3 Jan 2016 21:28:53 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03LSqjn050851; Sun, 3 Jan 2016 21:28:52 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03LSquA050850; Sun, 3 Jan 2016 21:28:52 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601032128.u03LSquA050850@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 3 Jan 2016 21:28:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405189 - head/net-im/teamwords X-SVN-Group: ports-head 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.20 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: Sun, 03 Jan 2016 21:28:53 -0000 Author: rakuco Date: Sun Jan 3 21:28:52 2016 New Revision: 405189 URL: https://svnweb.freebsd.org/changeset/ports/405189 Log: Add USES=compiler:c++11-lang to fix the build on 9.x. The port requires a compiler with C++11 support, and builds with -std=c++11 by default. After r405187, it is possible to build a Qt5-based port with -std=c++11 and base libstdc++, which means we can finally make the port build on 9.x. Modified: head/net-im/teamwords/Makefile Modified: head/net-im/teamwords/Makefile ============================================================================== --- head/net-im/teamwords/Makefile Sun Jan 3 21:26:24 2016 (r405188) +++ head/net-im/teamwords/Makefile Sun Jan 3 21:28:52 2016 (r405189) @@ -14,7 +14,7 @@ LICENSE= LGPL3 USE_LDCONFIG= yes USE_QT5= core gui network svg linguist \ buildtools x11extras -USES= qmake tar:xz +USES= compiler:c++11-lang qmake tar:xz QMAKE_ARGS= CONFIG+="configure"