Update cmake to ver 2.8.12.
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/cmake/Makefile,v
retrieving revision 1.91
diff -u -p -u -p -r1.91 Makefile
--- Makefile 30 Sep 2013 11:18:09 -0000 1.91
+++ Makefile 9 Oct 2013 09:08:11 -0000
@@ -11,8 +11,7 @@ CFLAGS += -O1 -fno-stack-protector
HOMEPAGE = http://www.cmake.org/
CATEGORIES = devel
COMMENT = portable build system
-DISTNAME = cmake-2.8.11.2
-REVISION = 3
+DISTNAME = cmake-2.8.12
MASTER_SITES = ${HOMEPAGE}files/v2.8/
MAINTAINER = David Coppa <dco...@openbsd.org>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/cmake/distinfo,v
retrieving revision 1.22
diff -u -p -u -p -r1.22 distinfo
--- distinfo 4 Jul 2013 16:34:05 -0000 1.22
+++ distinfo 9 Oct 2013 09:08:11 -0000
@@ -1,2 +1,2 @@
-SHA256 (cmake-2.8.11.2.tar.gz) = syrLSDr90UM5lBxuTsJfYz2RanpHJlOgsAg4dxpsBWI=
-SIZE (cmake-2.8.11.2.tar.gz) = 5887016
+SHA256 (cmake-2.8.12.tar.gz) = 2IW6ELJAbt5ZqjGpKN8zydZ/wBQzIC991YaZnP0OAoc=
+SIZE (cmake-2.8.12.tar.gz) = 6064138
Index: patches/patch-Modules_CMakeUnixFindMake_cmake
===================================================================
RCS file: /cvs/ports/devel/cmake/patches/patch-Modules_CMakeUnixFindMake_cmake,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 patch-Modules_CMakeUnixFindMake_cmake
--- patches/patch-Modules_CMakeUnixFindMake_cmake 11 Nov 2012 17:13:31
-0000 1.4
+++ patches/patch-Modules_CMakeUnixFindMake_cmake 9 Oct 2013 09:08:12
-0000
@@ -1,10 +1,12 @@
$OpenBSD: patch-Modules_CMakeUnixFindMake_cmake,v 1.4 2012/11/11 17:13:31
dcoppa Exp $
---- Modules/CMakeUnixFindMake.cmake.orig Wed Oct 31 16:32:05 2012
-+++ Modules/CMakeUnixFindMake.cmake Fri Nov 2 07:43:30 2012
-@@ -12,5 +12,5 @@
+--- Modules/CMakeUnixFindMake.cmake.orig Mon Oct 7 17:31:00 2013
++++ Modules/CMakeUnixFindMake.cmake Wed Oct 9 09:38:47 2013
+@@ -12,7 +12,7 @@
# (To distribute this file outside of CMake, substitute the full
# License text for the above reference.)
-find_program(CMAKE_MAKE_PROGRAM NAMES gmake make smake)
+find_program(CMAKE_MAKE_PROGRAM NAMES make gmake smake)
mark_as_advanced(CMAKE_MAKE_PROGRAM)
+
+ # Look for a make tool provided by Xcode
Index: patches/patch-Modules_Compiler_GNU_cmake
===================================================================
RCS file: /cvs/ports/devel/cmake/patches/patch-Modules_Compiler_GNU_cmake,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 patch-Modules_Compiler_GNU_cmake
--- patches/patch-Modules_Compiler_GNU_cmake 11 Nov 2012 17:13:31 -0000
1.5
+++ patches/patch-Modules_Compiler_GNU_cmake 9 Oct 2013 09:08:12 -0000
@@ -1,7 +1,7 @@
$OpenBSD: patch-Modules_Compiler_GNU_cmake,v 1.5 2012/11/11 17:13:31 dcoppa
Exp $
---- Modules/Compiler/GNU.cmake.orig Fri Nov 2 08:17:31 2012
-+++ Modules/Compiler/GNU.cmake Fri Nov 2 08:18:11 2012
-@@ -43,8 +43,8 @@ macro(__compiler_gnu lang)
+--- Modules/Compiler/GNU.cmake.orig Mon Oct 7 17:31:00 2013
++++ Modules/Compiler/GNU.cmake Wed Oct 9 09:38:48 2013
+@@ -46,8 +46,8 @@ macro(__compiler_gnu lang)
# Initial configuration flags.
set(CMAKE_${lang}_FLAGS_INIT "")
set(CMAKE_${lang}_FLAGS_DEBUG_INIT "-g")
Index: patches/patch-Modules_FindQt4_cmake
===================================================================
RCS file: /cvs/ports/devel/cmake/patches/patch-Modules_FindQt4_cmake,v
retrieving revision 1.20
diff -u -p -u -p -r1.20 patch-Modules_FindQt4_cmake
--- patches/patch-Modules_FindQt4_cmake 21 Jun 2013 11:12:51 -0000 1.20
+++ patches/patch-Modules_FindQt4_cmake 9 Oct 2013 09:08:12 -0000
@@ -1,7 +1,7 @@
$OpenBSD: patch-Modules_FindQt4_cmake,v 1.20 2013/06/21 11:12:51 dcoppa Exp $
---- Modules/FindQt4.cmake.orig Fri Jun 7 17:21:34 2013
-+++ Modules/FindQt4.cmake Fri Jun 21 11:38:22 2013
-@@ -569,7 +569,12 @@ endfunction()
+--- Modules/FindQt4.cmake.orig Mon Oct 7 17:31:00 2013
++++ Modules/FindQt4.cmake Wed Oct 9 09:38:48 2013
+@@ -571,7 +571,12 @@ endfunction()
set(QT4_INSTALLED_VERSION_TOO_OLD FALSE)
@@ -15,7 +15,7 @@ $OpenBSD: patch-Modules_FindQt4_cmake,v
_qt4_find_qmake("${_QT4_QMAKE_NAMES}" QT_QMAKE_EXECUTABLE QTVERSION)
if (QT_QMAKE_EXECUTABLE AND QTVERSION)
-@@ -727,6 +732,8 @@ if (QT_QMAKE_EXECUTABLE AND QTVERSION)
+@@ -732,6 +737,8 @@ if (QT_QMAKE_EXECUTABLE AND QTVERSION)
# Set QT_INCLUDES
set( QT_INCLUDES ${QT_MKSPECS_DIR}/default ${QT_INCLUDE_DIR}
${QT_QTCORE_INCLUDE_DIR})
@@ -24,7 +24,7 @@ $OpenBSD: patch-Modules_FindQt4_cmake,v
# ask qmake for the documentation directory
-@@ -1153,13 +1160,13 @@ if (QT_QMAKE_EXECUTABLE AND QTVERSION)
+@@ -1157,13 +1164,13 @@ if (QT_QMAKE_EXECUTABLE AND QTVERSION)
endif()
find_program(QT_MOC_EXECUTABLE
@@ -40,7 +40,7 @@ $OpenBSD: patch-Modules_FindQt4_cmake,v
PATHS ${QT_BINARY_DIR}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH
)
-@@ -1189,13 +1196,13 @@ if (QT_QMAKE_EXECUTABLE AND QTVERSION)
+@@ -1193,13 +1200,13 @@ if (QT_QMAKE_EXECUTABLE AND QTVERSION)
)
find_program(QT_LUPDATE_EXECUTABLE
@@ -56,7 +56,7 @@ $OpenBSD: patch-Modules_FindQt4_cmake,v
PATHS ${QT_BINARY_DIR}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH
)
-@@ -1207,13 +1214,13 @@ if (QT_QMAKE_EXECUTABLE AND QTVERSION)
+@@ -1211,13 +1218,13 @@ if (QT_QMAKE_EXECUTABLE AND QTVERSION)
)
find_program(QT_DESIGNER_EXECUTABLE
Index: patches/patch-Modules_FindTCL_cmake
===================================================================
RCS file: /cvs/ports/devel/cmake/patches/patch-Modules_FindTCL_cmake,v
retrieving revision 1.10
diff -u -p -u -p -r1.10 patch-Modules_FindTCL_cmake
--- patches/patch-Modules_FindTCL_cmake 30 Sep 2013 11:18:10 -0000 1.10
+++ patches/patch-Modules_FindTCL_cmake 9 Oct 2013 09:08:12 -0000
@@ -1,6 +1,6 @@
$OpenBSD: patch-Modules_FindTCL_cmake,v 1.10 2013/09/30 11:18:10 dcoppa Exp $
---- Modules/FindTCL.cmake.orig Tue Jul 2 15:41:39 2013
-+++ Modules/FindTCL.cmake Mon Sep 30 12:52:28 2013
+--- Modules/FindTCL.cmake.orig Wed Oct 9 10:09:18 2013
++++ Modules/FindTCL.cmake Wed Oct 9 10:09:54 2013
@@ -48,19 +48,36 @@ include(${CMAKE_CURRENT_LIST_DIR}/CMakeFindFrameworks.
include(${CMAKE_CURRENT_LIST_DIR}/FindTclsh.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/FindWish.cmake)
@@ -164,7 +164,7 @@ $OpenBSD: patch-Modules_FindTCL_cmake,v
CMAKE_FIND_FRAMEWORKS(Tcl)
CMAKE_FIND_FRAMEWORKS(Tk)
-@@ -155,28 +206,46 @@ if(Tk_FRAMEWORKS)
+@@ -155,30 +206,46 @@ if(Tk_FRAMEWORKS)
endif()
endif()
@@ -185,6 +185,8 @@ $OpenBSD: patch-Modules_FindTCL_cmake,v
- /usr/include/tcl8.3
- /usr/include/tcl8.2
- /usr/include/tcl8.0
+- /usr/local/include/tcl8.6
+- /usr/local/include/tk8.6
- /usr/local/include/tcl8.5
- /usr/local/include/tk8.5
- /usr/local/include/tcl8.4
Index: patches/patch-Source_CMakeLists_txt
===================================================================
RCS file: /cvs/ports/devel/cmake/patches/patch-Source_CMakeLists_txt,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 patch-Source_CMakeLists_txt
--- patches/patch-Source_CMakeLists_txt 22 Aug 2013 09:53:20 -0000 1.4
+++ patches/patch-Source_CMakeLists_txt 9 Oct 2013 09:08:12 -0000
@@ -1,33 +1,14 @@
$OpenBSD: patch-Source_CMakeLists_txt,v 1.4 2013/08/22 09:53:20 dcoppa Exp $
-commit 480e924daedee520d18c8a9c0b9823fef205b57a
-Author: David Coppa <dco...@openbsd.org>
-Date: Fri Jun 21 11:13:35 2013 +0200
+XXX: CMake's built-in ELF parser is broken on arm
-OpenBSD: Enable ELF parsing and editing
-
-OpenBSD provides ELF ABI declarations in
-
-#include <stdint.h>
-#include <elf_abi.h>
-
-Teach the platform check and cmELF implementation to use these.
-
-XXX: broken on arm
-
---- Source/CMakeLists.txt.orig Tue Jul 2 15:41:40 2013
-+++ Source/CMakeLists.txt Tue Aug 20 11:22:32 2013
-@@ -11,8 +11,12 @@
- #=============================================================================
- include(CheckIncludeFile)
- # Check if we can build support for ELF parsing.
--CHECK_INCLUDE_FILE("elf.h" HAVE_ELF_H)
+--- Source/CMakeLists.txt.orig Wed Oct 9 09:45:09 2013
++++ Source/CMakeLists.txt Wed Oct 9 09:45:53 2013
+@@ -16,7 +16,7 @@ if(CMAKE_CXX_PLATFORM_ID MATCHES "OpenBSD")
+ else()
+ CHECK_INCLUDE_FILE("elf.h" HAVE_ELF_H)
+ endif()
-if(HAVE_ELF_H)
-+if(CMAKE_CXX_PLATFORM_ID MATCHES "OpenBSD")
-+ CHECK_INCLUDE_FILES("stdint.h;elf_abi.h" HAVE_ELF_H)
-+else()
-+ CHECK_INCLUDE_FILE("elf.h" HAVE_ELF_H)
-+endif()
+if(HAVE_ELF_H AND NOT CMAKE_SYSTEM_PROCESSOR MATCHES "^arm")
set(CMAKE_USE_ELF_PARSER 1)
else()
Index: patches/patch-Source_CursesDialog_CMakeLists_txt
===================================================================
RCS file:
/cvs/ports/devel/cmake/patches/patch-Source_CursesDialog_CMakeLists_txt,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 patch-Source_CursesDialog_CMakeLists_txt
--- patches/patch-Source_CursesDialog_CMakeLists_txt 11 Nov 2012 17:13:32
-0000 1.3
+++ patches/patch-Source_CursesDialog_CMakeLists_txt 9 Oct 2013 09:08:12
-0000
@@ -1,6 +1,6 @@
$OpenBSD: patch-Source_CursesDialog_CMakeLists_txt,v 1.3 2012/11/11 17:13:32
dcoppa Exp $
---- Source/CursesDialog/CMakeLists.txt.orig Fri Nov 2 08:20:02 2012
-+++ Source/CursesDialog/CMakeLists.txt Fri Nov 2 08:22:27 2012
+--- Source/CursesDialog/CMakeLists.txt.orig Mon Oct 7 17:31:00 2013
++++ Source/CursesDialog/CMakeLists.txt Wed Oct 9 09:38:48 2013
@@ -25,13 +25,15 @@ set( CURSES_SRCS
CursesDialog/ccmake
)
@@ -19,4 +19,4 @@ $OpenBSD: patch-Source_CursesDialog_CMak
+ target_link_libraries(ccmake ${CURSES_EXTRA_LIBRARY})
+endif(CURSES_EXTRA_LIBRARY)
- install_targets(/bin ccmake)
+ install(TARGETS ccmake DESTINATION bin)
Index: patches/patch-Source_cmComputeLinkInformation_cxx
===================================================================
RCS file:
/cvs/ports/devel/cmake/patches/patch-Source_cmComputeLinkInformation_cxx,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 patch-Source_cmComputeLinkInformation_cxx
--- patches/patch-Source_cmComputeLinkInformation_cxx 6 Jun 2013 12:47:06
-0000 1.6
+++ patches/patch-Source_cmComputeLinkInformation_cxx 9 Oct 2013 09:08:12
-0000
@@ -1,7 +1,7 @@
$OpenBSD: patch-Source_cmComputeLinkInformation_cxx,v 1.6 2013/06/06 12:47:06
dcoppa Exp $
---- Source/cmComputeLinkInformation.cxx.orig Wed May 15 19:38:13 2013
-+++ Source/cmComputeLinkInformation.cxx Thu May 30 11:08:06 2013
-@@ -1070,12 +1070,21 @@ void cmComputeLinkInformation::AddTargetItem(std::stri
+--- Source/cmComputeLinkInformation.cxx.orig Mon Oct 7 17:31:00 2013
++++ Source/cmComputeLinkInformation.cxx Wed Oct 9 09:38:48 2013
+@@ -1076,12 +1076,21 @@ void cmComputeLinkInformation::AddTargetItem(std::stri
this->SharedLibrariesLinked.insert(target);
}
Index: patches/patch-Source_cmELF_cxx
===================================================================
RCS file: patches/patch-Source_cmELF_cxx
diff -N patches/patch-Source_cmELF_cxx
--- patches/patch-Source_cmELF_cxx 25 Jun 2013 07:16:46 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,31 +0,0 @@
-$OpenBSD: patch-Source_cmELF_cxx,v 1.1 2013/06/25 07:16:46 dcoppa Exp $
-
-commit 480e924daedee520d18c8a9c0b9823fef205b57a
-Author: David Coppa <dco...@openbsd.org>
-Date: Fri Jun 21 11:13:35 2013 +0200
-
-OpenBSD: Enable ELF parsing and editing
-
-OpenBSD provides ELF ABI declarations in
-
-#include <stdint.h>
-#include <elf_abi.h>
-
-Teach the platform check and cmELF implementation to use these.
-
---- Source/cmELF.cxx.orig Wed May 15 19:38:13 2013
-+++ Source/cmELF.cxx Fri Jun 21 09:18:46 2013
-@@ -19,7 +19,12 @@
- #include <cmsys/CPU.h>
-
- // Include the ELF format information system header.
--#include <elf.h>
-+#if defined(__OpenBSD__)
-+# include <stdint.h>
-+# include <elf_abi.h>
-+#else
-+# include <elf.h>
-+#endif
- #if defined(__sun)
- # include <sys/link.h> // For dynamic section information
- #endif
Index: patches/patch-Source_cmInstallCommand_cxx
===================================================================
RCS file: /cvs/ports/devel/cmake/patches/patch-Source_cmInstallCommand_cxx,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 patch-Source_cmInstallCommand_cxx
--- patches/patch-Source_cmInstallCommand_cxx 7 Jun 2013 13:26:27 -0000
1.5
+++ patches/patch-Source_cmInstallCommand_cxx 9 Oct 2013 09:08:12 -0000
@@ -1,7 +1,7 @@
$OpenBSD: patch-Source_cmInstallCommand_cxx,v 1.5 2013/06/07 13:26:27 dcoppa
Exp $
---- Source/cmInstallCommand.cxx.orig Wed May 15 19:38:13 2013
-+++ Source/cmInstallCommand.cxx Fri Jun 7 15:11:52 2013
-@@ -333,6 +333,9 @@ bool cmInstallCommand::HandleTargetsMode(std::vector<s
+--- Source/cmInstallCommand.cxx.orig Mon Oct 7 17:31:00 2013
++++ Source/cmInstallCommand.cxx Wed Oct 9 09:38:48 2013
+@@ -336,6 +336,9 @@ bool cmInstallCommand::HandleTargetsMode(std::vector<s
// Select the mode for installing symlinks to versioned shared libraries.
cmInstallTargetGenerator::NamelinkModeType
@@ -11,7 +11,7 @@ $OpenBSD: patch-Source_cmInstallCommand_
namelinkMode = cmInstallTargetGenerator::NamelinkModeNone;
if(libraryArgs.GetNamelinkOnly())
{
-@@ -342,6 +345,9 @@ bool cmInstallCommand::HandleTargetsMode(std::vector<s
+@@ -345,6 +348,9 @@ bool cmInstallCommand::HandleTargetsMode(std::vector<s
{
namelinkMode = cmInstallTargetGenerator::NamelinkModeSkip;
}
Index: patches/patch-Source_cmTarget_cxx
===================================================================
RCS file: /cvs/ports/devel/cmake/patches/patch-Source_cmTarget_cxx,v
retrieving revision 1.18
diff -u -p -u -p -r1.18 patch-Source_cmTarget_cxx
--- patches/patch-Source_cmTarget_cxx 6 Jun 2013 12:47:06 -0000 1.18
+++ patches/patch-Source_cmTarget_cxx 9 Oct 2013 09:08:12 -0000
@@ -1,7 +1,7 @@
$OpenBSD: patch-Source_cmTarget_cxx,v 1.18 2013/06/06 12:47:06 dcoppa Exp $
---- Source/cmTarget.cxx.orig Wed May 15 19:38:13 2013
-+++ Source/cmTarget.cxx Tue May 28 17:15:30 2013
-@@ -3772,6 +3772,7 @@ std::string cmTarget::GetPDBName(const char* config)
+--- Source/cmTarget.cxx.orig Wed Oct 9 09:47:16 2013
++++ Source/cmTarget.cxx Wed Oct 9 10:01:12 2013
+@@ -4503,6 +4503,7 @@ std::string cmTarget::GetPDBName(const char* config)
//----------------------------------------------------------------------------
bool cmTarget::HasSOName(const char* config)
{
@@ -9,7 +9,7 @@ $OpenBSD: patch-Source_cmTarget_cxx,v 1.
// soname is supported only for shared libraries and modules,
// and then only when the platform supports an soname flag.
return ((this->GetType() == cmTarget::SHARED_LIBRARY ||
-@@ -3779,6 +3780,9 @@ bool cmTarget::HasSOName(const char* config)
+@@ -4510,6 +4511,9 @@ bool cmTarget::HasSOName(const char* config)
!this->GetPropertyAsBool("NO_SONAME") &&
this->Makefile->GetSONameFlag(this->GetLinkerLanguage(config,
this)));
@@ -19,7 +19,7 @@ $OpenBSD: patch-Source_cmTarget_cxx,v 1.
}
//----------------------------------------------------------------------------
-@@ -4102,8 +4106,13 @@ void cmTarget::GetLibraryNames(std::string& name,
+@@ -4934,8 +4938,13 @@ void cmTarget::GetLibraryNames(std::string& name,
// Check for library version properties.
const char* version = this->GetProperty("VERSION");
const char* soversion = this->GetProperty("SOVERSION");
@@ -33,12 +33,12 @@ $OpenBSD: patch-Source_cmTarget_cxx,v 1.
{
// Versioning is supported only for shared libraries and modules,
// and then only when the platform supports an soname flag.
-@@ -4131,9 +4140,43 @@ void cmTarget::GetLibraryNames(std::string& name,
+@@ -4963,6 +4972,36 @@ void cmTarget::GetLibraryNames(std::string& name,
// The library name.
name = prefix+base+suffix;
+#if defined(__OpenBSD__)
-+ // Override shared library version using LIBxxx_VERSION
++ // Override shared library version using LIBxxx_VERSION
+ // environment variable. Needed for OpenBSD ports system.
+ if(this->GetType() == cmTarget::SHARED_LIBRARY ||
+ this->GetType() == cmTarget::MODULE_LIBRARY)
@@ -58,26 +58,35 @@ $OpenBSD: patch-Source_cmTarget_cxx,v 1.
+ msg += env_name;
+ msg += " specification: ";
+ msg += env_vers;
-+ this->Makefile->IssueMessage(cmake::FATAL_ERROR,
++ this->Makefile->IssueMessage(cmake::FATAL_ERROR,
+ msg.c_str());
+ } else {
+ version = env_vers_cstr;
+ }
+ }
+ }
++#endif
+
- // The library's soname.
- this->ComputeVersionedName(soName, prefix, base, suffix,
-+ name, version);
+ if(this->IsFrameworkOnApple())
+ {
+ realName = prefix;
+@@ -4974,9 +5013,15 @@ void cmTarget::GetLibraryNames(std::string& name,
+ }
+ else
+ {
++#if !defined(__OpenBSD__)
+ // The library's soname.
+ this->ComputeVersionedName(soName, prefix, base, suffix,
+ name, soversion);
+#else
-+ // The library's soname.
-+ this->ComputeVersionedName(soName, prefix, base, suffix,
- name, soversion);
++ // The library's soname.
++ this->ComputeVersionedName(soName, prefix, base, suffix,
++ name, version);
+#endif
-
- // The library's real name on disk.
- this->ComputeVersionedName(realName, prefix, base, suffix,
-@@ -4166,7 +4209,23 @@ void cmTarget::ComputeVersionedName(std::string& vName
+ // The library's real name on disk.
+ this->ComputeVersionedName(realName, prefix, base, suffix,
+ name, version);
+@@ -5009,7 +5054,23 @@ void cmTarget::ComputeVersionedName(std::string& vName
if(version)
{
vName += ".";
Index: patches/patch-Tests_CMakeLists_txt
===================================================================
RCS file: /cvs/ports/devel/cmake/patches/patch-Tests_CMakeLists_txt,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 patch-Tests_CMakeLists_txt
--- patches/patch-Tests_CMakeLists_txt 21 Jun 2013 11:12:51 -0000 1.6
+++ patches/patch-Tests_CMakeLists_txt 9 Oct 2013 09:08:12 -0000
@@ -2,9 +2,9 @@ $OpenBSD: patch-Tests_CMakeLists_txt,v 1
Disable CTestTestUpload test because it requires Internet access.
---- Tests/CMakeLists.txt.orig Fri Jun 7 17:21:34 2013
-+++ Tests/CMakeLists.txt Fri Jun 21 11:38:23 2013
-@@ -1778,17 +1778,6 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P ${CM
+--- Tests/CMakeLists.txt.orig Mon Oct 7 17:31:00 2013
++++ Tests/CMakeLists.txt Wed Oct 9 09:38:48 2013
+@@ -1882,17 +1882,6 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P ${CM
FAIL_REGULAR_EXPRESSION "SegFault")
configure_file(
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/cmake/pkg/PLIST,v
retrieving revision 1.25
diff -u -p -u -p -r1.25 PLIST
--- pkg/PLIST 4 Jul 2013 16:34:06 -0000 1.25
+++ pkg/PLIST 9 Oct 2013 09:08:14 -0000
@@ -82,6 +82,7 @@ share/cmake/Modules/CMakeFortranCompiler
share/cmake/Modules/CMakeFortranCompilerId.F.in
share/cmake/Modules/CMakeFortranInformation.cmake
share/cmake/Modules/CMakeGenericSystem.cmake
+share/cmake/Modules/CMakeGraphVizOptions.cmake
share/cmake/Modules/CMakeImportBuildSettings.cmake
share/cmake/Modules/CMakeJOMFindMake.cmake
share/cmake/Modules/CMakeJavaCompiler.cmake.in
@@ -94,6 +95,7 @@ share/cmake/Modules/CMakePackageConfigHe
share/cmake/Modules/CMakeParseArguments.cmake
share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake
share/cmake/Modules/CMakePlatformId.h.in
+share/cmake/Modules/CMakePrintHelpers.cmake
share/cmake/Modules/CMakePrintSystemInformation.cmake
share/cmake/Modules/CMakePushCheckState.cmake
share/cmake/Modules/CMakeRCCompiler.cmake.in
@@ -199,6 +201,10 @@ share/cmake/Modules/Compiler/HP-ASM.cmak
share/cmake/Modules/Compiler/HP-C.cmake
share/cmake/Modules/Compiler/HP-CXX.cmake
share/cmake/Modules/Compiler/HP-Fortran.cmake
+share/cmake/Modules/Compiler/IAR-ASM.cmake
+share/cmake/Modules/Compiler/IAR-C.cmake
+share/cmake/Modules/Compiler/IAR-CXX.cmake
+share/cmake/Modules/Compiler/IAR.cmake
share/cmake/Modules/Compiler/Intel-ASM.cmake
share/cmake/Modules/Compiler/Intel-C.cmake
share/cmake/Modules/Compiler/Intel-CXX.cmake
@@ -486,6 +492,7 @@ share/cmake/Modules/Platform/Darwin-GNU-
share/cmake/Modules/Platform/Darwin-GNU-CXX.cmake
share/cmake/Modules/Platform/Darwin-GNU-Fortran.cmake
share/cmake/Modules/Platform/Darwin-GNU.cmake
+share/cmake/Modules/Platform/Darwin-Intel-Fortran.cmake
share/cmake/Modules/Platform/Darwin-NAG-Fortran.cmake
share/cmake/Modules/Platform/Darwin-VisualAge-C.cmake
share/cmake/Modules/Platform/Darwin-VisualAge-CXX.cmake