summaryrefslogtreecommitdiff
path: root/textproc/xalan-c/files/patch-aa
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-09-24 17:31:49 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-09-24 17:31:49 +0000
commit0c120a6cfdcff9f031f28f0ad371b772db305b33 (patch)
treedb91e9fac2c36928b23b311dd6ca5935c66f9226 /textproc/xalan-c/files/patch-aa
parentb41c2269a85cb2752849cfb7ff7d68b144688579 (diff)
downloadfreebsd-ports-0c120a6cfdcff9f031f28f0ad371b772db305b33.zip
- Update to 1.10.0
PR: ports/103512 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Diffstat (limited to 'textproc/xalan-c/files/patch-aa')
-rw-r--r--textproc/xalan-c/files/patch-aa112
1 files changed, 0 insertions, 112 deletions
diff --git a/textproc/xalan-c/files/patch-aa b/textproc/xalan-c/files/patch-aa
deleted file mode 100644
index 1cdf74f67e4f..000000000000
--- a/textproc/xalan-c/files/patch-aa
+++ /dev/null
@@ -1,112 +0,0 @@
---- ./src/xalanc/ICUBridge/ICUFormatNumberFunctor.hpp.orig Sat Mar 5 17:46:13 2005
-+++ ./src/xalanc/ICUBridge/ICUFormatNumberFunctor.hpp Sat Mar 5 17:46:23 2005
-@@ -120,6 +120,8 @@ struct DecimalFormatCacheStruct
- private:
-
- DecimalFormatCacheStruct();
-+
-+public:
- DecimalFormatCacheStruct(const DecimalFormatCacheStruct& other);
-
- };
---- ./src/xalanc/TestXSLT/process.cpp.orig Sat Dec 25 10:53:35 2004
-+++ ./src/xalanc/TestXSLT/process.cpp Sat Dec 25 12:05:48 2004
-@@ -628,7 +628,7 @@
- }
- else if(FormatterListener::OUTPUT_METHOD_TEXT == outputType)
- {
-- formatter = new FormatterToText( theManager, resultWriter, mimeEncoding);
-+ formatter = new FormatterToText( resultWriter, mimeEncoding, true, true, theManager);
- }
- else if(FormatterListener::OUTPUT_METHOD_HTML == outputType)
- {
-@@ -656,14 +656,15 @@
-
- FormatterToHTML* const fToHTML =
- new FormatterToHTML(
-- theManager,
- resultWriter,
- mimeEncoding,
- mediatype,
- doctypeSystem,
- doctypePublic,
- outputIndent,
-- indentAmount);
-+ indentAmount,
-+ true, false,
-+ theManager);
-
- fToHTML->setPrefixResolver(&prefixResolver);
-
---- ./src/xalanc/XMLSupport/FormatterToText.hpp.orig Sat Dec 25 10:50:53 2004
-+++ ./src/xalanc/XMLSupport/FormatterToText.hpp Sat Dec 25 10:50:57 2004
-@@ -221,7 +221,9 @@
- private:
-
- // These are not implemented.
-+#if 0
- FormatterToText(const FormatterToText&);
-+#endif
-
- FormatterToText&
- operator=(const FormatterToText&);
---- ./src/xalanc/XPath/ElementPrefixResolverProxy.hpp.orig Sat Dec 25 09:51:20 2004
-+++ ./src/xalanc/XPath/ElementPrefixResolverProxy.hpp Sat Dec 25 09:51:28 2004
-@@ -86,7 +86,9 @@
-
- private:
- //notimplemented
-+#if 0
- ElementPrefixResolverProxy(const ElementPrefixResolverProxy&);
-+#endif
-
- const XalanElement* const m_namespaceContext;
-
---- ./src/xalanc/XPath/NameSpace.hpp.orig Sat Dec 25 10:17:01 2004
-+++ ./src/xalanc/XPath/NameSpace.hpp Sat Dec 25 10:17:15 2004
-@@ -191,7 +191,9 @@
- }
-
- private:
-+#if 0
- NameSpace(const NameSpace&);
-+#endif
-
- XalanDOMString m_prefix;
-
---- ./src/xalanc/XPath/XalanQNameByValue.hpp.orig Sat Dec 25 10:30:57 2004
-+++ ./src/xalanc/XPath/XalanQNameByValue.hpp Sat Dec 25 10:31:09 2004
-@@ -290,7 +290,9 @@
-
- private:
- // not implemented
-+#if 0
- XalanQNameByValue(const XalanQNameByValue& theSource);
-+#endif
- void
- initialize(
- const XalanDOMChar* qname,
---- ./src/xalanc/XSLT/FunctionSystemProperty.hpp.orig Sat Dec 25 10:29:12 2004
-+++ ./src/xalanc/XSLT/FunctionSystemProperty.hpp Sat Dec 25 10:30:13 2004
-@@ -73,7 +73,9 @@
-
- private:
-
-+#if 0
- FunctionSystemProperty(const FunctionSystemProperty&);
-+#endif
-
- // Not implemented...
- FunctionSystemProperty&
---- ./src/xalanc/XSLT/TopLevelArg.hpp.orig Sat Dec 25 10:26:41 2004
-+++ ./src/xalanc/XSLT/TopLevelArg.hpp Sat Dec 25 10:27:01 2004
-@@ -147,7 +147,9 @@
-
- private:
- // not implemented
-+#if 0
- TopLevelArg(const TopLevelArg& theSource);
-+#endif
-
- XalanQNameByValue m_qname;
-