pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/b-em/patches



Module Name:    pkgsrc
Committed By:   reinoud
Date:           Fri Sep 15 16:13:28 UTC 2023

Added Files:
        pkgsrc/emulators/b-em/patches: patch-src-b-em.h
Removed Files:
        pkgsrc/emulators/b-em/patches: patch-src-fdi2raw.c patch-src-linux.c
            patch-src-makefile.in patch-src-resources.h patch-src-win.c

Log Message:
Update emulators/b-em to a snapshot taken on 20230915. There hasn't been a
formal release for around 10 years.

Greatly improves b-em with new co-processors, enhanced machine emulation,
GUI overhaul and extended debugging facilities.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.3 pkgsrc/emulators/b-em/patches/patch-src-b-em.h
cvs rdiff -u -r1.1 -r0 pkgsrc/emulators/b-em/patches/patch-src-fdi2raw.c
cvs rdiff -u -r1.2 -r0 pkgsrc/emulators/b-em/patches/patch-src-linux.c \
    pkgsrc/emulators/b-em/patches/patch-src-resources.h \
    pkgsrc/emulators/b-em/patches/patch-src-win.c
cvs rdiff -u -r1.3 -r0 pkgsrc/emulators/b-em/patches/patch-src-makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/emulators/b-em/patches/patch-src-b-em.h
diff -u /dev/null pkgsrc/emulators/b-em/patches/patch-src-b-em.h:1.3
--- /dev/null   Fri Sep 15 16:13:28 2023
+++ pkgsrc/emulators/b-em/patches/patch-src-b-em.h      Fri Sep 15 16:13:27 2023
@@ -0,0 +1,16 @@
+$NetBSD: patch-src-b-em.h,v 1.3 2023/09/15 16:13:27 reinoud Exp $
+
+Define the missing macro's
+
+--- src/b-em.h.orig    2023-09-10 00:50:28.000000000 +0000
++++ src/b-em.h
+@@ -41,6 +41,9 @@
+ #ifdef __APPLE__
+ #define fread_unlocked fread
+ #define fwrite_unlocked fwrite
++#else
++#define fread_unlocked fread
++#define fwrite_unlocked fwrite
+ #endif
+ #endif
+ 



Home | Main Index | Thread Index | Old Index