[Midnightbsd-cvs] mports [16205] trunk/devel: Update cmake to 2.8.12
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Apr 12 18:31:34 EDT 2014
Revision: 16205
http://svnweb.midnightbsd.org/mports/?rev=16205
Author: laffer1
Date: 2014-04-12 18:31:33 -0400 (Sat, 12 Apr 2014)
Log Message:
-----------
Update cmake to 2.8.12
Modified Paths:
--------------
trunk/devel/cmake/Makefile
trunk/devel/cmake/distinfo
trunk/devel/cmake/files/InitialCache.cmake
trunk/devel/cmake/files/patch-CMakeLists.txt
trunk/devel/cmake/files/patch-Modules_FindwxWidgets.cmake
trunk/devel/cmake/pkg-plist
trunk/devel/cmake-modules/pkg-plist
Added Paths:
-----------
trunk/devel/cmake/files/patch-Modules_FindFreetype.cmake
trunk/devel/cmake/files/patch-Source__kwsys__SystemInformation.cxx
trunk/devel/cmake/files/patch-Utilities__cmcurl__CMakeLists.txt
Property Changed:
----------------
trunk/devel/cmake/files/MidnightBSD.cmake
trunk/devel/cmake/files/patch-CMakeLists.txt
trunk/devel/cmake/files/patch-Modules-CMakePlatformId.h.in
trunk/devel/cmake/files/patch-Modules_FindDCMTK.cmake
trunk/devel/cmake/files/patch-Modules_FindQt4.cmake
trunk/devel/cmake/files/patch-Modules_FindSDL.cmake
trunk/devel/cmake/files/patch-Modules_FindwxWidgets.cmake
trunk/devel/cmake/files/patch-Modules_FindwxWindows.cmake
Modified: trunk/devel/cmake/Makefile
===================================================================
--- trunk/devel/cmake/Makefile 2014-04-12 22:05:17 UTC (rev 16204)
+++ trunk/devel/cmake/Makefile 2014-04-12 22:31:33 UTC (rev 16205)
@@ -1,9 +1,10 @@
# $MidnightBSD$
PORTNAME= cmake
-PORTVERSION= 2.8.11.2
+PORTVERSION= 2.8.12.1
+PORTREVISION?= 4
CATEGORIES= devel
-MASTER_SITES= http://www.cmake.org/files/v2.8/
+MASTER_SITES= http://downloads.cmake.org/files/v2.8/
MAINTAINER= ports at MidnightBSD.org
COMMENT?= Cross-platform Makefile generator
@@ -13,6 +14,8 @@
#EXTENSIONS=cmake
+USE_KDE4= # env
+USE_OPENSSL= yes
CONFIGURE_ENV= MAKE=make
CONFIGURE_ARGS= --prefix=${PREFIX} \
--datadir="/${DATADIR_REL}" \
@@ -24,6 +27,8 @@
.endif
.if !defined(CMAKE_MODULES)
+OPTIONS_DEFINE= DOCS
+OPTIONS_SUB= yes
HAS_CONFIGURE= yes
BUILD_DEPENDS= ${DATADIR}/Modules/CMake.cmake:${PORTSDIR}/devel/cmake-modules
RUN_DEPENDS= ${DATADIR}/Modules/CMake.cmake:${PORTSDIR}/devel/cmake-modules
@@ -38,7 +43,7 @@
${WRKSRC}/Source/cmLocalGenerator.cxx \
${WRKSRC}/Source/CPack/cmCPackGenerator.cxx \
${WRKSRC}/bootstrap
- @${REINPLACE_CMD} -e 's,/opt/kde4,${LOCALBASE}/kde4,g' \
+ @${REINPLACE_CMD} -e 's,/opt/kde4,${KDE4_PREFIX},g' \
${WRKSRC}/Modules/FindKDE4.cmake
@${REINPLACE_CMD} -e 's,/usr/include,${LOCALBASE}/include,' \
${WRKSRC}/Modules/FindDCMTK.cmake
Modified: trunk/devel/cmake/distinfo
===================================================================
--- trunk/devel/cmake/distinfo 2014-04-12 22:05:17 UTC (rev 16204)
+++ trunk/devel/cmake/distinfo 2014-04-12 22:31:33 UTC (rev 16205)
@@ -1,2 +1,2 @@
-SHA256 (cmake-2.8.11.2.tar.gz) = b32acb483afdd14339941c6e4ec25f633d916a7a472653a0b00838771a6c0562
-SIZE (cmake-2.8.11.2.tar.gz) = 5887016
+SHA256 (cmake-2.8.12.1.tar.gz) = fa28c12791d64c36ba6b6cb062a4b4bd4223053f6b9ea501b1bdbdf4d5df3a67
+SIZE (cmake-2.8.12.1.tar.gz) = 6068021
Modified: trunk/devel/cmake/files/InitialCache.cmake
===================================================================
--- trunk/devel/cmake/files/InitialCache.cmake 2014-04-12 22:05:17 UTC (rev 16204)
+++ trunk/devel/cmake/files/InitialCache.cmake 2014-04-12 22:31:33 UTC (rev 16205)
@@ -4,3 +4,7 @@
# devel/qt4-corelib is not).
# See https://mail.kde.org/pipermail/kde-freebsd/2013-July/015703.html
set(BUILD_TESTING OFF CACHE BOOL "Build the testing tree.")
+
+# Explicitly enable use of OpenSSL in the bundled copy of libcurl, as it
+# defaults to off. See ports/187374.
+set(CMAKE_USE_OPENSSL ON CACHE BOOL "Use OpenSSL code with curl.")
Index: trunk/devel/cmake/files/MidnightBSD.cmake
===================================================================
--- trunk/devel/cmake/files/MidnightBSD.cmake 2014-04-12 22:05:17 UTC (rev 16204)
+++ trunk/devel/cmake/files/MidnightBSD.cmake 2014-04-12 22:31:33 UTC (rev 16205)
Property changes on: trunk/devel/cmake/files/MidnightBSD.cmake
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/devel/cmake/files/patch-CMakeLists.txt
===================================================================
--- trunk/devel/cmake/files/patch-CMakeLists.txt 2014-04-12 22:05:17 UTC (rev 16204)
+++ trunk/devel/cmake/files/patch-CMakeLists.txt 2014-04-12 22:31:33 UTC (rev 16205)
@@ -1,12 +1,12 @@
---- CMakeLists.txt.orig 2012-11-27 22:20:59.000000000 +0200
-+++ CMakeLists.txt 2012-11-27 22:23:04.000000000 +0200
-@@ -605,17 +605,17 @@
- install(FILES Copyright.txt DESTINATION ${CMake_DOC_DEST})
+--- CMakeLists.txt.orig 2013-10-14 16:29:44.055730052 +0300
++++ CMakeLists.txt 2013-10-14 16:30:05.395729128 +0300
+@@ -629,17 +629,17 @@
+ install(FILES Copyright.txt DESTINATION ${CMAKE_DOC_DIR})
# Install script directories.
-install(
- DIRECTORY Modules Templates
-- DESTINATION "${CMake_DATA_DEST}"
+- DESTINATION ${CMAKE_DATA_DIR}
- FILE_PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
- DIRECTORY_PERMISSIONS OWNER_READ OWNER_EXECUTE OWNER_WRITE
- GROUP_READ GROUP_EXECUTE
@@ -17,7 +17,7 @@
- )
+# install(
+# DIRECTORY Modules Templates
-+# DESTINATION "${CMake_DATA_DEST}"
++# DESTINATION ${CMAKE_DATA_DIR}
+# FILE_PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
+# DIRECTORY_PERMISSIONS OWNER_READ OWNER_EXECUTE OWNER_WRITE
+# GROUP_READ GROUP_EXECUTE
Property changes on: trunk/devel/cmake/files/patch-CMakeLists.txt
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Index: trunk/devel/cmake/files/patch-Modules-CMakePlatformId.h.in
===================================================================
--- trunk/devel/cmake/files/patch-Modules-CMakePlatformId.h.in 2014-04-12 22:05:17 UTC (rev 16204)
+++ trunk/devel/cmake/files/patch-Modules-CMakePlatformId.h.in 2014-04-12 22:31:33 UTC (rev 16205)
Property changes on: trunk/devel/cmake/files/patch-Modules-CMakePlatformId.h.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Index: trunk/devel/cmake/files/patch-Modules_FindDCMTK.cmake
===================================================================
--- trunk/devel/cmake/files/patch-Modules_FindDCMTK.cmake 2014-04-12 22:05:17 UTC (rev 16204)
+++ trunk/devel/cmake/files/patch-Modules_FindDCMTK.cmake 2014-04-12 22:31:33 UTC (rev 16205)
Property changes on: trunk/devel/cmake/files/patch-Modules_FindDCMTK.cmake
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Added: trunk/devel/cmake/files/patch-Modules_FindFreetype.cmake
===================================================================
--- trunk/devel/cmake/files/patch-Modules_FindFreetype.cmake (rev 0)
+++ trunk/devel/cmake/files/patch-Modules_FindFreetype.cmake 2014-04-12 22:31:33 UTC (rev 16205)
@@ -0,0 +1,28 @@
+In the 2.5.1 release of freetype most of the headers where moved from
+freetype2/freetype/* -> freetype2/*. So we need to update the detection
+rules to take this into account.
+
+http://public.kitware.com/Bug/view.php?id=14601
+
+--- Modules/FindFreetype.cmake.orig 2013-12-13 11:15:05.000000000 +0100
++++ Modules/FindFreetype.cmake 2013-12-13 11:15:39.000000000 +0100
+@@ -56,7 +56,7 @@
+ PATH_SUFFIXES include/freetype2 include
+ )
+
+-find_path(FREETYPE_INCLUDE_DIR_freetype2 freetype/config/ftheader.h
++find_path(FREETYPE_INCLUDE_DIR_freetype2 config/ftheader.h
+ HINTS
+ ENV FREETYPE_DIR
+ PATHS
+@@ -91,8 +91,8 @@
+ endif()
+ set(FREETYPE_LIBRARIES "${FREETYPE_LIBRARY}")
+
+-if(FREETYPE_INCLUDE_DIR_freetype2 AND EXISTS "${FREETYPE_INCLUDE_DIR_freetype2}/freetype/freetype.h")
+- file(STRINGS "${FREETYPE_INCLUDE_DIR_freetype2}/freetype/freetype.h" freetype_version_str
++if(FREETYPE_INCLUDE_DIR_freetype2 AND EXISTS "${FREETYPE_INCLUDE_DIR_freetype2}/freetype.h")
++ file(STRINGS "${FREETYPE_INCLUDE_DIR_freetype2}/freetype.h" freetype_version_str
+ REGEX "^#[\t ]*define[\t ]+FREETYPE_(MAJOR|MINOR|PATCH)[\t ]+[0-9]+$")
+
+ unset(FREETYPE_VERSION_STRING)
Index: trunk/devel/cmake/files/patch-Modules_FindQt4.cmake
===================================================================
--- trunk/devel/cmake/files/patch-Modules_FindQt4.cmake 2014-04-12 22:05:17 UTC (rev 16204)
+++ trunk/devel/cmake/files/patch-Modules_FindQt4.cmake 2014-04-12 22:31:33 UTC (rev 16205)
Property changes on: trunk/devel/cmake/files/patch-Modules_FindQt4.cmake
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6
\ No newline at end of property
Index: trunk/devel/cmake/files/patch-Modules_FindSDL.cmake
===================================================================
--- trunk/devel/cmake/files/patch-Modules_FindSDL.cmake 2014-04-12 22:05:17 UTC (rev 16204)
+++ trunk/devel/cmake/files/patch-Modules_FindSDL.cmake 2014-04-12 22:31:33 UTC (rev 16205)
Property changes on: trunk/devel/cmake/files/patch-Modules_FindSDL.cmake
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3
\ No newline at end of property
Modified: trunk/devel/cmake/files/patch-Modules_FindwxWidgets.cmake
===================================================================
--- trunk/devel/cmake/files/patch-Modules_FindwxWidgets.cmake 2014-04-12 22:05:17 UTC (rev 16204)
+++ trunk/devel/cmake/files/patch-Modules_FindwxWidgets.cmake 2014-04-12 22:31:33 UTC (rev 16205)
@@ -1,11 +1,11 @@
---- ./Modules/FindwxWidgets.cmake.orig 2010-06-28 19:15:57.000000000 +0400
-+++ ./Modules/FindwxWidgets.cmake 2010-07-06 02:06:02.277945209 +0400
-@@ -689,7 +689,7 @@
+--- Modules/FindwxWidgets.cmake.orig 2013-10-14 16:39:11.995705456 +0300
++++ Modules/FindwxWidgets.cmake 2013-10-14 16:39:31.315704621 +0300
+@@ -702,7 +702,7 @@
# UNIX: Start actual work.
#-----------------------------------------------------------------
# Support cross-compiling, only search in the target platform.
- find_program(wxWidgets_CONFIG_EXECUTABLE wx-config
+ find_program(wxWidgets_CONFIG_EXECUTABLE NAMES $ENV{WX_CONFIG} wx-config
+ DOC "Location of wxWidgets library configuration provider binary (wx-config)."
ONLY_CMAKE_FIND_ROOT_PATH
)
-
Property changes on: trunk/devel/cmake/files/patch-Modules_FindwxWidgets.cmake
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/devel/cmake/files/patch-Modules_FindwxWindows.cmake
===================================================================
--- trunk/devel/cmake/files/patch-Modules_FindwxWindows.cmake 2014-04-12 22:05:17 UTC (rev 16204)
+++ trunk/devel/cmake/files/patch-Modules_FindwxWindows.cmake 2014-04-12 22:31:33 UTC (rev 16205)
Property changes on: trunk/devel/cmake/files/patch-Modules_FindwxWindows.cmake
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Added: trunk/devel/cmake/files/patch-Source__kwsys__SystemInformation.cxx
===================================================================
--- trunk/devel/cmake/files/patch-Source__kwsys__SystemInformation.cxx (rev 0)
+++ trunk/devel/cmake/files/patch-Source__kwsys__SystemInformation.cxx 2014-04-12 22:31:33 UTC (rev 16205)
@@ -0,0 +1,41 @@
+From e0b5a0523e6ba75efc97d5fc0bc5299b5f3d3bca Mon Sep 17 00:00:00 2001
+From: Raphael Kubo da Costa <rakuco at FreeBSD.org>
+Date: Mon, 14 Oct 2013 23:35:05 +0300
+Subject: [PATCH] KWSys: Include backtrace-related headers on FreeBSD.
+
+This was probably broken for a long while, but the problem was not apparent
+because the check for execinfo.h would fail by default because
+-I/usr/local/include was not being passed to the compiler when making the
+checks for the header's existence.
+
+Now that very recent FreeBSD versions (ie. 10-CURRENT) have NetBSD's
+libexecinfo in base (and it is thus installed into /usr), the
+backtrace-related checks would pass, but the required headers were not being
+included in SystemInformation.cxx.
+---
+ Source/kwsys/SystemInformation.cxx | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
+diff --git a/Source/kwsys/SystemInformation.cxx b/Source/kwsys/SystemInformation.cxx
+index 7c31f3a..2672730 100644
+--- Source/kwsys/SystemInformation.cxx
++++ Source/kwsys/SystemInformation.cxx
+@@ -88,6 +88,15 @@ typedef int siginfo_t;
+ # include <ifaddrs.h>
+ # define KWSYS_SYSTEMINFORMATION_IMPLEMENT_FQDN
+ # endif
++# if defined(KWSYS_SYSTEMINFORMATION_HAS_BACKTRACE)
++# include <execinfo.h>
++# if defined(KWSYS_SYSTEMINFORMATION_HAS_CPP_DEMANGLE)
++# include <cxxabi.h>
++# endif
++# if defined(KWSYS_SYSTEMINFORMATION_HAS_SYMBOL_LOOKUP)
++# include <dlfcn.h>
++# endif
++# endif
+ #endif
+
+ #if defined(__OpenBSD__) || defined(__NetBSD__)
+--
+1.8.4
+
Added: trunk/devel/cmake/files/patch-Utilities__cmcurl__CMakeLists.txt
===================================================================
--- trunk/devel/cmake/files/patch-Utilities__cmcurl__CMakeLists.txt (rev 0)
+++ trunk/devel/cmake/files/patch-Utilities__cmcurl__CMakeLists.txt 2014-04-12 22:31:33 UTC (rev 16205)
@@ -0,0 +1,36 @@
+cmcurl: Include the local curl directories before all others.
+
+In some cases, it was possible for the include directory of the system-wide
+libcurl to be added to the include path before cmcurl's, which would result
+in them being picked up and causing the build to fail if the curl versions
+differ too much.
+
+One way to trigger this is to have OpenSSL installed into a non-default
+location together with libcurl (/usr/local, for example). If cmcurl is built
+with CMAKE_USE_OPENSSL on, -I/usr/local/include would end up being added
+before -I${PATH_TO_CMCURL}.
+
+Sent upstream: http://public.kitware.com/pipermail/cmake-developers/2014-March/010000.html
+--- Utilities/cmcurl/CMakeLists.txt
++++ Utilities/cmcurl/CMakeLists.txt
+@@ -172,6 +172,11 @@ IF(NOT CURL_SPECIAL_LIBZ)
+ CHECK_LIBRARY_EXISTS_CONCAT("z" inflateEnd HAVE_LIBZ)
+ ENDIF(NOT CURL_SPECIAL_LIBZ)
+
++# Include the local directories before any others so that we do not end up
++# including system curl's include directory first by mistake.
++INCLUDE_DIRECTORIES(${LIBCURL_SOURCE_DIR})
++INCLUDE_DIRECTORIES(${LIBCURL_BINARY_DIR})
++
+ OPTION(CMAKE_USE_OPENSSL "Use OpenSSL code with curl." OFF)
+ MARK_AS_ADVANCED(CMAKE_USE_OPENSSL)
+ IF(CMAKE_USE_OPENSSL)
+@@ -679,8 +684,6 @@ INCLUDE(CMake/OtherTests.cmake)
+
+ # The rest of the build
+
+-INCLUDE_DIRECTORIES(${LIBCURL_SOURCE_DIR})
+-INCLUDE_DIRECTORIES(${LIBCURL_BINARY_DIR})
+ OPTION(CMAKE_BUILD_CURL_SHARED "Should curl be built shared" TRUE)
+ IF(CMAKE_BUILD_CURL_SHARED)
+ SET(LIBRARY_TYPE SHARED)
Modified: trunk/devel/cmake/pkg-plist
===================================================================
--- trunk/devel/cmake/pkg-plist 2014-04-12 22:05:17 UTC (rev 16204)
+++ trunk/devel/cmake/pkg-plist 2014-04-12 22:31:33 UTC (rev 16205)
@@ -2,6 +2,16 @@
bin/cmake
bin/cpack
bin/ctest
+man/man1/ccmake.1.gz
+man/man1/cmake.1.gz
+man/man1/cmakecommands.1.gz
+man/man1/cmakecompat.1.gz
+man/man1/cmakemodules.1.gz
+man/man1/cmakepolicies.1.gz
+man/man1/cmakeprops.1.gz
+man/man1/cmakevars.1.gz
+man/man1/cpack.1.gz
+man/man1/ctest.1.gz
share/aclocal/cmake.m4
%%DATADIR%%/completions/cmake
%%DATADIR%%/completions/cpack
@@ -11,45 +21,45 @@
%%DATADIR%%/editors/vim/cmake-indent.vim
%%DATADIR%%/editors/vim/cmake-syntax.vim
%%DATADIR%%/include/cmCPluginAPI.h
-%%DOCSDIR%%/Copyright.txt
-%%DOCSDIR%%/ccmake.docbook
-%%DOCSDIR%%/ccmake.html
-%%DOCSDIR%%/ccmake.txt
-%%DOCSDIR%%/cmake-commands.html
-%%DOCSDIR%%/cmake-commands.txt
-%%DOCSDIR%%/cmake-compatcommands.html
-%%DOCSDIR%%/cmake-compatcommands.txt
-%%DOCSDIR%%/cmake-modules.html
-%%DOCSDIR%%/cmake-modules.txt
-%%DOCSDIR%%/cmake-policies.html
-%%DOCSDIR%%/cmake-policies.txt
-%%DOCSDIR%%/cmake-properties.html
-%%DOCSDIR%%/cmake-properties.txt
-%%DOCSDIR%%/cmake-variables.html
-%%DOCSDIR%%/cmake-variables.txt
-%%DOCSDIR%%/cmake.docbook
-%%DOCSDIR%%/cmake.html
-%%DOCSDIR%%/cmake.txt
-%%DOCSDIR%%/cmcompress/Copyright.txt
-%%DOCSDIR%%/cmcurl/COPYING
-%%DOCSDIR%%/cmexpat/COPYING
-%%DOCSDIR%%/cmlibarchive/COPYING
-%%DOCSDIR%%/cmsys/Copyright.txt
-%%DOCSDIR%%/cmzlib/Copyright.txt
-%%DOCSDIR%%/cpack.docbook
-%%DOCSDIR%%/cpack.html
-%%DOCSDIR%%/cpack.txt
-%%DOCSDIR%%/ctest.docbook
-%%DOCSDIR%%/ctest.html
-%%DOCSDIR%%/ctest.txt
+%%PORTDOCS%%%%DOCSDIR%%/Copyright.txt
+%%PORTDOCS%%%%DOCSDIR%%/ccmake.docbook
+%%PORTDOCS%%%%DOCSDIR%%/ccmake.html
+%%PORTDOCS%%%%DOCSDIR%%/ccmake.txt
+%%PORTDOCS%%%%DOCSDIR%%/cmake-commands.html
+%%PORTDOCS%%%%DOCSDIR%%/cmake-commands.txt
+%%PORTDOCS%%%%DOCSDIR%%/cmake-compatcommands.html
+%%PORTDOCS%%%%DOCSDIR%%/cmake-compatcommands.txt
+%%PORTDOCS%%%%DOCSDIR%%/cmake-modules.html
+%%PORTDOCS%%%%DOCSDIR%%/cmake-modules.txt
+%%PORTDOCS%%%%DOCSDIR%%/cmake-policies.html
+%%PORTDOCS%%%%DOCSDIR%%/cmake-policies.txt
+%%PORTDOCS%%%%DOCSDIR%%/cmake-properties.html
+%%PORTDOCS%%%%DOCSDIR%%/cmake-properties.txt
+%%PORTDOCS%%%%DOCSDIR%%/cmake-variables.html
+%%PORTDOCS%%%%DOCSDIR%%/cmake-variables.txt
+%%PORTDOCS%%%%DOCSDIR%%/cmake.docbook
+%%PORTDOCS%%%%DOCSDIR%%/cmake.html
+%%PORTDOCS%%%%DOCSDIR%%/cmake.txt
+%%PORTDOCS%%%%DOCSDIR%%/cmcompress/Copyright.txt
+%%PORTDOCS%%%%DOCSDIR%%/cmcurl/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/cmexpat/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/cmlibarchive/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/cmsys/Copyright.txt
+%%PORTDOCS%%%%DOCSDIR%%/cmzlib/Copyright.txt
+%%PORTDOCS%%%%DOCSDIR%%/cpack.docbook
+%%PORTDOCS%%%%DOCSDIR%%/cpack.html
+%%PORTDOCS%%%%DOCSDIR%%/cpack.txt
+%%PORTDOCS%%%%DOCSDIR%%/ctest.docbook
+%%PORTDOCS%%%%DOCSDIR%%/ctest.html
+%%PORTDOCS%%%%DOCSDIR%%/ctest.txt
share/emacs/site-lisp/cmake-mode.el
- at dirrm %%DOCSDIR%%/cmzlib
- at dirrm %%DOCSDIR%%/cmsys
- at dirrm %%DOCSDIR%%/cmlibarchive
- at dirrm %%DOCSDIR%%/cmexpat
- at dirrm %%DOCSDIR%%/cmcurl
- at dirrm %%DOCSDIR%%/cmcompress
- at dirrm %%DOCSDIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/cmzlib
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/cmsys
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/cmlibarchive
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/cmexpat
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/cmcurl
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/cmcompress
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm %%DATADIR%%/include
@dirrm %%DATADIR%%/editors/vim
@dirrm %%DATADIR%%/editors/emacs
Modified: trunk/devel/cmake-modules/pkg-plist
===================================================================
--- trunk/devel/cmake-modules/pkg-plist 2014-04-12 22:05:17 UTC (rev 16204)
+++ trunk/devel/cmake-modules/pkg-plist 2014-04-12 22:31:33 UTC (rev 16205)
@@ -62,6 +62,7 @@
%%DATADIR%%/Modules/CMakeFortranCompilerId.F.in
%%DATADIR%%/Modules/CMakeFortranInformation.cmake
%%DATADIR%%/Modules/CMakeGenericSystem.cmake
+%%DATADIR%%/Modules/CMakeGraphVizOptions.cmake
%%DATADIR%%/Modules/CMakeImportBuildSettings.cmake
%%DATADIR%%/Modules/CMakeJOMFindMake.cmake
%%DATADIR%%/Modules/CMakeJavaCompiler.cmake.in
@@ -74,6 +75,7 @@
%%DATADIR%%/Modules/CMakeParseArguments.cmake
%%DATADIR%%/Modules/CMakeParseImplicitLinkInfo.cmake
%%DATADIR%%/Modules/CMakePlatformId.h.in
+%%DATADIR%%/Modules/CMakePrintHelpers.cmake
%%DATADIR%%/Modules/CMakePrintSystemInformation.cmake
%%DATADIR%%/Modules/CMakePushCheckState.cmake
%%DATADIR%%/Modules/CMakeRCCompiler.cmake.in
@@ -178,6 +180,10 @@
%%DATADIR%%/Modules/Compiler/HP-C.cmake
%%DATADIR%%/Modules/Compiler/HP-CXX.cmake
%%DATADIR%%/Modules/Compiler/HP-Fortran.cmake
+%%DATADIR%%/Modules/Compiler/IAR-ASM.cmake
+%%DATADIR%%/Modules/Compiler/IAR-C.cmake
+%%DATADIR%%/Modules/Compiler/IAR-CXX.cmake
+%%DATADIR%%/Modules/Compiler/IAR.cmake
%%DATADIR%%/Modules/Compiler/Intel-ASM.cmake
%%DATADIR%%/Modules/Compiler/Intel-C.cmake
%%DATADIR%%/Modules/Compiler/Intel-CXX.cmake
@@ -453,6 +459,7 @@
%%DATADIR%%/Modules/Platform/Darwin-GNU-CXX.cmake
%%DATADIR%%/Modules/Platform/Darwin-GNU-Fortran.cmake
%%DATADIR%%/Modules/Platform/Darwin-GNU.cmake
+%%DATADIR%%/Modules/Platform/Darwin-Intel-Fortran.cmake
%%DATADIR%%/Modules/Platform/Darwin-NAG-Fortran.cmake
%%DATADIR%%/Modules/Platform/Darwin-VisualAge-C.cmake
%%DATADIR%%/Modules/Platform/Darwin-VisualAge-CXX.cmake
More information about the Midnightbsd-cvs
mailing list