pkgsrc-Changes archive

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

CVS commit: pkgsrc/filesystems/fuse-ext2



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May 23 10:33:16 UTC 2020

Modified Files:
        pkgsrc/filesystems/fuse-ext2: Makefile

Log Message:
filesystems/fuse-ext2: allow bashisms for macOS


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/filesystems/fuse-ext2/Makefile

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

Modified files:

Index: pkgsrc/filesystems/fuse-ext2/Makefile
diff -u pkgsrc/filesystems/fuse-ext2/Makefile:1.9 pkgsrc/filesystems/fuse-ext2/Makefile:1.10
--- pkgsrc/filesystems/fuse-ext2/Makefile:1.9   Sun Nov  3 19:26:20 2019
+++ pkgsrc/filesystems/fuse-ext2/Makefile       Sat May 23 10:33:16 2020
@@ -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_LIBTOOL=          yes
 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