Commit graph

13 commits

Author SHA1 Message Date
nia
446aba94b5 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)
2020-08-11 13:38:14 +00:00
rillig
7931f036d3 filesystems/fuse-ext2: allow bashisms for macOS 2020-05-23 10:33:16 +00:00
rillig
116d562364 filesystems: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-03 19:26:20 +00:00
maya
74fa5c68c1 fuse-ext2: do a configure check for fuse_version, because netbsd's about to
provide it. bump pkgrevision
2019-04-10 21:37:51 +00:00
agc
b063b17466 Add SHA512 digests for distfiles for filesystems category
Existing SHA1 digests verified, all found to be the same on the
machine holding the existing distfiles (morden).  Existing SHA1
digests retained for now as an audit trail.
2015-11-03 00:14:59 +00:00
tron
23b1190a88 Reset maintainer 2015-10-11 10:56:43 +00:00
prlw1
ad8698bfa1 Update homepage 2014-10-25 21:42:20 +00:00
joerg
1e86b54dd7 Include config.h to ensure that HAVE_UNISTD_H exists. Fix inline usage. 2012-12-20 21:54:24 +00:00
asau
c636f40438 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 16:08:30 +00:00
wiz
377aabb57a 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).
2012-05-10 10:49:49 +00:00
tron
4004e8e43c Take maintainership. 2011-07-13 06:36:58 +00:00
tron
baa8927fa3 Remove work arounds for a crash under NetBSD which are no longer
necessary after the latest bug fix for "librefuse":

http://mail-index.netbsd.org/source-changes/2011/07/09/msg024440.html
2011-07-09 17:22:43 +00:00
tron
1e39952efe 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
2011-07-09 15:27:11 +00:00