freebsd-ports/editors/openoffice.org-vcltesttool/files/patch-libxslt
Maho Nakata df27b47fdc Add VCLtestTool for OpenOffice.org.
The automated GUI testing provides a test framework with test scripts
and an application (VCL TestTool) to test almost the whole the OpenOffice.org
application automatically.

* This port should based on SRC680_m226, but currently only buildable with
SRC680_m248.
* repocopied from openoffice.org-2-devel port [1]

PR: 136674 [1]

WWW: http://qa.openoffice.org/ooQAReloaded/AutomationTeamsite/ooQA-TeamAutomation.html
http://wiki.services.openoffice.org/wiki/VCLTesttool_2.4
http://wiki.services.openoffice.org/wiki/VCL_TestTool/Standalone_VCL_TestTool
http://qa.openoffice.org/ooQAReloaded/AutomationTeamsite/ooQA-TeamAutomationBin.html
http://wiki.services.openoffice.org/wiki/VCLTestToolIssues
2009-07-22 09:53:45 +00:00

11 lines
516 B
Text

--- libxslt/libxslt-1.1.16.patch~ 2009-07-11 13:38:52.000000000 +0900
+++ libxslt/libxslt-1.1.16.patch 2009-07-11 13:39:11.000000000 +0900
@@ -30,7 +30,7 @@
fi
-! if test "1" == "1"
+! if test "1" = "1"
then
XMLVERS=`$XML_CONFIG --version`
if test `echo $XMLVERS | sed -e 's/libxml //' | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` -ge `echo $LIBXML_REQUIRED_VERSION | sed -e 's/libxml //' | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`