|
From: <ai...@us...> - 2013-07-31 19:29:52
|
Revision: 12455
http://sourceforge.net/p/plplot/code/12455
Author: airwin
Date: 2013-07-31 19:29:47 +0000 (Wed, 31 Jul 2013)
Log Message:
-----------
Reconfigure with update_added_packages.sh script (which will soon be
committed). This reconfiguration imposes a small
change to ignore the libXft package if it occurs in the list of
dependencies.
Modified Paths:
--------------
trunk/cmake/build_projects/gperf/bp.cmake
trunk/cmake/build_projects/intltool/bp.cmake
trunk/cmake/build_projects/libffi/bp.cmake
trunk/cmake/build_projects/pixman/bp.cmake
Modified: trunk/cmake/build_projects/gperf/bp.cmake
===================================================================
--- trunk/cmake/build_projects/gperf/bp.cmake 2013-07-31 19:20:00 UTC (rev 12454)
+++ trunk/cmake/build_projects/gperf/bp.cmake 2013-07-31 19:29:47 UTC (rev 12455)
@@ -32,7 +32,7 @@
# List of dependencies (most of which are build tools) which should be
# ignored.
-set(BP_ignored_dependencies_LIST pkg-config;bison;flex;python2-devel)
+set(BP_ignored_dependencies_LIST pkg-config;bison;flex;python2-devel;libXft)
set(gperf_dependencies_LIST )
# Remove dependencies that should be ignored.
Modified: trunk/cmake/build_projects/intltool/bp.cmake
===================================================================
--- trunk/cmake/build_projects/intltool/bp.cmake 2013-07-31 19:20:00 UTC (rev 12454)
+++ trunk/cmake/build_projects/intltool/bp.cmake 2013-07-31 19:29:47 UTC (rev 12455)
@@ -32,7 +32,7 @@
# List of dependencies (most of which are build tools) which should be
# ignored.
-set(BP_ignored_dependencies_LIST pkg-config;bison;flex;python2-devel)
+set(BP_ignored_dependencies_LIST pkg-config;bison;flex;python2-devel;libXft)
set(intltool_dependencies_LIST )
# Remove dependencies that should be ignored.
Modified: trunk/cmake/build_projects/libffi/bp.cmake
===================================================================
--- trunk/cmake/build_projects/libffi/bp.cmake 2013-07-31 19:20:00 UTC (rev 12454)
+++ trunk/cmake/build_projects/libffi/bp.cmake 2013-07-31 19:29:47 UTC (rev 12455)
@@ -32,7 +32,7 @@
# List of dependencies (most of which are build tools) which should be
# ignored.
-set(BP_ignored_dependencies_LIST pkg-config;bison;flex;python2-devel)
+set(BP_ignored_dependencies_LIST pkg-config;bison;flex;python2-devel;libXft)
set(libffi_dependencies_LIST )
# Remove dependencies that should be ignored.
Modified: trunk/cmake/build_projects/pixman/bp.cmake
===================================================================
--- trunk/cmake/build_projects/pixman/bp.cmake 2013-07-31 19:20:00 UTC (rev 12454)
+++ trunk/cmake/build_projects/pixman/bp.cmake 2013-07-31 19:29:47 UTC (rev 12455)
@@ -32,7 +32,7 @@
# List of dependencies (most of which are build tools) which should be
# ignored.
-set(BP_ignored_dependencies_LIST pkg-config;bison;flex;python2-devel)
+set(BP_ignored_dependencies_LIST pkg-config;bison;flex;python2-devel;libXft)
set(pixman_dependencies_LIST pkg-config)
# Remove dependencies that should be ignored.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|