From 3c141505a4b089ad9931d5863ec879aa7a70a077 Mon Sep 17 00:00:00 2001 From: Benjamin Beasley Date: Mon, 30 Nov 2020 16:16:35 -0500 Subject: [PATCH] Drop unused patches --- xalan-c-1.10.0-escaping.patch | 17 -------- xalan-c-1.10.0-gcc43.patch | 75 ----------------------------------- 2 files changed, 92 deletions(-) delete mode 100644 xalan-c-1.10.0-escaping.patch delete mode 100644 xalan-c-1.10.0-gcc43.patch diff --git a/xalan-c-1.10.0-escaping.patch b/xalan-c-1.10.0-escaping.patch deleted file mode 100644 index 9417b52..0000000 --- a/xalan-c-1.10.0-escaping.patch +++ /dev/null @@ -1,17 +0,0 @@ -This is done so that arguments to -z can contain spaces and thus we can -pass out optflags to the build system. Please note that we use util-linux -specific feature here. - -Lubomir Kundrak - ---- xml-xalan/c/runConfigure.escaping 2005-08-17 01:48:26.000000000 +0200 -+++ xml-xalan/c/runConfigure 2007-11-19 17:06:39.000000000 +0100 -@@ -198,7 +198,7 @@ - - # Get the command line parameters - if test -x /bin/getopt -o -x /usr/bin/getopt; then -- set -- `getopt C:p:P:c:x:dm:n:t:m:M:r:b:l:z:h $*` -+ eval set -- `getopt -o C:p:P:c:x:dm:n:t:m:M:r:b:l:z:h -- "$@"` - - if [ $? != 0 ] - then diff --git a/xalan-c-1.10.0-gcc43.patch b/xalan-c-1.10.0-gcc43.patch deleted file mode 100644 index 264a0bd..0000000 --- a/xalan-c-1.10.0-gcc43.patch +++ /dev/null @@ -1,75 +0,0 @@ -The STL headers in gcc-4.3 have been cleaned up, so that the headers don't drag in -unnecessary dependencies which aren't requested by the standard. -This fixes build for gcc-4.3 - -Lubomir Kundrak - -diff -urp xml-xalan.orig/c/src/xalanc/PlatformSupport/DirectoryEnumerator.hpp xml-xalan/c/src/xalanc/PlatformSupport/DirectoryEnumerator.hpp ---- xml-xalan.orig/c/src/xalanc/PlatformSupport/DirectoryEnumerator.hpp 2005-05-05 02:32:04.000000000 +0200 -+++ xml-xalan/c/src/xalanc/PlatformSupport/DirectoryEnumerator.hpp 2008-01-04 23:15:13.000000000 +0100 -@@ -31,6 +31,7 @@ - #include - #include - #endif -+#include - - - -diff -urp xml-xalan.orig/c/src/xalanc/XalanDOM/XalanDOMString.cpp xml-xalan/c/src/xalanc/XalanDOM/XalanDOMString.cpp ---- xml-xalan.orig/c/src/xalanc/XalanDOM/XalanDOMString.cpp 2005-08-08 17:25:52.000000000 +0200 -+++ xml-xalan/c/src/xalanc/XalanDOM/XalanDOMString.cpp 2008-01-04 23:17:08.000000000 +0100 -@@ -26,6 +26,7 @@ - - - #include -+#include - - - -diff -urp xml-xalan.orig/c/src/xalanc/XalanExe/XalanExe.cpp xml-xalan/c/src/xalanc/XalanExe/XalanExe.cpp ---- xml-xalan.orig/c/src/xalanc/XalanExe/XalanExe.cpp 2005-04-29 23:39:46.000000000 +0200 -+++ xml-xalan/c/src/xalanc/XalanExe/XalanExe.cpp 2008-01-04 23:23:09.000000000 +0100 -@@ -24,6 +24,7 @@ - #else - #include - #endif -+#include - - - -diff -urp xml-xalan.orig/c/src/xalanc/XMLSupport/FormatterToHTML.cpp xml-xalan/c/src/xalanc/XMLSupport/FormatterToHTML.cpp ---- xml-xalan.orig/c/src/xalanc/XMLSupport/FormatterToHTML.cpp 2005-06-30 23:52:35.000000000 +0200 -+++ xml-xalan/c/src/xalanc/XMLSupport/FormatterToHTML.cpp 2008-01-04 23:23:26.000000000 +0100 -@@ -26,6 +26,7 @@ - - - #include -+#include - - - -diff -urp xml-xalan.orig/c/src/xalanc/XSLT/ElemNumber.cpp xml-xalan/c/src/xalanc/XSLT/ElemNumber.cpp ---- xml-xalan.orig/c/src/xalanc/XSLT/ElemNumber.cpp 2005-07-26 22:09:17.000000000 +0200 -+++ xml-xalan/c/src/xalanc/XSLT/ElemNumber.cpp 2008-01-04 23:24:01.000000000 +0100 -@@ -15,6 +15,7 @@ - */ - #include "ElemNumber.hpp" - -+#include - - - #include -diff -urpxml-xalan/c/src/xalanc.orig/PlatformSupport/DoubleSupport.cpp xml-xalan/c/src/xalanc/PlatformSupport/DoubleSupport.cpp ---- xml-xalan/c/src/xalanc.orig/PlatformSupport/DoubleSupport.cpp 2010-02-12 11:11:30.000000000 +0000 -+++ xml-xalan/c/src/xalanc/PlatformSupport/DoubleSupport.cpp 2010-02-12 11:12:15.000000000 +0000 -@@ -19,9 +19,7 @@ - - #include - #include --#if !defined(XALAN_NO_STD_NUMERIC_LIMITS) --#include --#endif -+#include - - - #include "DOMStringHelper.hpp"