Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/BasiliskII emulators/BasiliskII: ignore bash...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb2b7d01214e
branches:  trunk
changeset: 430881:fb2b7d01214e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue May 05 17:51:45 2020 +0000

description:
emulators/BasiliskII: ignore bashism on macOS

diffstat:

 emulators/BasiliskII/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r cc932e394b46 -r fb2b7d01214e emulators/BasiliskII/Makefile
--- a/emulators/BasiliskII/Makefile     Tue May 05 14:08:15 2020 +0000
+++ b/emulators/BasiliskII/Makefile     Tue May 05 17:51:45 2020 +0000
@@ -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+=    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