Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 May 2016 23:22:29 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414971 - head/games/cockatrice
Message-ID:  <201605102322.u4ANMTb9015353@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605102322.u4ANMTb9015353>