pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/BasiliskII tiny patch for Darwin (while tryi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae03e6ea3622
branches:  trunk
changeset: 462657:ae03e6ea3622
user:      danw <danw%pkgsrc.org@localhost>
date:      Wed Oct 08 02:00:44 2003 +0000

description:
tiny patch for Darwin (while trying to fix PR 21653 which seems to no
longer be broken)

diffstat:

 emulators/BasiliskII/distinfo         |   3 ++-
 emulators/BasiliskII/patches/patch-ac |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 9b899711157c -r ae03e6ea3622 emulators/BasiliskII/distinfo
--- a/emulators/BasiliskII/distinfo     Tue Oct 07 23:57:20 2003 +0000
+++ b/emulators/BasiliskII/distinfo     Wed Oct 08 02:00:44 2003 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2003/06/14 06:49:04 tron Exp $
+$NetBSD: distinfo,v 1.4 2003/10/08 02:00:44 danw Exp $
 
 SHA1 (BasiliskII_src_14032003.tar.bz2) = 935e00e1401fc5dfaad7ac7d54184265bab0aeb8
 Size (BasiliskII_src_14032003.tar.bz2) = 649594 bytes
 SHA1 (patch-aa) = e41d9a3a932bb312e2ea35372c4e46a45f0fcae9
 SHA1 (patch-ab) = 17c94164ece847bd5695e8fb79ff5132c3c53859
+SHA1 (patch-ac) = 419296b9143ea48f597cf778127864423116ce3f
diff -r 9b899711157c -r ae03e6ea3622 emulators/BasiliskII/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/BasiliskII/patches/patch-ac     Wed Oct 08 02:00:44 2003 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2003/10/08 02:00:44 danw Exp $
+
+--- src/Unix/vm_alloc.cpp.orig Tue Oct  7 21:54:33 2003
++++ src/Unix/vm_alloc.cpp      Tue Oct  7 21:54:19 2003
+@@ -29,6 +29,7 @@
+ #include "vm_alloc.h"
+ 
+ #ifdef HAVE_MACH_VM
++#include <mach/mach.h>
+ #ifndef HAVE_MACH_TASK_SELF
+ #ifdef HAVE_TASK_SELF
+ #define mach_task_self task_self



Home | Main Index | Thread Index | Old Index