From owner-svn-ports-head@freebsd.org Tue May 10 23:22:30 2016 Return-Path: Delivered-To: svn-ports-head@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 71439B36C4E; Tue, 10 May 2016 23:22:30 +0000 (UTC) (envelope-from sbruno@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 37DC31FA4; Tue, 10 May 2016 23:22:30 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4ANMTFF015354; Tue, 10 May 2016 23:22:29 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4ANMTb9015353; Tue, 10 May 2016 23:22:29 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201605102322.u4ANMTb9015353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Tue, 10 May 2016 23:22:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414971 - head/games/cockatrice X-SVN-Group: ports-head 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.22 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: Tue, 10 May 2016 23:22:30 -0000 Author: sbruno Date: Tue May 10 23:22:29 2016 New Revision: 414971 URL: https://svnweb.freebsd.org/changeset/ports/414971 Log: Add USES=compiler:c++11-lib to successfully build on 9.3 release. This has the effect of pulling in gcc48 to do the build, but it at least succeeds. On 10 and higher, this will use clang to build. Modified: head/games/cockatrice/Makefile Modified: head/games/cockatrice/Makefile ============================================================================== --- head/games/cockatrice/Makefile Tue May 10 23:17:44 2016 (r414970) +++ head/games/cockatrice/Makefile Tue May 10 23:22:29 2016 (r414971) @@ -3,6 +3,7 @@ PORTNAME= Cockatrice PORTVERSION= 0.0.g2016.04.27 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= sbruno@FreeBSD.org @@ -15,7 +16,7 @@ LIB_DEPENDS= libprotobuf.so:devel/protob USE_GITHUB= yes GH_TAGNAME= ff1091a -USES= cmake +USES= cmake compiler:c++11-lib USE_QT5= buildtools concurrent core multimedia network printsupport \ qmake svg linguisttools widgets