Tuesday, May 31, 2022

update lang/sbcl to 2.2.5

new month, new sbcl update! :)

The changelog is available here: http://www.sbcl.org/news.html#2.2.5

Only briefly tested for now only on amd64, x11/stumpwm still builds,
i'll do more testing in the following days (also on i386), sending it
out in the meantime anyway ;)

ok?

Index: Makefile
===================================================================
RCS file: /home/cvs/ports/lang/sbcl/Makefile,v
retrieving revision 1.50
diff -u -p -r1.50 Makefile
--- Makefile 20 May 2022 15:14:18 -0000 1.50
+++ Makefile 31 May 2022 15:17:21 -0000
@@ -4,10 +4,9 @@ USE_WXNEEDED = Yes

COMMENT= compiler and runtime system for ANSI Common Lisp

-V = 2.2.4
+V = 2.2.5
DISTNAME= sbcl-${V}-source
PKGNAME= sbcl-${V}
-REVISION= 0
WRKDIST= ${WRKDIR}/sbcl-${V}
EXTRACT_SUFX= .tar.bz2
PATCHORIG = .orig.port
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/lang/sbcl/distinfo,v
retrieving revision 1.22
diff -u -p -r1.22 distinfo
--- distinfo 12 May 2022 21:26:35 -0000 1.22
+++ distinfo 31 May 2022 15:19:36 -0000
@@ -1,2 +1,2 @@
-SHA256 (sbcl-2.2.4-source.tar.bz2) = /N0lHLxl9/gI7QrXckaEjRvhZqppoX90mWABhLelcgI=
-SIZE (sbcl-2.2.4-source.tar.bz2) = 7030086
+SHA256 (sbcl-2.2.5-source.tar.bz2) = hYS1QTcP1q1uWNP5eYIHffyrJA8w1OmxjxXakcLxPtE=
+SIZE (sbcl-2.2.5-source.tar.bz2) = 7029912

Re: spamd on VirtualBox vm - rdr-to rules not working as expected

Peter-

> My solution was this: Set up and OpenBSD box doing spamd plus any content filtering
> during receipt to a world-facing SMTP server on the same box. Make that box the
> publicly visible MX for the relevant domains, but set up the smtpd, postfix or exim
> (whatever you fancy) configuration to forward to the mail server the domain's users
> will be using.
>
> I vaguely rememeber possibly writing about the setup in some detail in a blog
> post, but I forget which one. If I haven't, it's possible I should write that up.

I have a recollection of reading something along those lines in your blog some years
ago as well, and I suspect that latent memory is what gave me the idea. Perhaps
when I have some time I'll do some more searching for that one.

-Alex

P.S. I should also say thanks for your writings. As someone who doesn't do this
kind of thing as a regular profession, I've found your articles both
entertaining and highly informative over the years.


Alex Johnson
ax.johnson@gmail.com

fcitx-pinyin should be automatically replaced by fcitx-chinese-addons

Currently pkg_add -u doesn't touch fcitx-pinyin and there is no prompt
reminding users to use the new package.

When upgrading fcitx from 4 to 5, the old fcitx-pinyin package should
be replaced by fcitx-chinese-addons, which is the new package offering
pinyin support.

Here is a diff attempting to fix it by adding a line to Quirks.pm, is
this the correct approach?

diff --git a/devel/quirks/files/Quirks.pm b/devel/quirks/files/Quirks.pm
index 62fb724b4df..4eeb920adb2 100644
--- a/devel/quirks/files/Quirks.pm
+++ b/devel/quirks/files/Quirks.pm
@@ -726,6 +726,7 @@ my $stem_extensions = {
'libgweather' => 'libgweather4',
'spidermonkey78' => 'spidermonkey91',
'gmime' => 'gmime30',
+ 'fcitx-pinyin' => 'fcitx-chinese-addons',
};

my $obsolete_reason = {};

Re: [UPDATE] sysutils/sslmate to 1.9.1

On 22/05/31 10:24PM, George Rosamond wrote:
> Update from 1.7.1 to 1.9.1
>
> Diff attached.
>
> See ${WRKDIST}/NEWS for updates since 1.7.1.
>

It would be easier for reviewers to review your diff if you attach the
relevent info and send diff in inline format like this:

(it runs, but can't test any feature as I don't use this service.)

v1.9.1 (2022-05-03)
* Improve error message when HTTP approval is not configured.

v1.9.0 (2021-09-07)
* Client-side DNS approval handlers have been deprecated and will be removed
in SSLMate 2. To continue automatically approving certificates using DNS,
please integrate your SSLMate account with your DNS provider by visiting the
following page: https://sslmate.com/account/integrations
* The Route 53 approval handler now uses Python 3.

v1.8.0 (2021-06-22)
* buy: add --no-auto-san option to disable addition of an alt name for the
base domain or www. sub-domain.
* edit: allow the automatic alt name (for the base domain or www. sub-domain)
to be removed with --rm-name just like any other alt name.
* show: always show the alt names, even if they have the default values.
* Deprecate --multi and --no-multi options. There is no longer a distinction
between multi-hostname and single-hostname certificates.
* Remove import sub-command.
* Remove support for EV certificates.
* buy, renew: fix bug that would display the wrong price for multi-hostname
certificates that contained the same SANs as a standard, non-multi cert.
* reissue, rekey: eliminate spurious "this certificate is not active" errors.

v1.7.1 (2019-03-08)
* Bugfix release.
* sslmate download: don't prevent further downloads if there is an error
with just one certificate.

same diff reattached as inline:

Index: sslmate//Makefile
===================================================================
RCS file: /cvs/ports/sysutils/sslmate/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- sslmate//Makefile 11 Mar 2022 19:58:03 -0000 1.14
+++ sslmate//Makefile 1 Jun 2022 02:23:26 -0000
@@ -1,6 +1,6 @@
COMMENT = client for the sslmate.com online certificate service

-DISTNAME = sslmate-1.7.1
+DISTNAME = sslmate-1.9.1
CATEGORIES = sysutils

HOMEPAGE = https://sslmate.com/
Index: sslmate//distinfo
===================================================================
RCS file: /cvs/ports/sysutils/sslmate/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- sslmate//distinfo 24 Jan 2020 08:18:53 -0000 1.10
+++ sslmate//distinfo 1 Jun 2022 02:23:26 -0000
@@ -1,2 +1,2 @@
-SHA256 (sslmate-1.7.1.tar.gz) = RU4ZM4kQNjGJs0nP40dzUaIMNMb9oPMSrRQ7Foj6psQ=
-SIZE (sslmate-1.7.1.tar.gz) = 71016
+SHA256 (sslmate-1.9.1.tar.gz) = F5szGn1cbw7R3lHMocM7as1RS/uaBqKCsvOxA+rXDOc=
+SIZE (sslmate-1.9.1.tar.gz) = 65970

UPDATE: devel/dub 1.28.0 => 1.29.0

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/dub/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile 21 Mar 2022 00:13:57 -0000 1.3
+++ Makefile 1 Jun 2022 03:26:29 -0000
@@ -3,7 +3,7 @@ CATEGORIES = devel

GH_ACCOUNT = dlang
GH_PROJECT = dub
-GH_TAGNAME = v1.28.0
+GH_TAGNAME = v1.29.0

MAINTAINER = Brian Callahan <bcallah@openbsd.org>

Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/dub/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo 21 Mar 2022 00:13:57 -0000 1.2
+++ distinfo 1 Jun 2022 03:26:29 -0000
@@ -1,2 +1,2 @@
-SHA256 (dub-1.28.0.tar.gz) = vwcu3u3Gdh/kB668VcuatiS9YarCYRQEmQcXwr4AymY=
-SIZE (dub-1.28.0.tar.gz) = 1314672
+SHA256 (dub-1.29.0.tar.gz) = St8ckQH1SJVIZFy07a1LKR0DEUn32XDfROP8YUtG3S8=
+SIZE (dub-1.29.0.tar.gz) = 1321720
Index: patches/patch-source_dub_compilers_gdc_d
===================================================================
RCS file: patches/patch-source_dub_compilers_gdc_d
diff -N patches/patch-source_dub_compilers_gdc_d
--- patches/patch-source_dub_compilers_gdc_d 11 Mar 2022 18:49:59 -0000 1.2
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,13 +0,0 @@
-On GDC, the -betterC flag is named -fno-druntime.
-
-Index: source/dub/compilers/gdc.d
---- source/dub/compilers/gdc.d.orig
-+++ source/dub/compilers/gdc.d
-@@ -45,6 +45,7 @@ class GDCCompiler : Compiler {
- tuple(BuildOption.deprecationErrors, ["-Werror", "-Wdeprecated"]),
- tuple(BuildOption.property, ["-fproperty"]),
- //tuple(BuildOption.profileGC, ["-?"]),
-+ tuple(BuildOption.betterC, ["-fno-druntime"]),
-
- tuple(BuildOption._docs, ["-fdoc-dir=docs"]),
- tuple(BuildOption._ddox, ["-fXf=docs.json", "-fdoc-file=__dummy.html"]),
Index: patches/patch-source_dub_dub_d
===================================================================
RCS file: /cvs/ports/devel/dub/patches/patch-source_dub_dub_d,v
retrieving revision 1.3
diff -u -p -r1.3 patch-source_dub_dub_d
--- patches/patch-source_dub_dub_d 21 Mar 2022 00:13:57 -0000 1.3
+++ patches/patch-source_dub_dub_d 1 Jun 2022 03:26:29 -0000
@@ -3,7 +3,7 @@ The GDC binary is named egdc on OpenBSD.
Index: source/dub/dub.d
--- source/dub/dub.d.orig
+++ source/dub/dub.d
-@@ -1479,7 +1479,7 @@ class Dub {
+@@ -1487,7 +1487,7 @@ class Dub {
version (Windows) enum sep = ";", exe = ".exe";
version (Posix) enum sep = ":", exe = "";

Hi ports --

Attached is an update to the dub D language package manager. The
changelog is here: https://github.com/dlang/dub/compare/v1.28.0...v1.29.0

All is good on my machine. Best tested with the new DMD 2.100.0 compiler.

OK?

~Brian

UPDATE: devel/dtools 2.099.0 => 2.100.0

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/dtools/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile 20 Mar 2022 19:44:27 -0000 1.4
+++ Makefile 1 Jun 2022 03:25:59 -0000
@@ -8,7 +8,7 @@ CATEGORIES = devel
# Keep GH_TAGNAME in sync with lang/dmd
GH_ACCOUNT = dlang
GH_PROJECT = tools
-GH_TAGNAME = v2.099.0
+GH_TAGNAME = v2.100.0

HOMEPAGE = https://dlang.org/
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/dtools/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo 20 Mar 2022 19:44:27 -0000 1.2
+++ distinfo 1 Jun 2022 03:25:59 -0000
@@ -1,2 +1,2 @@
-SHA256 (dtools-2.099.0.tar.gz) = igxrOqmGRzQr0uIoMucmijQ8XYb2rjlynyY3Qh3Xpgc=
-SIZE (dtools-2.099.0.tar.gz) = 129869
+SHA256 (dtools-2.100.0.tar.gz) = e1PjJgayKsw5HdKk58hSf6vBgEWt4/mbPTjo+kcQZsg=
+SIZE (dtools-2.100.0.tar.gz) = 129725
Hi ports --

Attached is an update to the D tools. The changelog is here:
https://github.com/dlang/tools/compare/v2.099.0...v2.100.0

Best tested with the new DMD 2.100.0 compiler update.

OK?

~Brian

UPDATE: lang/dmd 2.099.1 => 2.100.0

Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/dmd/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile 23 Apr 2022 23:51:25 -0000 1.7
+++ Makefile 1 Jun 2022 03:25:34 -0000
@@ -1,7 +1,7 @@
# i386 forthcoming
ONLY_FOR_ARCHS = amd64

-V = 2.099.1
+V = 2.100.0
COMMENT = reference compiler for the D programming language
DISTFILES = dmd-${V}{v${V}}.tar.gz:1 \
dmd-${V}-bootstrap.tar.gz:0 \
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/dmd/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo 23 Apr 2022 23:51:25 -0000 1.5
+++ distinfo 1 Jun 2022 03:25:34 -0000
@@ -1,8 +1,8 @@
-SHA256 (dmd-2.099.1-bootstrap.tar.gz) = ca+ySjnpQuXdKJK1plgZn+NdcNX4Dmpc/yWiL2v63hA=
-SHA256 (dmd-2.099.1.tar.gz) = CDJobcIT6F7aYn1TH856ztnN4yl6kolH9kd3W67oZqs=
-SHA256 (druntime-2.099.1.tar.gz) = FyN+ifIftlKSmm+CkOOqEUJhAyFtf4JNmNGL0RdWqMc=
-SHA256 (phobos-2.099.1.tar.gz) = cRCyFUtrECOenHyUKqDJF4/WE+ym4V0p8caVKScYyNg=
-SIZE (dmd-2.099.1-bootstrap.tar.gz) = 9967065
-SIZE (dmd-2.099.1.tar.gz) = 3877912
-SIZE (druntime-2.099.1.tar.gz) = 1880087
-SIZE (phobos-2.099.1.tar.gz) = 2469063
+SHA256 (dmd-2.100.0-bootstrap.tar.gz) = lZvFti6GlnGo7+XSjTsdjPZ0EJhM8qLa5pZwQ6H4LFM=
+SHA256 (dmd-2.100.0.tar.gz) = d9hiP2FKsqQcF+6G6EiAAhg2BRVT3X8J8/bu6OAkxV0=
+SHA256 (druntime-2.100.0.tar.gz) = uWIslEaDJkhzgDk9GDeQgw840iS7XRUGe25PXsnPztQ=
+SHA256 (phobos-2.100.0.tar.gz) = zr+f7Nrzlb23RcvtmQh55WHQVcw2e6RLpp+0CrnEUAg=
+SIZE (dmd-2.100.0-bootstrap.tar.gz) = 9996839
+SIZE (dmd-2.100.0.tar.gz) = 3920784
+SIZE (druntime-2.100.0.tar.gz) = 1883261
+SIZE (phobos-2.100.0.tar.gz) = 2696033
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/lang/dmd/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- pkg/PLIST 23 Apr 2022 23:51:25 -0000 1.4
+++ pkg/PLIST 1 Jun 2022 03:25:35 -0000
@@ -16,6 +16,7 @@ include/dmd/druntime/import/core/gc/
include/dmd/druntime/import/core/gc/config.d
include/dmd/druntime/import/core/gc/gcinterface.d
include/dmd/druntime/import/core/gc/registry.d
+include/dmd/druntime/import/core/int128.d
include/dmd/druntime/import/core/internal/
include/dmd/druntime/import/core/internal/abort.d
include/dmd/druntime/import/core/internal/array/
@@ -697,6 +698,7 @@ include/dmd/phobos/std/format/spec.d
include/dmd/phobos/std/format/write.d
include/dmd/phobos/std/functional.d
include/dmd/phobos/std/getopt.d
+include/dmd/phobos/std/int128.d
include/dmd/phobos/std/internal/
include/dmd/phobos/std/internal/attributes.d
include/dmd/phobos/std/internal/cstring.d
Hi ports --

Attached is an update to DMD. Here is the changelog:
https://dlang.org/changelog/2.100.0.html

All is good on my machine. D tools and dub updates will be in separate
emails.

OK?

~Brian

update: net/torsocks: 2.2.0 -> 2.3.0

- upstream moved from github to selfhosted git server
- otherwise this is an update for bugfixes, no major changes
- 'make lib-depends-check' and 'make test' are happy

Tested only on amd64 because I don't have access to other boxes, you
can test it by running tor and invoke:

torsocks curl ifconfig.me

...which will give you a Tor Exit IP.

diff --git a/net/torsocks/Makefile b/net/torsocks/Makefile
index 525a1ae6d38..c224e7e6390 100644
--- a/net/torsocks/Makefile
+++ b/net/torsocks/Makefile
@@ -1,11 +1,6 @@
COMMENT = socks proxy for use with tor

-DISTNAME = torsocks-2.2.0
-REVISION = 0
-
-GH_PROJECT = torsocks
-GH_ACCOUNT = dgoulet
-GH_TAGNAME = v2.2.0
+DISTNAME = torsocks-2.3.0

SHARED_LIBS = torsocks 1.0 # 0.0

@@ -20,6 +15,9 @@ PERMIT_PACKAGE = Yes

WANTLIB += pthread

+MASTER_SITES= https://gitweb.torproject.org/torsocks.git/snapshot/
+EXTRACT_SUFX= .tar.gz
+
AUTOCONF_VERSION= 2.69
AUTOMAKE_VERSION= 1.15

diff --git a/net/torsocks/distinfo b/net/torsocks/distinfo
index f0acdd86eb1..fb8e630a10d 100644
--- a/net/torsocks/distinfo
+++ b/net/torsocks/distinfo
@@ -1,2 +1,2 @@
-SHA256 (torsocks-2.2.0.tar.gz) = NiFqHjD0f6DlvoR2Hg1yEzGWyKBCcWAX2lbpQ5M4yH0=
-SIZE (torsocks-2.2.0.tar.gz) = 115269
+SHA256 (torsocks-2.3.0.tar.gz) = gXwUPoqdIX9BoiOoUTnGyijhuZVWxUf820xy28Fwtsk=
+SIZE (torsocks-2.3.0.tar.gz) = 118033
diff --git a/net/torsocks/patches/patch-Makefile_in b/net/torsocks/patches/patch-Makefile_in
deleted file mode 100644
index ab8734064f3..00000000000
--- a/net/torsocks/patches/patch-Makefile_in
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: Makefile.in
---- Makefile.in.orig
-+++ Makefile.in
-@@ -370,7 +370,7 @@ top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- ACLOCAL_AMFLAGS = -I config
- SUBDIRS = src doc tests extras
--dist_doc_DATA = ChangeLog
-+dist_doc_DATA =
- EXTRA_DIST = gpl-2.0.txt extras/torsocks-bash_completion
- all: all-recursive
-
diff --git a/net/torsocks/patches/patch-doc_Makefile_in b/net/torsocks/patches/patch-doc_Makefile_in
deleted file mode 100644
index fcf32e50454..00000000000
--- a/net/torsocks/patches/patch-doc_Makefile_in
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: doc/Makefile.in
---- doc/Makefile.in.orig
-+++ doc/Makefile.in
-@@ -595,7 +595,7 @@ info: info-am
-
- info-am:
-
--install-data-am: install-dist_confDATA install-dist_docDATA \
-+install-data-am: install-dist_confDATA \
- install-man
-
- install-dvi: install-dvi-am
diff --git a/net/torsocks/patches/patch-src_bin_torsocks_in b/net/torsocks/patches/patch-src_bin_torsocks_in
index 9fe5fb9a67b..45dbf7de3ba 100644
--- a/net/torsocks/patches/patch-src_bin_torsocks_in
+++ b/net/torsocks/patches/patch-src_bin_torsocks_in
@@ -1,139 +1,12 @@
-Add missing quotes to variable in torsocks.in
-Fixes #19376
-https://github.com/dgoulet/torsocks/commit/5a5b72fa0aef2315c369cedc5f448ee473be5e4f
-
Index: src/bin/torsocks.in
--- src/bin/torsocks.in.orig
+++ src/bin/torsocks.in
-@@ -65,7 +65,7 @@ libdir=@libdir@
+@@ -66,7 +66,7 @@ libdir=@libdir@
LIBDIR="${libdir}/torsocks"
LIB_NAME="libtorsocks"
SHLIB_EXT="@SHLIB_EXT@"
-SHLIB="${LIBDIR}/${LIB_NAME}.${SHLIB_EXT}"
+SHLIB="${LIBDIR}/${LIB_NAME}.${SHLIB_EXT}.${LIBtorsocks_VERSION}"

- # Set @LDPRELOAD@ variable with torsocks library path.
- set_ld_preload ()
-@@ -73,7 +73,7 @@ set_ld_preload ()
- if [ -z "$@LDPRELOAD@" ]; then
- export @LDPRELOAD@="${SHLIB}"
- else
-- echo $@LDPRELOAD@ | grep -q "${SHLIB}" || \
-+ echo "$@LDPRELOAD@" | grep -q "${SHLIB}" || \
- export @LDPRELOAD@="${SHLIB} $@LDPRELOAD@"
- fi
-
-@@ -130,13 +130,13 @@ tor_shell ()
-
- torify_app ()
- {
-- local app_path=`which $1`
-- local getcap=`PATH="$PATH:/usr/sbin:/sbin" which getcap`
-+ local app_path="`which $1`"
-+ local getcap="`PATH="$PATH:/usr/sbin:/sbin" which getcap`"
- local caps=
-
-- if [ -z $1 ]; then
-+ if [ -z "$1" ]; then
- echo "Please provide an application to torify." >&2
-- elif [ -z $app_path ]; then
-+ elif [ -z "$app_path" ]; then
- echo "ERROR: $1 cannot be found." >&2
- exit 1
- fi
-@@ -144,20 +144,20 @@ torify_app ()
- # This must be before torifying because getcap uses cap_get_file(3)
- # via syscall(2) which breaks torsocks.
- if [ -n "$getcap" ]; then
-- caps=`$getcap $app_path`
-+ caps="`$getcap $app_path 2>/dev/null`"
- fi
-
- # Check if Apple's System Integrity Protection is enabled if the user is
- # running on macOS.
-- macos_sip_check $app_path
-+ macos_sip_check "$app_path"
-
- # NEVER remove that line or else nothing it torified.
- set_ld_preload
-
-- if [ -u $app_path ]; then
-+ if [ -u "$app_path" ]; then
- echo "ERROR: $1 is setuid. torsocks will not work on a setuid executable." >&2
- exit 1
-- elif [ -g $app_path ]; then
-+ elif [ -g "$app_path" ]; then
- echo "ERROR: $1 is setgid. torsocks will not work on a setgid executable." >&2
- exit 1
- elif [ -n "$caps" ]; then
-@@ -219,7 +219,7 @@ if [ $# -eq 0 ] ; then
- fi
-
- # Ensure libtorsocks exists,
--if [ ! -f $SHLIB ]; then
-+if [ ! -f "$SHLIB" ]; then
- echo "$0: $SHLIB does not exist! Try re-installing torsocks."
- exit
- fi
-@@ -228,14 +228,14 @@ while true;
- do
- case "$1" in
- on)
-- check_script_sourced $1
-+ check_script_sourced "$1"
- set_ld_preload
- echo "Tor mode activated. Every command will be torified for this shell."
- break
- ;;
- off)
-- check_script_sourced $1
-- export @LDPRELOAD@=`echo -n $@LDPRELOAD@ | sed "s#$SHLIB *##"`
-+ check_script_sourced "$1"
-+ export @LDPRELOAD@="`echo -n $@LDPRELOAD@ | sed "s#$SHLIB *##"`"
- if [ -z "$@LDPRELOAD@" ]; then
- unset @LDPRELOAD@
- case "$OSTYPE" in
-@@ -256,35 +256,35 @@ do
- break
- ;;
- -u|--user)
-- if [ -z $2 ]; then
-+ if [ -z "$2" ]; then
- echo "Missing username to -u" >&2
- exit 1
- fi
-- export TORSOCKS_USERNAME=$2
-+ export TORSOCKS_USERNAME="$2"
- shift
- ;;
- -p|--pass)
-- if [ -z $2 ]; then
-+ if [ -z "$2" ]; then
- echo "Missing password to -p" >&2
- exit 1
- fi
-- export TORSOCKS_PASSWORD=$2
-+ export TORSOCKS_PASSWORD="$2"
- shift
- ;;
- -a|--address)
-- if [ -z $2 ]; then
-+ if [ -z "$2" ]; then
- echo "Missing address to -a" >&2
- exit 1
- fi
-- export TORSOCKS_TOR_ADDRESS=$2
-+ export TORSOCKS_TOR_ADDRESS="$2"
- shift
- ;;
- -P|--port)
-- if [ -z $2 ]; then
-+ if [ -z "$2" ]; then
- echo "Missing port to -P" >&2
- exit 1
- fi
-- export TORSOCKS_TOR_PORT=$2
-+ export TORSOCKS_TOR_PORT="$2"
- shift
- ;;
- -i|--isolate)
+ # https://github.com/mkropat/sh-realpath
+ #
diff --git a/net/torsocks/patches/patch-src_common_compat_h b/net/torsocks/patches/patch-src_common_compat_h
index cad5bbd4714..f9077926bd5 100644
--- a/net/torsocks/patches/patch-src_common_compat_h
+++ b/net/torsocks/patches/patch-src_common_compat_h
@@ -20,7 +20,7 @@ Index: src/common/compat.h

#if defined(__linux__)
#include <unistd.h>
-@@ -176,7 +177,8 @@ void tsocks_once(tsocks_once_t *o, void (*init_routine
+@@ -196,7 +197,8 @@ void tsocks_once(tsocks_once_t *o, void (*init_routine

Re: [UPDATE] www/libmicrohttpd 0.9.70 > 0.9.75

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/libmicrohttpd/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- Makefile 24 Mar 2022 21:15:19 -0000 1.14
+++ Makefile 1 Jun 2022 01:58:47 -0000
@@ -1,9 +1,8 @@
COMMENT = tiny embeddable httpd library written in C
-DISTNAME = libmicrohttpd-0.9.70
-REVISION = 0
+DISTNAME = libmicrohttpd-0.9.75
CATEGORIES = www

-SHARED_LIBS += microhttpd 0.4 # 65.0
+SHARED_LIBS += microhttpd 1.0 # 72.0

HOMEPAGE = https://www.gnu.org/software/libmicrohttpd/
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/libmicrohttpd/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- distinfo 25 Feb 2020 14:09:26 -0000 1.11
+++ distinfo 1 Jun 2022 01:58:47 -0000
@@ -1,2 +1,2 @@
-SHA256 (libmicrohttpd-0.9.70.tar.gz) = kNCj05b5b5vEHrD36Bh3lgSShfq++CYErNSHlZCXcwc=
-SIZE (libmicrohttpd-0.9.70.tar.gz) = 1886435
+SHA256 (libmicrohttpd-0.9.75.tar.gz) = kniQem9XGzkaq5ZE/WRqUQjtlzEexm9jWc677bCk47s=
+SIZE (libmicrohttpd-0.9.75.tar.gz) = 1952076
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/www/libmicrohttpd/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- pkg/DESCR 27 Dec 2017 19:31:07 -0000 1.1.1.1
+++ pkg/DESCR 1 Jun 2022 01:58:47 -0000
@@ -2,11 +2,11 @@ GNU libmicrohttpd is a small C library t
to run an HTTP server as part of another application.

Features:
-* C library: fast and small
* API is simple, expressive and fully reentrant
* Implementation is HTTP 1.1 compliant
* HTTP server can listen on multiple ports
-* Four different threading models (select, poll, pthread, thread pool)
+* Various threading modes: run in application thread, internal thread,
+ thread pool, and thread-per-connection
* Support for IPv6
* Support for SHOUTcast
* Support for incremental processing of POST data
Hello again --

On 5/29/2022 2:37 PM, Brian Callahan wrote:
> Hello --
>
> I am away for the US holiday. I'll be back tomorrow evening and I will
> check this over then.
>

I've been able to look this over now. Attached is an improved diff that
updates the DESCR with the meaningful changes from your original diff.

I also discovered that your original diff failed the build test--or, at
least, you didn't report that (at least some) dependent ports will not
build with this update. For example, the build for graphics/drawpile
fails because an integer was changed to an enum:
https://github.com/drawpile/Drawpile/pull/925/files

Upstream claims there is no ABI breakage but apparently that is only
true for C, not C++, so perhaps a major bump is in order to be safe
(attached diff does this).

I have only build tested drawpile so far. The others are being built
now. I'll send an update for drawpile in a separate email and send
updates for any other dependent ports that need it in their own separate
emails.

~Brian

Re: Gemini Lake HD Audio (azalia?) not working on StarLabs StarLite MK IV

On Wed, Jun 01, 2022 at 03:03:44AM +0100, Chris Narkiewicz wrote:
> Hi,
>
> I have a StarLabs StarLite mk iv laptop with Gemini Lake CPU and audio
> device is "not configured".
>
> Relevant pcidump -vv output:
> 0:14:0: Intel Gemini Lake HD Audio
> 0x0000: Vendor ID: 8086, Product ID: 3198
> 0x0004: Command: 0006, Status: 0010
> 0x0008: Class: 04 Multimedia, Subclass: 01 Audio,
> Interface: 00, Revision: 06
> 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
> Cache Line Size: 10
> 0x0010: BAR mem 64bit addr: 0x000000009111c000/0x00004000
> 0x0018: BAR empty (00000000)
> 0x001c: BAR empty (00000000)
> 0x0020: BAR mem 64bit addr: 0x0000000091000000/0x00100000
> 0x0028: Cardbus CIS: 00000000
> 0x002c: Subsystem Vendor ID: 8086 Product ID: 7270
> 0x0030: Expansion ROM Base Address: 00000000
> 0x0038: 00000000
> 0x003c: Interrupt Pin: 01 Line: ff Min Gnt: 00 Max Lat: 00
> 0x0050: Capability 0x01: Power Management
> State: D0
> 0x0080: Capability 0x09: Vendor Specific
> 0x0060: Capability 0x05: Message Signalled Interrupts (MSI)
> Enabled: no
> 0x0070: Capability 0x10: PCI Express
> Max Payload Size: 128 / 128 bytes
> Max Read Request Size: 512 bytes
> 0x0100: Enhanced Capability 0x00: Unknown
>
> Relevant dmesg output:
> cpu0: Intel(R) Pentium(R) Silver N5030 CPU @ 1.10GHz, 2800.01 MHz, 06-7a-08
> "Intel Gemini Lake HD Audio" rev 0x06 at pci0 dev 14 function 0 not configured
>
> Digging into the /sys source code, I found that it should be handled by azalia driver:
>
> # grep -r PCI_PRODUCT_INTEL_GLK_HDA .
> ./dev/pci/azalia.c: case PCI_PRODUCT_INTEL_GLK_HDA:
> ./dev/pci/pcidevs.h:#define PCI_PRODUCT_INTEL_GLK_HDA 0x3198 /* Gemini Lake HD Audio */
> ./dev/pci/pcidevs_data.h: PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_GLK_HDA,
>
>
> I'm wondering why it could not be configured and how to dig into this?

Your device is subclass audio not subclass hd audio. Try this:

Index: sys/dev/pci/azalia.c
===================================================================
RCS file: /cvs/src/sys/dev/pci/azalia.c,v
retrieving revision 1.272
diff -u -p -r1.272 azalia.c
--- sys/dev/pci/azalia.c 1 Apr 2022 22:37:21 -0000 1.272
+++ sys/dev/pci/azalia.c 1 Jun 2022 02:21:41 -0000
@@ -498,6 +498,7 @@ const struct pci_matchid azalia_pci_devi
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_300SERIES_U_HDA },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_400SERIES_CAVS },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_500SERIES_LP_HDA },
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_GLK_HDA },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_JSL_HDA },
};

[UPDATE] sysutils/sslmate to 1.9.1

Index: sslmate//Makefile
===================================================================
RCS file: /cvs/ports/sysutils/sslmate/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- sslmate//Makefile 11 Mar 2022 19:58:03 -0000 1.14
+++ sslmate//Makefile 1 Jun 2022 02:23:26 -0000
@@ -1,6 +1,6 @@
COMMENT = client for the sslmate.com online certificate service

-DISTNAME = sslmate-1.7.1
+DISTNAME = sslmate-1.9.1
CATEGORIES = sysutils

HOMEPAGE = https://sslmate.com/
Index: sslmate//distinfo
===================================================================
RCS file: /cvs/ports/sysutils/sslmate/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- sslmate//distinfo 24 Jan 2020 08:18:53 -0000 1.10
+++ sslmate//distinfo 1 Jun 2022 02:23:26 -0000
@@ -1,2 +1,2 @@
-SHA256 (sslmate-1.7.1.tar.gz) = RU4ZM4kQNjGJs0nP40dzUaIMNMb9oPMSrRQ7Foj6psQ=
-SIZE (sslmate-1.7.1.tar.gz) = 71016
+SHA256 (sslmate-1.9.1.tar.gz) = F5szGn1cbw7R3lHMocM7as1RS/uaBqKCsvOxA+rXDOc=
+SIZE (sslmate-1.9.1.tar.gz) = 65970
Update from 1.7.1 to 1.9.1

Diff attached.

See ${WRKDIST}/NEWS for updates since 1.7.1.

Thanks

g

Gemini Lake HD Audio (azalia?) not working on StarLabs StarLite MK IV

Hi,

I have a StarLabs StarLite mk iv laptop with Gemini Lake CPU and audio
device is "not configured".

Relevant pcidump -vv output:
0:14:0: Intel Gemini Lake HD Audio
0x0000: Vendor ID: 8086, Product ID: 3198
0x0004: Command: 0006, Status: 0010
0x0008: Class: 04 Multimedia, Subclass: 01 Audio,
Interface: 00, Revision: 06
0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
Cache Line Size: 10
0x0010: BAR mem 64bit addr: 0x000000009111c000/0x00004000
0x0018: BAR empty (00000000)
0x001c: BAR empty (00000000)
0x0020: BAR mem 64bit addr: 0x0000000091000000/0x00100000
0x0028: Cardbus CIS: 00000000
0x002c: Subsystem Vendor ID: 8086 Product ID: 7270
0x0030: Expansion ROM Base Address: 00000000
0x0038: 00000000
0x003c: Interrupt Pin: 01 Line: ff Min Gnt: 00 Max Lat: 00
0x0050: Capability 0x01: Power Management
State: D0
0x0080: Capability 0x09: Vendor Specific
0x0060: Capability 0x05: Message Signalled Interrupts (MSI)
Enabled: no
0x0070: Capability 0x10: PCI Express
Max Payload Size: 128 / 128 bytes
Max Read Request Size: 512 bytes
0x0100: Enhanced Capability 0x00: Unknown

Relevant dmesg output:
cpu0: Intel(R) Pentium(R) Silver N5030 CPU @ 1.10GHz, 2800.01 MHz, 06-7a-08
"Intel Gemini Lake HD Audio" rev 0x06 at pci0 dev 14 function 0 not configured

Digging into the /sys source code, I found that it should be handled by azalia driver:

# grep -r PCI_PRODUCT_INTEL_GLK_HDA .
./dev/pci/azalia.c: case PCI_PRODUCT_INTEL_GLK_HDA:
./dev/pci/pcidevs.h:#define PCI_PRODUCT_INTEL_GLK_HDA 0x3198 /* Gemini Lake HD Audio */
./dev/pci/pcidevs_data.h: PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_GLK_HDA,


I'm wondering why it could not be configured and how to dig into this?

Any advice appreciated.

Best regards,
Chris Narkiewicz

[UPDATE] sysutils/py-prometheus_client to 0.14.1

Index: py-prometheus_client//Makefile
===================================================================
RCS file: /cvs/ports/sysutils/py-prometheus_client/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- py-prometheus_client//Makefile 11 Mar 2022 19:57:52 -0000 1.9
+++ py-prometheus_client//Makefile 1 Jun 2022 00:35:09 -0000
@@ -1,9 +1,8 @@
COMMENT = python client for the prometheus monitoring system

-MODPY_EGG_VERSION = 0.11.0
+MODPY_EGG_VERSION = 0.14.1
DISTNAME = prometheus_client-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
-REVISION = 0

CATEGORIES = sysutils

Index: py-prometheus_client//distinfo
===================================================================
RCS file: /cvs/ports/sysutils/py-prometheus_client/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- py-prometheus_client//distinfo 26 Oct 2021 19:34:10 -0000 1.3
+++ py-prometheus_client//distinfo 1 Jun 2022 00:35:09 -0000
@@ -1,2 +1,2 @@
-SHA256 (prometheus_client-0.11.0.tar.gz) = Oouq3my4C8/kMpfjPnYj8xGNZg1BOHWTdY4vseoXOoY=
-SIZE (prometheus_client-0.11.0.tar.gz) = 91886
+SHA256 (prometheus_client-0.14.1.tar.gz) = VFnEJ2JJYQdid/3G3FBUDiusuY7r3pmIblnsVe2SCTo=
+SIZE (prometheus_client-0.14.1.tar.gz) = 83271
Index: py-prometheus_client//pkg/PLIST
===================================================================
RCS file: /cvs/ports/sysutils/py-prometheus_client/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST
--- py-prometheus_client//pkg/PLIST 11 Mar 2022 19:57:53 -0000 1.5
+++ py-prometheus_client//pkg/PLIST 1 Jun 2022 00:35:09 -0000
@@ -54,6 +54,7 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/prometheus_client/parser.py
lib/python${MODPY_VERSION}/site-packages/prometheus_client/platform_collector.py
lib/python${MODPY_VERSION}/site-packages/prometheus_client/process_collector.py
+lib/python${MODPY_VERSION}/site-packages/prometheus_client/py.typed
lib/python${MODPY_VERSION}/site-packages/prometheus_client/registry.py
lib/python${MODPY_VERSION}/site-packages/prometheus_client/samples.py
lib/python${MODPY_VERSION}/site-packages/prometheus_client/twisted/
Diff attached.

Update from 0.11.0 to 0.14.1, dropped REVISION.

One change to PLIST.

For me it's a DEPEND for a WIP port of mine.

version 0.14.1 tests:
= 13 failed, 277 passed, 7 skipped in 5.82s

version 0.11.0 tests:
= 13 failed, 248 passed, 5 skipped in 5.66s

g

Re: iwm driver not working on starlabs starlite iv laptop

> Can you please apply this patch, boot the resulting kernel, and
> show me the new line that now appears in dmesg? It will show us
> the antenna configuration of your device.

So I applied the patch and this is the result:

iwm0: hw rev 0x310, fw ver 46.4e1ceb39.0, address 20:1e:88:77:66:72
iwm0: valid Tx antenna masks: phycfg: 0x3 nvm: 0x1

I hope it leads somewhere. Thank you.

Best regards,
Chris Narkiewicz

Fixing tests for www/purritobin with net/usockets and www/uwebsockets

Hi,
  I've been trying to figure out why SSL tests for www/puritobin are
failing with libressl. The same tests pass on gentoo with openssl.

Unfortunately, I don't know much about SSL so I'm hoping someone can
point me in the right direction.

As a rundown of what parts are being used where, www/purritobin uses
only uwebsockets API and doesn't touch net/usockets API.
www/uwebsockets uses net/usockets internally for its event loop and SSL
bindings, net/usockets uses libuv to do the event loop on openbsd.

On the other hand, net/usockets tests are passing, and those tests are
SSL enabled, so my working hypothesis is that either that test is not
robust enough to catch wherever uwebsockets hooks in usockets, or
somehow uwebsockets is using some APIs which are not tested or don't
work well on OpenBSD.

Thanks a lot,
Aisha

Re: Unbound rc script behavior on 7.1

On 2022-05-29, Georg Pfuetzenreuter <georg@syscid.com> wrote:
> This is a multi-part message in MIME format.
> --------------ixL2X1ILWFWJlrgqgqUkZvxl
> Content-Type: text/plain; charset=UTF-8; format=flowed
> Content-Transfer-Encoding: 7bit
>
> Hi,
>
> I just installed a fresh copy of OpenBSD 7.1 and copied my working
> Unbound configuration from a 7.0 install (attached).
> Unbound version on the new system is 1.15.0, on the old one it is 1.13.2.
>
> Upon starting it, I encounter this:
>
> opaon$ doas rcctl enable unbound
>
> opaon$ doas rcctl start unbound
>
> unboundb/etc/rc.d/unbound: kill: 3957: No such process
>
> (timeout)
>
> opaon$ doas rcctl start unbound
>
> unbound(timeout)
>
> ...
>
> opaon# unbound-checkconf
>
> unbound-checkconf: no errors in /var/unbound/etc/unbound.conf
>
> opaon# rcctl start unbound
> unbound/etc/rc.d/unbound: kill: 33461: No such process
> (ok)
>
> opaon# ps aux |grep unbound
> _unbound 84446 0.0 2.1 13372 10356 ?? Ic 1:53PM 0:00.01
> unbound -c /var/unbound/etc/unbound.conf

No idea what's wrong, but FWIW I'm not seeing any such problems here on
a few machines, this is expected to work..

What are the contents of /var/run/rc.d/unbound ?

UPDATE: Varnish-7.1.0

Hello,

Update for Varnish to 7.1.0:

https://varnish-cache.org/docs/7.1/whats-new/changes-7.1.html

OK? Comments?

Cheers.-

--

%gonzalo


Index: Makefile
===================================================================
RCS file: /cvs/ports/www/varnish/Makefile,v
retrieving revision 1.71
diff -u -p -r1.71 Makefile
--- Makefile 11 Mar 2022 20:11:06 -0000 1.71
+++ Makefile 31 May 2022 11:50:28 -0000
@@ -1,7 +1,6 @@
COMMENT = high-performance HTTP accelerator

-DISTNAME = varnish-7.0.2
-REVISION = 0
+DISTNAME = varnish-7.1.0

CATEGORIES = www

Index: distinfo
===================================================================
RCS file: /cvs/ports/www/varnish/distinfo,v
retrieving revision 1.32
diff -u -p -r1.32 distinfo
--- distinfo 26 Jan 2022 15:35:28 -0000 1.32
+++ distinfo 31 May 2022 11:50:28 -0000
@@ -1,2 +1,2 @@
-SHA256 (varnish-7.0.2.tgz) = UkpJWmrSv1t+QJKwkH7R0oPdJwr0Ju+oK3BxTGMMP2E=
-SIZE (varnish-7.0.2.tgz) = 3703686
+SHA256 (varnish-7.1.0.tgz) = 9Uq4hoVmdmTls8OetWrIxiS2wQk0Nqf4xVVJEUTGnro=
+SIZE (varnish-7.1.0.tgz) = 3787588
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/varnish/pkg/PLIST,v
retrieving revision 1.23
diff -u -p -r1.23 PLIST
--- pkg/PLIST 11 Mar 2022 20:11:06 -0000 1.23
+++ pkg/PLIST 31 May 2022 11:50:28 -0000
@@ -32,6 +32,7 @@ include/varnish/tbl/boc_state.h
include/varnish/tbl/body_status.h
include/varnish/tbl/cli_cmds.h
include/varnish/tbl/debug_bits.h
+include/varnish/tbl/experimental_bits.h
include/varnish/tbl/feature_bits.h
include/varnish/tbl/h2_error.h
include/varnish/tbl/h2_frames.h

UPDATE: SMPlayer-22.2.0

Update for SMPlayer to 22.2.0:

https://www.smplayer.info/en/changes

OK? Comments?

Cheers.-

--

%gonzalo


Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/smplayer/Makefile,v
retrieving revision 1.65
diff -u -p -r1.65 Makefile
--- Makefile 11 Mar 2022 20:17:21 -0000 1.65
+++ Makefile 31 May 2022 18:42:11 -0000
@@ -1,6 +1,6 @@
COMMENT = complete front-end for MPlayer and MPV

-DISTNAME = smplayer-21.10.0
+DISTNAME = smplayer-22.2.0
CATEGORIES = multimedia x11

HOMEPAGE = https://www.smplayer.info/
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/smplayer/distinfo,v
retrieving revision 1.46
diff -u -p -r1.46 distinfo
--- distinfo 20 Dec 2021 11:45:28 -0000 1.46
+++ distinfo 31 May 2022 18:42:11 -0000
@@ -1,2 +1,2 @@
-SHA256 (smplayer-21.10.0.tar.bz2) = LAvxCt1L6iWCEEKBVTzal5K3TUEnOpi86qFHxwBl24o=
-SIZE (smplayer-21.10.0.tar.bz2) = 5186253
+SHA256 (smplayer-22.2.0.tar.bz2) = +JN+RKd+atizqzZnMZYfOaM8TIWf+xNrirBrbZlxWO0=
+SIZE (smplayer-22.2.0.tar.bz2) = 5165034

Re: broken Compress::Bzip2 module in OpenBSD 7.1

On Mon, May 30, 2022 at 08:22:27PM -0300, Alceu Rodrigues de Freitas Junior wrote:
> Hello folks,
>
> I think I might have found a bug with OpenBSD 7.1 (7.1 GENERIC.MP#465 amd64)
> default perl, but first I would like to at least investigate a bit further.
>
> During a execution of a CPAN Smoker, I got this error:
>
> perl:/home/goku/perl5/lib/perl5/amd64-openbsd/auto/Compress/Bzip2/Bzip2.so:
> undefined symbol 'BZ2_bzlibVersion'
> ld.so: perl: lazy binding failed!
> Killed
>
> The Compress::Bzip2 module was being installing as part of the Smoker setup
> with the cpan client, so I'm not sure which module required it. Anyway, I
> never experienced such error before, although there is a registered failed
> test (from me!) in the past (https://www.cpantesters.org/cpan/report/e3330890-c9e5-11ea-992b-d0f4c78c3247),
> but I never the smoker process was being killed.

And yet, the p5-Compress-Bzip2 package doesn't appear to have any issue.

Now, it doesn't contain that exact same symbol, but rather:
XS_Compress__Bzip2_bzlibversion

looking at things, I think your setup assumed bzip2 was present in the base
system. Not so.

The p5-Compress-Bzip2 port both has a dependency on the bzip2 library
AND a config.in change to handle stuff under /usr/local.

I would tend to assume you need to tell your home-grown setup to look
in /usr/local... which is obviously disabled by default here.

sparc64 bulk build report

Bulk build on sparc64-0a.ports.openbsd.org

Started : Sun May 29 21:31:48 MDT 2022
Finished: Tue May 31 10:29:39 MDT 2022
Duration: 1 Days 12 hours 58 minutes

Built using OpenBSD 7.1-current (GENERIC.MP) #1331: Sun May 29 12:26:47 MDT 2022

Built 7982 packages

Number of packages built each day:
May 29: 4531
May 30: 3391
May 31: 60



Critical path missing pkgs:
http://build-failures.rhaalovely.net/sparc64/2022-05-29/summary.log

Build failures: 13
http://build-failures.rhaalovely.net/sparc64/2022-05-29/cad/oce.log
http://build-failures.rhaalovely.net/sparc64/2022-05-29/comms/gammu.log
http://build-failures.rhaalovely.net/sparc64/2022-05-29/devel/avr/gcc.log
http://build-failures.rhaalovely.net/sparc64/2022-05-29/devel/openmpi.log
http://build-failures.rhaalovely.net/sparc64/2022-05-29/devel/xtensa-esp32-elf/binutils.log
http://build-failures.rhaalovely.net/sparc64/2022-05-29/devel/xtensa-lx106-elf/binutils.log
http://build-failures.rhaalovely.net/sparc64/2022-05-29/graphics/opencolorio.log
http://build-failures.rhaalovely.net/sparc64/2022-05-29/lang/clazy.log
http://build-failures.rhaalovely.net/sparc64/2022-05-29/print/cups.log
http://build-failures.rhaalovely.net/sparc64/2022-05-29/security/clamav.log
http://build-failures.rhaalovely.net/sparc64/2022-05-29/textproc/libmarisa.log
http://build-failures.rhaalovely.net/sparc64/2022-05-29/www/unit/unit-ruby.log
http://build-failures.rhaalovely.net/sparc64/2022-05-29/x11/gnome/gjs.log

Recurrent failures:
failures/cad/oce.log
failures/devel/avr/gcc.log
failures/devel/xtensa-esp32-elf/binutils.log
failures/devel/xtensa-lx106-elf/binutils.log
failures/graphics/opencolorio.log
failures/lang/clazy.log
failures/www/unit/unit-ruby.log
failures/x11/gnome/gjs.log

New failures:
+failures/comms/gammu.log
+failures/devel/openmpi.log
+failures/print/cups.log
+failures/security/clamav.log
+failures/textproc/libmarisa.log

Resolved failures:
-failures/databases/recoll.log
-failures/devel/jdk/1.8.log
-failures/devel/kf5/kcalendarcore.log
-failures/emulators/qemu,-ga.log
-failures/games/arx-libertatis.log
-failures/games/gargoyle.log
-failures/geo/pdal.log
-failures/geo/postgis.log
-failures/inputmethods/libime.log
-failures/lang/gambit.log
-failures/productivity/kuserfeedback.log
-failures/security/keepassxc.log
-failures/sysutils/consolekit.log
-failures/sysutils/czkawka,-gui.log
-failures/textproc/libmarisa,-main.log
-failures/x11/gnome/secrets.log
-failures/x11/qt6/qtdeclarative.log

Packages newly built:
+astro/py-erfa,python3
+audio/pulseaudio
+comms/minimodem
+devel/py-extension-helpers,python3
+devel/py-test-arraydiff,python3
+devel/py-test-astropy,python3
+devel/py-test-astropy-header,python3
+devel/py-test-doctestplus,python3
+devel/py-test-filter-subpackage,python3
+devel/py-test-openfiles,python3
+devel/py-test-remotedata,python3
+lang/gambit
+lang/wasi-libc
+lang/wasi-sdk/compiler-rt
+lang/wasi-sdk/libcxx
+lang/wasi-sdk/libcxxabi
+sysutils/accountsservice
+sysutils/consolekit
+sysutils/toad
+x11/mate/libmatemixer
+x11/polybar

Packages not built this time:
-archivers/pecl-lzf,php74
-archivers/pecl-lzf,php80
-archivers/pecl-rar,php74
-archivers/pecl-rar,php80
-archivers/quazip
-astro/celestia
-astro/gnuastro
-audio/ario
-audio/audacious/player
-audio/audacious/plugins
-audio/calf
-audio/cozy
-audio/cplay
-audio/curseradio
-audio/deadbeef
-audio/disc-cover
-audio/faudio
-audio/gogglesmm
-audio/gqmpeg
-audio/gradio
-audio/gsound
-audio/hydrogen
-audio/libcanberra
-audio/libcanberra,-gtk
-audio/libcanberra,-gtk3
-audio/libcanberra,-main
-audio/liblastfm
-audio/lilv
-audio/lmms
-audio/lv2
-audio/milkytracker
-audio/mp3cddb
-audio/mp3info
-audio/mscore
-audio/mumble
-audio/mumble,-main
-audio/mumble,-server
-audio/ocp
-audio/p5-gnupod
-audio/potamus
-audio/qsynth
-audio/solfege
-audio/sonata
-audio/speech-dispatcher
-audio/sratom
-audio/tagtool
-audio/timidity,gtk2
-benchmarks/netperf-wrapper
-benchmarks/netperf-wrapper,
-benchmarks/netperf-wrapper,,-main
-benchmarks/netperf-wrapper,-main
-books/tex-by-topic
-cad/fritzing
-cad/geda-gaf
-cad/gerbv
-cad/gtkwave
-cad/lepton-eda
-cad/librecad
-cad/opensta
-cad/pcb
-cad/pcb2gcode
-cad/qcad
-cad/qelectrotech
-cad/qflow
-cad/xnecview
-cad/xtrkcad
-cad/yosys
-chinese/libchewing
-comms/amtterm
-comms/amtterm,-main
-comms/amtterm,-term
-comms/chirp
-comms/gammu
-comms/gpsk31
-comms/hylafax
-comms/hylafax,a4
-comms/jpilot
-comms/mgetty+sendfax
-comms/py-gammu
-comms/sigrok/libsigrok
-comms/sigrok/pulseview
-comms/sigrok/sigrok-cli
-comms/syncterm
-comms/tkhylafax
-comms/xastir
-comms/xdx
-comms/xlog
-converters/libpst
-converters/libpst,-main
-converters/libpst,-python
-converters/wv
-databases/freetds
-databases/iodbc
-databases/iodbc,-admin
-databases/iodbc,-main
-databases/kdb
-databases/libdbi-drivers
-databases/libdbi-drivers,-freetds
-databases/libdbi-drivers,-main
-databases/libdbi-drivers,-pgsql
-databases/libdbi-drivers,-sqlite3
-databases/mdbtools
-databases/p5-DBD-Sybase
-databases/p5-sybperl
-databases/pecl-redis,php74
-databases/pecl-redis,php80
-databases/pg_stats_reporter
-databases/pgfouine
-databases/pgmodeler
-databases/postgresql-odbc
-databases/postgresql-plr
-databases/py-odbc,python3
-databases/ruby-hiera-eyaml-gpg,ruby30
-databases/ruby-hiera-eyaml-gpg,ruby31
-databases/ruby-tiny_tds,ruby30
-databases/ruby-tiny_tds,ruby31
-databases/sqlite3-odbc
-databases/sqlitebrowser
-databases/sqsh
-devel/appstream-glib
-devel/bamf
-devel/boris
-devel/cudd
-devel/dissy
-devel/distcc
-devel/distcc,-gtk
-devel/distcc,-main
-devel/distcc,-server
-devel/doc++
-devel/doxygen
-devel/doxygen-gui
-devel/frama-c
-devel/geany
-devel/goffice
-devel/gwenhywfar
-devel/kf5/attica
-devel/kf5/bluez-qt
-devel/kf5/breeze-icons
-devel/kf5/extra-cmake-modules
-devel/kf5/kactivities
-devel/kf5/kactivities-stats
-devel/kf5/kapidox
-devel/kf5/karchive
-devel/kf5/kcodecs
-devel/kf5/kcompletion
-devel/kf5/kconfig
-devel/kf5/kcontacts
-devel/kf5/kcoreaddons
-devel/kf5/kcrash
-devel/kf5/kdbusaddons
-devel/kf5/kded
-devel/kf5/kdesignerplugin
-devel/kf5/kdesu
-devel/kf5/kdnssd
-devel/kf5/kdoctools
-devel/kf5/kemoticons
-devel/kf5/kfilemetadata
-devel/kf5/kfilemetadata,-locale
-devel/kf5/kfilemetadata,-main
-devel/kf5/kglobalaccel
-devel/kf5/kguiaddons
-devel/kf5/kholidays
-devel/kf5/ki18n
-devel/kf5/kidletime
-devel/kf5/kimageformats
-devel/kf5/kirigami2
-devel/kf5/kitemmodels
-devel/kf5/kitemviews
-devel/kf5/kjobwidgets
-devel/kf5/kjs
-devel/kf5/kjsembed
-devel/kf5/kpackage
-devel/kf5/kpeople
-devel/kf5/kplotting
-devel/kf5/kpty
-devel/kf5/kquickcharts
-devel/kf5/kservice
-devel/kf5/kunitconversion
-devel/kf5/kwayland
-devel/kf5/kwidgetsaddons
-devel/kf5/kwindowsystem
-devel/kf5/oxygen-icons
-devel/kf5/prison
-devel/kf5/solid
-devel/kf5/sonnet
-devel/kf5/sonnet,-aspell
-devel/kf5/sonnet,-hunspell
-devel/kf5/sonnet,-main
-devel/kf5/syndication
-devel/kf5/syntax-highlighting
-devel/kf5/threadweaver
-devel/kproperty
-devel/libglade2
-devel/libnotify
-devel/libpeas
-devel/libunique
-devel/libwnck
-devel/libwnck3
-devel/ocaml-graph
-devel/openmpi
-devel/p5-File-BaseDir
-devel/p5-File-DesktopEntry
-devel/p5-File-MimeInfo
-devel/pecl-xdebug,php74
-devel/pecl-xdebug,php80
-devel/py-cflow2dot,python3
-devel/py-qt-builder,python3
-devel/qgit
-devel/qjson
-devel/srecord
-devel/vim-taglist
-devel/vte3
-devel/zeal
-editors/TeXmacs
-editors/abiword
-editors/emacs
-editors/emacs,gtk2
-editors/emacs,gtk3
-editors/featherpad
-editors/gummi
-editors/ktikz
-editors/leafpad
-editors/neovim
-editors/neovim-qt
-editors/qscintilla
-editors/scintilla
-editors/scite
-editors/teaqt
-editors/texmaker
-editors/texworks
-editors/texworks,-lua
-editors/texworks,-main
-editors/texworks,-python
-editors/tiled
-editors/vim
-editors/vim,-lang
-editors/vim,-main
-editors/vim,gtk3
-editors/vim,gtk3,-lang
-editors/vim,gtk3,-main
-editors/vim,gtk3,lua
-editors/vim,gtk3,lua,-lang
-editors/vim,gtk3,lua,-main
-editors/vim,gtk3,perl,python3,ruby
-editors/vim,gtk3,perl,python3,ruby,-lang
-editors/vim,gtk3,perl,python3,ruby,-main
-editors/vim,gtk3,python3
-editors/vim,gtk3,python3,-lang
-editors/vim,gtk3,python3,-main
-education/drgeo
-education/gamgi
-education/verbiste
-emulators/desmume
-emulators/fceux
-emulators/fs-uae
-emulators/gnusim8085
-emulators/higan
-emulators/nestopia
-emulators/nestopia,-libretro
-emulators/nestopia,-main
-emulators/retroarch
-emulators/sameboy
-emulators/sameboy,-libretro
-emulators/sameboy,-main
-emulators/snes9x
-emulators/uae
-emulators/virtualjaguar
-emulators/xnp2
-emulators/xroar
-fonts/ru-pscyr
-games/alephone/alephone
-games/alephone/scenarios/evil
-games/alephone/scenarios/marathon
-games/alephone/scenarios/marathon2
-games/alephone/scenarios/marathoninfinity
-games/alephone/scenarios/red
-games/atomix
-games/barrage
-games/bass
-games/belooted
-games/blobwars
-games/cataclysm-dda
-games/cataclysm-dda,no_x11
-games/chromium-bsu
-games/circuit
-games/corewars
-games/corsixth
-games/crack-attack
-games/crossfire-client
-games/csmash
-games/dopewars
-games/dustrac
-games/eboard
-games/eboard-extras
-games/eduke32
-games/eliot
-games/endless-sky
-games/enigma
-games/flare
-games/flare,-main
-games/fotaq
-games/freeblocks
-games/freeciv
-games/freeciv,
-games/freeciv,,-client
-games/freeciv,,-main
-games/freeciv,,-share
-games/freeciv,-client
-games/freeciv,-main
-games/freeciv,-share
-games/freedink/game
-games/freedroidrpg
-games/freeorion
-games/frozen-bubble
-games/frozen-bubble,-main
-games/frozen-bubble,-server
-games/galois
-games/gamine
-games/garden
-games/gemrb
-games/gnome-mastermind
-games/gnubg
-games/gottcode/connectagram
-games/gottcode/cutemaze
-games/gottcode/gottet
-games/gottcode/hexalate
-games/gottcode/peg-e
-games/gottcode/simsu
-games/gottcode/tanglet
-games/gottcode/tetzle
-games/gtkballs
-games/instead
-games/ja2-stracciatella
-games/jag
-games/julius
-games/lgeneral
-games/lugaru
-games/manaplus
-games/mars
-games/meandmyshadow
-games/minetest
-games/moonlight-qt
-games/nblood
-games/nsnake
-games/numptyphysics
-games/numptyphysics,-main
-games/numptyphysics,-npcomplete
-games/openjazz
-games/openttd
-games/openxcom
-games/pentobi
-games/pokerth
-games/polymorphable
-games/puzzles
-games/pysol
-games/residualvm
-games/rftg
-games/rftg,-client
-games/scummvm
-games/spacezero
-games/supertux
-games/tbftss
-games/tuxpaint
-games/tuxpaint-config
-games/tuxpaint-stamps
-games/vms-empire
-games/widelands
-games/wordwarvi
-games/xboard
-games/xcowsay
-games/xmj
-geo/foxtrotgps
-geo/gdal
-geo/gdal,-main
-geo/gdal,-python
-geo/gdal,python3
-geo/gdal,python3,-main
-geo/gdal,python3,-python
-geo/geoclue2
-geo/geocode-glib
-geo/gpx-viewer
-geo/gpxsee
-geo/lib2geom
-geo/libchamplain
-geo/libosmium
-geo/mapcache
-geo/mapserver
-geo/mapserver,
-geo/mapserver,,-main
-geo/mapserver,,-perl
-geo/mapserver,,-php
-geo/mapserver,,-python
-geo/mapserver,,-utils
-geo/mapserver,-main
-geo/mapserver,-perl
-geo/mapserver,-php
-geo/mapserver,-python
-geo/mapserver,-utils
-geo/mdal
-geo/merkaartor
-geo/osm-gps-map
-geo/osm2pgsql
-geo/py-fiona,python3
-geo/py-osmium,python3
-geo/py-rasterio,python3
-geo/py-rio-cogeo,python3
-geo/py-supermercado,python3
-geo/pygeoapi
-graphics/GraphicsMagick
-graphics/ImageMagick
-graphics/aspect-crop
-graphics/azpainter
-graphics/chafa
-graphics/clutter/clutter-gst
-graphics/clutter/clutter-gtk
-graphics/clutter/core
-graphics/comix
-graphics/cstitch
-graphics/dia
-graphics/dibuja
-graphics/displaz
-graphics/djview4
-graphics/djvulibre
-graphics/dmtx-utils
-graphics/dvdrip
-graphics/enblend-enfuse
-graphics/evince,light
-graphics/farbfeld
-graphics/feh
-graphics/flameshot
-graphics/fotowall
-graphics/fyre
-graphics/gdcm
-graphics/geeqie
-graphics/gegl04
-graphics/geomview
-graphics/gimp/deskew
-graphics/gimp/lensfun
-graphics/gimp/liquid-rescale
-graphics/gimp/resynthesizer
-graphics/gimp/stable
-graphics/gmic
-graphics/gmic-qt/gimp
-graphics/gmic-qt/none
-graphics/gnofract4d
-graphics/gocr,-gui
-graphics/gphoto2
-graphics/gpicview
-graphics/gprof2dot
-graphics/grafx2
-graphics/gtkam
-graphics/gtkimageview
-graphics/imlib2-heic
-graphics/indexpage
-graphics/inkscape
-graphics/ipe
-graphics/kcolorpicker
-graphics/kdiagram
-graphics/kimageannotator
-graphics/kquickimageeditor
-graphics/ksnip
-graphics/l2p
-graphics/libexif-gtk
-graphics/libgphoto2
-graphics/libmypaint
-graphics/mandelbulber
-graphics/mapivi
-graphics/mapnik
-graphics/mtpaint
-graphics/mypaint
-graphics/nomacs
-graphics/nsxiv
-graphics/ocaml-cairo
-graphics/opencsg
-graphics/opencv
-graphics/opencv,-main
-graphics/openscenegraph
-graphics/orthanc/postgresql-plugin
-graphics/orthanc/server
-graphics/orthanc/webviewer-plugin
-graphics/pdf2djvu
-graphics/pecl-imagick,php74
-graphics/pecl-imagick,php80
-graphics/peek
-graphics/pho
-graphics/posterazor
-graphics/pqiv
-graphics/pstoedit
-graphics/py-dot,python3
-graphics/py-matplotlib,python3
-graphics/py-pyx,python3
-graphics/py-seaborn,python3
-graphics/qiv
-graphics/rawstudio
-graphics/ruby-gruff
-graphics/ruby-rmagick,ruby30
-graphics/ruby-rmagick,ruby31
-graphics/sane-backends,escl
-graphics/scratch
-graphics/simgear
-graphics/ufraw
-graphics/unwebp
-graphics/viewnior
-graphics/xdot
-graphics/xfig
-graphics/xsane
-graphics/xsane,gimp
-graphics/xzgv
-graphics/zbar
-graphics/zint
-graphics/zint,-main
-graphics/zint,-x11
-inputmethods/cellwriter
-inputmethods/fcitx
-inputmethods/fcitx-anthy
-inputmethods/fcitx-chewing
-inputmethods/fcitx-gtk
-inputmethods/fcitx-hangul
-inputmethods/fcitx-lua
-inputmethods/fcitx-m17n
-inputmethods/fcitx-qt
-inputmethods/fcitx-unikey
-inputmethods/ibus
-inputmethods/ibus,-gtk2
-inputmethods/ibus,-gtk3
-inputmethods/ibus,-gtk4
-inputmethods/ibus,-main
-inputmethods/ibus-anthy
-inputmethods/ibus-skk
-inputmethods/ibus-typing-booster
-inputmethods/libtomoe-gtk
-inputmethods/scim
-inputmethods/scim-anthy
-inputmethods/scim-chewing
-inputmethods/scim-fcitx
-inputmethods/scim-hangul
-inputmethods/scim-pinyin
-inputmethods/scim-tables
-inputmethods/uim
-inputmethods/uim,-gtk
-inputmethods/uim,-gtk3
-inputmethods/uim,-main
-inputmethods/uim-chewing
-inputmethods/uim-tomoe-gtk
-inputmethods/xcb-imdkit
-japanese/gwaei
-japanese/kanatest
-japanese/kanjipad
-japanese/kasumi
-lang/apl
-lang/ecl
-lang/gnucobol
-lang/microscheme
-lang/php/7.4
-lang/php/7.4,-apache
-lang/php/7.4,-bz2
-lang/php/7.4,-cgi
-lang/php/7.4,-curl
-lang/php/7.4,-dba
-lang/php/7.4,-dbg
-lang/php/7.4,-enchant
-lang/php/7.4,-gd
-lang/php/7.4,-gmp
-lang/php/7.4,-imap
-lang/php/7.4,-intl
-lang/php/7.4,-ldap
-lang/php/7.4,-main
-lang/php/7.4,-mysqli
-lang/php/7.4,-odbc
-lang/php/7.4,-pcntl
-lang/php/7.4,-pdo_dblib
-lang/php/7.4,-pdo_mysql
-lang/php/7.4,-pdo_odbc
-lang/php/7.4,-pdo_pgsql
-lang/php/7.4,-pdo_sqlite
-lang/php/7.4,-pgsql
-lang/php/7.4,-pspell
-lang/php/7.4,-shmop
-lang/php/7.4,-snmp
-lang/php/7.4,-soap
-lang/php/7.4,-sqlite3
-lang/php/7.4,-tidy
-lang/php/7.4,-xmlrpc
-lang/php/7.4,-xsl
-lang/php/7.4,-zip
-lang/php/7.4,embed,-embed
-lang/php/8.0
-lang/php/8.0,-apache
-lang/php/8.0,-bz2
-lang/php/8.0,-cgi
-lang/php/8.0,-curl
-lang/php/8.0,-dba
-lang/php/8.0,-dbg
-lang/php/8.0,-enchant
-lang/php/8.0,-gd
-lang/php/8.0,-gmp
-lang/php/8.0,-imap
-lang/php/8.0,-intl
-lang/php/8.0,-ldap
-lang/php/8.0,-main
-lang/php/8.0,-mysqli
-lang/php/8.0,-odbc
-lang/php/8.0,-pcntl
-lang/php/8.0,-pdo_dblib
-lang/php/8.0,-pdo_mysql
-lang/php/8.0,-pdo_odbc
-lang/php/8.0,-pdo_pgsql
-lang/php/8.0,-pdo_sqlite
-lang/php/8.0,-pgsql
-lang/php/8.0,-pspell
-lang/php/8.0,-shmop
-lang/php/8.0,-snmp
-lang/php/8.0,-soap
-lang/php/8.0,-sqlite3
-lang/php/8.0,-tidy
-lang/php/8.0,-xsl
-lang/php/8.0,-zip
-lang/php/8.0,embed,-embed
-lang/vala,
-lang/vala,,-valadoc
-mail/amavisd-new
-mail/amavisd-new,-main
-mail/amavisd-new,-utils
-mail/clamnailer
-mail/clamsmtp
-mail/gmime30
-mail/mailest
-mail/mew
-mail/mu
-mail/mutt,gpgme
-mail/mutt,gpgme,sasl
-mail/mutt-wizard
-mail/neomutt,gpgme
-mail/neomutt,gpgme,notmuch
-mail/neomutt,gpgme,notmuch,sasl
-mail/neomutt,gpgme,sasl
-mail/neomutt,notmuch
-mail/notmuch/notmuch
-mail/notmuch/notmuch,-emacs
-mail/notmuch/notmuch,-main
-mail/notmuch/py-notmuch,python3
-mail/p5-FuzzyOcr
-mail/pecl-mailparse,php74
-mail/pecl-mailparse,php80
-mail/rcube-contextmenu
-mail/rcube-dkimstatus
-mail/rcube-dovecot_ident
-mail/rcube-html5-notifier
-mail/rcube-ldapAliasSync
-mail/rcube-markasjunk2
-mail/rcube-sieverules
-mail/rcube-yubikey-plugin
-mail/roundcubemail
-mail/smsmail
-mail/sylpheed
-mail/trojita
-math/R
-math/armadillo
-math/arpack
-math/calcoo
-math/cgal
-math/coq
-math/dieharder
-math/ensmallen
-math/galculator
-math/graphviz
-math/graphviz,-main
-math/grpn
-math/igraph
-math/kst
-math/maxima
-math/octave
-math/p5-GraphViz
-math/pari
-math/pspp
-math/py-scikit-image,python3
-math/spread-sheet-widget
-meta/audacious
-meta/geda
-meta/msp430
-misc/dtcltiny
-misc/feathernotes
-misc/gpsd,-php
-misc/gpsd,-x11
-misc/gramps
-misc/logjam
-misc/open62541
-misc/open62541,ns0_full
-misc/p5-OPCUA-Open62541
-misc/redshift
-misc/reprepro
-misc/sent
-misc/spdrs60
-misc/subsurface
-misc/wmmand
-misc/xcdroast
-misc/xkcd-viewer
-multimedia/devede
-multimedia/dvdauthor
-multimedia/gstreamer1/mm
-multimedia/gstreamer1/plugins-bad
-multimedia/gstreamer1/plugins-base
-multimedia/gstreamer1/plugins-libav
-multimedia/gstreamer1/plugins-ugly
-multimedia/gstreamer1/py-gstreamer,python3
-multimedia/handbrake
-multimedia/imagination
-multimedia/libde265
-multimedia/libde265,-main
-multimedia/libde265,-tools
-multimedia/libheif
-multimedia/libquicktime
-multimedia/mjpegtools
-multimedia/mjpegtools,quicktime
-multimedia/mlt
-multimedia/mlt,
-multimedia/mlt,,-gpl2
-multimedia/mlt,,-main
-multimedia/mlt,-gpl2
-multimedia/mlt,-main
-multimedia/mpv
-multimedia/ogmrip,-dvdcpy
-multimedia/subtitleripper
-multimedia/synfig
-multimedia/transcode
-multimedia/transcode,lzo,mjpegtools
-multimedia/upplay
-multimedia/webvfx
-multimedia/xine-ui
-net/avahi,
-net/avahi,,-gtk3
-net/avahi,,-gui
-net/avahi,,-python
-net/barrier
-net/bitlbee,libpurple
-net/bitlbee,libpurple,otr
-net/clic
-net/deluge
-net/deluge-ltconfig
-net/dleyna/connector-dbus
-net/dleyna/core
-net/ettercap
-net/freeradius
-net/freeradius,-freetds
-net/freeradius,-iodbc
-net/freeradius,-ldap
-net/freeradius,-main
-net/freeradius,-memcached
-net/freeradius,-mysql
-net/freeradius,-pgsql
-net/freeradius,-python
-net/freeradius,-python3
-net/gajim
-net/gmudix
-net/grsync
-net/gssdp
-net/gtk-gnutella
-net/gupnp/core
-net/gupnp/igd
-net/gupnp/tools
-net/icinga/icinga-php-library
-net/icinga/icinga-php-thirdparty
-net/icinga/web2
-net/icinga/web2-module-director
-net/icinga/web2-module-incubator
-net/kdsoap
-net/lagrange
-net/libmygpo-qt
-net/libnice
-net/librenms
-net/mbrowse
-net/mcabber
-net/microblog-purple
-net/minbif
-net/mldonkey
-net/monitoring-plugins,-samba
-net/mtr,gtk
-net/nagios/check_mssql_health
-net/nagios/nagios,-web
-net/nagios/nagios,chroot,-web
-net/nfsen
-net/nmap,-zenmap
-net/olsrd
-net/olsrd,-gui
-net/olsrd,-main
-net/owncloudclient
-net/pavuk
-net/php-weathermap
-net/pidgin
-net/pidgin,
-net/pidgin,,-finch
-net/pidgin,,-libpurple
-net/pidgin,,-main
-net/pidgin,-finch
-net/pidgin,-libpurple
-net/pidgin,-main
-net/pidgin,gtkspell
-net/pidgin,gtkspell,-finch
-net/pidgin,gtkspell,-libpurple
-net/pidgin,gtkspell,-main
-net/pidgin-icb
-net/pidgin-sipe
-net/pidgin-skypeweb
-net/pidgin-window-merge
-net/poco
-net/profanity
-net/purple-matrix
-net/purple-rocketchat
-net/putty
-net/putty,-gui
-net/putty,-main
-net/py-smbc,python3
-net/qbittorrent/qbittorrent
-net/qbittorrent/qbittorrent-nox
-net/qsyncthingtray
-net/samba
-net/samba,
-net/samba,,-docs
-net/samba,,-ldb
-net/samba,,-main
-net/samba,,-tevent
-net/samba,,-util
-net/samba,-docs
-net/samba,-ldb
-net/samba,-main
-net/samba,-tevent
-net/samba,-util
-net/seafile/client
-net/spectrum-tools
-net/spectrum-tools,-main
-net/spectrum-tools,-utils
-net/srain
-net/toxic
-net/unison
-net/utox
-net/zabbix,-web
-net/zabbix,mysql,-web
-net/zabbix,pgsql,-web
-net/zabbix,sqlite3,-web
-news/pan
-print/a2ps
-print/apsfilter
-print/apvlv
-print/brlaser
-print/cups
-print/cups,-libs
-print/cups,-main
-print/cups-bjnp
-print/cups-filters
-print/cups-filters,ldap
-print/cups-pdf
-print/epson-inkjet-printer-escpr
-print/foiltex
-print/foo2zjs
-print/foomatic-db
-print/foomatic-db-engine
-print/ghostscript/gnu
-print/ghostscript/gnu,a4
-print/ghostscript/gnu,a4,gtk
-print/ghostscript/gnu,a4,no_x11
-print/ghostscript/gnu,gtk
-print/ghostscript/gnu,no_x11
-print/gl2ps
-print/gtklp
-print/gutenprint
-print/gv
-print/hplip,-common
-print/hplip,-hpaio
-print/hplip,-hpcups
-print/hplip,-hpijs
-print/hplip,-main
-print/lcdf-typetools
-print/libspectre
-print/lilypond
-print/lilypond,-docs
-print/lilypond,-main
-print/lss
-print/lyx
-print/mftrace
-print/muttprint
-print/p5-Poppler
-print/pdfarranger
-print/poppler
-print/poppler,
-print/poppler,,-main
-print/poppler,,-qt5
-print/poppler,,-qt6
-print/poppler,,-utils
-print/poppler,-main
-print/poppler,-qt5
-print/poppler,-qt6
-print/poppler,-utils
-print/ps2eps
-print/psdim
-print/psutils
-print/ptouch-driver
-print/py-cups,python3
-print/py-pylatex,python3
-print/scribus
-print/splix
-print/texinfo
-print/texlive/base
-print/texlive/base,-main
-print/texlive/base,-mktexlsr
-print/texlive/base,-synctex
-print/texlive/texmf
-print/texlive/texmf,-buildset
-print/texlive/texmf,-context
-print/texlive/texmf,-docs
-print/texlive/texmf,-full
-print/texlive/texmf,-main
-print/transfig
-print/xournal
-productivity/aqbanking
-productivity/baikal
-productivity/davical
-productivity/fet
-productivity/grisbi
-productivity/gsimplecal
-productivity/gtg
-productivity/homebank
-productivity/mcds
-productivity/monica
-productivity/novprog
-productivity/rubrica2
-productivity/tryton/5.0/tryton
-productivity/tryton/5.2/tryton
-productivity/vym
-productivity/workrave
-productivity/zim
-security/boofuzz
-security/clamav
-security/clamav-unofficial-sigs
-security/fwbuilder
-security/fwknop
-security/gpa
-security/gpgme
-security/gpgme,
-security/gpgme,,-main
-security/gpgme,,-qt
-security/gpgme,-main
-security/gpgme,-qt
-security/gringotts
-security/hydra
-security/hydra,-gui
-security/hydra,-main
-security/otpcalc
-security/p5-File-Scan-ClamAV
-security/pecl-mcrypt,php74
-security/pecl-mcrypt,php80
-security/pidgin-otr
-security/pinentry,
-security/pinentry,,-gnome3
-security/pinentry,,-qt5
-security/pinentry-dmenu
-security/qca-qt5
-security/qtkeychain
-security/qtpass
-security/ruby-gpgme,ruby30
-security/ruby-gpgme,ruby31
-security/ssh-askpass-fullscreen
-security/xca
-security/yubico/yubikey-personalization-gui
-sysutils/apcupsd
-sysutils/apcupsd,-cgi
-sysutils/apcupsd,-main
-sysutils/apcupsd,-x11
-sysutils/appmanager
-sysutils/backuppc
-sysutils/bacula
-sysutils/bacula,-bat
-sysutils/bacula,-main
-sysutils/bacula,-mysql
-sysutils/bacula,-pgsql
-sysutils/bacula,-server
-sysutils/bacula,-sqlite3
-sysutils/bubblemon-dockapp
-sysutils/dspy
-sysutils/gdmap
-sysutils/gkrellm/gkrellm
-sysutils/gkrellm/gkrellm,-client
-sysutils/gkrellm/gkrellm,-main
-sysutils/gkrellm/plugins/aclock
-sysutils/gkrellm/plugins/bgchg
-sysutils/gkrellm/plugins/flynn
-sysutils/gkrellm/plugins/itime
-sysutils/gkrellm/plugins/kam
-sysutils/gkrellm/plugins/launch
-sysutils/gkrellm/plugins/mailwatch
-sysutils/gkrellm/plugins/moon
-sysutils/gkrellm/plugins/reminder
-sysutils/gkrellm/plugins/shoot
-sysutils/gkrellm/plugins/stock
-sysutils/gkrellm/plugins/sun
-sysutils/gkrellm/plugins/volume
-sysutils/gkrellm/plugins/weather
-sysutils/gkrellm/plugins/wireless
-sysutils/gsmartcontrol
-sysutils/menulibre
-sysutils/openbsdisks2
-sysutils/reed-alert
-sysutils/remotebox
-sysutils/tarsnap-gui
-sysutils/tkdvd
-sysutils/tray-app
-sysutils/uefitool
-sysutils/usmb
-telephony/asterisk-g729
-telephony/asterisk/16
-telephony/asterisk/16,-calendar
-telephony/asterisk/16,-http_post
-telephony/asterisk/16,-kqueue
-telephony/asterisk/16,-ldap
-telephony/asterisk/16,-lua
-telephony/asterisk/16,-main
-telephony/asterisk/16,-odbc
-telephony/asterisk/16,-pgsql
-telephony/asterisk/16,-snmp
-telephony/asterisk/16,-speex
-telephony/asterisk/16,-tds
-telephony/asterisk/18
-telephony/asterisk/18,-calendar
-telephony/asterisk/18,-http_post
-telephony/asterisk/18,-kqueue
-telephony/asterisk/18,-ldap
-telephony/asterisk/18,-lua
-telephony/asterisk/18,-main
-telephony/asterisk/18,-odbc
-telephony/asterisk/18,-pgsql
-telephony/asterisk/18,-snmp
-telephony/asterisk/18,-speex
-telephony/asterisk/18,-tds
-telephony/asterisk/18,-vm_imap
-telephony/asterisk/18,-vm_odbc
-telephony/asterisk/19
-telephony/asterisk/19,-calendar
-telephony/asterisk/19,-http_post
-telephony/asterisk/19,-kqueue
-telephony/asterisk/19,-ldap
-telephony/asterisk/19,-lua
-telephony/asterisk/19,-main
-telephony/asterisk/19,-odbc
-telephony/asterisk/19,-pgsql
-telephony/asterisk/19,-snmp
-telephony/asterisk/19,-speex
-telephony/asterisk/19,-tds
-telephony/asterisk/19,-vm_imap
-telephony/asterisk/19,-vm_odbc
-telephony/baresip/baresip
-telephony/baresip/baresip,-gtk
-telephony/baresip/baresip,-main
-telephony/iaxclient
-telephony/iaxclient,-main
-telephony/iaxclient,-tcl
-telephony/linphone/liblinphone
-textproc/bibtex2html
-textproc/catfish
-textproc/dblatex
-textproc/gspell
-textproc/gtkspell
-textproc/gtkspell3
-textproc/latex2html
-textproc/latexmk
-textproc/lgrind
-textproc/nfoview
-textproc/p5-LaTeX-Driver
-textproc/p5-LaTeXML
-textproc/pdfgrep
-textproc/pdfpc
-textproc/pecl-yaml,php74
-textproc/pecl-yaml,php80
-textproc/py-numpydoc,python3
-textproc/qpdfview
-textproc/rubber
-textproc/tcpdf
-textproc/xxdiff
-textproc/zathura/core
-textproc/zathura/plugins/cb
-textproc/zathura/plugins/djvu
-textproc/zathura/plugins/mupdf
-textproc/zathura/plugins/poppler
-textproc/zathura/plugins/ps
-wayland/plasma-wayland-protocols
-www/awl
-www/c-icap/modules
-www/c-icap/modules,-main
-www/c-icap/modules,-urlcheck
-www/castor
-www/composer
-www/dokuwiki
-www/drush
-www/havp
-www/httrack
-www/igal
-www/igal2
-www/llgal
-www/minitube
-www/netsurf/browser
-www/netsurf/netsurf-fb
-www/newsboat
-www/nextcloud/21
-www/nextcloud/22
-www/nextcloud/23
-www/pear
-www/pear,-main
-www/pear,-utils
-www/pecl-chroot,php74
-www/pecl-memcached,php74
-www/pecl-memcached,php80
-www/pecl-pledge,php74
-www/pecl-pledge,php80
-www/pecl-proctitle,php74
-www/pecl-propro,php74
-www/pecl-raphf,php74
-www/pecl-raphf,php80
-www/pecl-ssh2,php74
-www/pecl-ssh2,php80
-www/phpldapadmin
-www/phpmyadmin
-www/phppgadmin
-www/phpvirtualbox
-www/pnp4nagios,-cgi
-www/racktables
-www/rt
-www/ruby-capybara-webkit,ruby30
-www/ruby-capybara-webkit,ruby31
-www/selfoss
-www/ttyd
-www/uget
-www/wp-cli
-x11/Xdialog
-x11/adwaita-qt
-x11/aewm
-x11/afterstep
-x11/arc-icon-theme
-x11/awesome
-x11/chbg
-x11/compiz/ccsm
-x11/compiz/compizconfig-python
-x11/compiz/core
-x11/compiz/libcompizconfig
-x11/compiz/plugins-main
-x11/cool-retro-term
-x11/dbusmenu-qt
-x11/driconf
-x11/dunst
-x11/e16keyedit
-x11/ede/desktop
-x11/elementary/calculator
-x11/elementary/dock
-x11/elementary/granite
-x11/emelfm2
-x11/faba-icon-theme
-x11/faenza-icon-theme
-x11/fbpanel
-x11/freerdp
-x11/fsv
-x11/gammapage
-x11/gbdfed
-x11/gcolor2
-x11/gentoo
-x11/gigolo
-x11/girara
-x11/gmrun
-x11/gmtk
-x11/gnome-colors-icon-theme
-x11/gnome-mplayer
-x11/gnome/adwaita-icon-theme
-x11/gnome/autoar
-x11/gnome/caribou
-x11/gnome/caribou,-gtk2
-x11/gnome/caribou,-main
-x11/gnome/console
-x11/gnome/dconf-editor
-x11/gnome/desktop
-x11/gnome/desktop,-common
-x11/gnome/desktop,-gtk4
-x11/gnome/desktop,-main
-x11/gnome/font-viewer
-x11/gnome/gcr
-x11/gnome/gdl
-x11/gnome/gitg
-x11/gnome/grilo
-x11/gnome/gvfs
-x11/gnome/gvfs,,-main
-x11/gnome/gvfs,-main
-x11/gnome/icon-theme
-x11/gnome/icon-theme-symbolic
-x11/gnome/keyring
-x11/gnome/libadwaita
-x11/gnome/libcryptui
-x11/gnome/libdazzle
-x11/gnome/libdmapsharing
-x11/gnome/libgnomecanvas
-x11/gnome/libgnomekbd
-x11/gnome/libgweather4
-x11/gnome/nautilus
-x11/gnome/power-manager
-x11/gnome/py-atspi
-x11/gnome/screenshot
-x11/gnome/seahorse-nautilus
-x11/gnome/seahorse-sharing
-x11/gnome/themes-extra
-x11/gnome/tour
-x11/gnome/tracker3-miners
-x11/gnome/usage
-x11/gnome/vino
-x11/gnome/zenity
-x11/grantlee-qt5
-x11/greybird
-x11/gromit-mpx
-x11/gtk+2
-x11/gtk+2,-cups
-x11/gtk+2,-main
-x11/gtk+3
-x11/gtk+3,-cups
-x11/gtk+3,-guic
-x11/gtk+3,-main
-x11/gtk+4
-x11/gtk+4,-cups
-x11/gtk+4,-demos
-x11/gtk+4,-guic
-x11/gtk+4,-main
-x11/gtk+4,-media
-x11/gtk-chtheme
-x11/gtk-engines2
-x11/gtk2-aurora-engine
-x11/gtk2-equinox-engine
-x11/gtk2-murrine-engine
-x11/gtk2-nodoka-engine
-x11/gtk2-oxygen-engine
-x11/gtk2-rezlooks-engine
-x11/gtk2-theme-switch
-x11/gtk2mm
-x11/gtk3-oxygen-engine
-x11/gtk3-unico-engine
-x11/gtk3mm
-x11/gtkdatabox
-x11/gtkglarea
-x11/gtkglext
-x11/gtkhotkey
-x11/gtkmm40
-x11/gtksourceview
-x11/gtksourceview3
-x11/gtksourceview4
-x11/gtksourceview5
-x11/gxmessage
-x11/human-icon-theme
-x11/industrial-icon-theme
-x11/isomaster
-x11/jgmenu
-x11/kde-applications/akonadi-notes
-x11/kde-applications/analitza
-x11/kde-applications/kde-dev-scripts
-x11/kde-applications/kdeedu-data
-x11/kde-applications/kmbox
-x11/kde-applications/kmime
-x11/kde-applications/kopeninghours
-x11/kde-applications/kpkpass
-x11/kde-applications/kqtquickcharts
-x11/kde-applications/libkdcraw
-x11/kde-applications/libkexiv2
-x11/kde-applications/minuet
-x11/kde-applications/poxml
-x11/kde-plasma/breeze-grub
-x11/kde-plasma/kdecoration
-x11/keybinder3
-x11/klavaro
-x11/lablgtk2
-x11/lablgtk3
-x11/libdbusmenu
-x11/libfm/core
-x11/libhandy
-x11/libqaccessibilityclient
-x11/libqtolm
-x11/lxappearance
-x11/lxqt/build-tools
-x11/lxqt/compton-conf
-x11/lxqt/libfm-qt
-x11/lxqt/libqtxdg
-x11/lxqt/libsysstat
-x11/lxqt/lximage-qt
-x11/lxqt/obconf-qt
-x11/lxqt/pcmanfm-qt
-x11/lxqt/qterminal
-x11/lxqt/qtermwidget
-x11/lxqt/screengrab
-x11/lxqt/themes
-x11/lxrandr
-x11/lxterminal
-x11/mate/caja
-x11/mate/caja-extensions
-x11/mate/desktop
-x11/mate/icon-theme
-x11/mate/libmatekbd
-x11/mate/libmateweather
-x11/mate/marco
-x11/mate/polkit
-x11/mate/themes
-x11/mlterm
-x11/moka-icon-theme
-x11/nitrogen
-x11/obconf
-x11/obmenu
-x11/ogle_gui
-x11/p5-Gtk2
-x11/p5-Gtk2-Ex-FormFactory
-x11/p5-Gtk2-Ex-PodViewer
-x11/p5-Gtk2-Ex-Simple-List
-x11/p5-Gtk2-GladeXML
-x11/p5-Gtk2-ImageView
-x11/p5-Gtk3
-x11/paper-gtk-theme
-x11/paper-icon-theme
-x11/papirus-icon-theme
-x11/parcellite
-x11/pcmanfm
-x11/picom
-x11/pidgin-guifications
-x11/pidgin-libnotify
-x11/podbrowser
-x11/py-gtk2
-x11/qdirstat
-x11/qt5/docs
-x11/qt5/docs,-html
-x11/qt5/docs,-qch
-x11/qt5/qtbase
-x11/qt5/qtbase,
-x11/qt5/qtbase,,-examples
-x11/qt5/qtbase,,-global
-x11/qt5/qtbase,,-main
-x11/qt5/qtbase,,-mysql
-x11/qt5/qtbase,,-psql
-x11/qt5/qtbase,,-tds
-x11/qt5/qtbase,-examples
-x11/qt5/qtbase,-global
-x11/qt5/qtbase,-main
-x11/qt5/qtbase,-mysql
-x11/qt5/qtbase,-psql
-x11/qt5/qtbase,-tds
-x11/qt5/qtcharts
-x11/qt5/qtcharts,
-x11/qt5/qtcharts,,-examples
-x11/qt5/qtcharts,,-main
-x11/qt5/qtcharts,-examples
-x11/qt5/qtcharts,-main
-x11/qt5/qtconnectivity
-x11/qt5/qtconnectivity,
-x11/qt5/qtconnectivity,,-examples
-x11/qt5/qtconnectivity,,-main
-x11/qt5/qtconnectivity,-examples
-x11/qt5/qtconnectivity,-main
-x11/qt5/qtdatavis3d
-x11/qt5/qtdatavis3d,
-x11/qt5/qtdatavis3d,,-examples
-x11/qt5/qtdatavis3d,,-main
-x11/qt5/qtdatavis3d,-examples
-x11/qt5/qtdatavis3d,-main
-x11/qt5/qtdeclarative
-x11/qt5/qtdeclarative,
-x11/qt5/qtdeclarative,,-main
-x11/qt5/qtdeclarative,-main
-x11/qt5/qtgamepad
-x11/qt5/qtgamepad,
-x11/qt5/qtgamepad,,-examples
-x11/qt5/qtgamepad,,-main
-x11/qt5/qtgamepad,-examples
-x11/qt5/qtgamepad,-main
-x11/qt5/qtgraphicaleffects
-x11/qt5/qtimageformats
-x11/qt5/qtlocation
-x11/qt5/qtlocation,
-x11/qt5/qtlocation,,-examples
-x11/qt5/qtlocation,,-main
-x11/qt5/qtlocation,-examples
-x11/qt5/qtlocation,-main
-x11/qt5/qtlottie
-x11/qt5/qtnetworkauth
-x11/qt5/qtnetworkauth,
-x11/qt5/qtnetworkauth,,-examples
-x11/qt5/qtnetworkauth,,-main
-x11/qt5/qtnetworkauth,-examples
-x11/qt5/qtnetworkauth,-main
-x11/qt5/qtpurchasing
-x11/qt5/qtpurchasing,
-x11/qt5/qtpurchasing,,-examples
-x11/qt5/qtpurchasing,,-main
-x11/qt5/qtpurchasing,-examples
-x11/qt5/qtpurchasing,-main
-x11/qt5/qtquickcontrols
-x11/qt5/qtquickcontrols,
-x11/qt5/qtquickcontrols,,-examples
-x11/qt5/qtquickcontrols,,-main
-x11/qt5/qtquickcontrols,-examples
-x11/qt5/qtquickcontrols,-main
-x11/qt5/qtquickcontrols2
-x11/qt5/qtquickcontrols2,
-x11/qt5/qtquickcontrols2,,-examples
-x11/qt5/qtquickcontrols2,,-main
-x11/qt5/qtquickcontrols2,-examples
-x11/qt5/qtquickcontrols2,-main
-x11/qt5/qtremoteobjects
-x11/qt5/qtremoteobjects,
-x11/qt5/qtremoteobjects,,-examples
-x11/qt5/qtremoteobjects,,-main
-x11/qt5/qtremoteobjects,-examples
-x11/qt5/qtremoteobjects,-main
-x11/qt5/qtscript
-x11/qt5/qtscript,
-x11/qt5/qtscript,,-examples
-x11/qt5/qtscript,,-main
-x11/qt5/qtscript,-examples
-x11/qt5/qtscript,-main
-x11/qt5/qtscxml
-x11/qt5/qtscxml,
-x11/qt5/qtscxml,,-examples
-x11/qt5/qtscxml,,-main
-x11/qt5/qtscxml,-examples
-x11/qt5/qtscxml,-main
-x11/qt5/qtsensors
-x11/qt5/qtsensors,
-x11/qt5/qtsensors,,-examples
-x11/qt5/qtsensors,,-main
-x11/qt5/qtsensors,-examples
-x11/qt5/qtsensors,-main
-x11/qt5/qtserialbus
-x11/qt5/qtserialbus,
-x11/qt5/qtserialbus,,-examples
-x11/qt5/qtserialbus,,-main
-x11/qt5/qtserialbus,-examples
-x11/qt5/qtserialbus,-main
-x11/qt5/qtserialport
-x11/qt5/qtserialport,
-x11/qt5/qtserialport,,-examples
-x11/qt5/qtserialport,,-main
-x11/qt5/qtserialport,-examples
-x11/qt5/qtserialport,-main
-x11/qt5/qtsvg
-x11/qt5/qtsvg,
-x11/qt5/qtsvg,,-examples
-x11/qt5/qtsvg,,-main
-x11/qt5/qtsvg,-examples
-x11/qt5/qtsvg,-main
-x11/qt5/qttools
-x11/qt5/qttools,
-x11/qt5/qttools,,-examples
-x11/qt5/qttools,,-main
-x11/qt5/qttools,,-webview
-x11/qt5/qttools,-main
-x11/qt5/qttranslations
-x11/qt5/qtvirtualkeyboard
-x11/qt5/qtvirtualkeyboard,
-x11/qt5/qtvirtualkeyboard,,-examples
-x11/qt5/qtvirtualkeyboard,,-main
-x11/qt5/qtvirtualkeyboard,-examples
-x11/qt5/qtvirtualkeyboard,-main
-x11/qt5/qtwayland
-x11/qt5/qtwebchannel
-x11/qt5/qtwebchannel,
-x11/qt5/qtwebchannel,,-examples
-x11/qt5/qtwebchannel,,-main
-x11/qt5/qtwebchannel,-examples
-x11/qt5/qtwebchannel,-main
-x11/qt5/qtwebglplugin
-x11/qt5/qtwebkit
-x11/qt5/qtwebsockets
-x11/qt5/qtwebsockets,
-x11/qt5/qtwebsockets,,-examples
-x11/qt5/qtwebsockets,,-main
-x11/qt5/qtwebsockets,-examples
-x11/qt5/qtwebsockets,-main
-x11/qt5/qtx11extras
-x11/qt5/qtxmlpatterns
-x11/qt5/qtxmlpatterns,
-x11/qt5/qtxmlpatterns,,-examples
-x11/qt5/qtxmlpatterns,,-main
-x11/qt5/qtxmlpatterns,-examples
-x11/qt5/qtxmlpatterns,-main
-x11/qt5ct
-x11/qt6/qtbase
-x11/qt6/qtbase,-global
-x11/qt6/qtbase,-main
-x11/qt6/qtbase,-mysql
-x11/qt6/qtbase,-psql
-x11/qt6/qtlanguageserver
-x11/qt6/qtshadertools
-x11/qt6/qtsvg
-x11/qtfm
-x11/qwt
-x11/remmina
-x11/rep-gtk
-x11/retrosmart-icon-theme
-x11/rox-filer
-x11/roxterm
-x11/sakura
-x11/sawfish
-x11/smplayer
-x11/smtube
-x11/spice-gtk
-x11/tangerine-icon-theme
-x11/tango-icon-theme
-x11/tango-icon-theme-extras
-x11/terminator
-x11/textsuggest
-x11/thewidgetfactory
-x11/tigervnc
-x11/tilda
-x11/tint2
-x11/trayer
-x11/twmn
-x11/vlc
-x11/vlc,
-x11/vlc,,-jack
-x11/vlc,,-main
-x11/vlc,-jack
-x11/vlc,-main
-x11/winwrangler
-x11/wmfishtime
-x11/x2goclient
-x11/xarchive
-x11/xarchiver
-x11/xdg-user-dirs-gtk
-x11/xdrawchem
-x11/xfce4/mousepad
-x11/xfce4/tumbler
-x11/xfce4/xfce4-icon-theme
-x11/xfce4/xfce4-taskmanager
-x11/xglobe
-x11/xglobe,no_map
-x11/xpad
-x11/xscreensaver
-x11/yad
-x11/yaru

Re: mutt fetch-mail ssl error

I've been able to replicate this now, but I'm not seeing any recent
change in behaviour, I've tried with mutt versions going back to 2.0.7
with the libressl version in 7.1, and on 7.0 with the current version
of mutt in packages for release, and they all behave the same.

It's not specific to any particular mail server but requires
ssl_usesystemcerts=no.

Avon: to workaround your problem, remove "set ssl_usesystemcerts=no",
it will then validate against /etc/ssl/cert.pem and avoid asking you
each time. But I don't see what could have changed recently that is
triggering it.

Test case:

$ cat .muttrc-test
set certificate_file="~/.mutt_test_certificates"
set pop_host="pops://test_libressl_issue@mail.spacehopper.org:995"
set ssl_usesystemcerts=no

$ rm .mutt_test_certificates
$ mutt -F .muttrc-test

<hit G, "fetch-mail">
<hit a, "accept always">
^C, exit
repeat trying to fetch mail

With the "ssl_usesystermcerts=no" config, I would expect that mutt would
need to save all of (server, intermediate, CA) certificates to its cert
file, in order that it can verify in future.

What actually happens is the server certificate is saved, not the CA
or intermediate certificate, and *somehow* the validation succeeds if you
append _any_ self-signed certificate (e.g. tail -25 /etc/ssl/cert.pem >>
.mutt_test_certificates).

Not sure if this is a Mutt problem or a LibreSSL one. I haven't compared
with a build done against OpenSSL rather than LibreSSL yet (the only
other install I have handy right now is Debian and their Mutt packages
use gnutls instead which don't support setting ssl_usesystemcerts at all).

Re: remove net/torsocks ?

On 2022/05/31 12:49, portno12 wrote:
> thanks for input all.
> should at least maintainer be dropped due to them being unresponsive if an update gets shared?

Usually we go for at least a couple of rounds of 'maintainer timeout'
commits before doing that. And best to CC ports@ on diffs if you are not
getting a reply from a maintainer - it's always possible that they are
not seeing your message due to mail server/spam filtering issues, and
that may give a heads-up



> ------- Original Message -------
> On Tuesday, May 31st, 2022 at 12:36 PM, Stuart Henderson <stu@spacehopper.org> wrote:
>
>
> > On 2022/05/31 12:33, Yifei Zhan wrote:
> >
> > > On 22/05/31 12:12PM, Stuart Henderson wrote:
> > >
> > > > Does the current version in ports work?
> > >
> > > The current version works fine, you can test it with
> > > $ torsocks curl ifconfig.me
> > > which should give you a Tor exit IP address. (You need to
> > > have tor running.)
> > >
> > > I prefer to keep it, as dirty as this solution of hijacking functions
> > > is, it works for many use cases. The last commit is in 2021, so I
> > > consider it's not abondoned.
> >
> >
> > Yes absolutely, if it works then keep it
> >
> > > There is a WIP diff to update it to the latest version on my local
> > > tree, but it's not ready yet (still need to figure out some libc
> > > magic, maybe tomorrow).

Re: remove net/torsocks ?

thanks for input all.
should at least maintainer be dropped due to them being unresponsive if an update gets shared?

------- Original Message -------
On Tuesday, May 31st, 2022 at 12:36 PM, Stuart Henderson <stu@spacehopper.org> wrote:


> On 2022/05/31 12:33, Yifei Zhan wrote:
>
> > On 22/05/31 12:12PM, Stuart Henderson wrote:
> >
> > > Does the current version in ports work?
> >
> > The current version works fine, you can test it with
> > $ torsocks curl ifconfig.me
> > which should give you a Tor exit IP address. (You need to
> > have tor running.)
> >
> > I prefer to keep it, as dirty as this solution of hijacking functions
> > is, it works for many use cases. The last commit is in 2021, so I
> > consider it's not abondoned.
>
>
> Yes absolutely, if it works then keep it
>
> > There is a WIP diff to update it to the latest version on my local
> > tree, but it's not ready yet (still need to figure out some libc
> > magic, maybe tomorrow).

Re: UPDATE: emulators/retroarch

Ryan Freeman writes:
> On Fri, May 13, 2022 at 06:43:18PM -0700, Ryan Freeman wrote:
> > - RUN_DEPENDS on p5-Net-DBus and p5-X11-Protocol added, solves:
> > Can't locate X11/Protocol.pm in @INC (you may need to install the X11::Prot
> ocol module) (@INC contains: /usr/local/libdata/perl5/site_perl/amd64-openbsd
> /usr/local/libdata/perl5/site_perl /usr/libdata/perl5/amd64-openbsd /usr/lib
> data/perl5) at -e line 6.
> > BEGIN failed--compilation aborted at -e line 6.

I couldn't reproduce these errors, and as far as I know retroarch doesn't
use Perl at all during build or runtime, so I removed these. (If they
turn out to be necessary we can add them back.)

> > - CONFIGURE_ENV relied on {INCLUDE,LIBRARY}_DIRS, upstream now hard-sets these
> > to ''. Switching CONFIGURE_ENV to CFLAGS/CXXFLAGS/LDFLAGS worked.

I also modified these to append the user's CFLAGS/CXXFLAGS.

Everything else looked good to me. It's committed now. Thanks for
working on this!

--
Anthony J. Bentley

Re: remove net/torsocks ?

On 2022/05/31 12:33, Yifei Zhan wrote:
> On 22/05/31 12:12PM, Stuart Henderson wrote:
> > Does the current version in ports work?
>
> The current version works fine, you can test it with
> $ torsocks curl ifconfig.me
> which should give you a Tor exit IP address. (You need to
> have tor running.)
>
> I prefer to keep it, as dirty as this solution of hijacking functions
> is, it works for many use cases. The last commit is in 2021, so I
> consider it's not abondoned.

Yes absolutely, if it works then keep it

> There is a WIP diff to update it to the latest version on my local
> tree, but it's not ready yet (still need to figure out some libc
> magic, maybe tomorrow).

Re: remove net/torsocks ?

On 22/05/31 12:12PM, Stuart Henderson wrote:
> Does the current version in ports work?

The current version works fine, you can test it with
$ torsocks curl ifconfig.me
which should give you a Tor exit IP address. (You need to
have tor running.)

I prefer to keep it, as dirty as this solution of hijacking functions
is, it works for many use cases. The last commit is in 2021, so I
consider it's not abondoned.

There is a WIP diff to update it to the latest version on my local
tree, but it's not ready yet (still need to figure out some libc
magic, maybe tomorrow).

UPDATE: Lynis-3.0.8

Hello,

Update for Lynis 3.0.8:

https://github.com/CISOfy/lynis/releases

OK? Comments?

Cheers.-

--
Index: Makefile
===================================================================
RCS file: /cvs/ports/security/lynis/Makefile,v
retrieving revision 1.44
diff -u -p -r1.44 Makefile
--- Makefile 11 Mar 2022 19:53:33 -0000 1.44
+++ Makefile 30 May 2022 19:00:54 -0000
@@ -1,6 +1,6 @@
COMMENT= security auditing tool

-DISTNAME = lynis-3.0.7
+DISTNAME = lynis-3.0.8

CATEGORIES= security

Index: distinfo
===================================================================
RCS file: /cvs/ports/security/lynis/distinfo,v
retrieving revision 1.39
diff -u -p -r1.39 distinfo
--- distinfo 28 Jan 2022 09:26:19 -0000 1.39
+++ distinfo 30 May 2022 19:00:54 -0000
@@ -1,2 +1,2 @@
-SHA256 (lynis-3.0.7.tar.gz) = UokWdDR6Rjzg+78SJc22H4PF20EtHBActIql+Iop530=
-SIZE (lynis-3.0.7.tar.gz) = 338212
+SHA256 (lynis-3.0.8.tar.gz) = mDc6TMnQRxq5vrsknkQvz5S2v21OnG/AsivKFQZkbGM=
+SIZE (lynis-3.0.8.tar.gz) = 339467

%gonzalo

Re: remove net/torsocks ?

Does the current version in ports work?

--
Sent from a phone, apologies for poor formatting.

On 31 May 2022 11:33:46 portno12 <portno12@protonmail.com> wrote:

> maintainer has been unresponsive to inquiry for months at this point, no
> response from upstream on maintenance status either.
>
> latest release is 4 years ago, ports version is 6, and when i regenerated
> patches on "newest" version i couldnt get this building/tested.
>
> opinion on just removing it?

Fujitsu Futuro S920 as nfs client strange behaviour

I have strange behaviour while using Futuro S920 / release 7.1
as an nfs client. I have two nfsd servers in my lan: FreeBSD 13.1
with ZFS and for comparsion purposes similar Futuro s920 running
release 7.1.
I tested many mount options and as the most transfer-effective (and usable
at all) option
I have (mount output):

SERVERIP:/exportedshare on /clientmountpoint type nfs (noatime, nodev,
noexec,
nosuid, v3, tcp, intr, wsize=1024, rsize=32768, rdirsize=32768, timeo=100,
retrans=101, readahead=0)

With such config I can reach read speeds at 32 mB/s which is comparable to
internal transfers
between two SDDs inside the Futuro. But write speed is around 10 times
slower no matter if I write to
OpenBSD nfs server or FreeBSD. I also tried wsize=32768, no visible change.

As for now I did not found any way to reach higher write speeds.
While writting multiple small files everything goes slow but smooth,
writting file
bigger than around 18 megabytes I have lags in the middle and at the end of
the transfer process.
Depending on the file size it can be few seconds or even more than a minute
to finish the whole process,
not including random iddles and rebirths.
I tested it with Midnight Commander (progress meter showing speed) and also
with rsync --progress
--stats: both ways look similar. I allready tried to set MTU = 9000 on both
ends of communication
with also no visible effect. Same with different NIC's - no change.

Finally I tried to use other PC machine with Debian Linux as client, and
writes/reads with FreeBSD server works like a charm,
but communication with the above mentioned second Futuro/OpenBSD has the
same write speed issues.

I suppose it is some kind of hardware issue at the Futuro side, looks like
"some kind" of "write buffer"
is overflowing while the sending file size exceeds 18 MB.
No idea what can I do to solve my problem, any suggestion appreciated.
Below is dmesg from client Futuro:

OpenBSD 7.1 (GENERIC.MP) #1: Tue May 3 09:11:23 MDT 2022
root@syspatch-71-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/
GENERIC.MP
real mem = 3916890112 (3735MB)
avail mem = 3780894720 (3605MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.8 @ 0xacec8018 (55 entries)
bios0: vendor FUJITSU // American Megatrends Inc. version "V4.6.5.4 R1.14.0
for D3313-G1x" date 09/21/2017
bios0: FUJITSU FUTRO S920
acpi0 at bios0: ACPI 5.0
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP APIC FPDT FIDT TCPA MCFG HPET SSDT SSDT SSDT SSDT
SSDT
acpi0: wakeup devices LAN1(S4) LAN2(S4) LAN3(S4) SBAZ(S4) EHC1(S4) EHC2(S4)
EHC3(S4) XHC0(S4) GFX_(S3)
acpitimer0 at acpi0: 3579545 Hz, 32 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: AMD GX-222GC SOC with Radeon(TM) R5E Graphics, 2196.18 MHz, 16-30-01
cpu0:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TOPEXT,DBKP,PERFTSC,PCTRL3,ITSC,BMI1,XSAVEOPT
cpu0: 32KB 64b/line 2-way I-cache, 32KB 64b/line 8-way D-cache, 1MB
64b/line 16-way L2 cache
cpu0: ITLB 32 4KB entries fully associative, 8 4MB entries fully associative
cpu0: DTLB 40 4KB entries fully associative, 8 4MB entries fully associative
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
cpu0: apic clock running at 99MHz
cpu0: mwait min=64, max=64, IBE
cpu1 at mainbus0: apid 1 (application processor)
cpu1: AMD GX-222GC SOC with Radeon(TM) R5E Graphics, 2195.89 MHz, 16-30-01
cpu1:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,TOPEXT,DBKP,PERFTSC,PCTRL3,ITSC,BMI1,XSAVEOPT
cpu1: 32KB 64b/line 2-way I-cache, 32KB 64b/line 8-way D-cache, 1MB
64b/line 16-way L2 cache
cpu1: ITLB 32 4KB entries fully associative, 8 4MB entries fully associative
cpu1: DTLB 40 4KB entries fully associative, 8 4MB entries fully associative
cpu1: smt 0, core 1, package 0
ioapic0 at mainbus0: apid 3 pa 0xfec00000, version 21, 24 pins
ioapic1 at mainbus0: apid 4 pa 0xfec01000, version 21, 32 pins
acpimcfg0 at acpi0
acpimcfg0: addr 0xe0000000, bus 0-255
acpihpet0 at acpi0: 14318180 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 2 (GPP0)
acpiprt2 at acpi0: bus -1 (GPP1)
acpiprt3 at acpi0: bus -1 (GPP2)
acpiprt4 at acpi0: bus -1 (GPP3)
acpiprt5 at acpi0: bus 1 (GFX_)
acpipci0 at acpi0 PCI0: 0x00000000 0x00000011 0x00000001
com0 at acpi0 UAR0 addr 0x3f8/0x8 irq 4: ns16550a, 16 byte fifo
acpicmos0 at acpi0
com1 at acpi0 UAR1 addr 0x2f8/0x8 irq 3: ns16550a, 16 byte fifo
"FUJ02E3" at acpi0 not configured
acpibtn0 at acpi0: PWRB
tpm0 at acpi0 TPM_ 1.2 (TIS) addr 0xfed40000/0x5000, device 0x001a15d1 rev
0x10
acpicpu0 at acpi0: C2(0@400 io@0x414), C1(@1 halt!), PSS
acpicpu1 at acpi0: C2(0@400 io@0x414), C1(@1 halt!), PSS
acpivideo0 at acpi0: VGA_
acpivout0 at acpivideo0: LCD_
acpivideo1 at acpi0: VGA_
acpivout1 at acpivideo1: LCD_
cpu0: 2196 MHz: speeds: 2200 2000 1800 1600 1400 1200 1000 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "AMD 16h Root Complex" rev 0x00
radeondrm0 at pci0 dev 1 function 0 "ATI Mullins" rev 0x06
drm0 at radeondrm0
radeondrm0: msi
azalia0 at pci0 dev 1 function 1 "ATI Radeon HD Audio" rev 0x00: msi
azalia0: no supported codecs
pchb1 at pci0 dev 2 function 0 "AMD 16h Host" rev 0x00
ppb0 at pci0 dev 2 function 1 "AMD 16h PCIE" rev 0x00: msi
pci1 at ppb0 bus 1
bge0 at pci1 dev 0 function 0 "Broadcom BCM5722" rev 0x00, BCM5755 C0
(0xa200): msi, address 00:10:18:ea:b4:63
brgphy0 at bge0 phy 1: BCM5722 10/100/1000baseT PHY, rev. 0
ppb1 at pci0 dev 2 function 2 "AMD 16h PCIE" rev 0x00: msi
pci2 at ppb1 bus 2
re0 at pci2 dev 0 function 0 "Realtek 8168" rev 0x0c: RTL8168G/8111G
(0x4c00), msi, address 4c:52:62:12:14:91
rgephy0 at re0 phy 7: RTL8251 PHY, rev. 0
ccp0 at pci0 dev 8 function 0 "AMD 16h Crypto" rev 0x00
xhci0 at pci0 dev 16 function 0 "AMD Bolton xHCI" rev 0x11: msi, xHCI 1.0
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "AMD xHCI root hub" rev 3.00/1.00
addr 1
ahci0 at pci0 dev 17 function 0 "AMD Hudson-2 SATA" rev 0x40: msi, AHCI 1.3
ahci0: port 0: 6.0Gb/s
ahci0: port 1: 6.0Gb/s
scsibus1 at ahci0: 32 targets
sd0 at scsibus1 targ 0 lun 0: <ATA, SSDPR-CL100-240-, R102>
naa.502b2a201d1c1b1a
sd0: 228936MB, 512 bytes/sector, 468862128 sectors, thin
sd1 at scsibus1 targ 1 lun 0: <ATA, Innodisk DEMSR-, S164>
naa.524693e20186128c
sd1: 7628MB, 512 bytes/sector, 15622144 sectors, thin
ehci0 at pci0 dev 18 function 0 "AMD Hudson-2 USB2" rev 0x39: apic 3 int 18
usb1 at ehci0: USB revision 2.0
uhub1 at usb1 configuration 1 interface 0 "AMD EHCI root hub" rev 2.00/1.00
addr 1
ehci1 at pci0 dev 19 function 0 "AMD Hudson-2 USB2" rev 0x39: apic 3 int 18
usb2 at ehci1: USB revision 2.0
uhub2 at usb2 configuration 1 interface 0 "AMD EHCI root hub" rev 2.00/1.00
addr 1
piixpm0 at pci0 dev 20 function 0 "AMD Hudson-2 SMBus" rev 0x42: SMI
iic0 at piixpm0
spdmem0 at iic0 addr 0x50: 2GB DDR3 SDRAM PC3-12800 SO-DIMM
spdmem1 at iic0 addr 0x51: 2GB DDR3 SDRAM PC3-12800 SO-DIMM
iic1 at piixpm0
pcib0 at pci0 dev 20 function 3 "AMD Hudson-2 LPC" rev 0x11
pchb2 at pci0 dev 24 function 0 "AMD 16h Link Cfg" rev 0x00
pchb3 at pci0 dev 24 function 1 "AMD 16h Address Map" rev 0x00
pchb4 at pci0 dev 24 function 2 "AMD 16h DRAM Cfg" rev 0x00
km0 at pci0 dev 24 function 3 "AMD 16h Misc Cfg" rev 0x00
pchb5 at pci0 dev 24 function 4 "AMD 16h CPU Power" rev 0x00
pchb6 at pci0 dev 24 function 5 "AMD 16h Misc Cfg" rev 0x00
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
vmm0 at mainbus0: SVM/RVI
uhidev0 at uhub0 port 3 configuration 1 interface 0 "Dell Computer Corp
Dell Universal Receiver" rev 2.00/2.44 addr 2
uhidev0: iclass 3/1
ukbd0 at uhidev0: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
uhidev1 at uhub0 port 3 configuration 1 interface 1 "Dell Computer Corp
Dell Universal Receiver" rev 2.00/2.44 addr 2
uhidev1: iclass 3/1, 4 report ids
ums0 at uhidev1 reportid 1: 5 buttons, Z and W dir
wsmouse0 at ums0 mux 0
ucc0 at uhidev1 reportid 3: 767 usages, 18 keys, array
wskbd2 at ucc0 mux 1
uhid0 at uhidev1 reportid 4: input=1, output=0, feature=0
uhidev2 at uhub0 port 3 configuration 1 interface 2 "Dell Computer Corp
Dell Universal Receiver" rev 2.00/2.44 addr 2
uhidev2: iclass 3/0, 8 report ids
uhid1 at uhidev2 reportid 1: input=31, output=0, feature=0
uhid2 at uhidev2 reportid 4: input=0, output=0, feature=31
uhid3 at uhidev2 reportid 8: input=0, output=0, feature=31
uhub3 at uhub1 port 1 configuration 1 interface 0 "Advanced Micro Devices
Hub" rev 2.00/0.18 addr 2
uhub4 at uhub2 port 1 configuration 1 interface 0 "Advanced Micro Devices
Hub" rev 2.00/0.18 addr 2
vscsi0 at root
scsibus2 at vscsi0: 256 targets
softraid0 at root
scsibus3 at softraid0: 256 targets
root on sd0a (9a893b70fb7219b4.a) swap on sd0b dump on sd0b
radeondrm0: MULLINS
radeondrm0: 1920x1080, 32bpp
wsdisplay0 at radeondrm0 mux 1: console (std, vt100 emulation), using wskbd0
wskbd1: connecting to wsdisplay0
wskbd2: connecting to wsdisplay0
wsdisplay0: screen 1-5 added (std, vt100 emulation)

Thank you.
Tomasz