summaryrefslogtreecommitdiff
path: root/filesystems/fuse-ext2
AgeCommit message (Collapse)AuthorFilesLines
2012-12-20Include config.h to ensure that HAVE_UNISTD_H exists. Fix inline usage.joerg5-1/+55
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-05-10Fix build with automake-1.2.wiz3-8/+16
While here, add missing INSTALLATION_DIRS line (or perhaps it's a Makefile dependency issue, but this fixes it).
2011-07-13Take maintainership.tron1-2/+2
2011-07-09Remove work arounds for a crash under NetBSD which are no longertron4-46/+3
necessary after the latest bug fix for "librefuse": http://mail-index.netbsd.org/source-changes/2011/07/09/msg024440.html
2011-07-09Import new "fuse-ext2" package:tron11-0/+215
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