summaryrefslogtreecommitdiff
path: root/textproc/jade/files/patch-CodingSystemKit.cxx
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 /textproc/jade/files/patch-CodingSystemKit.cxx
parentupdate sysutils/terraform to 0.11.2 (diff)
textproc/jade: regen via "make makepatch"
$ portlint -C WARN: /usr/ports/textproc/jade/files/patch-assert.cxx: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. WARN: /usr/ports/textproc/jade/files/patch-CharsetRegistry.cxx: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. WARN: /usr/ports/textproc/jade/files/patch-CharsetRegistry.h: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. WARN: /usr/ports/textproc/jade/files/patch-CodingSystemKit.cxx: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. WARN: /usr/ports/textproc/jade/files/patch-config.h: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. WARN: /usr/ports/textproc/jade/files/patch-koi8-r.h: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. WARN: /usr/ports/textproc/jade/files/patch-koi8r.dcl: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. WARN: /usr/ports/textproc/jade/files/patch-lib__instmac.m4: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. WARN: /usr/ports/textproc/jade/files/patch-Makefile.in: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. WARN: /usr/ports/textproc/jade/files/patch-Ptr.cxx: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. WARN: /usr/ports/textproc/jade/files/patch-Ptr.h: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. WARN: /usr/ports/textproc/jade/files/patch-TeXFOTBuilder.cxx: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. WARN: /usr/ports/textproc/jade/files/patch-TransformFOTBuilder.cxx: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. 0 fatal errors and 13 warnings found. Approved by: portmgr blanket
Diffstat (limited to 'textproc/jade/files/patch-CodingSystemKit.cxx')
-rw-r--r--textproc/jade/files/patch-CodingSystemKit.cxx62
1 files changed, 0 insertions, 62 deletions
diff --git a/textproc/jade/files/patch-CodingSystemKit.cxx b/textproc/jade/files/patch-CodingSystemKit.cxx
deleted file mode 100644
index 9a88b5eba364..000000000000
--- a/textproc/jade/files/patch-CodingSystemKit.cxx
+++ /dev/null
@@ -1,62 +0,0 @@
---- 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 @@
- iso8859_6,
- iso8859_7,
- iso8859_8,
-- iso8859_9
-+ iso8859_9,
-+ koi8_r
- };
- struct Entry {
- const char *name;
-@@ -111,6 +112,7 @@
- TranslateCodingSystem iso8859_7CodingSystem_;
- TranslateCodingSystem iso8859_8CodingSystem_;
- TranslateCodingSystem iso8859_9CodingSystem_;
-+ TranslateCodingSystem koi8_rCodingSystem_;
- #ifdef WIN32
- Win32CodingSystem ansiCodingSystem_;
- Win32CodingSystem oemCodingSystem_;
-@@ -246,6 +248,15 @@
- { CharsetRegistry::UNREGISTERED, 0x0 }
- };
-
-+static const TranslateCodingSystem::Desc koi8_rDesc[] = {
-+ { CharsetRegistry::ISO646_C0, 0x0 },
-+ { CharsetRegistry::ISO646_ASCII_G0, 0x0 },
-+ // FIXME: only GR part of KOI8-R is handled (i.e. 160..255)
-+ // since koi8-r does not follow ISO control/graphic model
-+ { CharsetRegistry::KOI8_R, 0x80 },
-+ { CharsetRegistry::UNREGISTERED, 0x0 }
-+};
-+
- #endif /* SP_MULTI_BYTE */
-
- const CodingSystemKitImpl::Entry CodingSystemKitImpl::bctfTable_[] = {
-@@ -292,6 +303,8 @@
- { "ISO-8859-8", iso8859_8 },
- { "IS8859-9", iso8859_9 },
- { "ISO-8859-9", iso8859_9 },
-+ { "KOI8-R", koi8_r }, // RFC 1489
-+ { "KOI8", koi8_r },
- { "EUC-JP", eucjp },
- { "EUC-CN", euccn },
- { "GB2312", euccn },
-@@ -324,6 +337,7 @@
- iso8859_7CodingSystem_(&identityCodingSystem_, iso8859_7Desc, &systemCharset_, 0x100, unicodeReplaceChar),
- iso8859_8CodingSystem_(&identityCodingSystem_, iso8859_8Desc, &systemCharset_, 0x100, unicodeReplaceChar),
- iso8859_9CodingSystem_(&identityCodingSystem_, iso8859_9Desc, &systemCharset_, 0x100, unicodeReplaceChar),
-+ koi8_rCodingSystem_(&identityCodingSystem_, koi8_rDesc, &systemCharset_, 0x100, unicodeReplaceChar),
- eucjpCodingSystem_(&eucBctf_, jis2Desc, &systemCharset_, 0x8000, unicodeReplaceChar),
- euccnCodingSystem_(&eucBctf_, gbDesc, &systemCharset_, 0x8000, unicodeReplaceChar),
- euckrCodingSystem_(&eucBctf_, kscDesc, &systemCharset_, 0x8000, unicodeReplaceChar),
-@@ -472,6 +486,8 @@
- return &iso8859_8CodingSystem_;
- case iso8859_9:
- return &iso8859_9CodingSystem_;
-+ case koi8_r:
-+ return &koi8_rCodingSystem_;
- case xml:
- return &xmlCodingSystem_;
- #ifdef WIN32