The microcode_update rc script spells "required_modules" as
"requires_modules", masking this by duplicating the missing
functionality in its own precmd.
This patch fixes the typo and removes the superfluous precmd.
PR: 272781
Approved by: sbruno (maintainer)
TuxFamily upload server has been very unreliable recently and down for
several days, so the author had switched to GitHub releases as hosting
service for source archives.
[Why]
In commit c903397171, the variable was
renamed from `ERLANG_LIB` to `_ERLANG_LIB`. However the rc.d script was
not updated to reflect that change.
Therefore the script didn't use the expected version of Erlang. This
meant that it could use `lang/erlang` if it was installed (which could
be incompatible) or not start at all.
[How]
The rc.d script is simply updated to use the new variable name. The port
revision is bumped to note the change.
PR: 271269
Reported by: Miroslav Lachman <000.fbsd@quip.cz>
This patch adds the sysrc variable "mailhog_hostname".
By setting the variable, we can configure the hostname mailhog uses for
EHLO/HELO and message IDs
PR: 272130
Damask is an application that will automatically set wallpaper images
by selecting images from a variety of sources, including local files
and folders. It currently supports setting the wallpaper image from
the following sources:
- wallhaven.cc
- Microsoft Bing Wallpaper of the day
- NASA Astronomy Picture of the Day
- Unsplash
WWW: https://gitlab.gnome.org/subpop/damask
xdg-desktop-portal-gnome is a backend implementation for
xdg-desktop-portal that is using GTK and various pieces of GNOME
infrastructure, such as the org.gnome.Shell.Screenshot or
org.gnome.SessionManager D-Bus interfaces.
WWW: https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome
The Bitwarden CLI is a powerful, full-featured command-line interface
(CLI) tool to access and manage a Bitwarden vault. The CLI is written
with TypeScript and Node.js and can be run on Windows, macOS, and
Linux distributions.
WWW: https://bitwarden.com
Requested by: 000.fbsd@quip.cz (via ports)
Tested by: 000.fbsd@quip.cz
error: incompatible function pointer types passing 'bool (const
char *, time_t *, time_t *)' (aka 'bool (const char *, int *,
int *)') to parameter of type 'FsearchQueryIntegerParserFunc *'
(aka 'bool (*)(const char *, long long *, long long *)')
i386 is the only architecture with 32-bit `time_t' and I don't think
adding another `FsearchQueryTimeParserFunc' type just to circumvent
this [-Wincompatible-function-pointer-types] issue is warranted, or
even upstreamable, so simply pass those numbers as `int64_t' as this
does not affect internal time-related calculations.
Reported by: pkg-fallout
While here, run portfmt over the Makefile - that accounts for the
majority of changes seen in the diff
patch LibreNMS/wrapper.py which contains "/usr/bin/env php" mid-file
PR: 260085
Tell clang that it's ok to use fp16 instructions as the port assumes the
corresponding intrinsics are present.
Approved by: portmgr (build fix blanket)
MFH: 2023Q3
A Sphinx extension to generate multiversion and multilanguage sitemaps.org
protocol compliant sitemaps for Sphinx generated HTML documentation.
WWW: https://github.com/jdillard/sphinx-sitemap
PR: 272713
* Update to 0.257 (https://www.mamedev.org/?p=527)
* Add a hopefully more meaningful description for option NLS
* Fix description on option QTDEBUGGER, it is built as part of MAME,
not installed separately as might be implied
* Clean up pkg-message.in and hopefully clarify the mess with
MAME configuration data.
PR: 272786