From 5d09a8ecdcfd618e74d42165522a256264da7b13 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Mon, 26 Jun 2000 21:02:03 +0000 Subject: - make this work on sparc. The original code used #ifdef(__sparc__) to do SunOS/Solaris specific stuff. --- textproc/dict-server/files/patch-sum | 8 +++++++- textproc/dict-server/patches/patch-ae | 11 +++++++++++ textproc/dict-server/patches/patch-af | 11 +++++++++++ textproc/dict-server/patches/patch-ag | 11 +++++++++++ textproc/dict-server/patches/patch-ah | 11 +++++++++++ textproc/dict-server/patches/patch-ai | 11 +++++++++++ textproc/dict-server/patches/patch-aj | 11 +++++++++++ 7 files changed, 73 insertions(+), 1 deletion(-) create mode 100644 textproc/dict-server/patches/patch-ae create mode 100644 textproc/dict-server/patches/patch-af create mode 100644 textproc/dict-server/patches/patch-ag create mode 100644 textproc/dict-server/patches/patch-ah create mode 100644 textproc/dict-server/patches/patch-ai create mode 100644 textproc/dict-server/patches/patch-aj (limited to 'textproc/dict-server') diff --git a/textproc/dict-server/files/patch-sum b/textproc/dict-server/files/patch-sum index 90fc5a15757..24a96e6844a 100644 --- a/textproc/dict-server/files/patch-sum +++ b/textproc/dict-server/files/patch-sum @@ -1,6 +1,12 @@ -$NetBSD: patch-sum,v 1.1.1.1 1999/07/28 16:17:20 tron Exp $ +$NetBSD: patch-sum,v 1.2 2000/06/26 21:02:03 dmcmahill Exp $ MD5 (patch-aa) = 0bb6daba8ca5ee8018dcd07d67749e10 MD5 (patch-ab) = f64f0942d769e20cc3640a37be30a255 MD5 (patch-ac) = 80ddcbd09b5f37aefdd4e4194f21817d MD5 (patch-ad) = 39929f0f159e075f38d67ba6a801cdcf +MD5 (patch-ae) = 49a30b310d868262ab7b4ba3139a34d4 +MD5 (patch-af) = bdb03d37754aee89ef9db9908cfe9bd6 +MD5 (patch-ag) = de478b01c1274fa75362caad415cbf45 +MD5 (patch-ah) = aba358d3534a56aa462f0ffb34a1bfad +MD5 (patch-ai) = ad4c4154de1fa6814d221c798617f964 +MD5 (patch-aj) = 2c8e6d0ffea8a4bc4d0135516891358e diff --git a/textproc/dict-server/patches/patch-ae b/textproc/dict-server/patches/patch-ae new file mode 100644 index 00000000000..99d571199e5 --- /dev/null +++ b/textproc/dict-server/patches/patch-ae @@ -0,0 +1,11 @@ +$NetBSD: patch-ae,v 1.1 2000/06/26 21:02:05 dmcmahill Exp $ + +--- decl.h.orig Thu Jan 15 22:51:55 1998 ++++ decl.h Mon Jun 26 16:20:25 2000 +@@ -29,5 +29,5 @@ + situations that we know about. */ + +-#if defined(__sparc__) ++#if defined(__sparc__) && !defined(__NetBSD__) + /* Both SunOS and Solaris */ + extern int getrusage( int who, struct rusage * ); diff --git a/textproc/dict-server/patches/patch-af b/textproc/dict-server/patches/patch-af new file mode 100644 index 00000000000..724cebd0813 --- /dev/null +++ b/textproc/dict-server/patches/patch-af @@ -0,0 +1,11 @@ +$NetBSD: patch-af,v 1.1 2000/06/26 21:02:05 dmcmahill Exp $ + +--- regex/regcomp.c.orig Tue Mar 11 20:13:13 1997 ++++ regex/regcomp.c Mon Jun 26 16:22:12 2000 +@@ -7,5 +7,5 @@ + #include + +-#if defined(__sparc__) && !defined(__svr4__) ++#if defined(__sparc__) && !defined(__svr4__) && !defined(__NetBSD__) + #define USEBCOPY + #endif diff --git a/textproc/dict-server/patches/patch-ag b/textproc/dict-server/patches/patch-ag new file mode 100644 index 00000000000..74633fdcc48 --- /dev/null +++ b/textproc/dict-server/patches/patch-ag @@ -0,0 +1,11 @@ +$NetBSD: patch-ag,v 1.1 2000/06/26 21:02:06 dmcmahill Exp $ + +--- libmaa/getopt.c.orig Thu Sep 28 20:54:55 1995 ++++ libmaa/getopt.c Mon Jun 26 16:23:08 2000 +@@ -45,5 +45,5 @@ + #include + +-#ifdef __sparc__ ++#if defined(__sparc__) && !defined(__NetBSD__) + extern int fprintf( FILE *, const char *, ... ); + extern int strncmp( const char *, const char *, int n ); diff --git a/textproc/dict-server/patches/patch-ah b/textproc/dict-server/patches/patch-ah new file mode 100644 index 00000000000..8b9a0f166ac --- /dev/null +++ b/textproc/dict-server/patches/patch-ah @@ -0,0 +1,11 @@ +$NetBSD: patch-ah,v 1.1 2000/06/26 21:02:07 dmcmahill Exp $ + +--- libmaa/decl.h.orig Thu Jan 15 22:51:48 1998 ++++ libmaa/decl.h Mon Jun 26 16:27:02 2000 +@@ -29,5 +29,5 @@ + situations that we know about. */ + +-#if defined(__sparc__) ++#if defined(__sparc__) && !defined(__NetBSD__) + #include + /* Both SunOS and Solaris */ diff --git a/textproc/dict-server/patches/patch-ai b/textproc/dict-server/patches/patch-ai new file mode 100644 index 00000000000..4f74dd90740 --- /dev/null +++ b/textproc/dict-server/patches/patch-ai @@ -0,0 +1,11 @@ +$NetBSD: patch-ai,v 1.1 2000/06/26 21:02:08 dmcmahill Exp $ + +--- libmaa/strtol.c.orig Fri Aug 25 00:59:08 1995 ++++ libmaa/strtol.c Mon Jun 26 16:27:57 2000 +@@ -26,5 +26,5 @@ + #include + +-#ifdef __sparc__ ++#if defined(__sparc__) && !defined(__NetBSD__) + extern int errno; + extern int toupper(int); diff --git a/textproc/dict-server/patches/patch-aj b/textproc/dict-server/patches/patch-aj new file mode 100644 index 00000000000..f0bc368cea0 --- /dev/null +++ b/textproc/dict-server/patches/patch-aj @@ -0,0 +1,11 @@ +$NetBSD: patch-aj,v 1.1 2000/06/26 21:02:09 dmcmahill Exp $ + +--- libmaa/memtest.c.orig Fri Aug 25 01:20:51 1995 ++++ libmaa/memtest.c Mon Jun 26 16:29:26 2000 +@@ -25,5 +25,5 @@ + #include + +-#ifdef __sparc__ ++#if defined(__sparc__) && !defined(__NetBSD__) + extern int printf( const char *, ... ); + #endif -- cgit v1.2.3