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:   pho
Date:           Sat Jan 22 18:34:51 UTC 2022

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

Log Message:
Disable a hack that is incompatible with NetBSD librefuse on HEAD


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 pkgsrc/filesystems/fuse-ext2/Makefile:1.12
--- pkgsrc/filesystems/fuse-ext2/Makefile:1.11  Tue Aug 11 13:38:14 2020
+++ pkgsrc/filesystems/fuse-ext2/Makefile       Sat Jan 22 18:34:51 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/08/11 13:38:14 nia Exp $
+# $NetBSD: Makefile,v 1.12 2022/01/22 18:34:51 pho Exp $
 
 DISTNAME=      fuse-ext2-0.0.10
 CATEGORIES=    filesystems
@@ -18,6 +18,14 @@ USE_LANGUAGES=               c c++
 INSTALLATION_DIRS=     lib/umview/modules
 CHECK_PORTABILITY_SKIP=        tools/macosx/fuse-ext2.fs/fuse-ext2.util
 
+# fuse-ext2 does a weird hack defining FUSE_USE_VERSION to be
+# FUSE_VERSION while FUSE 2.7 is what it actually needs. The hack
+# isn't compatible with NetBSD librefuse. Please, just don't do that.
+SUBST_CLASSES+=                fuse-ver
+SUBST_STAGE.fuse-ver=  pre-configure
+SUBST_FILES.fuse-ver=  configure.ac
+SUBST_SED.fuse-ver=    -e 's/FUSE_VERSION/27/g'
+
 pre-configure:
        cd ${WRKSRC} && autoreconf -fi
 



Home | Main Index | Thread Index | Old Index