head 1.3; access; symbols pkgsrc-2020Q2:1.2.0.10 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.2.0.6 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.8 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.4 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.2 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.1.1.1.0.64 pkgsrc-2019Q1-base:1.1.1.1 pkgsrc-2018Q4:1.1.1.1.0.62 pkgsrc-2018Q4-base:1.1.1.1 pkgsrc-2018Q3:1.1.1.1.0.60 pkgsrc-2018Q3-base:1.1.1.1 pkgsrc-2018Q2:1.1.1.1.0.58 pkgsrc-2018Q2-base:1.1.1.1 pkgsrc-2018Q1:1.1.1.1.0.56 pkgsrc-2018Q1-base:1.1.1.1 pkgsrc-2017Q4:1.1.1.1.0.54 pkgsrc-2017Q4-base:1.1.1.1 pkgsrc-2017Q3:1.1.1.1.0.52 pkgsrc-2017Q3-base:1.1.1.1 pkgsrc-2017Q2:1.1.1.1.0.48 pkgsrc-2017Q2-base:1.1.1.1 pkgsrc-2017Q1:1.1.1.1.0.46 pkgsrc-2017Q1-base:1.1.1.1 pkgsrc-2016Q4:1.1.1.1.0.44 pkgsrc-2016Q4-base:1.1.1.1 pkgsrc-2016Q3:1.1.1.1.0.42 pkgsrc-2016Q3-base:1.1.1.1 pkgsrc-2016Q2:1.1.1.1.0.40 pkgsrc-2016Q2-base:1.1.1.1 pkgsrc-2016Q1:1.1.1.1.0.38 pkgsrc-2016Q1-base:1.1.1.1 pkgsrc-2015Q4:1.1.1.1.0.36 pkgsrc-2015Q4-base:1.1.1.1 pkgsrc-2015Q3:1.1.1.1.0.34 pkgsrc-2015Q3-base:1.1.1.1 pkgsrc-2015Q2:1.1.1.1.0.32 pkgsrc-2015Q2-base:1.1.1.1 pkgsrc-2015Q1:1.1.1.1.0.30 pkgsrc-2015Q1-base:1.1.1.1 pkgsrc-2014Q4:1.1.1.1.0.28 pkgsrc-2014Q4-base:1.1.1.1 pkgsrc-2014Q3:1.1.1.1.0.26 pkgsrc-2014Q3-base:1.1.1.1 pkgsrc-2014Q2:1.1.1.1.0.24 pkgsrc-2014Q2-base:1.1.1.1 pkgsrc-2014Q1:1.1.1.1.0.22 pkgsrc-2014Q1-base:1.1.1.1 pkgsrc-2013Q4:1.1.1.1.0.20 pkgsrc-2013Q4-base:1.1.1.1 pkgsrc-2013Q3:1.1.1.1.0.18 pkgsrc-2013Q3-base:1.1.1.1 pkgsrc-2013Q2:1.1.1.1.0.16 pkgsrc-2013Q2-base:1.1.1.1 pkgsrc-2013Q1:1.1.1.1.0.14 pkgsrc-2013Q1-base:1.1.1.1 pkgsrc-2012Q4:1.1.1.1.0.12 pkgsrc-2012Q4-base:1.1.1.1 pkgsrc-2012Q3:1.1.1.1.0.10 pkgsrc-2012Q3-base:1.1.1.1 pkgsrc-2012Q2:1.1.1.1.0.8 pkgsrc-2012Q2-base:1.1.1.1 pkgsrc-2012Q1:1.1.1.1.0.6 pkgsrc-2012Q1-base:1.1.1.1 pkgsrc-2011Q4:1.1.1.1.0.4 pkgsrc-2011Q4-base:1.1.1.1 pkgsrc-2011Q3:1.1.1.1.0.2 pkgsrc-2011Q3-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2020.08.11.13.38.14; author nia; state dead; branches; next 1.2; commitid NGh6j1J5kJwBlEjC; 1.2 date 2019.04.10.21.37.51; author maya; state Exp; branches; next 1.1; commitid 411RY6SMo1sVIQiB; 1.1 date 2011.07.09.15.27.11; author tron; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2011.07.09.15.27.11; author tron; state Exp; branches; next ; desc @@ 1.3 log @fuse-ext2: Update to 0.0.10 this is a settlement release for fuse-ext2. limitations: disabled multithread support by default for fuse. write support is disabled by default, use '-o rw+' option for to enable writing. and use at your own risk. Mon Mar 30 19:17:44 EEST 2015 - version 0.0.9 - fix write tests for pjdfstest - fix ext2fs_file_*, need to open/release in every file operation Mon Mar 28 10:21:43 EEST 2015 - version 0.0.8 - lazarus, raised from dead - use e2fsprogs from system (mac, linux) - fix build routines for new systems (mac, linux) - switch to osxfuse (mac) @ text @$NetBSD: patch-ag,v 1.2 2019/04/10 21:37:51 maya Exp $ Fix build under NetBSD. --- fuse-ext2/fuse-ext2.probe.c.orig 2009-11-03 13:50:57.000000000 +0000 +++ fuse-ext2/fuse-ext2.probe.c @@@@ -35,6 +35,13 @@@@ static const char *usage_msg = "%s\n" "\n"; +#if !HAVE_DECL_FUSE_VERSION +static int fuse_version (void) +{ + return FUSE_VERSION; +} +#endif + static void usage (void) { printf(usage_msg, PACKAGE, VERSION, fuse_version(), PACKAGE, HOME); @ 1.2 log @fuse-ext2: do a configure check for fuse_version, because netbsd's about to provide it. bump pkgrevision @ text @d1 1 a1 1 $NetBSD: patch-ag,v 1.1.1.1 2011/07/09 15:27:11 tron Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d6 2 a7 2 +++ fuse-ext2/fuse-ext2.probe.c 2011-07-09 14:05:33.000000000 +0100 @@@@ -35,6 +35,13 @@@@ d11 1 a11 1 +#ifdef __NetBSD__ @ 1.1.1.1 log @Import new "fuse-ext2" package: Fuse-ext2 is a multi OS FUSE module to mount ext2 and ext3 file system devices and/or images with read write support. Please note that this file-system only works under NetBSD if the "librefuse" library on your system contains this bug fix: - http://mail-index.netbsd.org/source-changes/2011/07/09/msg024410.html - http://releng.netbsd.org/cgi-bin/req-5.cgi?show=1648 @ text @@