summaryrefslogtreecommitdiff
path: root/textproc/openjade/patches/patch-ad
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-09-23 08:35:52 +0000
committerwiz <wiz@pkgsrc.org>2003-09-23 08:35:52 +0000
commitaf12297ca90c7adf37122c6c34e78431a1f214a0 (patch)
treef3d15560dafe884200949defcc784e355163898c /textproc/openjade/patches/patch-ad
parent46127051d0d6b399325ab38e17e674cb2494b593 (diff)
downloadpkgsrc-af12297ca90c7adf37122c6c34e78431a1f214a0.tar.gz
Update to 1.3.2:
Changes in OpenJade 1.3.2 (December 2002) * Build against OpenSP 1.5 * Minor fixes to MIF backend * Correct typo in definition of "attribute" in builtin.dsl (Toby Speight) * Fix quoted of ampersand in XML/SGML transformations (Toby Speight) Changes in OpenJade 1.3.1 (January 2002) * Support for newer GNU source configuration tools (autoconf, libtool, automake) * Support for newer GNU and Microsoft compilers * Support for more/up to date platforms (Mac OS X, Darwin, BSD, Cygwin etc.) * Numerous bug fixes to TeX backend for improved table support and two sided output. Two new external procedures two control double sided output (required by jadetex 3.4 or greater). "UNREGISTERED::OpenJade//Characteristic::page-two-side?" "UNREGISTERED::OpenJade//Characteristic::two-side-start-on-right?" * Support for XML Byte Order Marks Closes PR 22901.
Diffstat (limited to 'textproc/openjade/patches/patch-ad')
-rw-r--r--textproc/openjade/patches/patch-ad13
1 files changed, 0 insertions, 13 deletions
diff --git a/textproc/openjade/patches/patch-ad b/textproc/openjade/patches/patch-ad
deleted file mode 100644
index 148e322e6bd..00000000000
--- a/textproc/openjade/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.3 2003/01/10 16:11:40 wiz Exp $
-
---- lib/parser_inst.m4.orig Fri Aug 20 09:05:33 1999
-+++ lib/parser_inst.m4
-@@ -166,7 +166,7 @@ __instantiate(Vector<Transition>)
- __instantiate(Vector<LeafContentToken*>)
- __instantiate(Vector<size_t>)
- // we really just want to test if size_t == unsigned int
--#if !defined(SIZEOF_SIZE_T) || !defined(SIZEOF_UNSIGNED_INT) || (SIZEOF_SIZE_T != SIZEOF_UNSIGNED_INT)
-+#if defined(__NetBSD__) && (defined(__alpha__) || defined(__arm__) || defined(__vax__) || defined(__sparc__) || defined(__sparc64__) || defined(__x86_64__) || defined(__sh5__))
- __instantiate(Vector<unsigned int>)
- #endif
-