pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/sr vfork() needs unistd.h



details:   https://anonhg.NetBSD.org/pkgsrc/rev/abedaa90568c
branches:  trunk
changeset: 490024:abedaa90568c
user:      is <is%pkgsrc.org@localhost>
date:      Wed Mar 02 13:29:03 2005 +0000

description:
vfork() needs unistd.h

diffstat:

 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 deletions(-)

diffs (79 lines):

diff -r 56a75d246958 -r abedaa90568c lang/sr/distinfo
--- a/lang/sr/distinfo  Wed Mar 02 13:21:34 2005 +0000
+++ b/lang/sr/distinfo  Wed Mar 02 13:29:03 2005 +0000
@@ -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-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 -r 56a75d246958 -r abedaa90568c lang/sr/patches/patch-av
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/sr/patches/patch-av  Wed Mar 02 13:29:03 2005 +0000
@@ -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 -r 56a75d246958 -r abedaa90568c lang/sr/patches/patch-aw
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/sr/patches/patch-aw  Wed Mar 02 13:29:03 2005 +0000
@@ -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 -r 56a75d246958 -r abedaa90568c lang/sr/patches/patch-ax
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/sr/patches/patch-ax  Wed Mar 02 13:29:03 2005 +0000
@@ -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 -r 56a75d246958 -r abedaa90568c lang/sr/patches/patch-ay
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/sr/patches/patch-ay  Wed Mar 02 13:29:03 2005 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index