Revision: 12781
http://sourceforge.net/p/plplot/code/12781
Author: airwin
Date: 2013-11-30 19:36:02 +0000 (Sat, 30 Nov 2013)
Log Message:
-----------
Initial commit of the reverse form of patch containing all subsequent
hand edits of configured results generated by the
cmake -DFILENAME:FILEPATH=pango_packages.data -P configure_bp.cmake
command. This patch is in reverse form because it is generated by
committing the tested hand edits, then running the command above
to create a local version without the hand edits, then
svn diff > configured_pango.patch
to create the patch containing the hand edits in reversed form.
Added Paths:
-----------
trunk/cmake/build_projects/configured_pango.patch
Added: trunk/cmake/build_projects/configured_pango.patch
===================================================================
--- trunk/cmake/build_projects/configured_pango.patch (rev 0)
+++ trunk/cmake/build_projects/configured_pango.patch 2013-11-30 19:36:02 UTC (rev 12781)
@@ -0,0 +1,20 @@
+Index: itstool/bp.cmake
+===================================================================
+--- itstool/bp.cmake (revision 12780)
++++ itstool/bp.cmake (working copy)
+@@ -64,7 +64,6 @@
+ set(${BP_PACKAGE}_URL http://files.itstool.org/itstool/itstool-1.2.0.tar.bz2)
+ set(${BP_PACKAGE}_DOWNLOAD_HASH_TYPE SHA256)
+ set(${BP_PACKAGE}_DOWNLOAD_HASH 46fed63fb89c72dbfc03097b4477084ff05ad6f171212d8f1f1546ea543978aa)
+-set(${BP_PACKAGE}_PATCH itstool-1.2.0-python-location-fixes.patch)
+
+ # Data that is related to the PATH that must be used.
+ if(MSYS_PLATFORM)
+@@ -85,7 +84,6 @@
+ DEPENDS ${${BP_PACKAGE}_dependencies_targets}
+ URL ${${BP_PACKAGE}_URL}
+ URL_HASH ${${BP_PACKAGE}_DOWNLOAD_HASH_TYPE}=${${BP_PACKAGE}_DOWNLOAD_HASH}
+- PATCH_COMMAND ${PATCH_EXECUTABLE} -p1 < ${CMAKE_SOURCE_DIR}/itstool/${${BP_PACKAGE}_PATCH}
+ CONFIGURE_COMMAND ${ENV_EXECUTABLE} PATH=${BP_PATH} ${${BP_PACKAGE}_SET_CFLAGS} ${source_PATH}/${BP_CONFIGURE_COMMAND}
+ BUILD_COMMAND ${ENV_EXECUTABLE} PATH=${BP_PATH} ${BP_PARALLEL_MAKE_COMMAND}
+ BUILD_IN_SOURCE OFF
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|