Port details |
- fusefs-unionfs FUSE based implementation of the well-known unionfs
- 2.2 sysutils
=8 2.2Version of this port present on the latest quarterly branch.
- Maintainer: 0mp@FreeBSD.org
- Port Added: 2006-07-17 03:50:33
- Last Update: 2024-11-06 15:17:35
- Commit Hash: 6e2da96
- People watching this port, also watch:: coreutils, firefox, monit
- License: BSD3CLAUSE
- WWW:
- https://github.com/rpodgorny/unionfs-fuse
- Description:
- This is an effort to create a unionfs filesystem implementation which is way
more flexible than the current in-kernel unionfs solution.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- fusefs-unionfs>0:sysutils/fusefs-unionfs
- No installation instructions:
- This port has been deleted.
- PKGNAME: fusefs-unionfs
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1635114774
SHA256 (rpodgorny-unionfs-fuse-v2.2_GH0.tar.gz) = 248a0fee9979146b79b05fc728621869da5936c1f43a27e36e7515b301817e43
SIZE (rpodgorny-unionfs-fuse-v2.2_GH0.tar.gz) = 47955
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libfuse.so : sysutils/fusefs-libs
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_fusefs-unionfs
- USES:
- cmake fuse localbase:ldflags python:test
- pkg-message:
- For install:
- You will need to load the kernel module 'fuse' to use this package. To load
this at boot time, add the following line to /boot/loader.conf:
fuse_load="YES"
If you want unprivileged users to be able to use unionfs, add the following
line to /etc/sysctl.conf:
vfs.usermount=1
You can enable them immediately with:
kldload fuse
sysctl vfs.usermount=1
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2 06 Nov 2024 15:17:35 |
Robert Clausecker (fuz) |
filesystems: add new category for file systems and related utilities
The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.
Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.
Approved by: portmgr (rene)
Reviewed by: mat
Pull Request: https://github.com/freebsd/freebsd-ports/pull/302
PR: 281988 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.2 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
2.2 16 May 2022 06:49:43 |
Loïc Bartoletti (lbartoletti) |
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine |
2.2 25 Oct 2021 09:08:03 |
Mateusz Piotrowski (0mp) |
sysutils/fusefs-unionfs: Update to 2.2
Also:
- Take maintainership
- Enable some tests. Most of the test suite is not aware of FreeBSD yet.
Changes: https://github.com/rpodgorny/unionfs-fuse/blob/v2.2/NEWS |
2.0 21 Sep 2021 13:47:01 |
Ryan Steinmetz (zi) |
*/*: Reset MAINTAINER due to repeat fatal email bounces |
2.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
2.0 16 Aug 2018 15:59:47 |
swills |
sysutils/fusefs-unionfs: Update to 2.0
While here, assign maintainership to submitter
PR: 230521
Submitted by: Nathan <ndowens@yahoo.com> |
1.0 16 Apr 2018 21:33:19 |
feld |
Reset MAINTAINER
Approved by: maintainer (private communications) |
1.0 30 Sep 2016 19:24:30 |
tijl |
Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.
Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set. Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.
Fix some issues with LIBS in some ports.
Switch ports that don't support LIBS to localbase:ldflags.
PR: 212987
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.0 31 Dec 2015 14:37:05 |
miwi |
- Update to 1.0
- Pass maintainership to submitter
PR: 205617
Submitted by: Brendan Molloy |
0.26_1 10 Mar 2015 14:15:55 |
amdmi3 |
- Add LICENSE
- Strip binary |
0.26 02 Dec 2014 22:40:57 |
bapt |
Reset maintainership:
- Lots of maintainers timeout
- unresponsive for almost a year
PR: 195059 |
0.26 29 Jul 2014 21:07:40 |
adamw |
Convert a bunch of USE_XZ to USES=tar:xz.
Approved by: portmgr (not really, but touches unstaged ports) |
0.26 11 Feb 2014 14:12:58 |
miwi |
- Stage support |
0.26 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
0.26 24 Jul 2013 15:03:06 |
bapt |
Add the forgotten patches |
0.26 24 Jul 2013 15:02:14 |
bapt |
- update to 0.26
- use the upstream build system
- install the manpage
PR: ports/174886
Submitted by: bapt, nwhitehorn
Approved by: clsung (maintainer timeout (>6 month) |
0.24 27 May 2013 16:28:56 |
bapt |
Fix build with clang |
0.24 06 Mar 2013 16:52:02 |
bapt |
Convert USE_FUSE macros into USES feature.
While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix |
0.24 28 Feb 2013 10:51:58 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: sysutils)
Approved by: portmgr |
0.24 14 Dec 2012 15:47:01 |
flo |
- introduce a USE_FUSE macro
- convert all fuse ports to use the new macro
The macro makes sure sysutils/fusefs-libs gets installed and depending on
fuse being in base or not it installs sysutils/fusefs-kmod.
Approved by: portmgr (bapt) |
0.24 03 Mar 2011 09:03:35 |
clsung |
- Update to 0.24 |
0.20 06 Jan 2009 17:59:31 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
0.20 23 Jun 2008 02:09:35 |
clsung |
- Update to 0.20
PR: ports/124794
Submitted by: leeym |
0.18 16 Oct 2007 06:44:51 |
clsung |
- Update to 0.18 |
0.17 04 Aug 2007 11:41:31 |
gabor |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
0.17 06 Mar 2007 04:01:20 |
clsung |
- update version to 0.17
PR: ports/109818
Submitted by: "Marcelo Araujo" <araujo_AT_bsdmail dot org> |
0.16 05 Feb 2007 05:11:52 |
clsung |
- Update to 0.16
- Reset maintainership
PR: ports/108713
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
0.15 14 Aug 2006 03:37:04 |
clsung |
- Respect DESTDIR
PR: ports/101836
Submitted by: maintainer (Gea-Suan Lin) |
0.15 08 Aug 2006 07:14:38 |
clsung |
- Update to 0.15
PR: ports/101633
Submitted by: maintainer (Gea-Suan Lin) |
0.14 17 Jul 2006 03:50:17 |
clsung |
Add fusefs-unionfs 0.14, FUSE based implementation of the well-known
unionfs.
PR: ports/100382
Submitted by: Gea-Suan Lin <gslin at gslin.org> |