|
From: <ai...@us...> - 2014-02-08 19:43:26
|
Revision: 12985
http://sourceforge.net/p/plplot/code/12985
Author: airwin
Date: 2014-02-08 19:43:20 +0000 (Sat, 08 Feb 2014)
Log Message:
-----------
Set correct native line endings property for all the CMakeLists.txt
files of the epa_build project.
Modified Paths:
--------------
trunk/cmake/epa_build/cmake/CMakeLists.txt
trunk/cmake/epa_build/swig/CMakeLists.txt
Property Changed:
----------------
trunk/cmake/epa_build/cairo/CMakeLists.txt
trunk/cmake/epa_build/cmake/CMakeLists.txt
trunk/cmake/epa_build/docbook-xml/CMakeLists.txt
trunk/cmake/epa_build/docbook-xsl/CMakeLists.txt
trunk/cmake/epa_build/fontconfig/CMakeLists.txt
trunk/cmake/epa_build/glib/CMakeLists.txt
trunk/cmake/epa_build/gobject-introspection/CMakeLists.txt
trunk/cmake/epa_build/gperf/CMakeLists.txt
trunk/cmake/epa_build/gtk-doc/CMakeLists.txt
trunk/cmake/epa_build/harfbuzz/CMakeLists.txt
trunk/cmake/epa_build/intltool/CMakeLists.txt
trunk/cmake/epa_build/itcl3/CMakeLists.txt
trunk/cmake/epa_build/itk/CMakeLists.txt
trunk/cmake/epa_build/itk3/CMakeLists.txt
trunk/cmake/epa_build/itstool/CMakeLists.txt
trunk/cmake/epa_build/iwidgets/CMakeLists.txt
trunk/cmake/epa_build/libagg/CMakeLists.txt
trunk/cmake/epa_build/libffi/CMakeLists.txt
trunk/cmake/epa_build/libharu/CMakeLists.txt
trunk/cmake/epa_build/libpcre/CMakeLists.txt
trunk/cmake/epa_build/libqhull/CMakeLists.txt
trunk/cmake/epa_build/libxml2/CMakeLists.txt
trunk/cmake/epa_build/libxslt/CMakeLists.txt
trunk/cmake/epa_build/ndiff/CMakeLists.txt
trunk/cmake/epa_build/pango/CMakeLists.txt
trunk/cmake/epa_build/pixman/CMakeLists.txt
trunk/cmake/epa_build/pkg-config/CMakeLists.txt
trunk/cmake/epa_build/plplot/CMakeLists.txt
trunk/cmake/epa_build/ragel/CMakeLists.txt
trunk/cmake/epa_build/shapelib/CMakeLists.txt
trunk/cmake/epa_build/subversion/CMakeLists.txt
trunk/cmake/epa_build/swig/CMakeLists.txt
trunk/cmake/epa_build/tcl/CMakeLists.txt
trunk/cmake/epa_build/tk/CMakeLists.txt
trunk/cmake/epa_build/wxwidgets/CMakeLists.txt
trunk/cmake/epa_build/xmlcatalog-wrapper/CMakeLists.txt
trunk/cmake/epa_build/yelp-tools/CMakeLists.txt
trunk/cmake/epa_build/yelp-xsl/CMakeLists.txt
Index: trunk/cmake/epa_build/cairo/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/cairo/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/cairo/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/cairo/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/cmake/epa_build/cmake/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/cmake/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/cmake/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
@@ -1,76 +1,76 @@
-# cmake/CMakeLists.txt
-
-# Configure the build of cmake.
-
-# Copyright (C) 2013 Alan W. Irwin
-
-# This file is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-
-# This file is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-
-# You should have received a copy of the GNU Lesser General Public
-# License along with this file; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-
-# An external curl library (see --system-curl option below) is
-# required to build cmake because the cmake internal version of curl
-# is quite lame (no openssl capability, for example). Also, we
-# haven't yet implemented a curl epa_build configuration because that
-# is going to be somewhat difficult due to the large number of
-# dependencies. See
-# http://www.linuxfromscratch.org/blfs/view/svn/basicnet/curl.html for
-# a list of those dependencies. There is some hope because
-# some of those are optional so I may tackle the curl epa_build configuration
-# sooner rather than later.
-
-# For now we are okay on Linux because we can just use the system curl
-# library for the cmake build, but on Windows it is unlikely curl is
-# installed so we will be unable to build a powerful cmake (until a
-# curl epa_build configuration is available). Note, if the Windows
-# build of cmake fails, then either install curl (if that is possible)
-# or use the workaround of downloading a binary download from kitware
-# that apparently does use a powerful Windows version of curl.
-
-set(PACKAGE cmake)
-
-# List of dependencies (most of which are build tools) which should be
-# ignored.
-set(ignored_dependencies_LIST curl ${extra_ignored_dependencies_list})
-
-set(dependencies_LIST curl)
-
-# Do boilerplate tasks that must be done for each different project
-# that is configured as part of epa_build.
-epa_boilerplate(
- ignored_dependencies_LIST
- PACKAGE
- dependencies_LIST
- dependencies_targets
- EPA_PATH
- source_PATH
- )
-
-set(CFLAGS "$ENV{CFLAGS}")
-set(CXXFLAGS "$ENV{CXXFLAGS}")
-
-# Data that is related to downloads.
-set(DIR v2.8)
-set(VERSION 2.8.12.2)
-set(URL http://www.cmake.org/files/${DIR}/cmake-${VERSION}.tar.gz)
-set(DOWNLOAD_HASH_TYPE MD5)
-set(DOWNLOAD_HASH 17c6513483d23590cbce6957ec6d1e66)
-
-ExternalProject_Add(
- build_${PACKAGE}
- URL ${URL}
- URL_HASH ${DOWNLOAD_HASH_TYPE}=${DOWNLOAD_HASH}
- CONFIGURE_COMMAND ${ENV_EXECUTABLE} PATH=${EPA_PATH} "CFLAGS=${CFLAGS}" "CXXFLAGS=${CXXFLAGS}" ${SH_EXECUTABLE} ${EPA_BASE}/Source/build_${PACKAGE}/bootstrap --prefix=${EPA_CMAKE_INSTALL_PREFIX} --parallel=8 --verbose --system-curl --no-qt-gui
- BUILD_COMMAND ${ENV_EXECUTABLE} PATH=${EPA_PATH} ${EPA_PARALLEL_BUILD_COMMAND}
- INSTALL_COMMAND ${ENV_EXECUTABLE} PATH=${EPA_PATH} ${EPA_PARALLEL_BUILD_COMMAND} install
- )
+# cmake/CMakeLists.txt
+
+# Configure the build of cmake.
+
+# Copyright (C) 2013 Alan W. Irwin
+
+# This file is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+
+# This file is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+
+# You should have received a copy of the GNU Lesser General Public
+# License along with this file; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+# An external curl library (see --system-curl option below) is
+# required to build cmake because the cmake internal version of curl
+# is quite lame (no openssl capability, for example). Also, we
+# haven't yet implemented a curl epa_build configuration because that
+# is going to be somewhat difficult due to the large number of
+# dependencies. See
+# http://www.linuxfromscratch.org/blfs/view/svn/basicnet/curl.html for
+# a list of those dependencies. There is some hope because
+# some of those are optional so I may tackle the curl epa_build configuration
+# sooner rather than later.
+
+# For now we are okay on Linux because we can just use the system curl
+# library for the cmake build, but on Windows it is unlikely curl is
+# installed so we will be unable to build a powerful cmake (until a
+# curl epa_build configuration is available). Note, if the Windows
+# build of cmake fails, then either install curl (if that is possible)
+# or use the workaround of downloading a binary download from kitware
+# that apparently does use a powerful Windows version of curl.
+
+set(PACKAGE cmake)
+
+# List of dependencies (most of which are build tools) which should be
+# ignored.
+set(ignored_dependencies_LIST curl ${extra_ignored_dependencies_list})
+
+set(dependencies_LIST curl)
+
+# Do boilerplate tasks that must be done for each different project
+# that is configured as part of epa_build.
+epa_boilerplate(
+ ignored_dependencies_LIST
+ PACKAGE
+ dependencies_LIST
+ dependencies_targets
+ EPA_PATH
+ source_PATH
+ )
+
+set(CFLAGS "$ENV{CFLAGS}")
+set(CXXFLAGS "$ENV{CXXFLAGS}")
+
+# Data that is related to downloads.
+set(DIR v2.8)
+set(VERSION 2.8.12.2)
+set(URL http://www.cmake.org/files/${DIR}/cmake-${VERSION}.tar.gz)
+set(DOWNLOAD_HASH_TYPE MD5)
+set(DOWNLOAD_HASH 17c6513483d23590cbce6957ec6d1e66)
+
+ExternalProject_Add(
+ build_${PACKAGE}
+ URL ${URL}
+ URL_HASH ${DOWNLOAD_HASH_TYPE}=${DOWNLOAD_HASH}
+ CONFIGURE_COMMAND ${ENV_EXECUTABLE} PATH=${EPA_PATH} "CFLAGS=${CFLAGS}" "CXXFLAGS=${CXXFLAGS}" ${SH_EXECUTABLE} ${EPA_BASE}/Source/build_${PACKAGE}/bootstrap --prefix=${EPA_CMAKE_INSTALL_PREFIX} --parallel=8 --verbose --system-curl --no-qt-gui
+ BUILD_COMMAND ${ENV_EXECUTABLE} PATH=${EPA_PATH} ${EPA_PARALLEL_BUILD_COMMAND}
+ INSTALL_COMMAND ${ENV_EXECUTABLE} PATH=${EPA_PATH} ${EPA_PARALLEL_BUILD_COMMAND} install
+ )
Property changes on: trunk/cmake/epa_build/cmake/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/docbook-xml/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/docbook-xml/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/docbook-xml/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/docbook-xml/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/docbook-xsl/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/docbook-xsl/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/docbook-xsl/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/docbook-xsl/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/fontconfig/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/fontconfig/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/fontconfig/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/fontconfig/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/glib/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/glib/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/glib/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/glib/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/gobject-introspection/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/gobject-introspection/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/gobject-introspection/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/gobject-introspection/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/gperf/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/gperf/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/gperf/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/gperf/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/gtk-doc/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/gtk-doc/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/gtk-doc/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/gtk-doc/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/harfbuzz/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/harfbuzz/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/harfbuzz/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/harfbuzz/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/intltool/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/intltool/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/intltool/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/intltool/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/itcl3/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/itcl3/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/itcl3/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/itcl3/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/itk/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/itk/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/itk/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/itk/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/itk3/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/itk3/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/itk3/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/itk3/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/itstool/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/itstool/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/itstool/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/itstool/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/iwidgets/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/iwidgets/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/iwidgets/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/iwidgets/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/libagg/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/libagg/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/libagg/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/libagg/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/libffi/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/libffi/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/libffi/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/libffi/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/libharu/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/libharu/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/libharu/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/libharu/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/libpcre/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/libpcre/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/libpcre/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/libpcre/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/libqhull/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/libqhull/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/libqhull/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/libqhull/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/libxml2/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/libxml2/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/libxml2/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/libxml2/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/libxslt/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/libxslt/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/libxslt/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/libxslt/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/ndiff/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/ndiff/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/ndiff/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/ndiff/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/pango/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/pango/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/pango/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/pango/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/pixman/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/pixman/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/pixman/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/pixman/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/pkg-config/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/pkg-config/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/pkg-config/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/pkg-config/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/plplot/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/plplot/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/plplot/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/plplot/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/ragel/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/ragel/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/ragel/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/ragel/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/shapelib/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/shapelib/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/shapelib/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/shapelib/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/subversion/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/subversion/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/subversion/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/subversion/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/cmake/epa_build/swig/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/swig/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/swig/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
@@ -1,87 +1,87 @@
-# swig/CMakeLists.txt
-
-# Configure the build of swig.
-
-# N.B. this file is generated so if you edit it you will lose all your
-# changes the next time it is generated (typically by running
-# either/both the update_added_packages.sh or update_pango_packages.sh
-# scripts). If those scripts do not provide good results, then
-# consider changing their source files (e.g., by editing the files
-# used in those scripts) or add a patch to be run by those scripts.
-
-# Copyright (C) 2013 Alan W. Irwin
-
-# This file is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-
-# This file is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-
-# You should have received a copy of the GNU Lesser General Public
-# License along with this file; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-
-set(PACKAGE swig)
-
-# List of dependencies (most of which are build tools) which should be
-# ignored.
-set(ignored_dependencies_LIST pkg-config;bison;flex;python2-devel;libXft ${extra_ignored_dependencies_list})
-
-set(dependencies_LIST libpcre)
-
-# Do boilerplate tasks that must be done for each different project
-# that is configured as part of epa_build.
-epa_boilerplate(
- ignored_dependencies_LIST
- PACKAGE
- dependencies_LIST
- dependencies_targets
- EPA_PATH
- source_PATH
- )
-
-if(MSYS_PLATFORM)
- # Add two MSYS specific flags to avoid compile errors
- # It is unclear if they have any unexpected effects
- set(CFLAGS "-D__NO_MINGW_LFS -U__STRICT_ANSI__ $ENV{CFLAGS}")
-else(MSYS_PLATFORM)
- set(CFLAGS "$ENV{CFLAGS}")
-endif(MSYS_PLATFORM)
-
-set(CXXFLAGS "$ENV{CXXFLAGS}")
-
-# Drop -fvisibility=hidden since that option does not work for a
-# number of software packages that are configured automatically using
-# this template.
-string(REGEX REPLACE "-fvisibility=hidden" "" CFLAGS "${CFLAGS}")
-string(REGEX REPLACE "-fvisibility=hidden" "" CXXFLAGS "${CXXFLAGS}")
-
-# Data that is related to downloads.
-set(URL http://downloads.sourceforge.net/swig/swig/swig-2.0.11/swig-2.0.11.tar.gz)
-set(DOWNLOAD_HASH_TYPE SHA256)
-set(DOWNLOAD_HASH 63780bf29f53937ad399a1f68bccb3730c90f65746868c4cdfc25cafcd0a424e)
-
-ExternalProject_Add(
- build_${PACKAGE}
- DEPENDS ${dependencies_targets}
- URL ${URL}
- URL_HASH ${DOWNLOAD_HASH_TYPE}=${DOWNLOAD_HASH}
- PATCH_COMMAND ""
- CONFIGURE_COMMAND ${ENV_EXECUTABLE} PATH=${EPA_PATH} "CFLAGS=${CFLAGS}" "CXXFLAGS=${CXXFLAGS}" "LDFLAGS=-Wl,-rpath -Wl,${EPA_CMAKE_INSTALL_PREFIX}/lib" ${source_PATH}/${EPA_CONFIGURE_COMMAND} --with-pcre-prefix=${EPA_CMAKE_INSTALL_PREFIX}
- BUILD_COMMAND ${ENV_EXECUTABLE} PATH=${EPA_PATH} ${EPA_PARALLEL_MAKE_COMMAND}
- BUILD_IN_SOURCE OFF
- INSTALL_COMMAND ${ENV_EXECUTABLE} PATH=${EPA_PATH} ${EPA_PARALLEL_MAKE_COMMAND} install
- )
-
-add_custom_command(
- OUTPUT
- ${EPA_BASE}/Stamp/build_${PACKAGE}/build_${PACKAGE}-patch
- COMMAND ${CMAKE_COMMAND} -E echo
- "Provide swig support for octave-3.8.0"
- COMMAND ${PATCH_EXECUTABLE} --directory=${EPA_BASE}/Source/build_${PACKAGE} -p1 < ${CMAKE_CURRENT_SOURCE_DIR}/octave-3.8.0.patch
- APPEND
- )
+# swig/CMakeLists.txt
+
+# Configure the build of swig.
+
+# N.B. this file is generated so if you edit it you will lose all your
+# changes the next time it is generated (typically by running
+# either/both the update_added_packages.sh or update_pango_packages.sh
+# scripts). If those scripts do not provide good results, then
+# consider changing their source files (e.g., by editing the files
+# used in those scripts) or add a patch to be run by those scripts.
+
+# Copyright (C) 2013 Alan W. Irwin
+
+# This file is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+
+# This file is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+
+# You should have received a copy of the GNU Lesser General Public
+# License along with this file; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+set(PACKAGE swig)
+
+# List of dependencies (most of which are build tools) which should be
+# ignored.
+set(ignored_dependencies_LIST pkg-config;bison;flex;python2-devel;libXft ${extra_ignored_dependencies_list})
+
+set(dependencies_LIST libpcre)
+
+# Do boilerplate tasks that must be done for each different project
+# that is configured as part of epa_build.
+epa_boilerplate(
+ ignored_dependencies_LIST
+ PACKAGE
+ dependencies_LIST
+ dependencies_targets
+ EPA_PATH
+ source_PATH
+ )
+
+if(MSYS_PLATFORM)
+ # Add two MSYS specific flags to avoid compile errors
+ # It is unclear if they have any unexpected effects
+ set(CFLAGS "-D__NO_MINGW_LFS -U__STRICT_ANSI__ $ENV{CFLAGS}")
+else(MSYS_PLATFORM)
+ set(CFLAGS "$ENV{CFLAGS}")
+endif(MSYS_PLATFORM)
+
+set(CXXFLAGS "$ENV{CXXFLAGS}")
+
+# Drop -fvisibility=hidden since that option does not work for a
+# number of software packages that are configured automatically using
+# this template.
+string(REGEX REPLACE "-fvisibility=hidden" "" CFLAGS "${CFLAGS}")
+string(REGEX REPLACE "-fvisibility=hidden" "" CXXFLAGS "${CXXFLAGS}")
+
+# Data that is related to downloads.
+set(URL http://downloads.sourceforge.net/swig/swig/swig-2.0.11/swig-2.0.11.tar.gz)
+set(DOWNLOAD_HASH_TYPE SHA256)
+set(DOWNLOAD_HASH 63780bf29f53937ad399a1f68bccb3730c90f65746868c4cdfc25cafcd0a424e)
+
+ExternalProject_Add(
+ build_${PACKAGE}
+ DEPENDS ${dependencies_targets}
+ URL ${URL}
+ URL_HASH ${DOWNLOAD_HASH_TYPE}=${DOWNLOAD_HASH}
+ PATCH_COMMAND ""
+ CONFIGURE_COMMAND ${ENV_EXECUTABLE} PATH=${EPA_PATH} "CFLAGS=${CFLAGS}" "CXXFLAGS=${CXXFLAGS}" "LDFLAGS=-Wl,-rpath -Wl,${EPA_CMAKE_INSTALL_PREFIX}/lib" ${source_PATH}/${EPA_CONFIGURE_COMMAND} --with-pcre-prefix=${EPA_CMAKE_INSTALL_PREFIX}
+ BUILD_COMMAND ${ENV_EXECUTABLE} PATH=${EPA_PATH} ${EPA_PARALLEL_MAKE_COMMAND}
+ BUILD_IN_SOURCE OFF
+ INSTALL_COMMAND ${ENV_EXECUTABLE} PATH=${EPA_PATH} ${EPA_PARALLEL_MAKE_COMMAND} install
+ )
+
+add_custom_command(
+ OUTPUT
+ ${EPA_BASE}/Stamp/build_${PACKAGE}/build_${PACKAGE}-patch
+ COMMAND ${CMAKE_COMMAND} -E echo
+ "Provide swig support for octave-3.8.0"
+ COMMAND ${PATCH_EXECUTABLE} --directory=${EPA_BASE}/Source/build_${PACKAGE} -p1 < ${CMAKE_CURRENT_SOURCE_DIR}/octave-3.8.0.patch
+ APPEND
+ )
Property changes on: trunk/cmake/epa_build/swig/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/tcl/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/tcl/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/tcl/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/tcl/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/tk/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/tk/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/tk/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/tk/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/wxwidgets/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/wxwidgets/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/wxwidgets/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/wxwidgets/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/xmlcatalog-wrapper/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/xmlcatalog-wrapper/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/xmlcatalog-wrapper/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/xmlcatalog-wrapper/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/yelp-tools/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/yelp-tools/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/yelp-tools/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/yelp-tools/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/cmake/epa_build/yelp-xsl/CMakeLists.txt
===================================================================
--- trunk/cmake/epa_build/yelp-xsl/CMakeLists.txt 2014-02-08 19:09:26 UTC (rev 12984)
+++ trunk/cmake/epa_build/yelp-xsl/CMakeLists.txt 2014-02-08 19:43:20 UTC (rev 12985)
Property changes on: trunk/cmake/epa_build/yelp-xsl/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|