notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details
mumble-server Server component of Mumble
1.5.857_2 audio on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.5.857_2Version of this port present on the latest quarterly branch.
Maintainer: vvd@FreeBSD.org search for ports maintained by this maintainer
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (9 items)
Collapse this list.
  1. /usr/local/share/licenses/mumble-server-1.5.857_2/catalog.mk
  2. /usr/local/share/licenses/mumble-server-1.5.857_2/LICENSE
  3. /usr/local/share/licenses/mumble-server-1.5.857_2/BSD3CLAUSE
  4. bin/mumble-server
  5. @sample(,mumble-server,0640) etc/mumble/mumble-server.ini.sample
  6. share/man/man1/mumble-server.1.gz
  7. @owner
  8. @group
  9. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • mumble_server
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: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. boost-libs>0 : devel/boost-libs
  2. cmake : devel/cmake-core
  3. ninja : devel/ninja
  4. pkgconf>=1.3.0_1 : devel/pkgconf
  5. python3.11 : lang/python311
  6. qt5-buildtools>=5.15 : devel/qt5-buildtools
  7. qt5-qmake>=5.15 : devel/qt5-qmake
Runtime dependencies:
  1. libqsqlmysql.so : databases/qt5-sqldrivers-mysql
  2. libqsqlite.so : databases/qt5-sqldrivers-sqlite3
Library dependencies:
  1. libabsl_base.so : devel/abseil
  2. libprotobuf.so : devel/protobuf
  3. libdns_sd.so : net/avahi-libdns
  4. libQt5Core.so : devel/qt5-core
  5. libQt5DBus.so : devel/qt5-dbus
  6. libQt5Network.so : net/qt5-network
  7. libQt5Sql.so : databases/qt5-sql
  8. 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:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/mumble-voip/mumble/releases/download/v1.5.857/
Collapse this list.

Number of commits found: 23

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.5.857_2
17 Mar 2026 05:48:21
commit hash: ff3b1152a6891b80d1d907eb07ece25d1bc30805commit hash: ff3b1152a6891b80d1d907eb07ece25d1bc30805commit hash: ff3b1152a6891b80d1d907eb07ece25d1bc30805commit hash: ff3b1152a6891b80d1d907eb07ece25d1bc30805 files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
*/*: 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
commit hash: 70bbcdc61d5678a4a5e9ef232ed6f2d4a3496c82commit hash: 70bbcdc61d5678a4a5e9ef232ed6f2d4a3496c82commit hash: 70bbcdc61d5678a4a5e9ef232ed6f2d4a3496c82commit hash: 70bbcdc61d5678a4a5e9ef232ed6f2d4a3496c82 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
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
commit hash: 935c0b1b9c324e369b5d2bbd1bf5edf976c9bbf3commit hash: 935c0b1b9c324e369b5d2bbd1bf5edf976c9bbf3commit hash: 935c0b1b9c324e369b5d2bbd1bf5edf976c9bbf3commit hash: 935c0b1b9c324e369b5d2bbd1bf5edf976c9bbf3 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
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
commit hash: f99906a7223cea737c0bbcfd10cc415b13284e6fcommit hash: f99906a7223cea737c0bbcfd10cc415b13284e6fcommit hash: f99906a7223cea737c0bbcfd10cc415b13284e6fcommit hash: f99906a7223cea737c0bbcfd10cc415b13284e6f files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
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
commit hash: 186a8781b0d466348f2c13a1a9785c179c0b0046commit hash: 186a8781b0d466348f2c13a1a9785c179c0b0046commit hash: 186a8781b0d466348f2c13a1a9785c179c0b0046commit hash: 186a8781b0d466348f2c13a1a9785c179c0b0046 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: cbef78abfce5346f71e824247d75c88c04c084c0commit hash: cbef78abfce5346f71e824247d75c88c04c084c0commit hash: cbef78abfce5346f71e824247d75c88c04c084c0commit hash: cbef78abfce5346f71e824247d75c88c04c084c0 files touched by this commit
Jason E. Hale (jhale) search for other commits by this committer
*/*: Chase devel/abseil update
1.5.735_1
28 Jan 2025 17:23:28
commit hash: adfb8194d132295d00880bf84675be78bbff09eccommit hash: adfb8194d132295d00880bf84675be78bbff09eccommit hash: adfb8194d132295d00880bf84675be78bbff09eccommit hash: adfb8194d132295d00880bf84675be78bbff09ec files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 32448605a6533cc7d7f73a4cfb1c586c85ae1894commit hash: 32448605a6533cc7d7f73a4cfb1c586c85ae1894commit hash: 32448605a6533cc7d7f73a4cfb1c586c85ae1894commit hash: 32448605a6533cc7d7f73a4cfb1c586c85ae1894 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
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
commit hash: 94829e74ad868afe36ee6797b9f9e3caa8c7132fcommit hash: 94829e74ad868afe36ee6797b9f9e3caa8c7132fcommit hash: 94829e74ad868afe36ee6797b9f9e3caa8c7132fcommit hash: 94829e74ad868afe36ee6797b9f9e3caa8c7132f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 232b56f7db4cdd05d3bce95731968f81bec27c65commit hash: 232b56f7db4cdd05d3bce95731968f81bec27c65commit hash: 232b56f7db4cdd05d3bce95731968f81bec27c65commit hash: 232b56f7db4cdd05d3bce95731968f81bec27c65 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: edc44d21a5d1014318cae0ac513ec20cc0aacc17commit hash: edc44d21a5d1014318cae0ac513ec20cc0aacc17commit hash: edc44d21a5d1014318cae0ac513ec20cc0aacc17commit hash: edc44d21a5d1014318cae0ac513ec20cc0aacc17 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: f01013c7ca039769891e8b6dc1a3835181da6dbfcommit hash: f01013c7ca039769891e8b6dc1a3835181da6dbfcommit hash: f01013c7ca039769891e8b6dc1a3835181da6dbfcommit hash: f01013c7ca039769891e8b6dc1a3835181da6dbf files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 216e30a7a540331337aa6a83938d7b2551f2e903commit hash: 216e30a7a540331337aa6a83938d7b2551f2e903commit hash: 216e30a7a540331337aa6a83938d7b2551f2e903commit hash: 216e30a7a540331337aa6a83938d7b2551f2e903 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 8c120afd978777a79b6566f1824080771cbc5b56commit hash: 8c120afd978777a79b6566f1824080771cbc5b56commit hash: 8c120afd978777a79b6566f1824080771cbc5b56commit hash: 8c120afd978777a79b6566f1824080771cbc5b56 files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
Bump revisions of dependent ports after Abseil C++ libraries update

Requested by:	madpilot
1.5.634_1
30 Jun 2024 15:54:41
commit hash: df273cfb9557ba2dc27f4f22c2cdd14b2ff42bcccommit hash: df273cfb9557ba2dc27f4f22c2cdd14b2ff42bcccommit hash: df273cfb9557ba2dc27f4f22c2cdd14b2ff42bcccommit hash: df273cfb9557ba2dc27f4f22c2cdd14b2ff42bcc files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
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
commit hash: 6d55e5e4ea20e98ba4280fae3c8271d204c12d91commit hash: 6d55e5e4ea20e98ba4280fae3c8271d204c12d91commit hash: 6d55e5e4ea20e98ba4280fae3c8271d204c12d91commit hash: 6d55e5e4ea20e98ba4280fae3c8271d204c12d91 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
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
commit hash: bde63c2d4cef92640224e48f097ab4e77a486995commit hash: bde63c2d4cef92640224e48f097ab4e77a486995commit hash: bde63c2d4cef92640224e48f097ab4e77a486995commit hash: bde63c2d4cef92640224e48f097ab4e77a486995 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
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
commit hash: 43757efeb94c5864c62a1d58a6ea51aea66cdd9ccommit hash: 43757efeb94c5864c62a1d58a6ea51aea66cdd9ccommit hash: 43757efeb94c5864c62a1d58a6ea51aea66cdd9ccommit hash: 43757efeb94c5864c62a1d58a6ea51aea66cdd9c files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
*/*: remove GNU_CONFIGURE_MANPREFIX and pet the portclippy

Approved by:	arrowd (mentor)
1.5.613
10 Apr 2024 13:17:03
commit hash: f0a4c1f73b3bbdb738019d9b476e027a3ba160a8commit hash: f0a4c1f73b3bbdb738019d9b476e027a3ba160a8commit hash: f0a4c1f73b3bbdb738019d9b476e027a3ba160a8commit hash: f0a4c1f73b3bbdb738019d9b476e027a3ba160a8 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
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
commit hash: f2a60bd4e0516763e390a2ab619db7503a9e3b20commit hash: f2a60bd4e0516763e390a2ab619db7503a9e3b20commit hash: f2a60bd4e0516763e390a2ab619db7503a9e3b20commit hash: f2a60bd4e0516763e390a2ab619db7503a9e3b20 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
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
commit hash: 4d5b745981eb0c0c712bcb8c82854ab4ada98f06commit hash: 4d5b745981eb0c0c712bcb8c82854ab4ada98f06commit hash: 4d5b745981eb0c0c712bcb8c82854ab4ada98f06commit hash: 4d5b745981eb0c0c712bcb8c82854ab4ada98f06 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
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
commit hash: 3f28493dd5a35248cc488975ed89351e4366b51fcommit hash: 3f28493dd5a35248cc488975ed89351e4366b51fcommit hash: 3f28493dd5a35248cc488975ed89351e4366b51fcommit hash: 3f28493dd5a35248cc488975ed89351e4366b51f files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
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
commit hash: 77aa89de8608583ed22a4b54d54559b4d363ea03commit hash: 77aa89de8608583ed22a4b54d54559b4d363ea03commit hash: 77aa89de8608583ed22a4b54d54559b4d363ea03commit hash: 77aa89de8608583ed22a4b54d54559b4d363ea03 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
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

Number of commits found: 23