Commit graph

6 commits

Author SHA1 Message Date
Stefan Eßer
e9d17a6122 filesystems/fusefs-libs3: bump portrevision of dependent ports
Bump PORTREVISION of all ports depending on libfuse3.so after upgrade
to version 3.17.1.

Reported by:	vvd
2025-03-25 17:48:18 +01:00
Bryan Drewery
c1ec10eb94 */*: Chase devel/gumbo shlib version bump 2025-03-05 21:12:19 -08:00
Piotr Kubaj
c1e50bcc62 filesystems/httpdirfs: fix build on 32-bits
../src/link.c:998:55: error: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat]
  998 |     snprintf(range_str, sizeof(range_str), "%lu-%lu", start, end);
      |                                             ~~~       ^~~~~
      |                                             %zu
../src/link.c:998:62: error: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat]
  998 |     snprintf(range_str, sizeof(range_str), "%lu-%lu", start, end);
      |                                                 ~~~          ^~~
      |                                                 %zu
2 errors generated.
2025-01-12 22:41:54 +01:00
Älven
401efad6e4 filesystems/httpdirfs: Update to 1.2.7
Clean pkg-descr.
Submitter takes maintainership.

Changelog:
https://github.com/fangfufu/httpdirfs/blob/master/CHANGELOG.md

PR:		283467
2024-12-27 20:08:03 +01:00
Mateusz Piotrowski
e8a12c1254 sysutils/fusefs-httpdirfs: Return to pool 2024-11-07 11:41:03 +01:00
Robert Clausecker
6e2da9672f 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
2024-11-06 16:17:35 +01:00