diff options
author | adam <adam@pkgsrc.org> | 2013-11-14 07:59:44 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-11-14 07:59:44 +0000 |
commit | 52581cd498e83a0d8c2bb26925d3c3ae8c671db9 (patch) | |
tree | e4a277b1535de140035220170a06a23bb41907db | |
parent | fb85cea52989225a1e37c97f9581cc20dfcfc394 (diff) | |
download | pkgsrc-52581cd498e83a0d8c2bb26925d3c3ae8c671db9.tar.gz |
Changes 2.8.12.1:
* MSVC: Add /FS flag for cl >= 18 to allow parallel compilation
* Genex: Reject $<TARGET_FILE:...> for object libraries
* Check for OBJECT_LIBRARY source files at start of generation
* CMP0022: Plain target_link_libraries must populate link interface
* Do not export INTERFACE_LINK_LIBRARIES from non-linkable targets
* CMP0022: Warn about a given target at most once
* Fix summary documentation of INTERFACE_LINK_LIBRARIES
* file(GENERATE): Clear internal records between configures
* cmake: Validate -E cmake_automoc argument count
* Fix spelling in INTERFACE_LINK_LIBRARIES documentation
* CMP0022: Output link interface mismatch for static library warning
* Don't add invalid content to static lib INTERFACE_LINK_LIBRARIES.
* CMP0022: Add unit test for null pointer check and message.
* CMP0022: Add test for target_link_libraries plain signature
* Automoc: Add directory-level COMPILE_DEFINITIONS to command line
* FindCUDA: Fix NPP library search for CUDA 5.5
-rw-r--r-- | devel/cmake/Makefile | 4 | ||||
-rw-r--r-- | devel/cmake/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/cmake/Makefile b/devel/cmake/Makefile index 9393b7d5950..da5e3e61e38 100644 --- a/devel/cmake/Makefile +++ b/devel/cmake/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.81 2013/10/24 04:54:15 obache Exp $ +# $NetBSD: Makefile,v 1.82 2013/11/14 07:59:44 adam Exp $ -DISTNAME= cmake-${CMAKE_API}.12 +DISTNAME= cmake-${CMAKE_API}.12.1 CATEGORIES= devel MASTER_SITES= http://www.cmake.org/files/v${CMAKE_API}/ diff --git a/devel/cmake/distinfo b/devel/cmake/distinfo index e3719fe7880..73a223fcfc4 100644 --- a/devel/cmake/distinfo +++ b/devel/cmake/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.53 2013/10/25 10:49:23 obache Exp $ +$NetBSD: distinfo,v 1.54 2013/11/14 07:59:44 adam Exp $ -SHA1 (cmake-2.8.12.tar.gz) = 93c93d556e702f8c967acf139fd716268ce69f39 -RMD160 (cmake-2.8.12.tar.gz) = cf9853a662806747a3a2b4615df6dea6f7001632 -Size (cmake-2.8.12.tar.gz) = 6064138 bytes +SHA1 (cmake-2.8.12.1.tar.gz) = 5661a607acbce7c16bb5f15ff2895fa5ca53a4da +RMD160 (cmake-2.8.12.1.tar.gz) = e238b9f80268257b505c2884b36324a058f7f03c +Size (cmake-2.8.12.1.tar.gz) = 6068021 bytes SHA1 (patch-CMakeLists.txt) = a37825ad9d1704b9cb716a52148c637d26733898 SHA1 (patch-Modules_FindX11.cmake) = e5c9f5fd382effb85ae75fe603de00e5e58d788a SHA1 (patch-Modules_Platform_SunOS.cmake) = 7a53ae3c902dd69ee22ef9fe0ae2a022d5284f16 |