| Port details on branch 2026Q1 |
- mumble-server Server component of Mumble
- 1.5.857_1 audio
=0 1.5.857_1Version of this port present on the latest quarterly branch. - Maintainer: vvd@FreeBSD.org
 - Port Added: 2026-02-26 18:51:06
- Last Update: 2026-02-26 18:48:15
- Commit Hash: 6a40278
- 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
Packages (timestamps in pop-ups are UTC):
- 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_1:
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:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.5.857_1 26 Feb 2026 18:48:15
    |
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
(cherry picked from commit 70bbcdc61d5678a4a5e9ef232ed6f2d4a3496c82) |
Number of commits found: 1
|