diff options
author | adam <adam@pkgsrc.org> | 2010-10-19 08:15:01 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-10-19 08:15:01 +0000 |
commit | 6e75769c6c2e047ab18d4f5ba3529f8f9ebf6aad (patch) | |
tree | 72fe7db130f1eade520814d98816b4f491242bb6 /devel/cmake/patches | |
parent | f201ca8f04bfb8904042645e396ceb157bf97931 (diff) | |
download | pkgsrc-6e75769c6c2e047ab18d4f5ba3529f8f9ebf6aad.tar.gz |
Changes 2.8.2:
* Fix for bug: ctest exit exception incorrectly reported
* CTest: Parse empty Git commits correctly
* Qualify name of extraction location with ExternalProject name.
* For VS10: Really use full path file names.
* Add support for the emulation version of the cudart library.
* Cleanup FindOpenSSL. Add support for win64 installation.
* Parallel CTest hangs if serial test has depends
* Preserve ENV{MAKEFLAGS} in CMake script mode
* Remove "Microsoft Visual Studio .NET" from VS8 and VS9 find modules.
* Use full path file names in generate.stamp.list.
* Use full path file names to express dependencies.
* Look in the ctest ini file for GitCommand.
* Fixed: CUDA_VERSION_MAJOR/MINOR now computed after first run.
* Do not exit if stoptime is passed.
* Document ctest_build() TARGET option
* Make sure libarchive uses cmzlib and not the system libz if found.
* Use forward slashes for objects in response files
* Use platform variable for response file flag
* Use response file for objects on MinGW and MSYS
* Generalize CTest.Update* test dashboard script helpers
* ctest_update: Support custom Git update command
* ctest_update: Support Git upstream branch rewrites
* Fix CMake data and doc paths in Cygwin package
* Document scope of source file properties
* Run CTest.NoNewline test using built CMake
* Tru64: Place cmOStringStream vtable uniquely
* Enable BootstrapTest on MSYS
* Tru64: Use full-path include directives in Makefiles
Diffstat (limited to 'devel/cmake/patches')
-rw-r--r-- | devel/cmake/patches/patch-ad | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/cmake/patches/patch-ad b/devel/cmake/patches/patch-ad deleted file mode 100644 index b56d5b8652f..00000000000 --- a/devel/cmake/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.7 2010/06/13 22:44:03 wiz Exp $ - ---- Modules/FindPNG.cmake.orig 2010-04-06 14:45:31.000000000 +0000 -+++ Modules/FindPNG.cmake -@@ -33,7 +33,7 @@ if(ZLIB_FOUND) - /usr/local/include/libpng # OpenBSD - ) - -- set(PNG_NAMES ${PNG_NAMES} png libpng png12 libpng12) -+ set(PNG_NAMES ${PNG_NAMES} png libpng png12 libpng12 png14 libpng14) - find_library(PNG_LIBRARY NAMES ${PNG_NAMES} ) - - if (PNG_LIBRARY AND PNG_PNG_INCLUDE_DIR) |