head 1.4; access; symbols pkgsrc-2020Q2:1.3.0.10 pkgsrc-2020Q2-base:1.3 pkgsrc-2020Q1:1.3.0.6 pkgsrc-2020Q1-base:1.3 pkgsrc-2019Q4:1.3.0.8 pkgsrc-2019Q4-base:1.3 pkgsrc-2019Q3:1.3.0.4 pkgsrc-2019Q3-base:1.3 pkgsrc-2019Q2:1.3.0.2 pkgsrc-2019Q2-base:1.3 pkgsrc-2019Q1:1.2.0.58 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.56 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.54 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.2.0.52 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.2.0.50 pkgsrc-2018Q1-base:1.2 pkgsrc-2017Q4:1.2.0.48 pkgsrc-2017Q4-base:1.2 pkgsrc-2017Q3:1.2.0.46 pkgsrc-2017Q3-base:1.2 pkgsrc-2017Q2:1.2.0.42 pkgsrc-2017Q2-base:1.2 pkgsrc-2017Q1:1.2.0.40 pkgsrc-2017Q1-base:1.2 pkgsrc-2016Q4:1.2.0.38 pkgsrc-2016Q4-base:1.2 pkgsrc-2016Q3:1.2.0.36 pkgsrc-2016Q3-base:1.2 pkgsrc-2016Q2:1.2.0.34 pkgsrc-2016Q2-base:1.2 pkgsrc-2016Q1:1.2.0.32 pkgsrc-2016Q1-base:1.2 pkgsrc-2015Q4:1.2.0.30 pkgsrc-2015Q4-base:1.2 pkgsrc-2015Q3:1.2.0.28 pkgsrc-2015Q3-base:1.2 pkgsrc-2015Q2:1.2.0.26 pkgsrc-2015Q2-base:1.2 pkgsrc-2015Q1:1.2.0.24 pkgsrc-2015Q1-base:1.2 pkgsrc-2014Q4:1.2.0.22 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.20 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.18 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.16 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.14 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.12 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.8 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.4 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.2 pkgsrc-2012Q2-base:1.2 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.4 date 2020.08.11.13.38.14; author nia; state dead; branches; next 1.3; commitid NGh6j1J5kJwBlEjC; 1.3 date 2019.04.10.21.37.51; author maya; state Exp; branches; next 1.2; commitid 411RY6SMo1sVIQiB; 1.2 date 2012.05.10.10.49.49; author wiz; state Exp; branches; next 1.1; 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.4 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-aa,v 1.3 2019/04/10 21:37:51 maya Exp $ Make automake-1.12 happy. Add NetBSD support. --- configure.ac.orig 2009-12-24 12:38:06.000000000 +0000 +++ configure.ac @@@@ -11,10 +11,13 @@@@ AC_PROG_CC AC_PROG_INSTALL AC_PROG_LIBTOOL AC_PATH_PROG(CHMOD, chmod, :) +AM_PROG_AR +AM_PROG_CC_C_O case $target_os in *linux*) arch=linux;; *darwin*) arch=darwin;; + *netbsd*) arch=netbsd;; *) arch=unknown;; esac @@@@ -96,6 +99,8 @@@@ dnl Check to see if ssize_t was decleare AC_CHECK_TYPE(ssize_t,[AC_DEFINE(HAVE_TYPE_SSIZE_T, 1, [Define to 1 if you have the `ssize_t' prototype.])],, [#include ]) +AC_CHECK_DECLS([fuse_version], [], [], [[#include ]]) + # Checks for library functions. AC_FUNC_VPRINTF AC_FUNC_CHOWN @@@@ -137,7 +142,7 @@@@ AC_CHECK_FUNCS([ \ ]) # Checks for libraries -AC_CHECK_LIB([fuse], [fuse_main], [FUSE_LIBS="-lfuse"], [AC_MSG_ERROR([Can't find libfuse, please install it])]) +AC_CHECK_LIB([fuse], [fuse_exit], [FUSE_LIBS="-lfuse"], [AC_MSG_ERROR([Can't find libfuse, please install it])]) AC_MSG_CHECKING([if FUSE on this system is too new for us]) AC_EGREP_CPP([fuse_version_yes], [ @@@@ -193,6 +198,7 @@@@ AC_SUBST(pkgconfigdir) AM_CONDITIONAL(LINUX, test "$arch" = linux) AM_CONDITIONAL(DARWIN, test "$arch" = darwin) +AM_CONDITIONAL(NETBSD, test "$arch" = netbsd) AC_CONFIG_FILES([ fuse-ext2.pc @ 1.3 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-aa,v 1.2 2012/05/10 10:49:49 wiz Exp $ @ 1.2 log @Fix build with automake-1.2. While here, add missing INSTALLATION_DIRS line (or perhaps it's a Makefile dependency issue, but this fixes it). @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1.1.1 2011/07/09 15:27:11 tron Exp $ d22 10 a31 1 @@@@ -137,7 +140,7 @@@@ AC_CHECK_FUNCS([ \ d40 1 a40 1 @@@@ -193,6 +196,7 @@@@ AC_SUBST(pkgconfigdir) @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 1 d7 8 a14 2 +++ configure.ac 2011-07-09 13:54:03.000000000 +0100 @@@@ -15,6 +15,7 @@@@ d22 1 a22 1 @@@@ -137,7 +138,7 @@@@ d31 1 a31 1 @@@@ -193,6 +194,7 @@@@ @ 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 @@