summaryrefslogtreecommitdiff
path: root/lang/sr
diff options
context:
space:
mode:
authoris <is@pkgsrc.org>2005-03-01 10:00:47 +0000
committeris <is@pkgsrc.org>2005-03-01 10:00:47 +0000
commit6564b7d2612381277947bee34912c778bf892b5f (patch)
treee0592faacc345e7afbe53a655098bf49776df258 /lang/sr
parent1f575b173dfe85434e004331266831c49776c58d (diff)
downloadpkgsrc-6564b7d2612381277947bee34912c778bf892b5f.tar.gz
Clean up patches.
Diffstat (limited to 'lang/sr')
-rw-r--r--lang/sr/distinfo6
-rw-r--r--lang/sr/patches/patch-ab6
-rw-r--r--lang/sr/patches/patch-au8
3 files changed, 9 insertions, 11 deletions
diff --git a/lang/sr/distinfo b/lang/sr/distinfo
index 3facea9e288..5a10f7000ff 100644
--- a/lang/sr/distinfo
+++ b/lang/sr/distinfo
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.4 2005/02/26 22:28:38 is Exp $
+$NetBSD: distinfo,v 1.5 2005/03/01 10:00:47 is Exp $
SHA1 (sr233.tar.Z) = 0354987527ed1e84c32d3b1fc6bacb65d647f337
Size (sr233.tar.Z) = 1424566 bytes
SHA1 (patch-aa) = 25100667c8a9a48d828253ecba12125d5a7a62aa
-SHA1 (patch-ab) = 3d12695fe38cdc372352279738f593e74599c00d
+SHA1 (patch-ab) = 2a086280fefb4acddd19cb3cbafd58f8de5b309e
SHA1 (patch-ac) = f412be8e1a2bbdf8249d5f1585805fab447a518a
SHA1 (patch-ad) = 7fc00d7f52a16dc7b814c94c795bb5d7af02e58b
SHA1 (patch-ar) = 9a331cdb90959d0cc7475d2fc203d2c302d4bf5c
SHA1 (patch-as) = 6e959d3d151499dabdc9e9ee056d5f8187d83074
SHA1 (patch-at) = e66f57026322ff22db9bd7be3dfbaccfb466ccc1
-SHA1 (patch-au) = 78201c528aeb97e6b59c98fb0bdaa63852ce6993
+SHA1 (patch-au) = b5676e357dba37a7eed24d1c77b8cf6aab1dbf51
diff --git a/lang/sr/patches/patch-ab b/lang/sr/patches/patch-ab
index 9f1bbb4e20c..cdda65e24e2 100644
--- a/lang/sr/patches/patch-ab
+++ b/lang/sr/patches/patch-ab
@@ -1,15 +1,15 @@
-$NetBSD: patch-ab,v 1.1.1.1 2005/02/25 15:54:59 is Exp $
+$NetBSD: patch-ab,v 1.2 2005/03/01 10:00:47 is Exp $
---- arch.h.orig 1999-08-09 18:34:12.000000000 +0200
+--- arch.h.orig 1999-08-09 16:34:12.000000000 +0000
+++ arch.h
@@ -7,6 +7,12 @@
* BIGCC arguments passed to CC to enlarge tree space (if needed)
*/
+
++/* here so that cpu-specific code below doesn't overwrite our choices */
+#if !defined(ARCH) && defined(__NetBSD__)
+#define ARCH "NetBSD 2.0 and later"
-+#define SFILE "i386.s"
+#endif
+
#ifndef ARCH
diff --git a/lang/sr/patches/patch-au b/lang/sr/patches/patch-au
index 27629efba0e..17fbdac5ba0 100644
--- a/lang/sr/patches/patch-au
+++ b/lang/sr/patches/patch-au
@@ -1,16 +1,14 @@
-$NetBSD: patch-au,v 1.1.1.1 2005/02/25 15:54:59 is Exp $
+$NetBSD: patch-au,v 1.2 2005/03/01 10:00:47 is Exp $
---- csw/netbsd.c.orig 2004-11-03 23:04:48.000000000 +0100
+--- csw/netbsd.c.orig 2005-03-01 09:35:06.000000000 +0000
+++ csw/netbsd.c
-@@ -0,0 +1,118 @@
+@@ -0,0 +1,116 @@
+/*
+ * netbsd.c -- context switch code for NetBSD 2.
+ *
+ * Some Makefile changes are needed to use this code.
+ */
+
-+#include <stdio.h>
-+#include <stdlib.h>
+#include <ucontext.h>
+
+static void startup();