summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc>2002-10-09 17:34:46 +0000
committeragc <agc>2002-10-09 17:34:46 +0000
commit0934a5071e4abaeb5e4009977f351b3441254105 (patch)
treeade8187ad18cd6ee621475e0f42a329e0a2b9eef
parent676e1fc82d2064a794f12194127124c443589075 (diff)
downloadpkgsrc-0934a5071e4abaeb5e4009977f351b3441254105.tar.gz
Pull up version 1.2 of patches/patch-ad to the netbsd-1-6 branch of pkgsrc.
Regen distinfo accordingly. Requested by Dan McMahill. ---------------------------- revision 1.2 date: 2002/09/26 05:46:11; author: dmcmahill; state: Exp; lines: +2 -2 make this work on alpha too. Now this pkg builds ok on both sparc and alpha. ---------------------------- revision 1.1 date: 2002/09/26 00:17:57; author: dmcmahill; state: Exp; make this build on sparc. Should also fix other platforms. Patch derived from patches to textproc/jade by mycroft. ----------------------------
-rw-r--r--textproc/openjade/distinfo3
-rw-r--r--textproc/openjade/patches/patch-ad13
2 files changed, 15 insertions, 1 deletions
diff --git a/textproc/openjade/distinfo b/textproc/openjade/distinfo
index eac643bb9eb..c7f954f1488 100644
--- a/textproc/openjade/distinfo
+++ b/textproc/openjade/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/04/27 10:52:27 agc Exp $
+$NetBSD: distinfo,v 1.1.1.1.8.1 2002/10/09 17:34:46 agc Exp $
SHA1 (openjade-1.3.tar.gz) = 971b43152272e3add4534255c441628538a416e3
Size (openjade-1.3.tar.gz) = 1165688 bytes
SHA1 (patch-aa) = 28a3262a6f40668a35feb96525135efd3d50a819
SHA1 (patch-ab) = fd8cb20d1c7bb76738d45398a4f2ce5d6d7616fa
SHA1 (patch-ac) = 1742175ec89ea8e796b4e874a488225850cf78e1
+SHA1 (patch-ad) = 54e0edc755a577a5bbb2c762fa1343ee18a02ed2
diff --git a/textproc/openjade/patches/patch-ad b/textproc/openjade/patches/patch-ad
new file mode 100644
index 00000000000..08aef10e48a
--- /dev/null
+++ b/textproc/openjade/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.2.2.2 2002/10/09 17:34:47 agc Exp $
+
+--- lib/parser_inst.m4.orig Fri Aug 20 03: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__)
+ __instantiate(Vector<unsigned int>)
+ #endif
+