| Port details |
- mumble-server Server component of Mumble
- 1.5.857_2 audio
=0 1.5.857_2Version of this port present on the latest quarterly branch. - Maintainer: vvd@FreeBSD.org
 - Port Added: 2024-01-22 19:09:08
- Last Update: 2026-03-17 05:48:21
- Commit Hash: ff3b115
- Also Listed In: net
- License: BSD3CLAUSE
- WWW:
- https://www.mumble.info/
- Description:
- Mumble-server is the server component of Mumble, a free, open source,
low-latency, high quality voice chat application.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
-
- Dependency lines:
-
- mumble-server>0:audio/mumble-server
- To install the port:
- cd /usr/ports/audio/mumble-server/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/mumble-server
- pkg install mumble-server
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mumble-server
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1767067067
SHA256 (mumble-1.5.857.tar.gz) = e062ee0cb22f99283d21e9266b44587b92995f29141c6381c533a1803e9c3b47
SIZE (mumble-1.5.857.tar.gz) = 26101864
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- boost-libs>0 : devel/boost-libs
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- qt5-qmake>=5.15 : devel/qt5-qmake
- Runtime dependencies:
-
- libqsqlmysql.so : databases/qt5-sqldrivers-mysql
- libqsqlite.so : databases/qt5-sqldrivers-sqlite3
- Library dependencies:
-
- libabsl_base.so : devel/abseil
- libprotobuf.so : devel/protobuf
- libdns_sd.so : net/avahi-libdns
- libQt5Core.so : devel/qt5-core
- libQt5DBus.so : devel/qt5-dbus
- libQt5Network.so : net/qt5-network
- libQt5Sql.so : databases/qt5-sql
- libQt5Xml.so : textproc/qt5-xml
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mumble-server-1.5.857_2:
AVAHI=on: Zeroconf support via Avahi
DOCS=on: Build and/or install documentation
ICE=off: Ice Support
LTO=on: Use Link-Time Optimization
====> SQL database support: you have to choose at least one of them
MYSQL=on: MySQL database support
PGSQL=off: PostgreSQL database support
SQLITE=on: SQLite database support
===> Use 'make config' to modify these settings
- Options name:
- audio_mumble-server
- USES:
- cmake compiler:c++17-lang pkgconfig python:build qt:5 ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.5.857_2 17 Mar 2026 05:48:21
    |
Koichiro Iwao (meta)  |
*/*: Bump all devel/protobuf consumers
They must always be bumped after devel/protobuf because it include
following files whose filenames contain %%PORTVERSION%%. Consequently,
the shlib will always change when PORTVERSION is increased.
lib/libprotobuf-lite.so.%%PORTVERSION%%.0
lib/libprotobuf.so.%%PORTVERSION%%.0
lib/libprotoc.so.%%PORTVERSION%%.0
Approved by: portmgr (blanket; fixing consumers) |
1.5.857_1 26 Feb 2026 18:46:32
    |
Vladimir Druzenko (vvd)  |
audio/mumble-server: Fix "Failed to set TOS for UDP Socket" for IPv6
<W>2025-12-29 23:37:57.715 1 => Server listening on [::]:64738
<W>2025-12-29 23:37:57.721 1 => Server: Failed to set TOS for UDP Socket
This prevents proper QoS from being set for IPv6.
Upstream issue: https://github.com/mumble-voip/mumble/issues/7088
While here pet portclippy.
PR: 292034
MFH: 2026Q1 |
1.5.857 31 Dec 2025 18:44:49
    |
Vladimir Druzenko (vvd)  |
audio/mumble-server: Improve port (no functional changes)
- Use PKGNAMESUFFIX instead of "-" in PORTNAME.
- Move docs from pkg-plist to PORTDOCS.
- Parametrize USE_RC_SUBR, USERS, GROUPS with PORTNAME.
- Optimization in goals.
- Improve @sample in pkg-plist. |
1.5.857 30 Dec 2025 12:11:52
    |
Vladimir Druzenko (vvd)  |
audio/mumble-server: Update 1.5.735 => 1.5.857
Changelog:
https://github.com/mumble-voip/mumble/releases/tag/v1.5.857 |
1.5.735_3 18 Apr 2025 05:37:04
    |
Po-Chuan Hsieh (sunpoet)  |
devel/protobuf: Update to 29.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
1.5.735_2 23 Feb 2025 12:47:41
    |
Jason E. Hale (jhale)  |
*/*: Chase devel/abseil update |
1.5.735_1 28 Jan 2025 17:23:28
    |
Po-Chuan Hsieh (sunpoet)  |
devel/protobuf: Update to 29.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
1.5.735 04 Jan 2025 19:57:58
    |
Vladimir Druzenko (vvd)  |
audio/mumble-server: Update 1.5.634 → 1.5.735
Changelog:
* Fixed: Allow to move temporary channels provided sufficient permissions
* Fixed: Change server thread name to "mumble-server" instead of "Main"
* Fixed: Remove redundant OpenSSL locking callback check
https://www.mumble.info/blog/mumble-1.5.735/ |
1.5.634_7 29 Oct 2024 14:38:30
    |
Po-Chuan Hsieh (sunpoet)  |
devel/protobuf: Update to 28.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
1.5.634_6 07 Oct 2024 14:16:41
    |
Po-Chuan Hsieh (sunpoet)  |
devel/protobuf: Update to 28.2
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
1.5.634_5 18 Sep 2024 19:10:12
    |
Po-Chuan Hsieh (sunpoet)  |
devel/protobuf: Update to 28.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
1.5.634_4 15 Sep 2024 20:09:36
    |
Po-Chuan Hsieh (sunpoet)  |
devel/protobuf: Update to 28.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
1.5.634_3 15 Aug 2024 10:55:26
    |
Po-Chuan Hsieh (sunpoet)  |
devel/protobuf: Update to 27.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
1.5.634_2 08 Aug 2024 07:41:06
    |
Alexey Dokuchaev (danfe)  |
Bump revisions of dependent ports after Abseil C++ libraries update
Requested by: madpilot |
1.5.634_1 30 Jun 2024 15:54:41
    |
Vladimir Druzenko (vvd)  |
audio/mumble-server: fix build with Ice with modern LLVM "no template named
'binary_function' in namespace 'std'; did you mean '__binary_function'?"
PR: 279873 |
1.5.634 25 May 2024 23:13:39
    |
Vladimir Druzenko (vvd)  |
audio/mumble-server: update to 1.5.634
This is the first stable release of the 1.5 series.
Release announcement:
https://www.mumble.info/blog/mumble-1.5.634/
Changelog:
https://github.com/mumble-voip/mumble/releases/tag/v1.5.634 |
1.5.629 16 Apr 2024 20:31:16
    |
Vladimir Druzenko (vvd)  |
audio/mumble-server: update to 1.5.629
Changelog:
https://github.com/mumble-voip/mumble/releases/tag/v1.5.629
Approved by: arrowd (mentor, implicit) |
1.5.613 13 Apr 2024 14:39:12
    |
Vladimir Druzenko (vvd)  |
*/*: remove GNU_CONFIGURE_MANPREFIX and pet the portclippy
Approved by: arrowd (mentor) |
1.5.613 10 Apr 2024 13:17:03
    |
Vladimir Druzenko (vvd)  |
audio/mumble-server: fix build on i386
/wrkdirs/usr/ports/audio/mumble-server/work/mumble-1.5.613/src/murmur/Server.cpp:1044:21:
error: implicit conversion changes signedness: 'int' to
'std::vector<char>::size_type'
(aka 'unsigned int') [-Werror,-Wsign-conversion]
bufVec.resize(len + 4);
~~~~~~ ~~~~^~~
1 error generated.
Upstream issue: https://github.com/mumble-voip/mumble/issues/6377
Reported by: pkg-fallout
Approved by: arrowd (mentor, implicit)
MFH: 2024Q2 |
1.5.613 05 Apr 2024 16:27:58
    |
Vladimir Druzenko (vvd)  |
audio/mumble{,-server}: fix build on i386
Upstream issue: https://github.com/mumble-voip/mumble/issues/6377
Reported by: pkg-fallout
Approved by: arrowd (mentor, implicit) |
1.5.613 30 Mar 2024 15:28:32
    |
Vladimir Druzenko (vvd)  |
audio/mumble-server: update to 1.5.613
Upstream removed option for build without DBus even for mumble-server.
Changelog:
https://www.mumble.info/blog/mumble-1.5.613-rc-2
Approved by: arrowd (mentor, implicit) |
1.5.517 22 Jan 2024 18:57:05
    |
Vladimir Druzenko (vvd)  |
audio/mumble-server: update to 1.5.517
Upstream renamed murmur to mumble-server.
Changelogs:
https://github.com/mumble-voip/mumble/releases/tag/v1.5.517
https://github.com/mumble-voip/mumble/releases/tag/v1.4.287
https://github.com/mumble-voip/mumble/releases/tag/v1.4.274
https://github.com/mumble-voip/mumble/releases/tag/v1.4.230
PR: 261395
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D41048 |
1.3.4 22 Jan 2024 18:57:05
    |
Vladimir Druzenko (vvd)  |
audio/mumble-server: bootstrap from audio/murmur
Copy audio/murmur unchanged except for the rename rc.d script from
murmur.in to mumble_server.in.
This aids diffing to the previous version.
PR: 261395
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D41048 |