diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xscript/distinfo | 4 | ||||
-rw-r--r-- | x11/xscript/patches/patch-ac | 12 | ||||
-rw-r--r-- | x11/xscript/patches/patch-ad | 12 |
3 files changed, 27 insertions, 1 deletions
diff --git a/x11/xscript/distinfo b/x11/xscript/distinfo index ce598eca2e2..d4df07012f9 100644 --- a/x11/xscript/distinfo +++ b/x11/xscript/distinfo @@ -1,7 +1,9 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 17:36:25 wiz Exp $ +$NetBSD: distinfo,v 1.4 2005/12/04 00:52:10 joerg Exp $ SHA1 (xscript.tar.Z) = 57d2d5fdcf05718eebc9532347be46ac07206030 RMD160 (xscript.tar.Z) = 1ef8579f0e6a09b9d1b29d2218ae3d213a3f7ac9 Size (xscript.tar.Z) = 122669 bytes SHA1 (patch-aa) = 988d5270563e03df0ec74d69d2379733076f9e04 SHA1 (patch-ab) = b5b3df7f4952350ea3be15045151803742173a7a +SHA1 (patch-ac) = f64bbda1baf7ef20ef33d0a79672ee77abf662eb +SHA1 (patch-ad) = 3e09dcbc257cecf81dbc9f336a79682a28802c66 diff --git a/x11/xscript/patches/patch-ac b/x11/xscript/patches/patch-ac new file mode 100644 index 00000000000..46ee6658530 --- /dev/null +++ b/x11/xscript/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1 2005/12/04 00:52:10 joerg Exp $ + +--- scope.c.orig 2005-12-04 00:46:00.000000000 +0000 ++++ scope.c +@@ -23,7 +23,6 @@ + #include <netinet/in.h> /* struct sockaddr_in */ + #include <netdb.h> /* struct servent * and struct hostent * */ + #include <errno.h> /* for EINTR, EADDRINUSE, ... */ +-extern int errno; + + /* + * we need a local X display connection to the server-under-test diff --git a/x11/xscript/patches/patch-ad b/x11/xscript/patches/patch-ad new file mode 100644 index 00000000000..5f3cf79a57d --- /dev/null +++ b/x11/xscript/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1 2005/12/04 00:52:10 joerg Exp $ + +--- fd.c.orig 2005-12-04 00:46:45.000000000 +0000 ++++ fd.c +@@ -380,7 +380,6 @@ EOFonFD(fd) + /* ************************************************************ */ + + #include <errno.h> /* for EINTR, EADDRINUSE, ... */ +-extern int errno; + + + MainLoop() |