pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cmake Changes 2.8.12.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b6f69a07852
branches:  trunk
changeset: 626527:7b6f69a07852
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 14 07:59:44 2013 +0000

description:
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

diffstat:

 devel/cmake/Makefile |  4 ++--
 devel/cmake/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r 423917e1916e -r 7b6f69a07852 devel/cmake/Makefile
--- a/devel/cmake/Makefile      Thu Nov 14 07:40:51 2013 +0000
+++ b/devel/cmake/Makefile      Thu Nov 14 07:59:44 2013 +0000
@@ -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 -r 423917e1916e -r 7b6f69a07852 devel/cmake/distinfo
--- a/devel/cmake/distinfo      Thu Nov 14 07:40:51 2013 +0000
+++ b/devel/cmake/distinfo      Thu Nov 14 07:59:44 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index