net/go-tcping: mark i386 as unsupported
The vendored modernc.org/libc dependency fails to compile on i386 due
to type mismatches in libc_freebsd.go.
Mark the port as unsupported on i386
Reported by: pkg-fallout
security/flawfinder: update to version 2.0.20
This update contains many improvements and some security fixes, see
the Changelog for details:
https://sourceforge.net/p/flawfinder/code/ci/2.0.20/tree/ChangeLog
The port does now support running the bundled tests, which still can
be installed with the EXAMPLES option. I'm not sure that installing
these files as examples is really useful. The EXAMPLES option might
therefore be removed in the next update to this port.
www/tt-rss: Run ttrssd as ttrssd user and move data to /var
- Create a ttrssd user and group to run ttrssd.
- Move log file to /var/log/tt-rss directorie.
- Move pid files to /var/run/tt-rss directorie.
- Move on disk data to /var/tt-rss/.
PR: 282245
Approved by: maintainer
Differential Revision: https://reviews.freebsd.org/D49128
multimedia/totem: port plugins to libsoup-2
https://gitlab.gnome.org/GNOME/totem/-/merge_requests/373
as one unified diff, as some affected files do not exist in the tarball
Also pull in some commits for functionality and to allow the unified
diff to apply:
- preferences: Modernise preferences UI
- preferences: Allow to disable hardware acceleration
- plugins: Remove support for configurable plugins
- plugins: Simplify TOTEM_PLUGIN_REGISTER() macro
- preferences: Move the plugins settings
- preferences: Simplify video widget refcounting
- skipto: Remove skipto plugin
- main: Document digits 1 through 9 skipping 10% to 90%
- opensubtitles: Use GResource for loading UI file
- opensubtitles: Move treeview columns creation to GtkBuilder
- opensubtitles: Use GtkComboBoxText instead GtkComboBox
- opensubtitles: Move GtkTreeModelSort to GtkBuilder
[3 lines not shown]