pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/BasiliskII



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue May  5 17:51:46 UTC 2020

Modified Files:
        pkgsrc/emulators/BasiliskII: Makefile

Log Message:
emulators/BasiliskII: ignore bashism on macOS


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/emulators/BasiliskII/Makefile

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

Modified files:

Index: pkgsrc/emulators/BasiliskII/Makefile
diff -u pkgsrc/emulators/BasiliskII/Makefile:1.45 pkgsrc/emulators/BasiliskII/Makefile:1.46
--- pkgsrc/emulators/BasiliskII/Makefile:1.45   Thu Apr 23 14:15:30 2020
+++ pkgsrc/emulators/BasiliskII/Makefile        Tue May  5 17:51:45 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2020/04/23 14:15:30 joerg Exp $
+# $NetBSD: Makefile,v 1.46 2020/05/05 17:51:45 rillig Exp $
 
 DISTNAME=      BasiliskII-20190405
 PKGREVISION=   2
@@ -21,6 +21,9 @@ USE_TOOLS+=   aclocal autoheader autoconf 
 USE_TOOLS+=    msgfmt msgmerge xgettext
 USE_TOOLS+=    pkg-config gmake
 
+# Reported upstream in https://github.com/cebix/macemu/pull/198
+CHECK_PORTABILITY_SKIP+=       src/Unix/Darwin/testlmem.sh
+
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-fbdev-dga
 CONFIGURE_ARGS+=       --disable-xf86-dga



Home | Main Index | Thread Index | Old Index