| Port details |
- fwupd Update firmware automatically, safely, and reliably
- 2.0.17 sysutils
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: decke@FreeBSD.org
 - Port Added: 2025-10-15 20:06:08
- Last Update: 2025-11-09 19:25:35
- Commit Hash: 2241910
- License: LGPL21
- WWW:
- https://github.com/fwupd/fwupd/
- Description:
- Make firmware updates automatic, safe, and reliable.
fwupd is a simple daemon to allow session software to update device firmware on
your local machine. It is designed for desktops, but also usable on phones and
headless servers. You can either use a GUI software manager like GNOME Software
to view and apply updates, the command-line tool, or the system D-Bus interface
directly.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
-
- Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/fwupd/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/fwupd
- pkg install fwupd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fwupd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1762688719
SHA256 (fwupd-fwupd-2.0.17_GH0.tar.gz) = e4227076e61c40943ab8c92e532851d7c901f0bc04db2029027305781e8e44dd
SIZE (fwupd-fwupd-2.0.17_GH0.tar.gz) = 6670355
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:
-
- blkid : filesystems/libblkid
- flashrom>0 : sysutils/flashrom
- help2man : misc/help2man
- fwupd-efi.pc : sysutils/fwupd-efi
- open-sans>0 : x11-fonts/open-sans
- py311-Jinja2>0 : devel/py-Jinja2@py311
- py311-pygobject>0 : devel/py-pygobject@py311
- py311-pangocffi>0 : x11-toolkits/py-pangocffi@py311
- valgrind>0 : devel/valgrind
- gtkdoc-scan : textproc/gtk-doc
- py311-gi-docgen>0 : textproc/py-gi-docgen@py311
- cmake : devel/cmake-core
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- g-ir-scanner : devel/gobject-introspection
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- valac : lang/vala
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- blkid : filesystems/libblkid
- dbus-daemon : devel/dbus
- flashrom>0 : sysutils/flashrom
- fwupd-efi.pc : sysutils/fwupd-efi
- valgrind>0 : devel/valgrind
- python3.11 : lang/python311
- Library dependencies:
-
- libcbor.so : devel/libcbor
- libcurl.so : ftp/curl
- libdrm.so : graphics/libdrm
- libefiboot.so : devel/efivar
- libelf.so : devel/libelf
- libgcab-1.0.so : archivers/gcab
- libgnutls.so : security/gnutls
- libgpg-error.so : security/libgpg-error
- libgpgme.so : security/gpgme
- libgusb.so : devel/libgusb
- libjcat.so : textproc/libjcat
- libjson-glib-1.0.so : devel/json-glib
- libprotobuf-c.so : devel/protobuf-c
- libxmlb.so : textproc/libxmlb
- libintl.so : devel/gettext-runtime
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libarchive.so.13 : archivers/libarchive
- libreadline.so.8 : devel/readline
- libsqlite3.so : databases/sqlite3
- This port is required by:
- for Libraries
-
- sysutils/gnome-firmware
Configuration Options:
- ===> The following configuration options are available for fwupd-2.0.17:
DOCS=on: Build and/or install documentation
TEST=off: Build and/or run tests
===> Use 'make config' to modify these settings
- Options name:
- sysutils_fwupd
- USES:
- cmake:indirect gettext gnome libarchive meson pkgconfig python readline shebangfix sqlite vala:build
- pkg-message:
- For install:
-
Warning: fwupd is highly experimental and DANGEROUS
PLEASE do not attempt to flash any devices yet!
If you want to help testing use those non-destructive commands:
fwupdmgr get-devices
fwupdmgr verify [DEVICE-ID|GUID]
- Master Sites:
|
Number of commits found: 6
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.0.17 09 Nov 2025 19:25:35
    |
Bernhard Froehlich (decke)  |
sysutils/fwupd: Update to 2.0.17 and fix two testcases |
2.0.16_4 20 Oct 2025 09:17:29
    |
Bernhard Froehlich (decke)  |
sysutils/fwupd: Enable more plugins and enable testsuite
Testsuite currently passes 19/23 tests.
More detailed porting status in the wiki.
See: https://wiki.freebsd.org/BernhardFroehlich/fwupd |
2.0.16_3 17 Oct 2025 12:01:22
    |
Bernhard Froehlich (decke)  |
sysutils/fwupd: Unbreak for FreeBSD 14 and shorten install message (so hopefully
people read it!) |
2.0.16_2 16 Oct 2025 13:52:26
    |
Bernhard Froehlich (decke)  |
sysutils/fwupd: Add missing dbus runtime dependency for daemon |
2.0.16_1 16 Oct 2025 10:02:44
    |
Bernhard Froehlich (decke)  |
sysutils/fwupd: Add DOCS option |
2.0.16 15 Oct 2025 20:02:28
    |
Bernhard Froehlich (decke)  |
sysutils/fwupd: Update firmware automatically, safely, and reliably
This port was initially submitted as part of D29332 by Norbert Kaminski
<norbert.kaminski@3mdeb.com>. Thanks a lot for the initial port and all
the work involved!
Differential Revision: https://reviews.freebsd.org/D29332 |
Number of commits found: 6
|