pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/ispell-base Fix build on Linux (Red Hat 7.3).
details: https://anonhg.NetBSD.org/pkgsrc/rev/a2438b36cd94
branches: trunk
changeset: 471126:a2438b36cd94
user: uebayasi <uebayasi%pkgsrc.org@localhost>
date: Fri Mar 19 06:20:21 2004 +0000
description:
Fix build on Linux (Red Hat 7.3).
diffstat:
textproc/ispell-base/distinfo | 5 +++--
textproc/ispell-base/patches/patch-ak | 4 ++--
textproc/ispell-base/patches/patch-ar | 13 +++++++++++++
3 files changed, 18 insertions(+), 4 deletions(-)
diffs (57 lines):
diff -r 0f2feac912bd -r a2438b36cd94 textproc/ispell-base/distinfo
--- a/textproc/ispell-base/distinfo Fri Mar 19 02:25:28 2004 +0000
+++ b/textproc/ispell-base/distinfo Fri Mar 19 06:20:21 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2002/08/25 21:51:16 jlam Exp $
+$NetBSD: distinfo,v 1.7 2004/03/19 06:20:21 uebayasi Exp $
SHA1 (ispell-3.1.20.tar.gz) = f8f849a3868ef3d88c1ba6fe5b49505f75de786e
Size (ispell-3.1.20.tar.gz) = 677987 bytes
@@ -14,10 +14,11 @@
SHA1 (patch-ah) = 2a5da425a5a6c97907218b96515f2a9718d1e9ca
SHA1 (patch-ai) = 210d80ca55fc1d4fb5aa308205d8630a7f4bfb67
SHA1 (patch-aj) = 645d9c15fe6148e4ced398729aab6ffc9662c1d8
-SHA1 (patch-ak) = a60cbdead54b450457a1313107513c61747c4c1f
+SHA1 (patch-ak) = 99c95d0761999000523fa02bf1290639e1954242
SHA1 (patch-al) = 8e75a7b529e76ed7137510e5e18f7b87084c62a8
SHA1 (patch-am) = d42829fe0c22bc4f42bc60f403576f80dde7e66a
SHA1 (patch-an) = b1f17843e68a1ff6d6ddb4814c8fcf070add2f8e
SHA1 (patch-ao) = 6ddf8412689f17cff7632a90ea443513da9d8448
SHA1 (patch-ap) = 47411640b343a5d60b9d9e8d28574bd0397dde45
SHA1 (patch-aq) = b37bfe33f3b710bef1141afabb2dae3d9b1776cd
+SHA1 (patch-ar) = 872cfc47e3652716afab9561fcf4a1bda2cee61a
diff -r 0f2feac912bd -r a2438b36cd94 textproc/ispell-base/patches/patch-ak
--- a/textproc/ispell-base/patches/patch-ak Fri Mar 19 02:25:28 2004 +0000
+++ b/textproc/ispell-base/patches/patch-ak Fri Mar 19 06:20:21 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ak,v 1.1 2001/03/16 11:05:46 wiz Exp $
+$NetBSD: patch-ak,v 1.2 2004/03/19 06:20:21 uebayasi Exp $
--- term.c.orig Wed Nov 2 19:44:28 1994
+++ term.c
@@ -7,7 +7,7 @@
#include "proto.h"
#include "msgs.h"
-#ifdef USG
-+#ifdef __NetBSD__
++#if defined(__NetBSD__) || defined(linux)
+#define USE_TERMIOS
+#include <termios.h>
+#elif defined(USG)
diff -r 0f2feac912bd -r a2438b36cd94 textproc/ispell-base/patches/patch-ar
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ispell-base/patches/patch-ar Fri Mar 19 06:20:21 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ar,v 1.1 2004/03/19 06:20:21 uebayasi Exp $
+
+--- ijoin.c.orig Fri Mar 19 15:00:19 2004
++++ ijoin.c Fri Mar 19 15:01:51 2004
+@@ -133,8 +133,6 @@
+ static int unpairable1 = 0; /* NZ if -a1 */
+ static int unpairable2 = 0; /* NZ if -a2 */
+
+-extern int strcmp ();
+-
+ int main (argc, argv) /* Join files */
+ int argc; /* Argument count */
+ char * argv[]; /* Argument vector */
Home |
Main Index |
Thread Index |
Old Index