notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
fusefs-unionfs FUSE based implementation of the well-known unionfs
2.2 sysutils on this many watch lists=6 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.2Version of this port present on the latest quarterly branch.
Maintainer: 0mp@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2006-07-17 03:50:33
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: coreutils, firefox, daemontools, monit, openssl
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (6 items)
Collapse this list.
  1. bin/unionfs
  2. bin/unionfsctl
  3. share/man/man8/unionfs.8.gz
  4. /usr/local/share/licenses/fusefs-unionfs-2.2/catalog.mk
  5. /usr/local/share/licenses/fusefs-unionfs-2.2/LICENSE
  6. /usr/local/share/licenses/fusefs-unionfs-2.2/BSD3CLAUSE
Collapse this list.
Dependency lines:
  • fusefs-unionfs>0:sysutils/fusefs-unionfs
To install the port:
cd /usr/ports/sysutils/fusefs-unionfs/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/fusefs-unionfs
  • pkg install fusefs-unionfs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
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):
fusefs-unionfs
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.22.22.02.22.2-2.0-
FreeBSD:13:quarterly2.22.22.22.22.22.22.22.2
FreeBSD:14:latest2.22.22.22.22.22.2-2.2
FreeBSD:14:quarterly2.22.2-2.22.22.22.22.2
FreeBSD:15:latest2.22.2n/a2.2n/a2.22.22.2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
Library dependencies:
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/rpodgorny/unionfs-fuse/tar.gz/v2.2?dummy=/
Collapse this list.

Number of commits found: 33

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
2.2
20 Jul 2022 14:23:05
commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
2.2
16 May 2022 06:49:43
commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1 files touched by this commit
Loïc Bartoletti (lbartoletti) search for other commits by this committer
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
commit hash: fcafb9dca52a64f03004191a9d1906ec631538d0commit hash: fcafb9dca52a64f03004191a9d1906ec631538d0commit hash: fcafb9dca52a64f03004191a9d1906ec631538d0commit hash: fcafb9dca52a64f03004191a9d1906ec631538d0 files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
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
commit hash: 8703fc2c05e3229c7739725aa37b5dfc55b0a649commit hash: 8703fc2c05e3229c7739725aa37b5dfc55b0a649commit hash: 8703fc2c05e3229c7739725aa37b5dfc55b0a649commit hash: 8703fc2c05e3229c7739725aa37b5dfc55b0a649 files touched by this commit
Ryan Steinmetz (zi) search for other commits by this committer
*/*: Reset MAINTAINER due to repeat fatal email bounces
2.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.0
14 Aug 2019 12:16:13
Revision:508909Original commit files touched by this commit
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories s)
2.0
16 Aug 2018 15:59:47
Revision:477354Original commit files touched by this commit
swills search for other commits by this committer
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
Revision:467537Original commit files touched by this commit
feld search for other commits by this committer
Reset MAINTAINER

Approved by:	maintainer (private communications)
1.0
30 Sep 2016 19:24:30
Revision:423014Original commit files touched by this commit
tijl search for other commits by this committer
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
Revision:404945Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.0
- Pass maintainership to submitter

PR:		205617
Submitted by:	 Brendan Molloy
0.26_1
10 Mar 2015 14:15:55
Revision:380917Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LICENSE
- Strip binary
0.26
02 Dec 2014 22:40:57
Revision:373790Original commit files touched by this commit
bapt search for other commits by this committer
Reset maintainership:
- Lots of maintainers timeout
- unresponsive for almost a year

PR:		195059
0.26
29 Jul 2014 21:07:40
Revision:363392Original commit files touched by this commit
adamw search for other commits by this committer
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
Revision:343744Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support
0.26
20 Sep 2013 23:06:00
Revision:327772Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
0.26
24 Jul 2013 15:03:06
Revision:323605Original commit files touched by this commit
bapt search for other commits by this committer
Add the forgotten patches
0.26
24 Jul 2013 15:02:14
Revision:323604Original commit files touched by this commit
bapt search for other commits by this committer
- 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
Revision:319270Original commit files touched by this commit
bapt search for other commits by this committer
Fix build with clang
0.24
06 Mar 2013 16:52:02
Revision:313527Original commit files touched by this commit
bapt search for other commits by this committer
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
Revision:313088Original commit files touched by this commit
gahr search for other commits by this committer
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: sysutils)

Approved by:	portmgr
0.24
14 Dec 2012 15:47:01
Revision:308910Original commit files touched by this commit
flo search for other commits by this committer
- 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
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.24
0.20
06 Jan 2009 17:59:31
Original commit files touched by this commit
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
0.20
23 Jun 2008 02:09:35
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.20

PR:             ports/124794
Submitted by:   leeym
0.18
16 Oct 2007 06:44:51
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.18
0.17
04 Aug 2007 11:41:31
Original commit files touched by this commit
gabor search for other commits by this committer
- 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
Original commit files touched by this commit
clsung search for other commits by this committer
- 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
Original commit files touched by this commit
clsung search for other commits by this committer
- 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
Original commit files touched by this commit
clsung search for other commits by this committer
- Respect DESTDIR

PR:             ports/101836
Submitted by:   maintainer (Gea-Suan Lin)
0.15
08 Aug 2006 07:14:38
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.15

PR:             ports/101633
Submitted by:   maintainer (Gea-Suan Lin)
0.14
17 Jul 2006 03:50:17
Original commit files touched by this commit
clsung search for other commits by this committer
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>

Number of commits found: 33