257 Commits

Author SHA1 Message Date
Mikael Urankar
5e496c7707 lang/rust: Bump revisions after 1.92.0
PR:		291582
2025-12-16 13:12:31 +01:00
Dag-Erling Smørgrav
75d873b56a many: Unpin Go ports
* Ports that were pinned to a deprecated version of Go (1.23 or older)
  have been unpinned.

* Ports that were pinned to a still-supported version of Go (1.24 or
  newer) have been converted to requesting that as their minimum Go
  version.

* Ports that had been forcibly deprecated for pinning an expired Go
  version have been undeprecated.
2025-12-16 00:06:00 +01:00
Tijl Coosemans
974099d0bd devel/libtextstyle, devel/gettext*: Update to 0.26
Recent versions of gettext no longer install m4 files in
PREFIX/share/aclocal.  They have to be installed in the work
directory by autopoint for aclocal to find them.

Patch devel/autoconf so autoreconf runs autopoint when gettext related
macros are used in configure.ac (e.g. AM_ICONV).  Previously it only
ran autopoint when AM_GNU_GETTEXT_(REQUIRE_)VERSION was used.

The following ports now require autopoint (i.e. USES=gettext-tools):
benchmarks/sysbench, devel/libhtp, editors/fxite, filesystems/rar2fs,
graphics/gd, net/ucarp, news/fidogate, sysutils/cdrdao

Other fixes:

emulators/mednafen, misc/lifelines: Use older version of gettext macros.
ftp/axel: Patch Makefile.am and configure.ac to get gettext working and
add NLS option.
ftp/wzdftpd: Use autoreconf 2.72.
mail/sympa: Remove hack from configure.ac.
multimedia/dvdauthor: Use ports autoreconf.
net/asterisk-chan_sccp: Drop autoreconf and gettext-tools dependencies.
security/pam_pkcs11: Patch configure.ac so autoreconf can find the
custom directory with m4 files.
sysutils/grub2-efi, sysutils/grub2-pcbsd: Add patch to run autoreconf
with -f flag so it updates all files.
www/wget2: Patch configure.ac to what autopoint expects.

PR:		287167
Exp-run by:	antoine
2025-12-14 19:29:12 +01:00
Po-Chuan Hsieh
97045a0d67
filesystems/py-s3fs: Update to 2025.12.0
- Remove AWSCLI and BOTO3 options

Changes:	https://github.com/fsspec/s3fs/blob/main/docs/source/changelog.rst
		https://s3fs.readthedocs.io/en/latest/changelog.html
2025-12-09 19:21:34 +08:00
Po-Chuan Hsieh
e14271d250
filesystems/py-gcsfs: Update to 2025.12.0
Changes:	https://github.com/fsspec/gcsfs/blob/main/docs/source/changelog.rst
		https://gcsfs.readthedocs.io/en/latest/changelog.html
2025-12-09 19:21:34 +08:00
Po-Chuan Hsieh
2035d20af3
filesystems/py-fsspec: Update to 2025.12.0
Changes:	https://github.com/fsspec/filesystem_spec/blob/master/docs/source/changelog.rst
		https://filesystem-spec.readthedocs.io/en/latest/changelog.html
2025-12-09 19:21:34 +08:00
Jesús Daniel Colmenares Oviedo
d460616e1f filesystems/nbd-client-kmod: Update to g20251201
ChangeLog:
bb633716de/
2025-12-07 20:05:53 -04:00
Alan Somers
f3f63d8635 filesystems/py-libzfs: fix the build on FreeBSD 15
There were two problems:

* Needed to backport a newer py-libzfs PR due to a libzfs API change
* Since 15.0 is now released, its OSVERSION reset to 1500000

PR:		291393
Sponsored by:	ConnectWise
Approved by:	Goran Mekić <meka@tilda.center> (maintainer)
MFH:		2025Q4
2025-12-06 08:26:58 -07:00
Adam Weinberger
b24429e3ed various: Bump Go ports for 1.24.11 2025-12-03 13:24:45 -05:00
Adam Weinberger
ec872485e4 various: Bump Go ports for 1.25.5 2025-12-03 13:24:44 -05:00
Denis Shaposhnikov
fcbef8faef filesystems/zrepl-dsh2dsh: Update to 1.1.0
Changelog: https://github.com/dsh2dsh/zrepl/releases/tag/v1.1.0

PR:		291268
2025-12-02 11:25:24 +01:00
Po-Chuan Hsieh
f2b8fca64f
filesystems/py-pyfakefs: Update to 5.10.2
Changes:	https://github.com/pytest-dev/pyfakefs/releases
2025-11-30 07:25:47 +08:00
Emanuel Haupt
1f0b5bb8af filesystems/mergerfs: fix build on i386 due to C++17 narrowing
Reported by:	pkg-fallout
2025-11-29 11:17:34 +01:00
Alexey Dokuchaev
4c0331816a filesystems/davfs2: expand macros in the installed manual pages
There is an $(edit) function for that which was not applied for
some reason, do that explicitly.  While here, adjust the GitHub
entry in the WWW knob so it points to the project, not account.

PR:		290213
Reported by:	Ron Wills
2025-11-29 04:42:44 +00:00
Emanuel Haupt
760f32988f filesystems/mergerfs: Update to 2.41.1 2025-11-25 19:27:31 +01:00
Jesús Daniel Colmenares Oviedo
c1335263b4 filesystems/nbd-client-kmod: Update to g20251120
ChangeLog:
7ab975351a/
2025-11-22 19:22:34 -04:00
Martin Matuska
d12083b5b5 filesystems/openzfs: update to 2.3.5
Changelog:	https://github.com/openzfs/zfs/releases/tag/zfs-2.3.5
2025-11-19 01:04:22 +01:00
Martin Matuska
4186c58cbf filesystems/openzfs-kmod: update to 2.3.5
Changelog:	https://github.com/openzfs/zfs/releases/tag/zfs-2.3.5
2025-11-19 01:03:13 +01:00
Muhammad Moinur Rahman
c6d0e47620
filesystems/sshfs: Update version 3.7.3=>3.7.5
Changelog: https://github.com/libfuse/sshfs/releases/tag/sshfs-3.7.5
2025-11-13 17:21:15 +01:00
Po-Chuan Hsieh
aafe9a2135
security/py-pyopenssl: Move security/py-openssl to security/py-pyopenssl
- Update WWW
- Convert to USE_PYTHON=pep517
- Clean up Makefile
- Bump PORTREVISION for package change
- Bump PORTREVISION of dependent ports for dependency change
2025-11-12 04:42:27 +08:00
Mikael Urankar
d6b6027df6 lang/rust: Bump revisions after 1.91.1
PR:		290816
2025-11-11 12:08:12 +01:00
Jesús Daniel Colmenares Oviedo
25dfaa6f15 filesystems/nbd-client-kmod: Update to g20251109
ChangeLog:
184c7fe76c/
2025-11-09 15:31:45 -04:00
Po-Chuan Hsieh
5b2c0a80cf
filesystems/rubygem-chef-winrm-fs: Update to 1.4.2
Changes:	https://github.com/chef/chef-winrm-fs/commits/main
2025-11-10 00:32:24 +08:00
Po-Chuan Hsieh
51860b182f
filesystems/py-s3fs: Update to 2025.10.0
Changes:	https://github.com/fsspec/s3fs/blob/main/docs/source/changelog.rst
		https://s3fs.readthedocs.io/en/latest/changelog.html
2025-11-10 00:31:06 +08:00
Po-Chuan Hsieh
fb043bafda
filesystems/py-pyfakefs: Update to 5.10.1
Changes:	https://github.com/pytest-dev/pyfakefs/releases
2025-11-10 00:31:06 +08:00
Po-Chuan Hsieh
c7315cdaba
filesystems/py-gcsfs: Update to 2025.10.0
Changes:	https://github.com/fsspec/gcsfs/blob/main/docs/source/changelog.rst
		https://gcsfs.readthedocs.io/en/latest/changelog.html
2025-11-10 00:31:05 +08:00
Po-Chuan Hsieh
c6b503b5c1
filesystems/py-fsspec: Update to 2025.10.0
Changes:	https://github.com/fsspec/filesystem_spec/blob/master/docs/source/changelog.rst
		https://filesystem-spec.readthedocs.io/en/latest/changelog.html
2025-11-10 00:31:05 +08:00
Adam Weinberger
0dfced16fb various: Bump Go ports for 1.24.10 2025-11-06 12:03:19 -05:00
Adam Weinberger
d761fa722b various: Bump Go ports for 1.25.4 2025-11-06 12:03:19 -05:00
Po-Chuan Hsieh
b2cea6a8b1
devel/libfmt: Bump PORTREVISION of dependent ports for shlib change after 786cb608216ce14e8ced27108c96a1f2c8492fca
The following ports are skipped because they have been updated after 786cb608216ce14e8ced27108c96a1f2c8492fca.
- chinese/fcitx5-chinese-addons
- chinese/fcitx5-mcbopomofo
- devel/fatal
- devel/fbthrift
- devel/folly
- devel/spdlog
- mail/mu
- net/fb303
- net/mvfst
- net/wangle
- science/seacas
- security/fizz
- www/proxygen
2025-11-06 04:59:34 +08:00
Matthias Andree
e0d7b2e61e filesystems/py-llfuse: use Cython3, add LIB_DEPENDS
Bumping PORTREVISION due to library change.
2025-11-02 00:29:33 +01:00
Matthias Andree
1403bb7765 *: Revise USES=python:... version range constraints
and strip all lower bounds of 3.9 or 3.10 because they are implied now.

python:3.9-X  -> python:-X
python:3.9+   -> python
python:3.10-X -> python:-X
python:3.10+  -> python
(options such as ,build preserved)
2025-11-01 18:23:22 +01:00
Jason E. Hale
84e0f552ce filesystems/rar2fs: Chase archivers/libunrar update 2025-10-31 05:03:47 -04:00
Mateusz Piotrowski
89eff44833 filesystems/unionfs: Pass maintainership 2025-10-30 17:43:38 +01:00
Paavo-Einari Kaipila
98c625d218 filesystems/unionfs: Update to 3.7
Changelog: https://github.com/rpodgorny/unionfs-fuse/blob/v3.7/NEWS

Also upgraded to fuse3.

PR:	290675
2025-10-30 13:18:29 +01:00
Po-Chuan Hsieh
51c383c045
filesystems/rubygem-chef-winrm-fs: Fix gemspec for rubygem-benchmark 0.5.0 update
- Bump PORTREVISION for package change
2025-10-27 23:57:39 +08:00
Matthias Fechner
bda5366f7d sysutils/vagrant-gitlab: fix compatibility with gitlab 18.4.3 2025-10-26 16:40:15 +01:00
Jesús Daniel Colmenares Oviedo
4f3fc6d856 filesystems/nbd-client-kmod: Update to g20251024
ChangeLog:
ad543b4627/
2025-10-24 19:11:22 -04:00
Jesús Daniel Colmenares Oviedo
9160808630 filesystems/nbd-client-kmod: Add rc script
* Rename ${FILESDIR}/gnbd.in -> ${FILESDIR}/gnbd-bin.in
2025-10-24 13:44:15 -04:00
Jesús Daniel Colmenares Oviedo
9602ddaa86 filesystems/nbd-client-kmod: Update to g20251023
ChangeLog:
e5ab637110/
2025-10-23 19:51:01 -04:00
Leon Dietrich
eef81dc1dd filesystems/bindfs: Update 1.18.1 => 1.18.3
Changelog:
https://bindfs.org/docs/ChangeLog.utf8.txt

PR:	290428
2025-10-23 01:30:30 +03:00
Baptiste Daroussin
0bec925908 filesystems/nbd-client-kmod: mark only for arch amd64
Fails to build on non x86 architectures

In file included from g_nbd.c:7:
In file included from /usr/src/sys/sys/param.h:117:
In file included from /usr/src/sys/sys/types.h:43:
./machine/endian.h:5:10: fatal error: 'x86/endian.h' file not found
    5 | #include <x86/endian.h>
      |          ^~~~~~~~~~~~~~
1 error generated.
*** [g_nbd.o] Error code 1
2025-10-21 13:48:28 +02:00
Dima Panov
67fb95fb3b
devel/boost: bump consumers after boost upgrade (+)
Get rid of direct dependency ob libbost_system.so, use libboost_thread.so instead
2025-10-20 14:48:39 +03:00
Jesús Daniel Colmenares Oviedo
5c85b37d70 filesystems/zerofs: Update to 0.16.2
ChangeLog: https://github.com/Barre/ZeroFS/releases/tag/v0.16.2

PR:             290005
Approved by:    maintainer timeout (2 weeks)
2025-10-19 16:24:49 -04:00
Po-Chuan Hsieh
cbdc150177
filesystems/py-pyfakefs: Update to 5.10.0
Changes:	https://github.com/pytest-dev/pyfakefs/releases
2025-10-19 07:53:11 +08:00
Po-Chuan Hsieh
213d932831
filesystems/securefs: Update to 2.0.0
Changes:	https://github.com/netheril96/securefs/releases
2025-10-19 07:50:44 +08:00
Jesús Daniel Colmenares Oviedo
cd03263b51 filesystems/nbd-client-kmod: Mark BROKEN on i386
format specifies type 'unsigned long' but the argument has type 'uint64_t'
(aka 'unsigned long long')

Reported by:    pkg-fallout
2025-10-17 01:41:53 -04:00
Jesús Daniel Colmenares Oviedo
e51f0a609c filesystems/nbd-client-kmod: New port: Kernel NBD client for FreeBSD GEOM framework
FreeBSD Geom NBD Client is a Network Block Device (NBD) client for
the FreeBSD kernel GEOM framework.

The project consists of a kernel driver for the NBD GEOM class in
mod/ and a user library for the geom(8) control utility in lib/.
2025-10-14 18:37:18 -04:00
Max Brazhnikov
00c88f83c6 filesystems/kio-fuse: Update to 5.1.1
Release notes:

KIO FUSE 5.1.1 is the first release with officially stable support for Qt6/KF6.
With the next version, support for Qt5/KF5 will likely be dropped.
It's encouraged to build KIO FUSE with the same Qt major version as Dolphin,
so that they share KIO protocol implementations.

Compared to v5.1.0, the following changed:
- rmdir no longer deletes non-empty directories (https://bugs.kde.org/482902)
- Fix that Qt 6 applications falsely report that an open file that has been
  deleted in the virtual filesystem still exists by reporting st_nlink = 0.
- Fix reporting of file/directory ownership when using local KIO protocols
  with KIO 6
- Fix that the event loop got stuck waiting for FUSE events on FreeBSD >= 13
  (before, setting O_NONBLOCK only worked by accident:
   https://bugs.freebsd.org/265736#c5)

Known issues:
- Mounts are not persistent, which means that after reboot or logout the files
  are not accessible through the FS until kio-fuse is triggered for them again.
- Some applications like VLC and MPV claim support for certain protocols, which
  causes KIO to not use KIO FUSE in certain cases. Please mention which URL was
  actually passed to the application when reporting an issue.
- Some protocols aren't compatible with KIO FUSE. man:/ is incompatible by
  design: To serve index documents, it claims directories are files.
  info:/ doesn't implement directories at all.
- Poor throughput especially on high latency connections. Work is ongoing to
  improve the situation:
  https://invent.kde.org/system/kio-fuse/-/merge_requests/36
- KIO 6 before 6.19 fails to report chown failures, resulting in test failures
  like:
    Actual   (chown(mirroredFile.fileName().toUtf8().data(), getuid(), 0)): 0
    Expected (-1)                                                         : -1
2025-10-15 00:00:53 +03:00
Adam Weinberger
90f976619b various: Bump go ports for go-1.24.9 2025-10-14 11:13:55 -04:00