audio/murmur: Deprecate - use audio/mumble-server instead
1.3 is deprecated by upstream and renamed - use audio/mumble-server instead.
EXPIRATION_DATE=2026-06-30
After deleting the port, we need to:
- delete (free) the user and group "murmur";
- add an entry to UPDATING (see below);
- add to MOVED the line:
"audio/murmur|audio/mumble-server|2026-06-30|Rename to match upstream naming".
Text for UPDATING:
20260630:
AFFECTS: users of audio/murmur
AUTHOR: vvd at FreeBSD.org
Branch 1.3 is deprecated by upstream. Also it doesn't support OpenSSL 3.
Port audio/murmur removed from tree - use audio/mumble-server instead.
Upstream has renamed murmur to mumble-server, so when upgrading to
[23 lines not shown]
ports-mgmt/poudriere: Update to 3.4.5
Changes:
- jail -c -m pkgbase: Default URL has changed to pkg.freebsd.org
- jail -d: Don't try destroyfs if JAILMNT is not set
- jail -bB UX updates and fixes
- jail: Support pkg+https for pkgbase jail creation
- jail: Add pkgbase shortcut for jail creation
- jail: Fix pkgbase using incorrect repositories
- jail: Use the right arch for a pkgbase jail
- jail: Exit with an error if pkg-update(8) fails
- Fix fetching packages on FreeBSD 15.0
- Fetch packages: Detect errors fetching repository/packages
- Fix parallel builds stomping on shared TMPFS_BLACKLIST_TMPDIR
- rollbackfs/do_clone_del: Don't force rewrite every file.
- pkg in jail: Always set a higher priority for repo overrides
ports-mgmt/poudriere-devel: Update to 3.3.0-2497-g08d63a301
Changes:
- rollbackfs/do_clone_del: Don't force rewrite every file.
- jail: -bB UX updates and fixes
- jail: Use the right arch for a pkgbase jail
- jail: Use the real path
- jail: Exit with an error if pkg-update(8) fails
- jail: Do not run make in jails without src
- poudriere-image.8: Document ZFS compat -C options
graphics/khronos-texture: Fix build with libc++ 21
[...]
In file included from /wrkdirs/usr/ports/graphics/khronos-texture/work/KTX-Software-4.4.2/external/fmt/src/os.cc:13:
In file included from /wrkdirs/usr/ports/graphics/khronos-texture/work/KTX-Software-4.4.2/external/fmt/include/fmt/os.h:11:
/wrkdirs/usr/ports/graphics/khronos-texture/work/KTX-Software-4.4.2/external/fmt/include/fmt/format.h:747:28: error: use of undeclared identifier 'malloc'
747 | T* p = static_cast<T*>(malloc(n * sizeof(T)));
| ^~~~~~
/wrkdirs/usr/ports/graphics/khronos-texture/work/KTX-Software-4.4.2/external/fmt/include/fmt/format.h:752:35: error: use of undeclared identifier 'free'
752 | void deallocate(T* p, size_t) { free(p); }
| ^~~~
[...]
While here udpate to USES+=compiler:c++14-lang - port uses -std=c++14.
PR: 293197
MFH: 2026Q1
(cherry picked from commit 438a70797fc27940aa3276972591444707792551)
graphics/khronos-texture: Fix build with libc++ 21
[...]
In file included from /wrkdirs/usr/ports/graphics/khronos-texture/work/KTX-Software-4.4.2/external/fmt/src/os.cc:13:
In file included from /wrkdirs/usr/ports/graphics/khronos-texture/work/KTX-Software-4.4.2/external/fmt/include/fmt/os.h:11:
/wrkdirs/usr/ports/graphics/khronos-texture/work/KTX-Software-4.4.2/external/fmt/include/fmt/format.h:747:28: error: use of undeclared identifier 'malloc'
747 | T* p = static_cast<T*>(malloc(n * sizeof(T)));
| ^~~~~~
/wrkdirs/usr/ports/graphics/khronos-texture/work/KTX-Software-4.4.2/external/fmt/include/fmt/format.h:752:35: error: use of undeclared identifier 'free'
752 | void deallocate(T* p, size_t) { free(p); }
| ^~~~
[...]
While here udpate to USES+=compiler:c++14-lang - port uses -std=c++14.
PR: 293197
MFH: 2026Q1