Changes 2.8.12.2:
VS: Map /Fd to ProgramDataBaseFileName for VS 7,8,9 Replace <OBJECT_DIR> rule placeholder consistently VS: Convert include path to backslashes for VS >= 10 Revert "Ninja: Track configured files so we can regenerate them." FindOpenMP: fix detecting compilers that do not need any special flag Xcode: Fix storyboard view CMakeDetermineCompilerId: Fix compiler line match for Xcode 5.1
This commit is contained in:
parent
c6d6f392a5
commit
03224e2fd5
2 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.83 2013/12/19 14:29:07 bsiegert Exp $
|
||||
# $NetBSD: Makefile,v 1.84 2014/02/01 11:14:06 adam Exp $
|
||||
|
||||
DISTNAME= cmake-${CMAKE_API}.12.1
|
||||
PKGREVISION= 1
|
||||
DISTNAME= cmake-${CMAKE_API}.12.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.cmake.org/files/v${CMAKE_API}/
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.54 2013/11/14 07:59:44 adam Exp $
|
||||
$NetBSD: distinfo,v 1.55 2014/02/01 11:14:06 adam Exp $
|
||||
|
||||
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 (cmake-2.8.12.2.tar.gz) = cca70b307aa32a6a32c72e01fdfcecc84c1c2690
|
||||
RMD160 (cmake-2.8.12.2.tar.gz) = ee92327c3870f3ae2ea997d0258b0ef141e90525
|
||||
Size (cmake-2.8.12.2.tar.gz) = 6068231 bytes
|
||||
SHA1 (patch-CMakeLists.txt) = a37825ad9d1704b9cb716a52148c637d26733898
|
||||
SHA1 (patch-Modules_FindX11.cmake) = e5c9f5fd382effb85ae75fe603de00e5e58d788a
|
||||
SHA1 (patch-Modules_Platform_SunOS.cmake) = 7a53ae3c902dd69ee22ef9fe0ae2a022d5284f16
|
||||
|
|
Loading…
Reference in a new issue