Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Oct 2020 10:55:22 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552049 - in head/devel: cmake cmake-doc cmake-gui cmake/files
Message-ID:  <202010111055.09BAtMUB086473@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun Oct 11 10:55:22 2020
New Revision: 552049
URL: https://svnweb.freebsd.org/changeset/ports/552049

Log:
  devel/cmake: update to 3.18.4
  
  Changes in 3.18.4 since 3.18.3:
  	Brad King (3):
  	  FindJNI: Add aarch64 support
  	  VS: Populate `std:c{11,17}` flag table entries for v142
  	  CMake 3.18.4
  
  	Cristian Adam (1):
  	  OBJCXX: Fix regression for compiling cpp files as objcxx
  
  	Kinan Mahdi (1):
  	  VS: Fix regression in C# source links
  
  	Marc Chevrier (1):
  	  FindPython: Fix erroneous regex in ABI check
  
  	Shoaib Meenai (1):
  	  Clang: Look for llvm-lib when using MSVC-like front-end
  
  	zasdfg bnm (1):
  	  FindCUDA/select_compute_arch: Add CUDA 11.1 and SM86 support
  
  - add additional patch to ensure that wxWidgets can be found with minimal effort
  
  PR:		250166
  Exp-run by:	antoine

Added:
  head/devel/cmake/files/patch-Modules_FindwxWidgets.cmake   (contents, props changed)
Modified:
  head/devel/cmake-doc/Makefile
  head/devel/cmake-gui/Makefile
  head/devel/cmake/Makefile
  head/devel/cmake/distinfo

Modified: head/devel/cmake-doc/Makefile
==============================================================================
--- head/devel/cmake-doc/Makefile	Sun Oct 11 10:51:27 2020	(r552048)
+++ head/devel/cmake-doc/Makefile	Sun Oct 11 10:55:22 2020	(r552049)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cmake
-DISTVERSION=	3.18.3
+DISTVERSION=	3.18.4
 CATEGORIES=	devel
 MASTER_SITES=	https://www.cmake.org/files/v${PORTVERSION:R}/
 PKGNAMESUFFIX=	-doc

Modified: head/devel/cmake-gui/Makefile
==============================================================================
--- head/devel/cmake-gui/Makefile	Sun Oct 11 10:51:27 2020	(r552048)
+++ head/devel/cmake-gui/Makefile	Sun Oct 11 10:55:22 2020	(r552049)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cmake
-DISTVERSION=	3.18.3
+DISTVERSION=	3.18.4
 CATEGORIES=	devel
 MASTER_SITES=	https://www.cmake.org/files/v${PORTVERSION:R}/
 PKGNAMESUFFIX=	-gui

Modified: head/devel/cmake/Makefile
==============================================================================
--- head/devel/cmake/Makefile	Sun Oct 11 10:51:27 2020	(r552048)
+++ head/devel/cmake/Makefile	Sun Oct 11 10:55:22 2020	(r552049)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cmake
 # Remember to update devel/cmake-doc and devel/cmake-gui as well.
-DISTVERSION=	3.18.3
+DISTVERSION=	3.18.4
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/Kitware/CMake/releases/download/v${DISTVERSION}/ \
 		https://www.cmake.org/files/v${PORTVERSION}/

Modified: head/devel/cmake/distinfo
==============================================================================
--- head/devel/cmake/distinfo	Sun Oct 11 10:51:27 2020	(r552048)
+++ head/devel/cmake/distinfo	Sun Oct 11 10:55:22 2020	(r552049)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1600788630
-SHA256 (cmake-3.18.3.tar.gz) = 2c89f4e30af4914fd6fb5d00f863629812ada848eee4e2d29ec7e456d7fa32e5
-SIZE (cmake-3.18.3.tar.gz) = 8976093
+TIMESTAMP = 1602011548
+SHA256 (cmake-3.18.4.tar.gz) = 597c61358e6a92ecbfad42a9b5321ddd801fc7e7eca08441307c9138382d4f77
+SIZE (cmake-3.18.4.tar.gz) = 8976659

Added: head/devel/cmake/files/patch-Modules_FindwxWidgets.cmake
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/cmake/files/patch-Modules_FindwxWidgets.cmake	Sun Oct 11 10:55:22 2020	(r552049)
@@ -0,0 +1,11 @@
+--- Modules/FindwxWidgets.cmake.orig	2020-10-11 10:51:15 UTC
++++ Modules/FindwxWidgets.cmake
+@@ -761,7 +761,7 @@ else()
+     #-----------------------------------------------------------------
+     # Support cross-compiling, only search in the target platform.
+     find_program(wxWidgets_CONFIG_EXECUTABLE
+-      NAMES $ENV{WX_CONFIG} wx-config wx-config-3.1 wx-config-3.0 wx-config-2.9 wx-config-2.8
++      NAMES $ENV{WX_CONFIG} wx-config wxgtk3u-3.1-config wxgtk3u-3.0-config wxgtk2u-2.8-config wx-config-3.1 wx-config-3.0 wx-config-2.9 wx-config-2.8
+       DOC "Location of wxWidgets library configuration provider binary (wx-config)."
+       ONLY_CMAKE_FIND_ROOT_PATH
+       )



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