From: <ai...@us...> - 2013-10-23 06:04:10
|
Revision: 12620 http://sourceforge.net/p/plplot/code/12620 Author: airwin Date: 2013-10-23 06:04:04 +0000 (Wed, 23 Oct 2013) Log Message: ----------- Update documentation based on a new name (removed_configured.patch) and different purpose (remove a configured file) for one of the patch files that makes another patch file (missing_zlib_headers.patch) redundant and therefore removed. Modified Paths: -------------- trunk/cmake/build_projects/libharu/README.libharu Modified: trunk/cmake/build_projects/libharu/README.libharu =================================================================== --- trunk/cmake/build_projects/libharu/README.libharu 2013-10-23 05:54:35 UTC (rev 12619) +++ trunk/cmake/build_projects/libharu/README.libharu 2013-10-23 06:04:04 UTC (rev 12620) @@ -12,7 +12,7 @@ bp.cmake Improved build system (Werner's build system culled from the -git version of libharu with additional improvements by me): +git version of libharu in 2010 or so with additional improvements by me): cmake.patch @@ -24,9 +24,14 @@ visibility.patch -Bug fix for the case where zlib is not available. +This patch is to remove a configured file from the tarball that made a +build with a separate build tree impossible since it's name was the +same as the configured file include/hpdf_config.h in the build tree, +but its location in the source tree took precedence in the header +search path thus incorrectly imposing the configuration of the +computer that created the tarball. -missing_zlib_headers.patch +remove_configured.patch (1) Patch a pre-existing freshly unpacked version of libharu-2.2.1, with these patches, e.g., @@ -34,7 +39,7 @@ patch -d /home/software/libharu/libharu-2.2.1 -p1 < cmake.patch patch -d /home/software/libharu/libharu-2.2.1 -p1 < large_font.patch patch -d /home/software/libharu/libharu-2.2.1 -p1 < visibility.patch -patch -d /home/software/libharu/libharu-2.2.1 -p1 < missing_zlib_headers.patch +patch -d /home/software/libharu/libharu-2.2.1 -p1 < remove_configured.patch (2) configure, build, and install libharu starting with an empty build tree and empty install tree, e.g., This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |