summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2008-11-08 13:20:17 +0000
committerwiz <wiz>2008-11-08 13:20:17 +0000
commita623896d0a5e21c550ca3315e686527180ff4dce (patch)
treeedce3e566df268e9731fc162bf4d388739bf2812
parent133a79137153c0483cfe99c394d20ac0952b942d (diff)
downloadpkgsrc-a623896d0a5e21c550ca3315e686527180ff4dce.tar.gz
Update to 2.6.2:
Changes in CMake 2.6.2 RC 6 - Fix bug#7669 cpack did not work when sym-linked after install Changes in CMake 2.6.2 RC 5 - Add beta BundleUtilities.cmake file - CPackRPM 7435 fixes to add optional post-install - Fix Bug #7456, FindBoost versioned find not working - Fix FindCurses to be able to work without ncurses.h - FindQt4 fix bug #7433, add a bit more documentation and add ability to specify extra flags to lupdate. Changes in CMake 2.6.2 RC 4 - Fix bug #7359 make llvm-gcc work, by explicitely excluding "llvm-" from _CMAKE_TOOLCHAIN_PREFIX - Fix bug 7046: OS X Framework support: extensionless headers were being ignored when specified as public headers - Fix documentation in CheckCCompilerFlag.cmake - Add better version support to find_package command - Fix Xcode debug not working - Add VERSION compare to if command - Make FindThreads sete THREADS_FOUND - Deb cpack generator sets Installed-Size for the package - Do not add an empty /D"" at the end of VS 6 .dsp compile lines - Recognize /MAP in VS 7 and greater - Add new policy CMP0009 - GLOB_RECURSE should not follow symlinks by default Changes in CMake 2.6.2 RC 3 - Fix bug, and remove extra closing > in visual fortran projects. - Fix bug in ctest -C where it was sometimes ignored. - Fix crash with exec_process when cmake is being debugged on windows - Fix unsetting of global properties Changes in CMake 2.6.2 RC 2 - allow tool chains to limit object path length - add info.plist to frameworks - better preservation of user link lines - add a get command for cmake policies - support for imported libraries of unknown type - support link interface in target_link_libraries - Do not hang when select lies - .m compiled with gcc and g++ on mac - Fix issue when application bundle dir is removed cmake needs to re-run automatically - Report an error when configure has one error - Fix bug where -E commands stole command line options - Fix infinite recursion bug with try-compile and change of compilers - Fix delete and backspace in ccmake - Fix coverage not to follow symlinks - Add more possible languages for NSIS in cpack - FindQt4.cmake fix bug #7433, add documentation that directories also can be specified to update the translation files. - Add standard arg handling to FindPHP4.cmake - Add X11R6 to search path for FindOpenGL - update cmake-syntax.vim to have more keywords - BUG: fix #7477, set VERBOSE=1 in the kdevelop setting for the environment, not together with the make executable - UsePkgConfig.cmake - clean up, add a status message in case pkgconfig didn't find the package, sync with kde - FindX11 look in more places - FindTIFF look for more names - FindQt3, make sure qt4 is not found and some style stuff - FindPNG add more names of linpng (sync with the KDE version) - FindKDE3/KDE4 sanity checks on qt versions found - FindLibXMl2 also search for xmllint, which comes with libxml2 (sync with FindLibXml2.cmake from KDE) - Fix sizeof, and other compiler INFO string checks with GNU linker's --gc-sections - Fix bogus dependency on executable targets when a linked library happended to match the name of an executable target - Improve readability of circular depends error - Fix crash on circular target dependencies - find_package now knows about lib64 paths - Fix gentoo elf security issue with RPATH and RUNPATH Changes in CMake 2.6.2 RC 1 - Fix abort in eclipse generator with empty EXECUTABLE_OUTPUT_PATH - Fix FindKDE3.cmake syntax error - Fix custom command output by relative path not always working - Fix bug, Do not convert RPATH entries to full path. - Allow for "$ORIGIN" into the RPATH> - Allow for static libraries with lots of objects using archive append - Fix documentation for FindImageMagick.cmake - Fix link error with MS compiler and comdef - Fix crash when attempting to load the RPATH out of a non-ELF file - Add --trace option to cmake allowing for the tracing of a cmake run - Fix for issue #4971 where the case of the drive letter component of the filenames might be different when analyzing gcov output. - Add warning level W0 to visual studio - Add support for OSX library version flags
-rw-r--r--devel/cmake/Makefile5
-rw-r--r--devel/cmake/PLIST4
-rw-r--r--devel/cmake/distinfo8
3 files changed, 9 insertions, 8 deletions
diff --git a/devel/cmake/Makefile b/devel/cmake/Makefile
index 9241fd57294..c43b3bd47c3 100644
--- a/devel/cmake/Makefile
+++ b/devel/cmake/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2008/09/13 10:53:51 markd Exp $
+# $NetBSD: Makefile,v 1.41 2008/11/08 13:20:17 wiz Exp $
-DISTNAME= cmake-${CMAKE_API}.1
-PKGREVISION= 1
+DISTNAME= cmake-${CMAKE_API}.2
CATEGORIES= devel
MASTER_SITES= http://www.cmake.org/files/v2.6/
diff --git a/devel/cmake/PLIST b/devel/cmake/PLIST
index 6ae2e96ea44..0eebf268017 100644
--- a/devel/cmake/PLIST
+++ b/devel/cmake/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2008/08/26 11:37:10 joerg Exp $
+@comment $NetBSD: PLIST,v 1.14 2008/11/08 13:20:17 wiz Exp $
bin/ccmake
bin/cmake
bin/cpack
@@ -14,6 +14,7 @@ man/man1/cmakevars.1
man/man1/cpack.1
man/man1/ctest.1
share/cmake-${CMAKE_API}/Modules/AddFileDependencies.cmake
+share/cmake-${CMAKE_API}/Modules/BundleUtilities.cmake
share/cmake-${CMAKE_API}/Modules/CMake.cmake
share/cmake-${CMAKE_API}/Modules/CMakeASM-ATTInformation.cmake
share/cmake-${CMAKE_API}/Modules/CMakeASMCompiler.cmake.in
@@ -241,6 +242,7 @@ share/cmake-${CMAKE_API}/Modules/ITKCompatibility.cmake
share/cmake-${CMAKE_API}/Modules/InstallRequiredSystemLibraries.cmake
share/cmake-${CMAKE_API}/Modules/KDE3Macros.cmake
share/cmake-${CMAKE_API}/Modules/MacOSXBundleInfo.plist.in
+share/cmake-${CMAKE_API}/Modules/MacOSXFrameworkInfo.plist.in
share/cmake-${CMAKE_API}/Modules/MacroAddFileDependencies.cmake
share/cmake-${CMAKE_API}/Modules/NSIS.InstallOptions.ini.in
share/cmake-${CMAKE_API}/Modules/NSIS.template.in
diff --git a/devel/cmake/distinfo b/devel/cmake/distinfo
index 26de1d0e2f6..e661cbe6556 100644
--- a/devel/cmake/distinfo
+++ b/devel/cmake/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2008/08/25 02:45:12 bjs Exp $
+$NetBSD: distinfo,v 1.17 2008/11/08 13:20:17 wiz Exp $
-SHA1 (cmake-2.6.1.tar.gz) = a0bcdffbbd03b877f8e13c250ed6fa5d290e16d0
-RMD160 (cmake-2.6.1.tar.gz) = 534d2d6e43724fd316d50f5fb9d189ea060a8d74
-Size (cmake-2.6.1.tar.gz) = 3518689 bytes
+SHA1 (cmake-2.6.2.tar.gz) = 48d33afaf23d40f2ea9aa2f5018c7213983222c2
+RMD160 (cmake-2.6.2.tar.gz) = df7ed9bba605bf31494aa1b835dee264b5fcb6bd
+Size (cmake-2.6.2.tar.gz) = 3543548 bytes
SHA1 (patch-ae) = bcbf3a492d692fb3ca245f41c3e15f50c51bd3bd