summaryrefslogtreecommitdiff
path: root/lang/sr
diff options
context:
space:
mode:
authoris <is>2005-03-02 13:29:03 +0000
committeris <is>2005-03-02 13:29:03 +0000
commit6489a0534234d2bd80e3bbe9e35a4495fca2194e (patch)
treed763b5ce497a4baede3e3e2c66e6a4a8747cd370 /lang/sr
parent7680a17a281e03628f7dd52dde9591016229c737 (diff)
downloadpkgsrc-6489a0534234d2bd80e3bbe9e35a4495fca2194e.tar.gz
vfork() needs unistd.h
Diffstat (limited to 'lang/sr')
-rw-r--r--lang/sr/distinfo6
-rw-r--r--lang/sr/patches/patch-av12
-rw-r--r--lang/sr/patches/patch-aw12
-rw-r--r--lang/sr/patches/patch-ax10
-rw-r--r--lang/sr/patches/patch-ay12
5 files changed, 51 insertions, 1 deletions
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 <fcntl.h>
++#include <unistd.h>
+
+ 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 <fcntl.h>
+ #include <signal.h>
++#include <unistd.h>
+ #include <sys/param.h>
+
+ #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 <stdio.h>
++#include <unistd.h>
+ #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 <sys/stat.h>
+ #include <sys/file.h> /* needed by HP-UX */
+ #include <fcntl.h> /* needed by HP-UX */
++#include <unistd.h> /* needed by NetBSD */
+ #include "gen.h"
+ #include "util.h"
+ #include "paths.h"