svn commit: r457650 - head/devel/cmake

Adriaan de Groot adridg at FreeBSD.org
Sat Dec 30 22:31:15 UTC 2017


Author: adridg
Date: Sat Dec 30 22:31:13 2017
New Revision: 457650
URL: https://svnweb.freebsd.org/changeset/ports/457650

Log:
  CMake 3.10 uses C++11, which needs to be explicitly enabled for
  Tier-2 architectures.
  
  PR:		224721
  Reported by:	Justin Hibbits
  Approved by:	tcberner (mentor)

Modified:
  head/devel/cmake/Makefile

Modified: head/devel/cmake/Makefile
==============================================================================
--- head/devel/cmake/Makefile	Sat Dec 30 22:25:18 2017	(r457649)
+++ head/devel/cmake/Makefile	Sat Dec 30 22:31:13 2017	(r457650)
@@ -4,6 +4,7 @@
 PORTNAME=	cmake
 # Remember to update devel/cmake-doc and devel/cmake-gui as well.
 DISTVERSION=	3.10.1
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://www.cmake.org/files/v${PORTVERSION:R}/
 
@@ -19,7 +20,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libuv.so:devel/libuv \
 		librhash.so:security/rhash
 
-USES=		libarchive ncurses
+USES=		compiler:c++11-lang libarchive ncurses
 
 HAS_CONFIGURE=	yes
 CONFIGURE_ENV=	MAKE=make


More information about the svn-ports-head mailing list