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 photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2024Q2
mumble-server Server component of Mumble
1.5.613 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.613Version of this port present on the latest quarterly branch.
Maintainer: vvd@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-04-10 13:24:06
Last Update: 2024-04-10 13:22:42
Commit Hash: d2bdcba
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:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (14 items)
Collapse this list.
  1. /usr/local/share/licenses/mumble-server-1.5.613/catalog.mk
  2. /usr/local/share/licenses/mumble-server-1.5.613/LICENSE
  3. /usr/local/share/licenses/mumble-server-1.5.613/BSD3CLAUSE
  4. bin/mumble-server
  5. @group mumble-server
  6. @sample etc/mumble/mumble-server.ini.sample
  7. @group wheel
  8. share/man/man1/mumble-server.1.gz
  9. share/doc/mumble-server/README.md
  10. share/doc/mumble-server/SECURITY.md
  11. share/doc/mumble-server/README.static.linux
  12. @owner
  13. @group
  14. @mode
Collapse this list.
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 = 1711720955 SHA256 (mumble-1.5.613.tar.gz) = 157d8f4bbcc0f1d91a4795927fb30bdadf196da6fbff216b8eb0c5b2e0e0f746 SIZE (mumble-1.5.613.tar.gz) = 21415705

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
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.9 : lang/python39
  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.613: 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.613/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.5.613
10 Apr 2024 13:22:42
commit hash: d2bdcba79f55aff26734ced64c78012322cd962acommit hash: d2bdcba79f55aff26734ced64c78012322cd962acommit hash: d2bdcba79f55aff26734ced64c78012322cd962acommit hash: d2bdcba79f55aff26734ced64c78012322cd962a 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

(cherry picked from commit f0a4c1f73b3bbdb738019d9b476e027a3ba160a8)

Number of commits found: 1