From fe44dabbc733b9ddb9f0b821727cac8f8128923c Mon Sep 17 00:00:00 2001 From: is Date: Wed, 2 Mar 2005 13:29:03 +0000 Subject: vfork() needs unistd.h --- lang/sr/distinfo | 6 +++++- lang/sr/patches/patch-av | 12 ++++++++++++ lang/sr/patches/patch-aw | 12 ++++++++++++ lang/sr/patches/patch-ax | 10 ++++++++++ lang/sr/patches/patch-ay | 12 ++++++++++++ 5 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 lang/sr/patches/patch-av create mode 100644 lang/sr/patches/patch-aw create mode 100644 lang/sr/patches/patch-ax create mode 100644 lang/sr/patches/patch-ay (limited to 'lang/sr') diff --git a/lang/sr/distinfo b/lang/sr/distinfo index d42a631a744..99ad0fc0b7c 100644 --- a/lang/sr/distinfo +++ b/lang/sr/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2005/03/02 13:21:33 is Exp $ +$NetBSD: distinfo,v 1.9 2005/03/02 13:29:03 is Exp $ SHA1 (sr233.tar.Z) = 0354987527ed1e84c32d3b1fc6bacb65d647f337 Size (sr233.tar.Z) = 1424566 bytes @@ -9,3 +9,7 @@ SHA1 (patch-ar) = 9a331cdb90959d0cc7475d2fc203d2c302d4bf5c SHA1 (patch-as) = 6e959d3d151499dabdc9e9ee056d5f8187d83074 SHA1 (patch-at) = 989ea8ecf79a9f5d0567c53a2c9580b4ecc634c9 SHA1 (patch-au) = 701c53883b3661c578dc5b192a9779e7fdc503f5 +SHA1 (patch-av) = 1beabb719e6f4a1d1872bd66c73d0d1169686770 +SHA1 (patch-aw) = 1bf4f69379229c7493b057a0445959b16cc36ca7 +SHA1 (patch-ax) = a834a65f2574be388bb420fdf883a9ac74f00ec9 +SHA1 (patch-ay) = ea10d5daf877ca129efdfdbc544159a75f70f395 diff --git a/lang/sr/patches/patch-av b/lang/sr/patches/patch-av new file mode 100644 index 00000000000..478c361bb96 --- /dev/null +++ b/lang/sr/patches/patch-av @@ -0,0 +1,12 @@ +$NetBSD: patch-av,v 1.1 2005/03/02 13:29:03 is Exp $ + +--- rts/net.c.orig 2005-03-01 16:25:59.000000000 +0000 ++++ rts/net.c +@@ -2,6 +2,7 @@ + + #include "rts.h" + #include ++#include + + static void start_srx (); + diff --git a/lang/sr/patches/patch-aw b/lang/sr/patches/patch-aw new file mode 100644 index 00000000000..dff8747e9eb --- /dev/null +++ b/lang/sr/patches/patch-aw @@ -0,0 +1,12 @@ +$NetBSD: patch-aw,v 1.1 2005/03/02 13:29:03 is Exp $ + +--- rts/srx.c.orig 2005-03-01 16:26:10.000000000 +0000 ++++ rts/srx.c +@@ -19,6 +19,7 @@ + #include "rts.h" + #include + #include ++#include + #include + + #ifdef __PARAGON__ diff --git a/lang/sr/patches/patch-ax b/lang/sr/patches/patch-ax new file mode 100644 index 00000000000..739fefa12e6 --- /dev/null +++ b/lang/sr/patches/patch-ax @@ -0,0 +1,10 @@ +$NetBSD: patch-ax,v 1.1 2005/03/02 13:29:03 is Exp $ + +--- srm/filter.c.orig 2005-03-01 16:26:14.000000000 +0000 ++++ srm/filter.c +@@ -1,4 +1,5 @@ + #include ++#include + #include "../gen.h" + #include "../util.h" + diff --git a/lang/sr/patches/patch-ay b/lang/sr/patches/patch-ay new file mode 100644 index 00000000000..f3b4081ca76 --- /dev/null +++ b/lang/sr/patches/patch-ay @@ -0,0 +1,12 @@ +$NetBSD: patch-ay,v 1.1 2005/03/02 13:29:03 is Exp $ + +--- util.c.orig 2005-03-01 14:58:18.000000000 +0000 ++++ util.c +@@ -5,6 +5,7 @@ + #include + #include /* needed by HP-UX */ + #include /* needed by HP-UX */ ++#include /* needed by NetBSD */ + #include "gen.h" + #include "util.h" + #include "paths.h" -- cgit v1.2.3