Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/filesystems/fuse-ext2 filesystems/fuse-ext2: allow bas...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/370096da8dfb
branches:  trunk
changeset: 432580:370096da8dfb
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 23 10:33:16 2020 +0000

description:
filesystems/fuse-ext2: allow bashisms for macOS

diffstat:

 filesystems/fuse-ext2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ff188ad29b54 -r 370096da8dfb filesystems/fuse-ext2/Makefile
--- a/filesystems/fuse-ext2/Makefile    Sat May 23 10:32:06 2020 +0000
+++ b/filesystems/fuse-ext2/Makefile    Sat May 23 10:33:16 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2019/11/03 19:26:20 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2020/05/23 10:33:16 rillig Exp $
 
 DISTNAME=      fuse-ext2-0.0.7
 PKGREVISION=   2
@@ -17,6 +17,7 @@
 USE_TOOLS+=            autoheader automake autoreconf gmake pkg-config
 USE_LANGUAGES=         c c++
 INSTALLATION_DIRS=     lib/umview/modules
+CHECK_PORTABILITY_SKIP=        tools/macosx/fuse-ext2.fs/fuse-ext2.util
 
 pre-configure:
        cd ${WRKSRC} && autoreconf --verbose --install --force



Home | Main Index | Thread Index | Old Index