From 6e2da9672f79f44048d597f0f61e4646cdeade9d Mon Sep 17 00:00:00 2001 From: Robert Clausecker Date: Fri, 27 Sep 2024 12:48:46 +0200 Subject: 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 --- filesystems/xfsprogs/files/patch-repair_dir2.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 filesystems/xfsprogs/files/patch-repair_dir2.c (limited to 'filesystems/xfsprogs/files/patch-repair_dir2.c') diff --git a/filesystems/xfsprogs/files/patch-repair_dir2.c b/filesystems/xfsprogs/files/patch-repair_dir2.c new file mode 100644 index 000000000000..9056ade2151f --- /dev/null +++ b/filesystems/xfsprogs/files/patch-repair_dir2.c @@ -0,0 +1,10 @@ +--- repair/dir2.c.orig 2015-07-24 04:28:04 UTC ++++ repair/dir2.c +@@ -16,6 +16,7 @@ + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + ++#include + #include + #include "avl.h" + #include "globals.h" -- cgit v1.2.3