summaryrefslogtreecommitdiff
path: root/emulators/simh
diff options
context:
space:
mode:
authorchristos <christos@pkgsrc.org>2011-11-11 19:50:54 +0000
committerchristos <christos@pkgsrc.org>2011-11-11 19:50:54 +0000
commite04e5901a0422fdb7a0063ec91b54f0d13b6b7a8 (patch)
treec017a9eb735d1a6bced91e8a552f027ea08b55e9 /emulators/simh
parentae92af7d7c24ae33312967c3aad01367ef42edef (diff)
downloadpkgsrc-e04e5901a0422fdb7a0063ec91b54f0d13b6b7a8.tar.gz
Pass the right type to accept!
Diffstat (limited to 'emulators/simh')
-rw-r--r--emulators/simh/distinfo3
-rw-r--r--emulators/simh/patches/patch-ad13
2 files changed, 15 insertions, 1 deletions
diff --git a/emulators/simh/distinfo b/emulators/simh/distinfo
index 617fe3ad1ca..f7760172509 100644
--- a/emulators/simh/distinfo
+++ b/emulators/simh/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2010/05/28 13:21:26 tsutsui Exp $
+$NetBSD: distinfo,v 1.16 2011/11/11 19:50:54 christos Exp $
SHA1 (simhv38-1.zip) = 5eac2f8e50be11600727983e05072690a7066702
RMD160 (simhv38-1.zip) = f085c52ec92425f84f65b3f3605cb7aba8be7b32
@@ -6,3 +6,4 @@ Size (simhv38-1.zip) = 2954982 bytes
SHA1 (patch-aa) = 88567baeed5af2d834b105935ea1c8706dab1133
SHA1 (patch-ab) = 85b36e3d92a2bfbd886dbb2e08a0af967edeb0bd
SHA1 (patch-ac) = 16673f3bb5c42cdfd0497cd1f0657cbbe3bbecdb
+SHA1 (patch-ad) = d4e0baa406b1426a6f8d39249484de61afd53474
diff --git a/emulators/simh/patches/patch-ad b/emulators/simh/patches/patch-ad
new file mode 100644
index 00000000000..9e3b8559540
--- /dev/null
+++ b/emulators/simh/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.3 2011/11/11 19:50:55 christos Exp $
+
+--- sim_sock.c.orig 2008-11-20 13:53:48.000000000 -0500
++++ sim_sock.c 2011-11-11 14:46:31.000000000 -0500
+@@ -195,7 +195,7 @@
+ {
+ int32 sta, err;
+ #if defined (macintosh) || defined (__linux) || \
+- defined (__APPLE__) || defined (__OpenBSD__)
++ defined (__APPLE__) || defined (__OpenBSD__) || defined(__NetBSD__)
+ socklen_t size;
+ #elif defined (_WIN32) || defined (__EMX__) ||\
+ (defined (__ALPHA) && defined (__unix__))