aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-01-10 14:50:52 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-01-10 14:50:52 +0000
commitedee4e95d26ef8c6229f9dd99be3293f016a95cf (patch)
treecaf39ef47992da54695d8a157e6dfb228e7bb12f
parent8da3b393f5796131ef3ac704b298163b981035a6 (diff)
downloadports-edee4e95d26ef8c6229f9dd99be3293f016a95cf.tar.gz
ports-edee4e95d26ef8c6229f9dd99be3293f016a95cf.zip
Notes
-rw-r--r--textproc/jade/files/patch-Makefile.in10
-rw-r--r--textproc/jade/files/patch-config.h13
-rw-r--r--textproc/jade/files/patch-include_CharsetRegistry.h (renamed from textproc/jade/files/patch-CharsetRegistry.h)6
-rw-r--r--textproc/jade/files/patch-include_Ptr.cxx (renamed from textproc/jade/files/patch-Ptr.cxx)6
-rw-r--r--textproc/jade/files/patch-include_Ptr.h (renamed from textproc/jade/files/patch-Ptr.h)4
-rw-r--r--textproc/jade/files/patch-include_config.h13
-rw-r--r--textproc/jade/files/patch-include_koi8-r.h (renamed from textproc/jade/files/patch-koi8-r.h)4
-rw-r--r--textproc/jade/files/patch-jade_TeXFOTBuilder.cxx (renamed from textproc/jade/files/patch-TeXFOTBuilder.cxx)8
-rw-r--r--textproc/jade/files/patch-jade_TransformFOTBuilder.cxx (renamed from textproc/jade/files/patch-TransformFOTBuilder.cxx)16
-rw-r--r--textproc/jade/files/patch-lib_CharsetRegistry.cxx (renamed from textproc/jade/files/patch-CharsetRegistry.cxx)8
-rw-r--r--textproc/jade/files/patch-lib_CodingSystemKit.cxx (renamed from textproc/jade/files/patch-CodingSystemKit.cxx)16
-rw-r--r--textproc/jade/files/patch-lib_Parser.h2
-rw-r--r--textproc/jade/files/patch-lib__instmac.m419
-rw-r--r--textproc/jade/files/patch-lib_assert.cxx (renamed from textproc/jade/files/patch-assert.cxx)4
-rw-r--r--textproc/jade/files/patch-lib_instmac.m411
-rw-r--r--textproc/jade/files/patch-pubtext_koi8r.dcl (renamed from textproc/jade/files/patch-koi8r.dcl)4
16 files changed, 70 insertions, 74 deletions
diff --git a/textproc/jade/files/patch-Makefile.in b/textproc/jade/files/patch-Makefile.in
index 3b8231ddb4db..95e8f6ab64ef 100644
--- a/textproc/jade/files/patch-Makefile.in
+++ b/textproc/jade/files/patch-Makefile.in
@@ -1,6 +1,10 @@
---- Makefile.in.orig 1998-10-12 21:11:06.000000000 -0500
-+++ Makefile.in 2011-02-15 16:18:41.000000000 -0600
-@@ -16,2 +16,3 @@
+--- Makefile.in.orig 1998-10-13 02:11:06 UTC
++++ Makefile.in
+@@ -14,6 +14,7 @@ prefix=@prefix@
+ exec_prefix=@exec_prefix@
+ srcdir=@srcdir@
bindir=@bindir@
+libdir=@libdir@
+ # needed by libtool
+ top_builddir=$(TOP)
diff --git a/textproc/jade/files/patch-config.h b/textproc/jade/files/patch-config.h
deleted file mode 100644
index 912f31b5be44..000000000000
--- a/textproc/jade/files/patch-config.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- include/config.h.orig Fri Jun 14 12:58:51 2002
-+++ include/config.h Fri Jun 14 13:01:00 2002
-@@ -31,6 +31,10 @@
- #define SP_ANSI_LIB
- #define SP_NO_STD_NAMESPACE
- #undef SP_NEW_H_MISSING
-+#if __GNUC__ > 2
-+#define SP_HAVE_TYPENAME
-+#undef SP_NO_STD_NAMESPACE
-+#endif
- #endif
-
- #endif /* __GNUG__ */
diff --git a/textproc/jade/files/patch-CharsetRegistry.h b/textproc/jade/files/patch-include_CharsetRegistry.h
index fb06fe3e7ee4..95e2a1a2027b 100644
--- a/textproc/jade/files/patch-CharsetRegistry.h
+++ b/textproc/jade/files/patch-include_CharsetRegistry.h
@@ -1,6 +1,6 @@
---- include/CharsetRegistry.h.orig Sat Jul 31 17:02:57 2004
-+++ include/CharsetRegistry.h Sat Jul 31 17:05:32 2004
-@@ -45,6 +45,7 @@
+--- include/CharsetRegistry.h.orig 1998-10-07 05:15:50 UTC
++++ include/CharsetRegistry.h
+@@ -45,6 +45,7 @@ class SP_API CharsetRegistry { (public)
GB2312 = 58,
ISO10646_UCS2 = 176,
ISO10646_UCS4 = 177,
diff --git a/textproc/jade/files/patch-Ptr.cxx b/textproc/jade/files/patch-include_Ptr.cxx
index edf79eeaf217..fa4881336546 100644
--- a/textproc/jade/files/patch-Ptr.cxx
+++ b/textproc/jade/files/patch-include_Ptr.cxx
@@ -1,6 +1,6 @@
---- include/Ptr.cxx.orig Tue Jul 22 09:20:15 2003
-+++ include/Ptr.cxx Tue Jul 22 09:20:42 2003
-@@ -19,7 +19,7 @@
+--- include/Ptr.cxx.orig 1998-10-07 05:15:50 UTC
++++ include/Ptr.cxx
+@@ -19,7 +19,7 @@ template<class T>
Ptr<T>::~Ptr()
{
if (ptr_) {
diff --git a/textproc/jade/files/patch-Ptr.h b/textproc/jade/files/patch-include_Ptr.h
index 09c8940b63de..36a451e91c4f 100644
--- a/textproc/jade/files/patch-Ptr.h
+++ b/textproc/jade/files/patch-include_Ptr.h
@@ -1,5 +1,5 @@
---- include/Ptr.h.orig Wed Oct 7 14:15:50 1998
-+++ include/Ptr.h Tue Jul 22 09:19:49 2003
+--- include/Ptr.h.orig 1998-10-07 05:15:50 UTC
++++ include/Ptr.h
@@ -5,6 +5,7 @@
#define Ptr_INCLUDED 1
diff --git a/textproc/jade/files/patch-include_config.h b/textproc/jade/files/patch-include_config.h
new file mode 100644
index 000000000000..4e02f083375a
--- /dev/null
+++ b/textproc/jade/files/patch-include_config.h
@@ -0,0 +1,13 @@
+--- include/config.h.orig 1998-10-09 05:08:54 UTC
++++ include/config.h
+@@ -30,6 +30,10 @@
+ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 8)
+ #define SP_ANSI_LIB
+ #undef SP_NEW_H_MISSING
++#if __GNUC__ > 2
++#define SP_HAVE_TYPENAME
++#undef SP_NO_STD_NAMESPACE
++#endif
+ #endif
+ #if (__GNUC__ == 2 && __GNUC_MINOR__ >= 8)
+ #define SP_NO_STD_NAMESPACE
diff --git a/textproc/jade/files/patch-koi8-r.h b/textproc/jade/files/patch-include_koi8-r.h
index 96c76a800d22..33ad83337b4d 100644
--- a/textproc/jade/files/patch-koi8-r.h
+++ b/textproc/jade/files/patch-include_koi8-r.h
@@ -1,5 +1,5 @@
---- /dev/null Sat Jul 31 17:25:08 2004
-+++ include/koi8-r.h Sat Jul 31 17:04:24 2004
+--- /dev/null 1970-01-01 00:00:00 UTC
++++ include/koi8-r.h
@@ -0,0 +1,15 @@
+/* KOI8-R (GR only) */
+96, 0x0020,
diff --git a/textproc/jade/files/patch-TeXFOTBuilder.cxx b/textproc/jade/files/patch-jade_TeXFOTBuilder.cxx
index 335705cf3193..2494d9996313 100644
--- a/textproc/jade/files/patch-TeXFOTBuilder.cxx
+++ b/textproc/jade/files/patch-jade_TeXFOTBuilder.cxx
@@ -1,6 +1,6 @@
---- jade/TeXFOTBuilder.cxx.orig 2011-09-24 14:17:02.000000000 +0000
-+++ jade/TeXFOTBuilder.cxx 2011-09-24 14:19:42.000000000 +0000
-@@ -83,6 +83,8 @@
+--- jade/TeXFOTBuilder.cxx.orig 1998-10-07 05:16:34 UTC
++++ jade/TeXFOTBuilder.cxx
+@@ -83,6 +83,8 @@ class TeXFOTBuilder : public SerialFOTBuilder { (publi
value.convertString(nic_.placement);
}
ExtensionFlowObj *copy() const { return new PageFloatFlowObj(*this); }
@@ -9,7 +9,7 @@
private:
PageFloatNIC nic_;
StringC name_;
-@@ -96,6 +98,8 @@
+@@ -96,6 +98,8 @@ class TeXFOTBuilder : public SerialFOTBuilder { (publi
fotb.endPageFootnote();
}
ExtensionFlowObj *copy() const { return new PageFootnoteFlowObj(*this); }
diff --git a/textproc/jade/files/patch-TransformFOTBuilder.cxx b/textproc/jade/files/patch-jade_TransformFOTBuilder.cxx
index e2e0110f659a..4db4e0d481c8 100644
--- a/textproc/jade/files/patch-TransformFOTBuilder.cxx
+++ b/textproc/jade/files/patch-jade_TransformFOTBuilder.cxx
@@ -1,6 +1,6 @@
---- jade/TransformFOTBuilder.cxx.orig 2011-09-24 14:20:28.000000000 +0000
-+++ jade/TransformFOTBuilder.cxx 2011-09-24 14:22:32.000000000 +0000
-@@ -41,6 +41,7 @@
+--- jade/TransformFOTBuilder.cxx.orig 1998-10-01 05:14:52 UTC
++++ jade/TransformFOTBuilder.cxx
+@@ -41,6 +41,7 @@ class TransformFOTBuilder : public SerialFOTBuilder {
};
class EntityRefFlowObj : public TransformExtensionFlowObj {
public:
@@ -8,7 +8,7 @@
void atomic(TransformFOTBuilder &fotb, const NodePtr &) const {
fotb.entityRef(name_);
}
-@@ -56,6 +57,7 @@
+@@ -56,6 +57,7 @@ class TransformFOTBuilder : public SerialFOTBuilder {
};
class ProcessingInstructionFlowObj : public TransformExtensionFlowObj {
public:
@@ -16,7 +16,7 @@
void atomic(TransformFOTBuilder &fotb, const NodePtr &) const {
fotb.processingInstruction(data_);
}
-@@ -98,6 +100,8 @@
+@@ -98,6 +100,8 @@ class TransformFOTBuilder : public SerialFOTBuilder {
}
}
ExtensionFlowObj *copy() const { return new EmptyElementFlowObj(*this); }
@@ -25,7 +25,7 @@
private:
ElementNIC nic_;
};
-@@ -133,6 +137,8 @@
+@@ -133,6 +137,8 @@ class TransformFOTBuilder : public SerialFOTBuilder {
}
}
ExtensionFlowObj *copy() const { return new ElementFlowObj(*this); }
@@ -34,7 +34,7 @@
private:
ElementNIC nic_;
};
-@@ -150,6 +156,8 @@
+@@ -150,6 +156,8 @@ class TransformFOTBuilder : public SerialFOTBuilder {
value.convertString(systemId_);
}
ExtensionFlowObj *copy() const { return new EntityFlowObj(*this); }
@@ -43,7 +43,7 @@
private:
StringC systemId_;
};
-@@ -174,6 +182,8 @@
+@@ -174,6 +182,8 @@ class TransformFOTBuilder : public SerialFOTBuilder {
}
}
ExtensionFlowObj *copy() const { return new DocumentTypeFlowObj(*this); }
diff --git a/textproc/jade/files/patch-CharsetRegistry.cxx b/textproc/jade/files/patch-lib_CharsetRegistry.cxx
index 940ba42bfb3b..df9983c804f4 100644
--- a/textproc/jade/files/patch-CharsetRegistry.cxx
+++ b/textproc/jade/files/patch-lib_CharsetRegistry.cxx
@@ -1,6 +1,6 @@
---- lib/CharsetRegistry.cxx.orig Sat Jul 31 17:03:07 2004
-+++ lib/CharsetRegistry.cxx Sat Jul 31 17:05:46 2004
-@@ -164,6 +164,9 @@
+--- lib/CharsetRegistry.cxx.orig 1998-10-07 05:15:52 UTC
++++ lib/CharsetRegistry.cxx
+@@ -164,6 +164,9 @@ static const unsigned short iso8859_8[] = {
static const unsigned short iso8859_9[] = {
#include "iso8859-9.h"
};
@@ -10,7 +10,7 @@
static const unsigned short iso646_jis_G0[] = {
#include "iso646-jis.h"
};
-@@ -203,6 +206,7 @@
+@@ -203,6 +206,7 @@ static const struct {
{ CharsetRegistry::ISO8859_7, iso8859_7 },
{ CharsetRegistry::ISO8859_8, iso8859_8 },
{ CharsetRegistry::ISO8859_9, iso8859_9 },
diff --git a/textproc/jade/files/patch-CodingSystemKit.cxx b/textproc/jade/files/patch-lib_CodingSystemKit.cxx
index 9a88b5eba364..d5e86da778ee 100644
--- a/textproc/jade/files/patch-CodingSystemKit.cxx
+++ b/textproc/jade/files/patch-lib_CodingSystemKit.cxx
@@ -1,6 +1,6 @@
---- lib/CodingSystemKit.cxx.orig Sat Jul 31 17:03:29 2004
-+++ lib/CodingSystemKit.cxx Sat Jul 31 17:08:59 2004
-@@ -74,7 +74,8 @@
+--- lib/CodingSystemKit.cxx.orig 1998-10-01 05:13:22 UTC
++++ lib/CodingSystemKit.cxx
+@@ -74,7 +74,8 @@ class CodingSystemKitImpl : public CodingSystemKit { (
iso8859_6,
iso8859_7,
iso8859_8,
@@ -10,7 +10,7 @@
};
struct Entry {
const char *name;
-@@ -111,6 +112,7 @@
+@@ -111,6 +112,7 @@ class CodingSystemKitImpl : public CodingSystemKit { (
TranslateCodingSystem iso8859_7CodingSystem_;
TranslateCodingSystem iso8859_8CodingSystem_;
TranslateCodingSystem iso8859_9CodingSystem_;
@@ -18,7 +18,7 @@
#ifdef WIN32
Win32CodingSystem ansiCodingSystem_;
Win32CodingSystem oemCodingSystem_;
-@@ -246,6 +248,15 @@
+@@ -246,6 +248,15 @@ static const TranslateCodingSystem::Desc iso8859_9Desc
{ CharsetRegistry::UNREGISTERED, 0x0 }
};
@@ -34,7 +34,7 @@
#endif /* SP_MULTI_BYTE */
const CodingSystemKitImpl::Entry CodingSystemKitImpl::bctfTable_[] = {
-@@ -292,6 +303,8 @@
+@@ -292,6 +303,8 @@ const CodingSystemKitImpl::Entry CodingSystemKitImpl::
{ "ISO-8859-8", iso8859_8 },
{ "IS8859-9", iso8859_9 },
{ "ISO-8859-9", iso8859_9 },
@@ -43,7 +43,7 @@
{ "EUC-JP", eucjp },
{ "EUC-CN", euccn },
{ "GB2312", euccn },
-@@ -324,6 +337,7 @@
+@@ -324,6 +337,7 @@ CodingSystemKitImpl::CodingSystemKitImpl(const Transla
iso8859_7CodingSystem_(&identityCodingSystem_, iso8859_7Desc, &systemCharset_, 0x100, unicodeReplaceChar),
iso8859_8CodingSystem_(&identityCodingSystem_, iso8859_8Desc, &systemCharset_, 0x100, unicodeReplaceChar),
iso8859_9CodingSystem_(&identityCodingSystem_, iso8859_9Desc, &systemCharset_, 0x100, unicodeReplaceChar),
@@ -51,7 +51,7 @@
eucjpCodingSystem_(&eucBctf_, jis2Desc, &systemCharset_, 0x8000, unicodeReplaceChar),
euccnCodingSystem_(&eucBctf_, gbDesc, &systemCharset_, 0x8000, unicodeReplaceChar),
euckrCodingSystem_(&eucBctf_, kscDesc, &systemCharset_, 0x8000, unicodeReplaceChar),
-@@ -472,6 +486,8 @@
+@@ -472,6 +486,8 @@ CodingSystemKitImpl::makeCodingSystem(CodingSystemId i
return &iso8859_8CodingSystem_;
case iso8859_9:
return &iso8859_9CodingSystem_;
diff --git a/textproc/jade/files/patch-lib_Parser.h b/textproc/jade/files/patch-lib_Parser.h
index 182ebce0d532..c6ebfa847ce6 100644
--- a/textproc/jade/files/patch-lib_Parser.h
+++ b/textproc/jade/files/patch-lib_Parser.h
@@ -1,4 +1,4 @@
---- lib/Parser.h~ 1998-10-01 05:13:28 UTC
+--- lib/Parser.h.orig 1998-10-01 05:13:28 UTC
+++ lib/Parser.h
@@ -62,15 +62,15 @@ class Parser : private ParserState { (public)
Parser(const SgmlParser::Params &);
diff --git a/textproc/jade/files/patch-lib__instmac.m4 b/textproc/jade/files/patch-lib__instmac.m4
deleted file mode 100644
index 98730d62feb5..000000000000
--- a/textproc/jade/files/patch-lib__instmac.m4
+++ /dev/null
@@ -1,19 +0,0 @@
-*** lib/instmac.m4.orig Sun Jul 6 20:20:04 1997
---- lib/instmac.m4 Sun Jul 6 20:20:54 1997
-***************
-*** 75,81 ****
- __undefine(`undefine')__dnl
- __undefine(`undivert')__dnl
- __undefine(`unix')__dnl
-! __dnl __changequote(,)__dnl disable quoting
-
- #ifdef SP_NAMESPACE
- }
---- 75,81 ----
- __undefine(`undefine')__dnl
- __undefine(`undivert')__dnl
- __undefine(`unix')__dnl
-! __dnl __changequote(,)__dnl
-
- #ifdef SP_NAMESPACE
- }
diff --git a/textproc/jade/files/patch-assert.cxx b/textproc/jade/files/patch-lib_assert.cxx
index e26a9fea51a1..15d4c573c0ab 100644
--- a/textproc/jade/files/patch-assert.cxx
+++ b/textproc/jade/files/patch-lib_assert.cxx
@@ -1,5 +1,5 @@
---- lib/assert.cxx.orig Wed Apr 25 12:42:54 2001
-+++ lib/assert.cxx Wed Apr 25 12:43:26 2001
+--- lib/assert.cxx.orig 1998-10-07 05:15:50 UTC
++++ lib/assert.cxx
@@ -6,7 +6,7 @@
#include "macros.h"
diff --git a/textproc/jade/files/patch-lib_instmac.m4 b/textproc/jade/files/patch-lib_instmac.m4
new file mode 100644
index 000000000000..f61330772b3b
--- /dev/null
+++ b/textproc/jade/files/patch-lib_instmac.m4
@@ -0,0 +1,11 @@
+--- lib/instmac.m4.orig 1998-10-01 05:13:24 UTC
++++ lib/instmac.m4
+@@ -75,7 +75,7 @@ __undefine(`translit')__dnl
+ __undefine(`undefine')__dnl
+ __undefine(`undivert')__dnl
+ __undefine(`unix')__dnl
+-__dnl __changequote(,)__dnl disable quoting
++__dnl __changequote(,)__dnl
+
+ #ifdef SP_NAMESPACE
+ }
diff --git a/textproc/jade/files/patch-koi8r.dcl b/textproc/jade/files/patch-pubtext_koi8r.dcl
index ee85848ee564..be09064018a0 100644
--- a/textproc/jade/files/patch-koi8r.dcl
+++ b/textproc/jade/files/patch-pubtext_koi8r.dcl
@@ -1,5 +1,5 @@
---- /dev/null Sat Jul 31 17:25:08 2004
-+++ pubtext/koi8r.dcl Sat Jul 31 17:04:35 2004
+--- /dev/null 1970-01-01 00:00:00 UTC
++++ pubtext/koi8r.dcl
@@ -0,0 +1,236 @@
+ <!SGML "ISO 8879:1986 (ENR)"
+