Sunday, June 30, 2024

Re: accidentally overwritten wrong drive with DD, please help

> 1. I had a drive SSD sd2a which had a 200G crypto volume sd3i which was mounted
> on /mnt/ssd, all 1 partition

Why did you have your crypto volume as an 'i' partition?
How did you create the filesystem that was on sd3i?

> 2. I did a `dd if=/dev/urandom of=/dev/rsd3c bs=1m`
> for a little over 74M then I stopped approximately 7 seconds later

You are screwed.

> 3. After the DD, I couldn't access /mnt/ssd, it said no such file or directory
>
> 4. I now have a HDD which I repurposed to be my backup,
> and I copied /dev/rsd3i over to the HDD as an image

How exactly did you 'copy /dev/rsd3i as an image'?

> 4.5. and verified with sha512 that rsd3i is same as /mnt/hdd/ssdimage, even
> though the ssdimage on the backup drive is 19G larger in size

No. If one is 19G greater that the other, they cannot have the same hash.
So what exactly do you mean by the sizes? Where did you get them?

> 5. Whilst writing this e-mail I realized that I might have made
> a fatal mistake. I think that I backed up rsd3i instead of rsd3c

Tools differ. Some might work with an image of the (broken) filesystem,
which is what you have. (What filesystem was it?) Some expect an image
of the entire disk.

> (I was being extremely careful)

LOL

Re: Fwd: "native TeX Live" installation on OpenBSD

On Sun, Jun 30, 2024 at 07:21:33PM +0000, Roderick wrote:
> What would be interesting, is to have a package with the commands and
> a minimal texmf-dist., with a working tlmgr. Then I would not need to
> compile when upgrading.

On the difference between TeX provided by operating systems and
"native" TeX Live, please read this page:

https://tug.org/texlive/pkginstall.html

To my knowledge, the only flavor of Linux that provides an operative
tlmgr is VoidLinux.

The way to have an operative tlmgr on OpenBSD is to install a native
TeX Live over the internet with custom binaries as described here:

https://tug.org/texlive/custom-bin.html

This is what I provide. That said, in most of the cases, installing
texlive from ports is perfectly fine in my opinion, unless installing
new packages or updating existing ones throughout the year is needed
for some reason.

In my particular case, I can't do without this because I write
packages that often use the latest LaTeX kernel features. As I have
ventured to compile OpenBSD binaries for my own use, I thought it
might be a good idea to make them available for others.

> After I compile, I get tlmgr, but it does not work, something with
> paths. I do not care of it, because I only need tex, mf and other
> commands. I built my texmf more
> or less by hand and that is done once.
>
> texlive-bomb as package is unwanted, because takes time when upgrading
> the system and applying pkg_add -u, and when installing packages that
> has texlive as
> dependence.
>
> Rod.
>
> Am Sa., 29. Juni 2024 um 23:44 Uhr schrieb Karsten Pedersen <kpedersen@gmx.com>:
> >
> > > I am really not interested of constantly updating TeX Live over the year,
> > > not at all. I have my texmf directory than rarely change, after updating
> > > OpenBSD I recompile the commands.
> >
> > I don't particularly care about updating it constantly either, but I do want
> > to isolate it from the rest of my system so it doesn't clutter it up with a
> > load of random stuff. For that I use a personal project called pkg_bundle
> > [1].
> >
> > It creates standalone and "relocatable" package installs of many large bits
> > of OpenBSD software.
> >
> > $ pkg_bundle texlive_texmf-full
> > # cp -R texlive_texmf-full /opt/texlive
> > $ /opt/texlive/bin/pdflatex path/to/file.tex
> >
> > There is a lot to LaTeX so likely there is a lot missing. I tend to only need
> > to expose pdflatex for much of my uses.
> >
> > [1] https://codeberg.org/kpedersen/pkg_bundle
> >

[update] bump version claws-mail to v4.3.0

Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/claws-mail/Makefile,v
diff -u -p -r1.145 Makefile
--- Makefile 4 Feb 2024 14:35:21 -0000 1.145
+++ Makefile 1 Jul 2024 01:19:21 -0000
@@ -3,7 +3,7 @@ COMMENT-bogofilter= bogofilter plugin
COMMENT-spamassassin= spamassassin plugin
COMMENT-pdfviewer= pdfviewer plugin

-V= 4.2.0
+V= 4.3.0
DISTNAME= claws-mail-${V}

CATEGORIES= mail news
@@ -18,7 +18,7 @@ SITES= https://www.claws-mail.org/rele
COMPILER = base-clang ports-gcc base-gcc

MULTI_PACKAGES= -main -bogofilter -spamassassin -pdfviewer
-FLAVORS= jpilot ldap
+FLAVORS= ldap
FLAVOR?=

FLAVOR_STRING= ${FLAVOR_EXT:S/-/,/g}
@@ -31,30 +31,33 @@ RUN_DEPENDS-spamassassin=${BUILD_PKGPATH

WANTLIB += ${COMPILER_LIBCXX} X11 Xau Xcomposite Xcursor Xdamage
WANTLIB += Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender atk-1.0
-WANTLIB += atk-bridge-2.0 atspi cairo cairo-gobject dbus-1 epoll-shim
-WANTLIB += epoxy execinfo expat ffi fontconfig freetype fribidi
-WANTLIB += gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
-WANTLIB += graphite2 gtk-3 harfbuzz iconv intl jpeg m pango-1.0
-WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre2-8 pixman-1 png wayland-client
-WANTLIB += wayland-cursor wayland-egl xcb xcb-render xcb-shm xkbcommon z
+WANTLIB += atk-bridge-2.0 atspi brotlidec brotlienc cairo cairo-gobject
+WANTLIB += dbus-1 epoll-shim epoxy execinfo expat ffi fontconfig freetype
+WANTLIB += fribidi gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
+WANTLIB += gobject-2.0 graphite2 gtk-3 harfbuzz iconv intl jpeg m pango-1.0
+WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre2-8 pixman-1 png rsvg-2
+WANTLIB += wayland-client wayland-cursor wayland-egl xcb xcb-render xcb-shm
+WANTLIB += xkbcommon z

WANTLIB-bogofilter = ${WANTLIB}

WANTLIB-main = ${WANTLIB}
-WANTLIB-main += ICE SM X11-xcb archive aspell assuan b2 brotlidec brotlienc
+WANTLIB-main += ICE SM X11-xcb archive aspell assuan b2
WANTLIB-main += bz2 c canberra canberra-gtk3 crypto curl db db_cxx
WANTLIB-main += dbus-glib-1 enchant-2 etpan gmp gnutls gpg-error gpgme
WANTLIB-main += gthread-2.0 gumbo hogweed ical icalss icalvcal icudata
WANTLIB-main += icui18n icuuc idn2 ltdl lz4 lzma nettle nghttp2 nghttp3
WANTLIB-main += ngtcp2 ngtcp2_crypto_quictls notify ogg p11-kit perl
-WANTLIB-main += rsvg-2 sasl2 ssl startup-notification-1 tasn1 unistring
+WANTLIB-main += sasl2 ssl startup-notification-1 tasn1 unistring
WANTLIB-main += vorbis vorbisfile xcb-util xml2 zstd

WANTLIB-pdfviewer = ${WANTLIB}
WANTLIB-pdfviewer += lcms2 lzma openjp2 png poppler poppler-glib tiff zstd


-LIB_DEPENDS= devel/glib2 \
+LIB_DEPENDS= archivers/brotli \
+ devel/glib2 \
+ x11/gnome/librsvg \
x11/gtk+3

RUN_DEPENDS-main= ${RUN_DEPENDS} \
@@ -87,6 +90,7 @@ LIB_DEPENDS-pdfviewer= ${LIB_DEPENDS} \
CONFIGURE_ARGS+= --disable-acpi_notifier-plugin \
--disable-compface \
--disable-fancy-plugin \
+ --disable-jpilot \
--disable-python-plugin \
--disable-tnef_parse-plugin \
--disable-bsfilter-plugin \
@@ -100,14 +104,6 @@ AUTOCONF_VERSION= 2.71
CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include" \
LDFLAGS="-L${X11BASE}/lib"

-.if ${FLAVOR:Mjpilot}
-LIB_DEPENDS-main+= comms/pilot-link
-WANTLIB-main += pisock
-RUN_DEPENDS-main+= comms/jpilot
-.else
-CONFIGURE_ARGS+= --disable-jpilot
-.endif
-
.if ${FLAVOR:Mldap}
WANTLIB-main+= lber ldap
LIB_DEPENDS-main+= databases/openldap
@@ -153,13 +149,17 @@ pre-build:

post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/icons/hicolor/48x48/apps
- ${INSTALL_DATA} ${WRKSRC}/claws-mail.png ${PREFIX}/share/icons/hicolor/48x48/apps/claws-mail.png
+ ${INSTALL_DATA} ${WRKSRC}/claws-mail.png \
+ ${PREFIX}/share/icons/hicolor/48x48/apps/claws-mail.png
${INSTALL_DATA_DIR} ${PREFIX}/share/icons/hicolor/64x64/apps
- ${INSTALL_DATA} ${WRKSRC}/claws-mail-64x64.png ${PREFIX}/share/icons/hicolor/64x64/apps/claws-mail.png
+ ${INSTALL_DATA} ${WRKSRC}/claws-mail-64x64.png \
+ ${PREFIX}/share/icons/hicolor/64x64/apps/claws-mail.png
${INSTALL_DATA_DIR} ${PREFIX}/share/icons/hicolor/128x128/apps
- ${INSTALL_DATA} ${WRKSRC}/claws-mail-128x128.png ${PREFIX}/share/icons/hicolor/128x128/apps/claws-mail.png
+ ${INSTALL_DATA} ${WRKSRC}/claws-mail-128x128.png \
+ ${PREFIX}/share/icons/hicolor/128x128/apps/claws-mail.png
${INSTALL_DATA_DIR} ${PREFIX}/share/applications/
- ${INSTALL_DATA} ${WRKSRC}/claws-mail.desktop ${PREFIX}/share/applications/claws-mail.desktop
+ ${INSTALL_DATA} ${WRKSRC}/claws-mail.desktop \
+ ${PREFIX}/share/applications/claws-mail.desktop
${INSTALL_DATA_DIR} ${PREFIX}/share/claws-mail/tools/kdeservicemenu
.for i in ${TOOLS}
${INSTALL_DATA} ${WRKSRC}/tools/${i} \
Index: distinfo
===================================================================
RCS file: /cvs/ports/mail/claws-mail/distinfo,v
diff -u -p -r1.45 distinfo
--- distinfo 4 Feb 2024 14:35:21 -0000 1.45
+++ distinfo 1 Jul 2024 01:19:21 -0000
@@ -1,2 +1,2 @@
-SHA256 (claws-mail-4.2.0.tar.gz) = RGyJ8nwiBSd/COd2tT2dFRvgEyEdkefZ2gBryVwFHGA=
-SIZE (claws-mail-4.2.0.tar.gz) = 12476550
+SHA256 (claws-mail-4.3.0.tar.gz) = JKTQJMNvmK3Q4Lk1z6A8xt8BvBs/R5p6nW31dwWwSy8=
+SIZE (claws-mail-4.3.0.tar.gz) = 12773483
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/mail/claws-mail/pkg/PLIST-main,v
diff -u -p -r1.48 PLIST-main
--- pkg/PLIST-main 4 Feb 2024 14:35:21 -0000 1.48
+++ pkg/PLIST-main 1 Jul 2024 01:19:21 -0000
@@ -371,6 +371,7 @@ share/locale/pt_PT/LC_MESSAGES/claws-mai
share/locale/ro/LC_MESSAGES/claws-mail.mo
share/locale/ru/LC_MESSAGES/claws-mail.mo
share/locale/sk/LC_MESSAGES/claws-mail.mo
+share/locale/sq/LC_MESSAGES/claws-mail.mo
share/locale/sv/LC_MESSAGES/claws-mail.mo
share/locale/tr/LC_MESSAGES/claws-mail.mo
share/locale/zh_TW/LC_MESSAGES/claws-mail.mo
Hello!

An update to update Claws-Mail to version 4.3.0. I have made some
adjustments to the Makefile to fix portcheck errors and have disabled
jpilot support/flavor which has already been removed from the port tree.


Changelog of this new version:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Compose window: when the focus is in the message text, copied files
can be pasted as attachments using /Edit/paste or Ctrl+V.
(The context menu's Paste will still insert the list of files into
the message body.)

* '/Mark/Mark all read in folder' and 'Mark/Mark all unread in
folder' have been re-added to the Message List context menu.

* It is now possible to use '/Tools/Remove references' when
forwarding mail.

* Keyboard shortcuts: The "Choose preset keyboard shortcuts" selector
has been integrated into the main preferences page.
When 'Current' is the selected preset, Apply/OK will keep the
existing settings.

* An MBOX file can now be imported from the command line using
`claws-mail --import-mbox %f` where %f is the full path to the
MBOX file.

* OAUTH2 support for Microsoft 365 GCC High has been added.

* LiteHTML Viewer plugin: Updated to LiteHTML 0.9.

* The menurc file is now backed-up on startup.

* Removed support for the obsolete Avant Window Navigator.

* Various code cleanups.

* The manual has been updated.

* New translation: Albanian.

* Updated translations: Catalan, Czech, French, Hungarian, Indonesian,
Polish, Romanian, Slovak, Spanish, Swedish, Turkish.

* bug fixes:
* bug 4668, 'Sometimes, at program start, message list takes
all the vertical space'
* bug 4720, 'matcher: release regex_t in
matcherprop_string_match'
* bug 4724, 'set proper availability status to sign/encrypt
toolbar buttons'
* bug 4725, 'oauth2: remove trailing zero from transmit
buffer in oauth2_contact_server'
* bug 4728, 'socket: handle GNUTLS_E_PREMATURE_TERMINATION in
ssl_read'
* bug 4730, 'oauth2: fix string handling in
oauth2_contact_server'
* bug 4733, 'Line breaks lost in headers'
* bug 4734, 'ssl_certificate: remove unhelpful warnings from
certificate check'
* bug 4746, 'matcher: remove incorrect condition in
matcherprop_free'
* bug 4747, 'matcher: simplify matcherprop_new'
* bug 4749, 'release regex_t in
summary_compile_simplify_regexp'
* bug 4750, 'remove regcomp wrapper and call regcomp
directly'
* bug 4752, 'Adjust incorrect debug_printf call in pgp
plugins'
* bug 4754, 'text/enriched literal less-than sign sequence
handled incorrectly
* bug 4757, 'remove AX_FUNC_MKDIR'
* bug 4758, 'remove unused check for bind_textdomain_codeset'
* bug 4759, 'remove unused function checks from
AC_CHECK_FUNCS'
* bug 4760, 'use correct type for move_bar_id'
* bug 4762, 'oauth2: preserve an existing refresh token'
* bug 4765, 'only store smtp auth if authorization method is
OAUTH2'
* bug 4766, 'preserve the expiry value of SMTP auth type is
not OAUTH2'
* bug 4768, 'Adjust logic while evaluating enable_avatars'
* bug 4770, 'remove intl from list of include directories'
* bug 4773, 'remove obsolescent AC_C_CONST'
* bug 4780, 'use proper prototype for two archiver functions'
* bug 4781, 'use correct prototype for
privacy_free_signature_data'
* bug 4782, 'use correct prototype for stop_archiving'
* bug 4786, 'remove type confusion in getsockopt call in
sock_connect_async_cb'
* bug 4787, 'Use correct function for memory transfer in
crypt_cfb_buf'
* bug 4788, '"Change primary passphrase" disabled status
handling'
* bug 4790, 'widget spacing in "Changing primary passphrase"
dialog'
* bug 4791, 'remove obsolete glib version check'
* bug 4795, 'Please remove -no-cpp-precomp flag for Apple'
* bug 4796, 'URL with wide character doesn't work'
* bug 4798, 'Quoting wrong when format=flowed and
respect_flowed_format is set'
* CIDs 1220325, 1491306 and 1491315, 'Explicit null
dereferenced (FORWARD_NULL)'
* CIDs 1491064, 1491074, 1491211, 1491105, 1491139, 1491164,
1491166, 1491168, 1491169, 1491178, 1491232, 1491242,
1492281 and 1591844 'Use after free (USE_AFTER_FREE)'
* CID 1491137 'Out-of-bounds access (OVERRUN)'
* CID 1591952 values overwritten before being used
* CID 1596594 (CHECKED_RETURN)
* CID 1596595 'Resource leak'
* errors caused by invalid MIME viewer command-line
* building on non-X11 systems
* Use CFLAGS provided by nettle.pc
* Fancy plugin, recognise mid and data embedded images

Re: [update] fonts/vlgothic-20230918

> On Tue, 07 May 2024 22:32:44 +0900,
> SASANO Takayoshi wrote:
> >
> > here is vlgothic-20230918 diff. (fixed U+33C7 glyph)
> >
> > ok?

ok bentley@

Re: NEW: games/vvvvvv - a retro platformer with gravity-reversal puzzle mechanics

Thomas Frohwein writes:
> Attached the updated tarball; looking for an okay for this slightly
> modified draft as it's been a few years[1]...

ok bentley@

Re: NEW: games/vvvvvv - a retro platformer with gravity-reversal puzzle mechanics

Hi,

Resurrecting this port draft - it looks like the custom zlib license is
a non-issue and I have made small adjustments (removing the RCS markers
from the previous version; adding language to README to make it clear
that the version has been modified to run on OpenBSD, lowercase of the
PKGNAME instead of capital 'VVVVVV').

Otherwise proposing the same version of VVVVVV again. I looked at
updating to the latest upstream version 2.4.1, but that now uses a
number of git submodulest in the directory third_party/.

Attached the updated tarball; looking for an okay for this slightly
modified draft as it's been a few years[1]...

[1] https://marc.info/?l=openbsd-ports&m=163794403416484&w=2

net/syncthing: update to 1.27.8

Correct subject and cc...

6/30/24 18:53, Klemens Nanni пишет:
> https://github.com/syncthing/syncthing/releases
>
> OK?
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/net/syncthing/Makefile,v
> diff -u -p -r1.64 Makefile
> --- Makefile 13 Apr 2024 20:21:55 -0000 1.64
> +++ Makefile 30 Jun 2024 15:47:28 -0000
> @@ -1,6 +1,6 @@
> COMMENT = open decentralized synchronization utility
>
> -V = 1.27.6
> +V = 1.27.8
> DISTNAME = syncthing-${V}
> DISTFILES = syncthing-source-v${V}${EXTRACT_SUFX}
>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/net/syncthing/distinfo,v
> diff -u -p -r1.43 distinfo
> --- distinfo 13 Apr 2024 20:21:55 -0000 1.43
> +++ distinfo 30 Jun 2024 15:47:34 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (syncthing-source-v1.27.6.tar.gz) = iEZte3Mp3OaROMCWv6ypGpritJqsmYF9khC5HZ1hiD8=
> -SIZE (syncthing-source-v1.27.6.tar.gz) = 15147926
> +SHA256 (syncthing-source-v1.27.8.tar.gz) = iexKlZ5y0wB4yYAvK/CCa0OI8qzZMPh8/WNJX16VSMg=
> +SIZE (syncthing-source-v1.27.8.tar.gz) = 15305526
>

Fwd: "native TeX Live" installation on OpenBSD

What would be interesting, is to have a package with the commands and
a minimal texmf-dist., with a working tlmgr. Then I would not need to
compile when upgrading.

After I compile, I get tlmgr, but it does not work, something with
paths. I do not care of it, because I only need tex, mf and other
commands. I built my texmf more
or less by hand and that is done once.

texlive-bomb as package is unwanted, because takes time when upgrading
the system and applying pkg_add -u, and when installing packages that
has texlive as
dependence.

Rod.

Am Sa., 29. Juni 2024 um 23:44 Uhr schrieb Karsten Pedersen <kpedersen@gmx.com>:
>
> > I am really not interested of constantly updating TeX Live over the year,
> > not at all. I have my texmf directory than rarely change, after updating
> > OpenBSD I recompile the commands.
>
> I don't particularly care about updating it constantly either, but I do want
> to isolate it from the rest of my system so it doesn't clutter it up with a
> load of random stuff. For that I use a personal project called pkg_bundle
> [1].
>
> It creates standalone and "relocatable" package installs of many large bits
> of OpenBSD software.
>
> $ pkg_bundle texlive_texmf-full
> # cp -R texlive_texmf-full /opt/texlive
> $ /opt/texlive/bin/pdflatex path/to/file.tex
>
> There is a lot to LaTeX so likely there is a lot missing. I tend to only need
> to expose pdflatex for much of my uses.
>
> [1] https://codeberg.org/kpedersen/pkg_bundle
>

Re: quazip-qt6-1.4(archivers/quazip,qt6)

On Sun Jun 30, 2024 at 01:00:58PM GMT, Stuart Henderson wrote:
> Ah, missed that. I would suggest moving the various PKGNAME-related
> variables up near the top of the file where they are normally placed. You
> will still need to bump REVISION.
>

Final tweaked version with Stuart's input. Thanks!

Now the ball is in Brian's court.

Index: Makefile
===================================================================
RCS file: /cvs/ports/archivers/quazip/Makefile,v
diff -u -p -r1.22 Makefile
--- Makefile 6 Sep 2023 13:18:43 -0000 1.22
+++ Makefile 30 Jun 2024 18:11:49 -0000
@@ -1,26 +1,42 @@
COMMENT = Qt/C++ wrapper for ZIP/UNZIP package
CATEGORIES = archivers

+V = 1.4
GH_ACCOUNT = stachenov
GH_PROJECT = quazip
-V = 1.4
GH_TAGNAME = v$V
PKGNAME = quazip-qt5-$V

SHARED_LIBS += quazip1-qt5 0.1 # 0.0
+SHARED_LIBS += quazip1-qt6 0.0 # 0.0

HOMEPAGE = https://stachenov.github.io/quazip/
MAINTAINER = Brian Callahan <bcallah@openbsd.org>

+FLAVORS= qt6
+FLAVOR ?=
+
# LGPLv2.1 with static linking exception
PERMIT_PACKAGE = Yes

-WANTLIB += ${COMPILER_LIBCXX} Qt5Core bz2 m z
+MODULES = devel/cmake
+
+CONFIGURE_ARGS += -DQUAZIP_ENABLE_TESTS=ON

-MODULES = devel/cmake \
- x11/qt5
+LIB_DEPENDS = archivers/bzip2

-CONFIGURE_ARGS += -DQUAZIP_ENABLE_TESTS=ON \
- -DQUAZIP_QT_MAJOR_VERSION=5
+.if ${FLAVOR:Mqt6}
+FULLPKGNAME= quazip-qt6-${V}
+PKGNAME = quazip-qt6-$V
+WANTLIB += ${COMPILER_LIBCXX} Qt6Core Qt6Core5Compat bz2 m z
+MODULES += x11/qt6
+LIB_DEPENDS += x11/qt6/qt5compat
+CONFIGURE_ARGS += -DQUAZIP_QT_MAJOR_VERSION=6
+.else
+REVISION = 0
+WANTLIB += ${COMPILER_LIBCXX} Qt5Core bz2 m z
+MODULES += x11/qt5
+CONFIGURE_ARGS += -DQUAZIP_QT_MAJOR_VERSION=5
+.endif

.include <bsd.port.mk>
Index: pkg/PFRAG.no-qt6
===================================================================
RCS file: pkg/PFRAG.no-qt6
diff -N pkg/PFRAG.no-qt6
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ pkg/PFRAG.no-qt6 30 Jun 2024 18:11:49 -0000
@@ -0,0 +1,27 @@
+@pkgpath archivers/quazip,qt5
+include/QuaZip-Qt5/
+include/QuaZip-Qt5/quazip/
+include/QuaZip-Qt5/quazip/JlCompress.h
+include/QuaZip-Qt5/quazip/ioapi.h
+include/QuaZip-Qt5/quazip/minizip_crypt.h
+include/QuaZip-Qt5/quazip/quaadler32.h
+include/QuaZip-Qt5/quazip/quachecksum32.h
+include/QuaZip-Qt5/quazip/quacrc32.h
+include/QuaZip-Qt5/quazip/quagzipfile.h
+include/QuaZip-Qt5/quazip/quaziodevice.h
+include/QuaZip-Qt5/quazip/quazip.h
+include/QuaZip-Qt5/quazip/quazip_global.h
+include/QuaZip-Qt5/quazip/quazip_qt_compat.h
+include/QuaZip-Qt5/quazip/quazipdir.h
+include/QuaZip-Qt5/quazip/quazipfile.h
+include/QuaZip-Qt5/quazip/quazipfileinfo.h
+include/QuaZip-Qt5/quazip/quazipnewinfo.h
+include/QuaZip-Qt5/quazip/unzip.h
+include/QuaZip-Qt5/quazip/zip.h
+lib/cmake/QuaZip-Qt5/
+lib/cmake/QuaZip-Qt5/QuaZip-Qt5Config.cmake
+lib/cmake/QuaZip-Qt5/QuaZip-Qt5ConfigVersion.cmake
+lib/cmake/QuaZip-Qt5/QuaZip-Qt5_SharedTargets${MODCMAKE_BUILD_SUFFIX}
+lib/cmake/QuaZip-Qt5/QuaZip-Qt5_SharedTargets.cmake
+@lib lib/libquazip1-qt5.so.${LIBquazip1-qt5_VERSION}
+lib/pkgconfig/quazip1-qt5.pc
Index: pkg/PFRAG.qt6
===================================================================
RCS file: pkg/PFRAG.qt6
diff -N pkg/PFRAG.qt6
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ pkg/PFRAG.qt6 30 Jun 2024 18:11:49 -0000
@@ -0,0 +1,27 @@
+include/QuaZip-Qt6/
+include/QuaZip-Qt6/quazip/
+include/QuaZip-Qt6/quazip/JlCompress.h
+include/QuaZip-Qt6/quazip/ioapi.h
+include/QuaZip-Qt6/quazip/minizip_crypt.h
+include/QuaZip-Qt6/quazip/quaadler32.h
+include/QuaZip-Qt6/quazip/quachecksum32.h
+include/QuaZip-Qt6/quazip/quacrc32.h
+include/QuaZip-Qt6/quazip/quagzipfile.h
+include/QuaZip-Qt6/quazip/quaziodevice.h
+include/QuaZip-Qt6/quazip/quazip.h
+include/QuaZip-Qt6/quazip/quazip_global.h
+include/QuaZip-Qt6/quazip/quazip_qt_compat.h
+include/QuaZip-Qt6/quazip/quazipdir.h
+include/QuaZip-Qt6/quazip/quazipfile.h
+include/QuaZip-Qt6/quazip/quazipfileinfo.h
+include/QuaZip-Qt6/quazip/quazipnewinfo.h
+include/QuaZip-Qt6/quazip/unzip.h
+include/QuaZip-Qt6/quazip/zip.h
+lib/cmake/
+lib/cmake/QuaZip-Qt6/
+lib/cmake/QuaZip-Qt6/QuaZip-Qt6Config.cmake
+lib/cmake/QuaZip-Qt6/QuaZip-Qt6ConfigVersion.cmake
+lib/cmake/QuaZip-Qt6/QuaZip-Qt6_SharedTargets${MODCMAKE_BUILD_SUFFIX}
+lib/cmake/QuaZip-Qt6/QuaZip-Qt6_SharedTargets.cmake
+@lib lib/libquazip1-qt6.so.${LIBquazip1-qt6_VERSION}
+lib/pkgconfig/quazip1-qt6.pc
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/archivers/quazip/pkg/PLIST,v
diff -u -p -r1.6 PLIST
--- pkg/PLIST 29 Aug 2022 13:32:29 -0000 1.6
+++ pkg/PLIST 30 Jun 2024 18:11:49 -0000
@@ -1,27 +1,2 @@
-@pkgpath archivers/quazip,qt5
-include/QuaZip-Qt5/
-include/QuaZip-Qt5/quazip/
-include/QuaZip-Qt5/quazip/JlCompress.h
-include/QuaZip-Qt5/quazip/ioapi.h
-include/QuaZip-Qt5/quazip/minizip_crypt.h
-include/QuaZip-Qt5/quazip/quaadler32.h
-include/QuaZip-Qt5/quazip/quachecksum32.h
-include/QuaZip-Qt5/quazip/quacrc32.h
-include/QuaZip-Qt5/quazip/quagzipfile.h
-include/QuaZip-Qt5/quazip/quaziodevice.h
-include/QuaZip-Qt5/quazip/quazip.h
-include/QuaZip-Qt5/quazip/quazip_global.h
-include/QuaZip-Qt5/quazip/quazip_qt_compat.h
-include/QuaZip-Qt5/quazip/quazipdir.h
-include/QuaZip-Qt5/quazip/quazipfile.h
-include/QuaZip-Qt5/quazip/quazipfileinfo.h
-include/QuaZip-Qt5/quazip/quazipnewinfo.h
-include/QuaZip-Qt5/quazip/unzip.h
-include/QuaZip-Qt5/quazip/zip.h
-lib/cmake/QuaZip-Qt5/
-lib/cmake/QuaZip-Qt5/QuaZip-Qt5Config.cmake
-lib/cmake/QuaZip-Qt5/QuaZip-Qt5ConfigVersion.cmake
-lib/cmake/QuaZip-Qt5/QuaZip-Qt5_SharedTargets${MODCMAKE_BUILD_SUFFIX}
-lib/cmake/QuaZip-Qt5/QuaZip-Qt5_SharedTargets.cmake
-@lib lib/libquazip1-qt5.so.${LIBquazip1-qt5_VERSION}
-lib/pkgconfig/quazip1-qt5.pc
+%%qt6%%
+!%%qt6%%

Re: math/veusz: BUILD_DEPENDS on textproc/py-tomli

On 06/30/2024 01:03 PM, Caspar Schutijser wrote:
> Hi,
>
> I locally have an update to devel/py-sip that will not depend on
> textproc/py-tomli anymore. Therefore, this port needs to depend on it
> explicitly (only at build-time, as far as I can see from the sources).
>
> OK?
>

Yes, OK. Thanks.

~Brian

> Caspar
>
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/math/veusz/Makefile,v
> diff -u -p -r1.37 Makefile
> --- Makefile 6 May 2024 12:23:45 -0000 1.37
> +++ Makefile 30 Jun 2024 17:00:54 -0000
> @@ -2,7 +2,7 @@ COMMENT = scientific plotting and graphi
> MODPY_EGG_VERSION = 3.6.2
> DISTNAME = veusz-${MODPY_EGG_VERSION}
> CATEGORIES = math graphics
> -REVISION = 0
> +REVISION = 1
>
> HOMEPAGE = https://veusz.github.io/
> MAINTAINER = Brian Callahan <bcallah@openbsd.org>
> @@ -21,6 +21,7 @@ MODPY_SETUPTOOLS = Yes
>
> BUILD_DEPENDS = devel/py-sip${MODPY_FLAVOR} \
> math/py-numpy${MODPY_FLAVOR} \
> + textproc/py-tomli${MODPY_FLAVOR} \
> x11/py-qt5${MODPY_FLAVOR}
>
> RUN_DEPENDS = math/py-numpy${MODPY_FLAVOR} \

Re: [new] emulators/minivmac

successfully got it to build on powerpc by enabling the -cpu option in
the Makefile. unfortunately i'm not able to test it out because i'm not
able to run any graphics on it so i'd appreciate anyone who has a
powerpc to try it out! :)

On 6/28/24 7:25 PM, Jag Talon wrote:
> actually attaching the changes
>
> On 6/28/24 7:23 PM, Jag Talon wrote:
>> update to remove ppc arch support. the documentation does not show
>> openbsd on ppc https://www.gryphel.com/c/minivmac/develop.html#option_t
>>
>> On 6/28/24 12:47 PM, Jag Talon wrote:
>>> if people want to test they can use the ROM and image on this website
>>> https://cancel.fm/hyperjam/
>>>
>>> On 6/28/24 12:33 PM, Jag Talon wrote:
>>>> picking up from 2020 to revive an old port!
>>>>
>>>> https://marc.info/?l=openbsd-ports&m=159690601114371&w=2
>>>>
>>>> i cleaned up the Makefile a bit and also removed the flavors for now
>>>> since i'm actually someone who wants to both install different minivmac
>>>> builds on the same machine.
>>>>
>>>> tested on current/amd64. OK?
>>>>
>>>
>>
>

--
jagtalon.net
weirder.earth/@jag

Re: math/veusz: BUILD_DEPENDS on textproc/py-tomli

ok

On 2024/06/30 19:03, Caspar Schutijser wrote:
> Hi,
>
> I locally have an update to devel/py-sip that will not depend on
> textproc/py-tomli anymore. Therefore, this port needs to depend on it
> explicitly (only at build-time, as far as I can see from the sources).
>
> OK?
>
> Caspar
>
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/math/veusz/Makefile,v
> diff -u -p -r1.37 Makefile
> --- Makefile 6 May 2024 12:23:45 -0000 1.37
> +++ Makefile 30 Jun 2024 17:00:54 -0000
> @@ -2,7 +2,7 @@ COMMENT = scientific plotting and graphi
> MODPY_EGG_VERSION = 3.6.2
> DISTNAME = veusz-${MODPY_EGG_VERSION}
> CATEGORIES = math graphics
> -REVISION = 0
> +REVISION = 1
>
> HOMEPAGE = https://veusz.github.io/
> MAINTAINER = Brian Callahan <bcallah@openbsd.org>
> @@ -21,6 +21,7 @@ MODPY_SETUPTOOLS = Yes
>
> BUILD_DEPENDS = devel/py-sip${MODPY_FLAVOR} \
> math/py-numpy${MODPY_FLAVOR} \
> + textproc/py-tomli${MODPY_FLAVOR} \
> x11/py-qt5${MODPY_FLAVOR}
>
> RUN_DEPENDS = math/py-numpy${MODPY_FLAVOR} \
>

math/veusz: BUILD_DEPENDS on textproc/py-tomli

Hi,

I locally have an update to devel/py-sip that will not depend on
textproc/py-tomli anymore. Therefore, this port needs to depend on it
explicitly (only at build-time, as far as I can see from the sources).

OK?

Caspar


Index: Makefile
===================================================================
RCS file: /cvs/ports/math/veusz/Makefile,v
diff -u -p -r1.37 Makefile
--- Makefile 6 May 2024 12:23:45 -0000 1.37
+++ Makefile 30 Jun 2024 17:00:54 -0000
@@ -2,7 +2,7 @@ COMMENT = scientific plotting and graphi
MODPY_EGG_VERSION = 3.6.2
DISTNAME = veusz-${MODPY_EGG_VERSION}
CATEGORIES = math graphics
-REVISION = 0
+REVISION = 1

HOMEPAGE = https://veusz.github.io/
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
@@ -21,6 +21,7 @@ MODPY_SETUPTOOLS = Yes

BUILD_DEPENDS = devel/py-sip${MODPY_FLAVOR} \
math/py-numpy${MODPY_FLAVOR} \
+ textproc/py-tomli${MODPY_FLAVOR} \
x11/py-qt5${MODPY_FLAVOR}

RUN_DEPENDS = math/py-numpy${MODPY_FLAVOR} \

Re: UPDATE: devel/py-sip 6.8.3, x11/py-qt5 5.15.10, x11/py-sip-qt5 12.13.0

Hi,

On Fri, Jun 28, 2024 at 10:08:16PM -0400, Daniel Dickman wrote:
>
>
> On Thu, 27 Jun 2024, Caspar Schutijser wrote:
>
> > Hi,
> >
> > Below is a diff that updates devel/py-sip and related ports that must
> > be upgraded at the same time to their most recent versions (there is
> > no update for www/py-qtwebengine). As is noted in the Makefile of
> > devel/py-sip, these updates should be tested well.
> >
>
> A few tweaks:
> - py-tomli can be removed now that we're on Python 3.11
> - devel/py-ply had a trailing "\" which is wrong
> - devel/py-ply can actually be removed as per the updated setup.py (it
> looks like they include an embedded version of ply instead)
>
> See tweaked diff below for the py-sip Makefile:

Thanks for the tweaked diff, I have applied it locally. I'll test
the ports that depend on py-sip to see if they have "hidden"
dependencies on either py-tomli or py-ply (already found one port)
and after that I can commit this with landry@'s OK.

Caspar

>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/devel/py-sip/Makefile,v
> diff -u -p -u -r1.64 Makefile
> --- Makefile 6 May 2024 12:23:31 -0000 1.64
> +++ Makefile 29 Jun 2024 02:04:01 -0000
> @@ -3,11 +3,10 @@ COMMENT= automatically generate Python b
> # The following ports often usually need updating together:
> # devel/py-sip, www/py-qtwebengine, x11/py-qt5, x11/py-sip-qt5
> # API changes fairly often, be sure to test dependent ports when updating.
> -MODPY_EGG_VERSION= 6.7.11
> +MODPY_EGG_VERSION= 6.8.3
>
> DISTNAME= sip-${MODPY_EGG_VERSION}
> PKGNAME= py-${DISTNAME}
> -REVISION= 1
>
> EPOCH= 0
>
> @@ -31,9 +30,6 @@ MODPY_PI= Yes
> MODPY_PYBUILD= setuptools
>
> RUN_DEPENDS= sysutils/py-packaging${MODPY_FLAVOR} \
> - devel/py-setuptools${MODPY_FLAVOR} \
> - devel/py-ply${MODPY_FLAVOR} \
> -# until we move to python 3.11
> -RUN_DEPENDS+= textproc/py-tomli${MODPY_FLAVOR}
> + devel/py-setuptools${MODPY_FLAVOR}
>
> .include <bsd.port.mk>
>

edd@openbsd.org

https://github.com/syncthing/syncthing/releases

OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/syncthing/Makefile,v
diff -u -p -r1.64 Makefile
--- Makefile 13 Apr 2024 20:21:55 -0000 1.64
+++ Makefile 30 Jun 2024 15:47:28 -0000
@@ -1,6 +1,6 @@
COMMENT = open decentralized synchronization utility

-V = 1.27.6
+V = 1.27.8
DISTNAME = syncthing-${V}
DISTFILES = syncthing-source-v${V}${EXTRACT_SUFX}

Index: distinfo
===================================================================
RCS file: /cvs/ports/net/syncthing/distinfo,v
diff -u -p -r1.43 distinfo
--- distinfo 13 Apr 2024 20:21:55 -0000 1.43
+++ distinfo 30 Jun 2024 15:47:34 -0000
@@ -1,2 +1,2 @@
-SHA256 (syncthing-source-v1.27.6.tar.gz) = iEZte3Mp3OaROMCWv6ypGpritJqsmYF9khC5HZ1hiD8=
-SIZE (syncthing-source-v1.27.6.tar.gz) = 15147926
+SHA256 (syncthing-source-v1.27.8.tar.gz) = iexKlZ5y0wB4yYAvK/CCa0OI8qzZMPh8/WNJX16VSMg=
+SIZE (syncthing-source-v1.27.8.tar.gz) = 15305526

Re: [update] textproc/lowdown to 1.1.0

On 2024/06/28 20:24, Bryan Vyhmeister wrote:
> I missed this attempt to update this port. Thank you for attempting the
> update. Here is my patch.
>
> Bryan
>
>
> Index: textproc/lowdown/Makefile
> ===================================================================
> RCS file: /cvs/ports/textproc/lowdown/Makefile,v
> retrieving revision 1.31
> diff -u -p -u -r1.31 Makefile
> --- textproc/lowdown/Makefile 27 Sep 2023 18:09:03 -0000 1.31
> +++ textproc/lowdown/Makefile 29 Jun 2024 03:18:10 -0000
> @@ -1,11 +1,12 @@
> COMMENT = simple markdown translator
> -DISTNAME = lowdown-1.0.0
> +DISTNAME = lowdown-1.1.0
> CATEGORIES = textproc
>
> -SHARED_LIBS = lowdown 0.0 # 1
> +SHARED_LIBS = lowdown 1.0 # 2
>
> HOMEPAGE = https://kristaps.bsd.lv/lowdown/
> MAINTAINER = Bryan Vyhmeister <bryan@bsdjournal.net>
> +REVISION = 0

New version so don't bump REVISION.

If you regenerate PLIST it tries to add liblowdown.so; that should be
disabled somehow (either: patch to stop it in the first place, rm in
post-install, or @comment in PLIST).

Re: py-aiohhtp 3.8.4 -> 3.9.5

On 2024/06/28 22:25, Daniel Dickman wrote:
> The next version of spyder (version 6.x) needs a newer aiohttp.
>
> ok?

please also

--ignore tests/autobahn/test_autobahn.py

so the remaining tests run despite the missing ports (otherwise it
just runs coverage and not the proper tests).

ok.

Re: 回复: shall we create new port lang/cython3 ?

On 2024/06/28 18:44, Daniel Dickman wrote:
> > These use python 2 and fail with cython 3:
> >
> > games/pygame_sdl2
> > games/renpy
>
> please mark these as BROKEN
>
> > The following ports didn't build and I don't have diffs to fix/update
> > them. If anyone wants to push this forward then figuring out how to patch
> > or update these would be helpful:
> >
> > math/mlpack ?
> > math/py-h5py,python3 3.11.0 supports newer cython, but needs newer numpy
> > math/py-pandas,python3 ?
> > math/py-scikit-image,python3 0.22.0/newer, need newer numpy (0.22.0: 1.23.3, 0.23.x: 2.x)
> > math/py-scipy,python3 ?
>
> please mark the above as BROKEN for now.
>
> I use scipy and pandas so will be motivated to fix once we have Cython
> 3 in the tree.

Unless there are strong objections I intend to do that in a few days time.

Re: NEW: x11/kde-plasma/plasma-integration

30.06.2024 10:51, Rafael Sadowski пишет:
> Would someone be kind enough to take a look at the port? I would like to
> import it.
>
> Cheers, Rafael

OK kn with regen'd distinfo and PLIST after the kde-plasma 6.1.1 update.

>
> On Sat Jun 01, 2024 at 10:40:38AM GMT, Rafael Sadowski wrote:
>> I have found out that "systemsettings" complains with:
>>
>> kf.kirigami.platform: Failed to find a Kirigami platform plugin for
>> style ""
>>
>> That's because it misses x11/kde-plasma/plasma-integration.
>>
>> OK to import plasma-integration?
>>
>> Information for inst:plasma-integration-6.0.5
>>
>> Comment:
>> Plasma Platform Theme integration plugins
>>
>> Required by:
>> debug-plasma-integration-6.0.5
>>
>> Description:
>> Qt Platform Theme integration plugins for the Plasma workspaces
>>
>> Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
>>
>>
>
>

Re: sparc64 bulk build report

On 2024/06/30 05:47, kmos@openbsd.org wrote:
> Bulk build on sparc64-0a.ports.openbsd.org
>
> Started : Thu Jun 27 14:15:05 MDT 2024
> Finished: Sun Jun 30 05:46:14 MDT 2024
> Duration: 2 Days 15 hours 31 minutes
>
> Built using OpenBSD 7.5-current (GENERIC.MP) #2182: Thu Jun 27 00:39:17 MDT 2024
>
> Built 9061 packages
>
> Number of packages built each day:
> Jun 27: 6061
> Jun 28: 1567
> Jun 29: 1427
> Jun 30: 6
>
>
>
> Critical path missing pkgs:
> http://build-failures.rhaalovely.net/sparc64/2024-06-27/summary.log
>

Looking at the most impactful failures...

563 x11/qt6/qtbase
> http://build-failures.rhaalovely.net/sparc64/2024-06-27/x11/qt6/qtbase.log
CMake Error at cmake/QtBuildInformation.cmake:523 (message):
Feature "no_direct_extern_access": Forcing to "ON" breaks its condition:
NOT WIN32 AND TEST_no_direct_extern_access

223 mail/alpine,-c-client
> http://build-failures.rhaalovely.net/sparc64/2024-06-27/mail/alpine,-c-client.log
tar: Invalid header, starting valid header search.
xz: (stdin): Compressed data is corrupt

53 x11/gnome/gjs
> http://build-failures.rhaalovely.net/sparc64/2024-06-27/x11/gnome/gjs.log
libestdc++ / libc++ conflict in GjsTestTools-1.0 binary run during build

52 www/webkitgtk4,webkitgtk41
11 www/webkitgtk4,webkitgtk60
> http://build-failures.rhaalovely.net/sparc64/2024-06-27/www/webkitgtk4,webkitgtk41.log
"GCC 10.2 or newer is required to build WebKit. Use a newer GCC version or Clang."

20 sysutils/libvirt
> http://build-failures.rhaalovely.net/sparc64/2024-06-27/sysutils/libvirt.log
/usr/bin/ld
: attempted static link of dynamic object `/usr/local/lib/libglib-2.0.so.4201.12'

16 audio/libcanberra
11 audio/libcanberra,-gtk3
> http://build-failures.rhaalovely.net/sparc64/2024-06-27/audio/libcanberra.log
"Missing library for estdc++>=19.0" when packaging; probably needs
${LIB_DEPENDS} adding to LIB_DEPENDS-gtk3

11 x11/qt5/qtwebkit
> http://build-failures.rhaalovely.net/sparc64/2024-06-27/x11/qt5/qtwebkit.log
/usr/obj/ports/qtwebkit-5.212.0alpha4/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/AudioFileReaderGStreamer.cpp
: In member function 'void WebCore::AudioFileReader::handleNewDeinterleavePad(GstPad*)':
/usr/obj/ports/qtwebkit-5.212.0alpha4/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/AudioFileReaderGStreamer.cpp:235:5: error: braces around scalar initializer for type 'gboolean (*)(GstAppSink*, GstQuery*, gpointer)' {aka 'int (*)(_GstAppSink*, _GstQuery*, void*)'}
};
^

8 devel/libwnck3
> http://build-failures.rhaalovely.net/sparc64/2024-06-27/devel/libwnck3.log
- dep change, no changes in cvs since updating to 43.0, so it looks like
it must have been done as a test build on sparc64*.p with COMPILER set
sometime? probably wants cleaning on build machine.

Re: accidentally overwritten wrong drive with DD, please help

On Sat, Jun 29, 2024 at 03:00:42AM -0400, Steve Litt wrote:
> Anon Loli said on Fri, 28 Jun 2024 21:43:00 +0000
>
>
> >I have autism, please be patient ._.
>
> I know little about autism. Is one symptom aversion to
> revisiting/rethinking policy decisions in the face of new situations
> where those policy decisions cause you trouble?
>
> Policy decisions are a necessary part of life. Nobody wants to do a
> cost/benefit analysis before performing a task they've done 1000 times
> before. But once in a while policies produce problems and should either
> be changed or temporarily, for this one situation, discarded. In my
> opinion you're in just such a situation now. My suggestion is you pick a
> role model without autism, and pretend to be him while making decisions
> in this circumstance.
>
> Among my other professions I'm a technical writer, and the #1
> requirement for tech writing is elimination of all ambiguity. If I were
> in your shoes, I'd make a block diagram of your exact situation.
> Inkscape is a great tool for block diagrams. The block diagram, plus
> some narrative text explaining and describing the situation, in the
> exact terms as printed on the diagram, goes a long way toward ambiguity
> elimination.
>
> SteveT
>
> Steve Litt
>
> http://444domains.com
>

Why make a block diagram, did you not understand my situation? Did I not
explain it well?
I used and will utilize block diagrams/flowcharts in my projects, so I
understand how important they are, humans and animals are good visual learners

It's simple I think (although there were some difficulties in the mid-section),
here comes a primitive flowchart:


1. I had a drive SSD sd2a which had a 200G crypto volume sd3i which was mounted
on /mnt/ssd, all 1 partition

2. I did a `dd if=/dev/urandom of=/dev/rsd3c bs=1m` for a little over 74M then
I stopped approximately 7 seconds later

3. After the DD, I couldn't access /mnt/ssd, it said no such file or directory

4. I now have a HDD which I repurposed to be my backup, and I copied /dev/rsd3i
over to the HDD as an image

4.5. and verified with sha512 that rsd3i is same as /mnt/hdd/ssdimage, even
though the ssdimage on the backup drive is 19G larger in size

5. Whilst writing this e-mail I realized that I might have made a fatal mistake.
I think that I backed up rsd3i instead of rsd3c, do you agree that this is a
worse mistake than the DD overwrite of the wrong drive?
Why you might ask? Because the sd3 crypto volume isn't mounted anymore, IDK if
OpenBSD got bored with it being broken for 1 week, or I somehow accidentally
unplugged it (I was being extremely careful), whatever the case might be, I no
longer can make a backup of rsd3c, so all that I now have is, sadly, only a
rsd3i

6. I was told to use fsdb, photorec from testdrive and/or sleuthkit to try and
recover my DDd over filesystem and files.


So, I guess that I needed a copy of rsd3c, not rsd3i? Am I screwed? I'm so
stupid :d

P.S. I think that MTpaint is much better in terms of dependency bloat hell
compared to Inkscape

Re: quazip-qt6-1.4(archivers/quazip,qt6)

Ah, missed that. I would suggest moving the various PKGNAME-related variables up near the top of the file where they are normally placed. You will still need to bump REVISION.

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


On 30 June 2024 12:26:34 Rafael Sadowski <rafael@sizeofvoid.org> wrote:

On Sun Jun 30, 2024 at 12:10:49PM GMT, Stuart Henderson wrote:
This will break updates - you don't provide a path for updates from the old
quazip-qt5-$V PKGNAME to the new quazip-$V, are missing a REVISION bump to
take the version number higher than the previous, and don't have conflict
markers.

Where do you see new "quazip-$V"? Current quazip-qt5-1.4 will not
change. IMO there is not even a reason for a bump because the current
package will not change.


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

On 30 June 2024 11:48:21 Rafael Sadowski <rafael@sizeofvoid.org> wrote:

Add qt6 flavor to quazip.

I know there are other ways to do this, but I followed the path that
worked well for the other Qt6 FLAVORS.

OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/archivers/quazip/Makefile,v
diff -u -p -r1.22 Makefile
--- Makefile 6 Sep 2023 13:18:43 -0000 1.22
+++ Makefile 30 Jun 2024 10:45:30 -0000
@@ -1,26 +1,41 @@
COMMENT = Qt/C++ wrapper for ZIP/UNZIP package
CATEGORIES = archivers

+V = 1.4
GH_ACCOUNT = stachenov
GH_PROJECT = quazip
-V = 1.4
GH_TAGNAME = v$V
-PKGNAME = quazip-qt5-$V


... moved below

- -DQUAZIP_QT_MAJOR_VERSION=5
+.if ${FLAVOR:Mqt6}
+FULLPKGNAME= quazip-qt6-${V}
+PKGNAME = quazip-qt6-$V
+WANTLIB += ${COMPILER_LIBCXX} Qt6Core Qt6Core5Compat bz2 m z
+MODULES += x11/qt6
+LIB_DEPENDS += x11/qt6/qt5compat
+CONFIGURE_ARGS += -DQUAZIP_QT_MAJOR_VERSION=6
+.else
+PKGNAME = quazip-qt5-$V

PKGNAME not changed for the current qt port

sparc64 bulk build report

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

Started : Thu Jun 27 14:15:05 MDT 2024
Finished: Sun Jun 30 05:46:14 MDT 2024
Duration: 2 Days 15 hours 31 minutes

Built using OpenBSD 7.5-current (GENERIC.MP) #2182: Thu Jun 27 00:39:17 MDT 2024

Built 9061 packages

Number of packages built each day:
Jun 27: 6061
Jun 28: 1567
Jun 29: 1427
Jun 30: 6



Critical path missing pkgs:
http://build-failures.rhaalovely.net/sparc64/2024-06-27/summary.log

Build failures: 92
http://build-failures.rhaalovely.net/sparc64/2024-06-27/archivers/blosc2.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/astro/wmglobe.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/audio/libcanberra.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/audio/mpdscribble.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/audio/ncmpc.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/audio/xmms2.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/devel/arm-none-eabi/gdb.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/devel/avr/gcc.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/devel/bazel.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/devel/binutils.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/devel/clang-tools-extra.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/devel/difftastic.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/devel/libbgcode.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/devel/libwnck3.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/devel/mtxclient.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/devel/or1k-elf/gcc.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/devel/py-thrift,python3.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/devel/qcoro.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/devel/rgbds.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/devel/vim-command-t.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/devel/woboq_codebrowser.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/devel/xsd.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/devel/yder.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/emulators/dosbox-x.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/emulators/libretro-pcsx-rearmed.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/emulators/openmsx.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/emulators/retroarch.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/emulators/snes9x.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/games/bugdom.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/games/bugdom2.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/games/cataclysm-dda,no_x11.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/games/choria.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/games/colobot/colobot.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/games/cromagrally.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/games/devilutionx.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/games/emptyclip.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/games/fheroes2.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/games/gnukem.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/games/godot4,-editor.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/games/hyperrogue.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/games/lwjgl3.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/games/nblood.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/games/openttd.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/games/ottomatic.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/games/puzzles.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/games/scid.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/games/widelands.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/games/wrath.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/geo/osm2pgrouting.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/geo/spatialindex.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/graphics/decker.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/graphics/nomacs.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/graphics/rawstudio.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/graphics/ruby-rmagick,ruby33.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/graphics/tesseract/tesseract.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/inputmethods/ibus.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/lang/bacon.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/lang/gambit.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/lang/wabt.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/mail/alpine,-c-client.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/mail/dovecot-fts-xapian.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/mail/grommunio/index.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/mail/rspamd,hyperscan.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/math/gunits.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/math/openfst.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/net/samba.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/shells/nsh,static.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/sysutils/borgmatic.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/sysutils/firmware/apple-boot.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/sysutils/flashrom.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/sysutils/libvirt.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/sysutils/lnav.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/sysutils/nix.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/sysutils/u-boot-asahi.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/telephony/baresip/re.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/textproc/libmarisa,-main.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/textproc/redland-bindings,-main.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/textproc/xxdiff.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/wayland/gtk-layer-shell.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/wayland/gtk4-layer-shell.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/wayland/wlroots.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/www/hiawatha.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/www/unit/unit-python.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/www/webkitgtk4,webkitgtk41.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/x11/gnome/gjs.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/x11/gnome/py-atspi.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/x11/grantlee-qt5.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/x11/nitrogen.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/x11/polybar.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/x11/qt5/qttranslations.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/x11/qt5/qtwebkit.log
http://build-failures.rhaalovely.net/sparc64/2024-06-27/x11/qt6/qtbase.log

Recurrent failures:
failures/audio/mpdscribble.log
failures/audio/ncmpc.log
failures/devel/arm-none-eabi/gdb.log
failures/devel/avr/gcc.log
failures/devel/py-thrift,python3.log
failures/devel/rgbds.log
failures/devel/vim-command-t.log
failures/emulators/openmsx.log
failures/games/fheroes2.log
failures/games/gnukem.log
failures/games/hyperrogue.log
failures/games/scid.log
failures/math/gunits.log
failures/math/openfst.log
failures/shells/nsh,static.log
failures/sysutils/borgmatic.log
failures/sysutils/lnav.log
failures/www/unit/unit-python.log

New failures:
+failures/archivers/blosc2.log
+failures/astro/wmglobe.log
+failures/audio/libcanberra.log
+failures/audio/xmms2.log
+failures/devel/bazel.log
+failures/devel/binutils.log
+failures/devel/clang-tools-extra.log
+failures/devel/difftastic.log
+failures/devel/libbgcode.log
+failures/devel/libwnck3.log
+failures/devel/mtxclient.log
+failures/devel/or1k-elf/gcc.log
+failures/devel/qcoro.log
+failures/devel/woboq_codebrowser.log
+failures/devel/xsd.log
+failures/devel/yder.log
+failures/emulators/dosbox-x.log
+failures/emulators/libretro-pcsx-rearmed.log
+failures/emulators/retroarch.log
+failures/emulators/snes9x.log
+failures/games/bugdom.log
+failures/games/bugdom2.log
+failures/games/cataclysm-dda,no_x11.log
+failures/games/choria.log
+failures/games/colobot/colobot.log
+failures/games/cromagrally.log
+failures/games/devilutionx.log
+failures/games/emptyclip.log
+failures/games/godot4,-editor.log
+failures/games/lwjgl3.log
+failures/games/nblood.log
+failures/games/openttd.log
+failures/games/ottomatic.log
+failures/games/puzzles.log
+failures/games/widelands.log
+failures/games/wrath.log
+failures/geo/osm2pgrouting.log
+failures/geo/spatialindex.log
+failures/graphics/decker.log
+failures/graphics/nomacs.log
+failures/graphics/rawstudio.log
+failures/graphics/ruby-rmagick,ruby33.log
+failures/graphics/tesseract/tesseract.log
+failures/inputmethods/ibus.log
+failures/lang/bacon.log
+failures/lang/gambit.log
+failures/lang/wabt.log
+failures/mail/alpine,-c-client.log
+failures/mail/dovecot-fts-xapian.log
+failures/mail/grommunio/index.log
+failures/mail/rspamd,hyperscan.log
+failures/net/samba.log
+failures/sysutils/firmware/apple-boot.log
+failures/sysutils/flashrom.log
+failures/sysutils/libvirt.log
+failures/sysutils/nix.log
+failures/sysutils/u-boot-asahi.log
+failures/telephony/baresip/re.log
+failures/textproc/libmarisa,-main.log
+failures/textproc/redland-bindings,-main.log
+failures/textproc/xxdiff.log
+failures/wayland/gtk-layer-shell.log
+failures/wayland/gtk4-layer-shell.log
+failures/wayland/wlroots.log
+failures/www/hiawatha.log
+failures/www/webkitgtk4,webkitgtk41.log
+failures/x11/gnome/gjs.log
+failures/x11/gnome/py-atspi.log
+failures/x11/grantlee-qt5.log
+failures/x11/nitrogen.log
+failures/x11/polybar.log
+failures/x11/qt5/qttranslations.log
+failures/x11/qt5/qtwebkit.log
+failures/x11/qt6/qtbase.log

Resolved failures:
-failures/devel/arm-none-eabi/binutils,arm.log
-failures/devel/libuv.log
-failures/devel/p5-Module-Install-XSUtil.log
-failures/devel/py-jaraco-functools,python3.log
-failures/emulators/advancemame.log
-failures/net/proxychains-ng.log
-failures/print/texlive/texmf,-buildset.log
-failures/textproc/libmarisa,,-main.log

Packages newly built:
+archivers/blosc
+archivers/brotli
+archivers/draco
+archivers/fuse-zip
+archivers/innoextract
+archivers/laszip
+archivers/libdeflate
+archivers/libzim
+archivers/libzip
+archivers/minizip
+archivers/py-zopfli,python3
+archivers/quazip
+archivers/ruby-minitar,ruby33
+archivers/snappy
+archivers/unarr
+archivers/unshield
+archivers/woff2
+archivers/zipios
+archivers/zopfli
+archivers/zziplib
+astro/celestia
+astro/gnuastro
+astro/siril
+astro/sunclock
+astro/sunclock,-main
+astro/sunclock,-maps
+astro/xephem
+audio/ario
+audio/audacious/player
+audio/audacious/plugins
+audio/audiality2
+audio/calf
+audio/cantata
+audio/chromaprint
+audio/cmt
+audio/cmus
+audio/cmus,-ffmpeg
+audio/cmus,-main
+audio/cplay
+audio/curseradio
+audio/d11amp
+audio/disc-cover
+audio/espeak
+audio/ffmpeg-normalize
+audio/fluidsynth
+audio/freealut
+audio/glyr
+audio/gogglesmm
+audio/gqmpeg
+audio/gradio
+audio/herrie
+audio/hydrogen
+audio/jack
+audio/ladspa
+audio/libbs2b
+audio/libcue
+audio/libebur128
+audio/libgpod
+audio/liblastfm
+audio/libmusicbrainz
+audio/libmusicbrainz5
+audio/libmysofa
+audio/libopenmpt
+audio/libsmackerdec
+audio/libsndfile
+audio/libsoxr
+audio/lilv
+audio/lmms
+audio/milkytracker
+audio/moc
+audio/mp3cddb
+audio/mp3info
+audio/mp3splt-gtk
+audio/mpd
+audio/mscore
+audio/multimux
+audio/mumble
+audio/mumble,-main
+audio/mumble,-server
+audio/musepack
+audio/musikcube
+audio/ncmpcpp
+audio/nncmpp
+audio/noson
+audio/noson-app
+audio/ocp
+audio/openal
+audio/p5-gnupod
+audio/pacpl
+audio/paulstretch
+audio/pcaudiolib
+audio/pianobar
+audio/pithos
+audio/portmidi
+audio/potamus
+audio/pulseaudio
+audio/py-acoustid,python3
+audio/py-discogs-client,python3
+audio/py-tagpy,python3
+audio/quodlibet
+audio/rgain
+audio/rubberband
+audio/ruby-taglib,ruby32
+audio/ruby-taglib,ruby33
+audio/sdl2-audiolib
+audio/siren
+audio/solfege
+audio/sonata
+audio/soundtouch
+audio/sox
+audio/speech-dispatcher
+audio/squeezecenter
+audio/squeezelite
+audio/swh-plugins
+audio/taglib
+audio/tagtool
+audio/tempest
+audio/timidity,gtk2
+audio/twolame
+audio/umurmur
+audio/vamp-plugin-sdk
+audio/xmcd
+audio/ympd
+audio/yt-audio
+audio/zmusic
+audio/zynaddsubfx
+benchmarks/glmark2
+benchmarks/hyperfine
+benchmarks/netperf-wrapper
+benchmarks/netperf-wrapper,
+benchmarks/netperf-wrapper,,-main
+benchmarks/netperf-wrapper,-main
+benchmarks/sysbench,mysql
+biology/bioperl
+biology/p5-Bio-ASN1-EntrezGene
+biology/p5-Bio-DB-EMBL
+biology/p5-Bio-DB-NCBIHelper
+biology/p5-Bio-Variation
+biology/py-biopython,python3
+books/tex-by-topic
+cad/abc
+cad/coil64
+cad/fritzing
+cad/geda-gaf
+cad/gerbv
+cad/graywolf
+cad/gtkwave
+cad/kicad-share/footprints
+cad/kicad-share/packages3D
+cad/kicad-share/symbols
+cad/kicad-share/templates
+cad/lepton-eda
+cad/librecad
+cad/opencascade
+cad/pcb
+cad/pcb2gcode
+cad/tkgate
+cad/xnecview
+cad/xtrkcad
+chinese/libchewing
+comms/amtterm
+comms/amtterm,-main
+comms/amtterm,-term
+comms/dump1090
+comms/fldigi
+comms/gammu
+comms/gpsk31
+comms/hackrf
+comms/lcdproc
+comms/libhidapi
+comms/mgetty+sendfax
+comms/minimodem
+comms/py-gammu
+comms/rtl-sdr
+comms/syncterm
+comms/xastir
+comms/xdx
+comms/xlog
+converters/bdf2sfd
+converters/k2pdfopt
+converters/lastools
+converters/libpst
+converters/libpst,-main
+converters/libpst,-python
+converters/ppmtoTbmp
+converters/ruby-multi_json,ruby33
+converters/wv
+converters/wv2
+databases/freetds
+databases/galera
+databases/leveldb
+databases/libdbi-drivers
+databases/libdbi-drivers,-freetds
+databases/libdbi-drivers,-main
+databases/libdbi-drivers,-pgsql
+databases/libdbi-drivers,-sqlite3
+databases/luadbi
+databases/luadbi,-main
+databases/luadbi,-mysql
+databases/luadbi,-pgsql
+databases/luadbi,lua52
+databases/luadbi,lua52,-main
+databases/luadbi,lua52,-mysql
+databases/luadbi,lua52,-pgsql
+databases/luadbi,lua53
+databases/luadbi,lua53,-main
+databases/luadbi,lua53,-mysql
+databases/luadbi,lua53,-pgsql
+databases/luadbi,lua54
+databases/luadbi,lua54,-main
+databases/luadbi,lua54,-mysql
+databases/luadbi,lua54,-pgsql
+databases/mariadb
+databases/mariadb,-main
+databases/mariadb,-server
+databases/mariadb,-tests
+databases/mydumper
+databases/mysql-zrm
+databases/p5-Class-DBI-mysql
+databases/p5-DBD-Chart
+databases/p5-DBD-MariaDB
+databases/p5-DBD-Sybase
+databases/p5-DBD-mysql
+databases/p5-DBIx-DWIW
+databases/patroni
+databases/percona-toolkit
+databases/pgmodeler
+databases/postgresql-plr
+databases/puppetdb/7
+databases/puppetdb/7,-main
+databases/puppetdb/8
+databases/puppetdb/8,-main
+databases/py-carbon,python3
+databases/py-mysqlclient,python3
+databases/py-whisper,python3
+databases/repmgr
+databases/ruby-hiera3,ruby33
+databases/ruby-mysql2,ruby32
+databases/ruby-mysql2,ruby33
+databases/ruby-tiny_tds,ruby32
+databases/ruby-tiny_tds,ruby33
+databases/sqlitebrowser
+databases/sqsh
+databases/tdbc-mysql
+databases/timescaledb
+databases/web2ldap
+devel/abseil-cpp
+devel/appstream-glib
+devel/arm-none-eabi/binutils
+devel/arm-none-eabi/binutils,aarch64
+devel/arm-none-eabi/binutils,arm
+devel/arm-none-eabi/gcc
+devel/arm-none-eabi/gcc,aarch64
+devel/arm-none-eabi/gcc,arm
+devel/arm-none-eabi/newlib
+devel/armips
+devel/astyle
+devel/avrdude
+devel/bullet
+devel/c2ffi
+devel/cargo-audit
+devel/catch2
+devel/cbindgen
+devel/ccache
+devel/cereal
+devel/cjson
+devel/cmake
+devel/cmocka
+devel/coeurl
+devel/cpputest
+devel/crc32c
+devel/cvsgraph
+devel/cvsplot
+devel/ddd
+devel/distcc
+devel/distcc,-gtk
+devel/distcc,-main
+devel/distcc,-server
+devel/dlib
+devel/doc++
+devel/droplet
+devel/dyncall
+devel/elfcat
+devel/epoll-shim
+devel/fast-float
+devel/flatbuffers
+devel/flatzebra
+devel/fmt
+devel/fox
+devel/geany
+devel/geotiff
+devel/gflags
+devel/giblib
+devel/git,-svn
+devel/glog
+devel/goffice
+devel/gtest
+devel/gwenhywfar
+devel/harfbuzz
+devel/harfbuzz,-icu
+devel/harfbuzz,-main
+devel/highway
+devel/immer
+devel/include-what-you-use
+devel/indi
+devel/indi,-libs
+devel/indi,-main
+devel/jdk/11
+devel/jenkins/devel
+devel/jenkins/stable
+devel/json-c
+devel/kainjow-mustache
+devel/keystone/main
+devel/keystone/python,python3
+devel/lager
+devel/libast
+devel/libftdi1
+devel/libgit2/libgit2
+devel/libgit2/libgit2-glib
+devel/libgit2/py-git2
+devel/libglade2
+devel/libgsf
+devel/libnotify
+devel/libopensync
+devel/libpeas
+devel/libsmb2
+devel/libsoup
+devel/libsoup3
+devel/libunique
+devel/libuv
+devel/libvmime
+devel/libyajl
+devel/llvm/13
+devel/llvm/13,-main
+devel/llvm/13,-python
+devel/llvm/16
+devel/llvm/16,-lldb
+devel/llvm/16,-main
+devel/llvm/16,-python
+devel/llvm/17
+devel/llvm/17,-lldb
+devel/llvm/17,-main
+devel/llvm/17,-python
+devel/log4cplus
+devel/lua-openbsd
+devel/lua-openbsd,lua52
+devel/lua-openbsd,lua53
+devel/mercurial
+devel/mercurial,-main
+devel/mercurial,-x11
+devel/microsoft-gsl
+devel/msgpack
+devel/mygui
+devel/objfw
+devel/ocaml-graph
+devel/olm
+devel/openocd
+devel/orcania
+devel/p5-Data-Stag
+devel/p5-Devel-ptkdb
+devel/p5-File-BaseDir
+devel/p5-File-DesktopEntry
+devel/p5-File-MimeInfo
+devel/p5-Module-Install-XSUtil
+devel/p5-POE-Loop-Tk
+devel/p5-Pango
+devel/p5-SDL
+devel/p5-SVN-Notify
+devel/p5-SVN-Simple
+devel/p5-SVN-Web
+devel/pango
+devel/pangomm
+devel/pangomm248
+devel/physfs
+devel/proj
+devel/protobuf
+devel/protobuf-c
+devel/protozero
+devel/ptlib
+devel/py-buildbot/buildbot
+devel/py-buildslave
+devel/py-dulwich,python3
+devel/py-gevent,python3
+devel/py-gevent-eventemitter,python3
+devel/py-isoduration,python3
+devel/py-jaraco-collections,python3
+devel/py-jaraco-functools,python3
+devel/py-protobuf,python3
+devel/py-qt-builder,python3
+devel/py-rfc3986-validator,python3
+devel/py-setuptools-rust,python3
+devel/py-tempora,python3
+devel/py-test-httpbin,python3
+devel/py-twisted,python3
+devel/pycdc
+devel/pygame
+devel/pygame,python3
+devel/qgit
+devel/qjson
+devel/range-v3
+devel/robin-map
+devel/rttr
+devel/ruby-activesupport,ruby33
+devel/ruby-childprocess,ruby33
+devel/ruby-colored2,ruby33
+devel/ruby-concurrent-ruby,ruby33
+devel/ruby-cri,ruby33
+devel/ruby-deep_merge,ruby33
+devel/ruby-diff-lcs,ruby33
+devel/ruby-fast_gettext,ruby33
+devel/ruby-get_process_mem,ruby33
+devel/ruby-gettext,ruby33
+devel/ruby-gettext-setup,ruby33
+devel/ruby-hitimes,ruby33
+devel/ruby-hocon,ruby33
+devel/ruby-i18n,ruby33
+devel/ruby-json-schema,ruby33
+devel/ruby-json_pure,ruby33
+devel/ruby-locale,ruby33
+devel/ruby-log4r,ruby33
+devel/ruby-metaclass,ruby33
+devel/ruby-opt_parse_validator,ruby33
+devel/ruby-pastel,ruby33
+devel/ruby-pathspec,ruby33
+devel/ruby-puppet-resource_api,ruby33
+devel/ruby-puppet_forge,ruby33
+devel/ruby-rspec/3/core,ruby33
+devel/ruby-rspec/3/expectations,ruby33
+devel/ruby-rspec/3/mocks,ruby33
+devel/ruby-rspec/3/support,ruby33
+devel/ruby-ruby-progressbar,ruby33
+devel/ruby-scanf,ruby33
+devel/ruby-semantic_puppet,ruby33
+devel/ruby-test-unit-ruby-core,ruby33
+devel/ruby-thor,ruby33
+devel/ruby-wisper,ruby33
+devel/ruby-xdg,ruby33
+devel/ruby-zeitwerk,ruby33
+devel/rust-analyzer
+devel/rust-bindgen
+devel/sdl-image
+devel/sdl-pango
+devel/sdl-sound
+devel/sdl2-image
+devel/sdl2-pango
+devel/seergdb
+devel/shapelib
+devel/snare
+devel/spdlog
+devel/spidermonkey115
+devel/srecord
+devel/stp
+devel/subversion
+devel/subversion,-ap2
+devel/subversion,-gnome-keyring
+devel/subversion,-main
+devel/subversion,-perl
+devel/subversion,-python
+devel/tl-expected
+devel/vim-taglist
+devel/vte3
+devel/vte3,-common
+devel/vte3,-gtk4
+devel/vte3,-main
+devel/yaml-cpp
+devel/z80ex
+devel/zug
+editors/TeXmacs
+editors/abiword
+editors/editorconfig-core-c
+editors/emacs
+editors/emacs,gtk2
+editors/emacs,gtk3
+editors/emacs,no_x11
+editors/featherpad
+editors/focuswriter
+editors/helix
+editors/leafpad
+editors/litexl
+editors/nedit
+editors/neovim
+editors/neovim-qt
+editors/nvi
+editors/nvi,iconv
+editors/qscintilla
+editors/scintilla
+editors/scite
+editors/subtitleeditor
+editors/ted
+editors/texmaker
+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
+editors/xemacs21-sumo
+editors/xemacs21-sumo,mule
+editors/xemacs21/stable
+editors/xemacs21/stable,mule
+education/algotutor
+education/drgeo
+education/gamgi
+education/verbiste
+emulators/advancemame
+emulators/desmume
+emulators/dosbox
+emulators/emulationstation
+emulators/fceux
+emulators/fs-uae
+emulators/fuse-utils
+emulators/gnusim8085
+emulators/gsplus
+emulators/libchdr
+emulators/mednaffe
+emulators/mgba
+emulators/mgba,-libretro
+emulators/mgba,-main
+emulators/mgba,-qt
+emulators/nestopia
+emulators/uae
+emulators/vbam
+emulators/vice
+emulators/virtualjaguar
+emulators/xnp2
+emulators/xnp21kai
+emulators/xroar
+fonts/ru-pscyr
+games/2048-qt
+games/afternoonstalker
+games/alephone/alephone
+games/alephone/scenarios/evil
+games/alephone/scenarios/marathon
+games/alephone/scenarios/marathon2
+games/alephone/scenarios/marathoninfinity
+games/alephone/scenarios/red
+games/amoebax
+games/angband
+games/angband,sdl
+games/angrydd
+games/armagetronad
+games/atomix
+games/barrage
+games/bass
+games/batrachians
+games/belooted
+games/beret
+games/billyfrontier
+games/blobby
+games/blobwars
+games/bomberclone
+games/boswars
+games/brogue
+games/brumbrumrally
+games/burgerspace
+games/bzflag
+games/candycrisis
+games/cdogs-sdl
+games/chessx
+games/chiaki
+games/chroma
+games/chroma-enigma
+games/chromium-bsu
+games/circuit
+games/colobot/data
+games/corewars
+games/corsixth
+games/cosmosmash
+games/crack-attack
+games/crispy-doom
+games/crossfire-client
+games/csmash
+games/dangerdeep
+games/dopewars
+games/dsda-doom
+games/dunelegacy
+games/dustrac
+games/easyrpg
+games/eboard
+games/eboard-extras
+games/eduke32
+games/egoboo
+games/eliot
+games/endless-sky
+games/enigma
+games/extremetuxracer
+games/ezquake
+games/f1spirit
+games/fallingtime
+games/fifechan
+games/fillets-ng
+games/flare
+games/flare,-data
+games/flare,-main
+games/fna/faudio
+games/fna/fna3d
+games/forcedattack
+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/freecol
+games/freedink/game
+games/freedroid
+games/freedroidrpg
+games/freeserf
+games/freesynd
+games/fretsonfire
+games/frozen-bubble
+games/frozen-bubble,-main
+games/frozen-bubble,-server
+games/galois
+games/gamine
+games/garden
+games/gemrb
+games/gigalomania
+games/glsfcave
+games/gnome-mastermind
+games/gnurobbo
+games/godot
+games/godot,-main
+games/godot,-tools
+games/goldberg_emulator
+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/hlsteam
+games/instead
+games/irrlamb
+games/ja2-stracciatella
+games/jag
+games/julius
+games/keeperrl
+games/kobodeluxe
+games/kobodeluxe,harder
+games/koboredux
+games/late
+games/lgeneral
+games/libcsteamworks
+games/liblcf
+games/lincity-ng
+games/love/0.10
+games/love/0.8
+games/love/mime
+games/lugaru
+games/lwjgl
+games/manaplus
+games/mars
+games/meandmyshadow
+games/mightymike
+games/minecraft
+games/mirrormagic
+games/moonlander
+games/moonlander,no_sound
+games/moonlight-qt
+games/mvdsv
+games/mysticmine
+games/nanosaur
+games/nanosaur2
+games/neverball
+games/neverball,
+games/neverball,,-data
+games/neverball,,-main
+games/neverball,-data
+games/neverball,-main
+games/nsnake
+games/numptyphysics
+games/numptyphysics,-main
+games/numptyphysics,-npcomplete
+games/oilwar
+games/openjazz
+games/openjk
+games/openomf
+games/opensonic
+games/openxcom
+games/orthorobot
+games/pathological
+games/pentobi
+games/pingus
+games/polymorphable
+games/py-steam,python3
+games/pygame_sdl2
+games/pyganim
+games/pysol
+games/quadrupleback
+games/renpy
+games/rftg
+games/rftg,-client
+games/roadfighter
+games/rocksndiamonds
+games/scummvm
+games/sdl-jstest
+games/sdlzombies
+games/shockolate
+games/singularity
+games/snipe2d
+games/spacezero
+games/starfighter
+games/steamctl
+games/stone-soup
+games/supertux
+games/tbftss
+games/teeworlds
+games/tong
+games/tutris
+games/tuxpaint
+games/tuxpaint-config
+games/tuxpaint-stamps
+games/vacuum
+games/vectoroids
+games/vkquake
+games/vms-empire
+games/vodovod
+games/warmux
+games/wesnoth
+games/wizznic
+games/wordwarvi
+games/xboard
+games/xcowsay
+games/xgalaga-sdl
+games/xminehunter
+games/xmj
+games/xteddy
+games/xwelltris
+games/xye
+games/yquake2
+games/zaz
+games/zelda3-data
+geo/foxtrotgps
+geo/garmindev
+geo/geoclue2
+geo/geocode-glib
+geo/geos
+geo/gpstk
+geo/gpx-viewer
+geo/gpxsee
+geo/lib2geom
+geo/libchamplain
+geo/librttopo
+geo/mapproxy
+geo/osm-gps-map
+geo/py-geofilter,python3
+geo/py-laspy,python3
+geo/py-owslib,python3
+geo/py-proj,python3
+geo/py-shapely,python3
+geo/spatialite/freexl
+geo/spatialite/librasterlite2
+geo/spatialite/libspatialite
+geo/spatialite/tools
+geo/traccar
+graphics/DevIL
+graphics/GraphicsMagick
+graphics/ImageMagick
+graphics/alembic
+graphics/ansilove
+graphics/autopano-sift-c
+graphics/azpainter
+graphics/babl
+graphics/chafa
+graphics/clutter/clutter-gst
+graphics/clutter/clutter-gtk
+graphics/clutter/cogl
+graphics/clutter/core
+graphics/colord
+graphics/colord-gtk
+graphics/cstitch
+graphics/ctl
+graphics/dcmtk
+graphics/dcraw
+graphics/dia
+graphics/displaz
+graphics/djview4
+graphics/djvulibre
+graphics/dmtx-utils
+graphics/enblend-enfuse
+graphics/exiftran
+graphics/exiv2
+graphics/farbfeld
+graphics/feh
+graphics/ffmpeg
+graphics/ffmpegthumbnailer
+graphics/flameshot
+graphics/fotowall
+graphics/freeglut
+graphics/fswebcam
+graphics/fyre
+graphics/gd
+graphics/gdk-pixbuf-xlib
+graphics/gdk-pixbuf2
+graphics/geeqie
+graphics/geomview
+graphics/gle
+graphics/glfw
+graphics/glm
+graphics/glslang
+graphics/gmic
+graphics/gmic-qt/none
+graphics/gmt
+graphics/gmt,-full
+graphics/gmt,-high
+graphics/gmt,-main
+graphics/gnofract4d
+graphics/gocr
+graphics/gocr,-gui
+graphics/gocr,-main
+graphics/gphoto2
+graphics/gpicview
+graphics/grafx2
+graphics/graphite2
+graphics/gtkam
+graphics/gtkimageview
+graphics/img2pdf
+graphics/imlib2
+graphics/indexpage
+graphics/iview
+graphics/jasper
+graphics/jhead
+graphics/jpeg
+graphics/jpeginfo
+graphics/jpegoptim
+graphics/jpegpixi
+graphics/l2p
+graphics/lcms
+graphics/lcms2
+graphics/lensfun
+graphics/leptonica
+graphics/libansilove
+graphics/libavif
+graphics/libcaca
+graphics/libexif-gtk
+graphics/libgexiv2
+graphics/libgphoto2
+graphics/libgxps
+graphics/libjxl
+graphics/libmng
+graphics/libpano13
+graphics/libplacebo
+graphics/libraw
+graphics/librtprocess
+graphics/libsixel
+graphics/libvips
+graphics/libwebp
+graphics/libwmf
+graphics/luagd
+graphics/mandelbulber
+graphics/mapivi
+graphics/mhgui
+graphics/mpeg_encode
+graphics/mscgen
+graphics/mtpaint
+graphics/nanosvg
+graphics/netpbm
+graphics/nsxiv
+graphics/ocaml-cairo
+graphics/openbsd-backgrounds
+graphics/opencolorio
+graphics/opencsg
+graphics/opencv
+graphics/opencv,-main
+graphics/openexr
+graphics/openexr,-doc
+graphics/openexr,-main
+graphics/openexr,-tools
+graphics/openjp2
+graphics/oxipng
+graphics/p5-Barcode-DataMatrix-PNG
+graphics/p5-Chart
+graphics/p5-GD
+graphics/p5-GD-Barcode
+graphics/p5-GD-Graph
+graphics/p5-GD-Graph3d
+graphics/p5-GD-SVG
+graphics/p5-GD-SecurityImage
+graphics/p5-GD-TextUtil
+graphics/p5-Image-Imlib2
+graphics/p5-Imager
+graphics/p5-Imager-QRCode
+graphics/p5-Sane
+graphics/peek
+graphics/pho
+graphics/pngquant
+graphics/povray
+graphics/pqiv
+graphics/pstoedit
+graphics/py-Pillow,python3
+graphics/py-imageio,python3
+graphics/py-matplotlib,python3
+graphics/py-opengl
+graphics/py-opengl,python3
+graphics/py-pyx,python3
+graphics/py-qrcode,python3
+graphics/py-sane,python3
+graphics/py-seaborn,python3
+graphics/py-wand,python3
+graphics/py2-Pillow
+graphics/qiv
+graphics/quirc
+graphics/ruby-chunky_png,ruby33
+graphics/ruby-rqrcode-core,ruby33
+graphics/sane-airscan
+graphics/sane-backends
+graphics/sane-backends,snmp
+graphics/scratch
+graphics/scrot
+graphics/shaderc
+graphics/spirv-cross
+graphics/spirv-headers
+graphics/spirv-tools
+graphics/tgif
+graphics/tiff
+graphics/tiff2png
+graphics/ttfautohint
+graphics/unwebp
+graphics/vid
+graphics/viewnior
+graphics/vigra
+graphics/volk
+graphics/vulkan-headers
+graphics/vulkan-loader
+graphics/vulkan-tools
+graphics/vulkan-utility-libraries
+graphics/vulkan-validation-layers
+graphics/webp-pixbuf-loader
+graphics/wmicons
+graphics/xfig
+graphics/xpaint
+graphics/xsane
+graphics/xv
+graphics/xzgv
+graphics/zbar
+graphics/zint
+graphics/zint,-main
+graphics/zint,-x11
+graphics/zxing
+graphics/zxing-cpp
+inputmethods/anthy
+inputmethods/anthy,-emacs
+inputmethods/anthy,-main
+inputmethods/cellwriter
+inputmethods/libskk
+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
+japanese/gwaei
+japanese/kanatest
+japanese/kanjipad
+japanese/kasumi
+java/jna
+lang/abcl
+lang/apl
+lang/binaryen
+lang/brainfuck
+lang/ecl
+lang/fennel
+lang/fennel,-main
+lang/gnucobol
+lang/hashlink
+lang/kawa
+lang/luabridge
+lang/lucee/v5
+lang/lucee/v6
+lang/microscheme
+lang/moarvm
+lang/nekovm
+lang/nqp
+lang/rakudo
+lang/rust
+lang/rust,-bootstrap
+lang/rust,-clippy
+lang/rust,-gdb
+lang/rust,-main
+lang/rust,-rustfmt
+lang/rust,-src
+lang/wasi-libc
+lang/wasi-sdk/compiler-rt
+lang/wasi-sdk/libcxx
+lang/wasi-sdk/libcxxabi
+mail/asmail
+mail/bmf,mysql
+mail/courier-authlib
+mail/courier-authlib,
+mail/courier-authlib,,-ldap
+mail/courier-authlib,,-main
+mail/courier-authlib,,-mysql
+mail/courier-authlib,,-pgsql
+mail/courier-authlib,,-userdb
+mail/courier-authlib,-ldap
+mail/courier-authlib,-main
+mail/courier-authlib,-mysql
+mail/courier-authlib,-pgsql
+mail/courier-authlib,-userdb
+mail/courier-imap
+mail/courier-imap,-main
+mail/courier-imap,-pop3
+mail/cyrus-imapd
+mail/dovecot
+mail/dovecot,-ldap
+mail/dovecot,-mysql
+mail/dovecot,-postgresql
+mail/dovecot,-server
+mail/dovecot,gssapi
+mail/dovecot,gssapi,-ldap
+mail/dovecot,gssapi,-mysql
+mail/dovecot,gssapi,-postgresql
+mail/dovecot,gssapi,-server
+mail/dovecot-fts-flatcurve
+mail/dovecot-pigeonhole
+mail/dovecot-pigeonhole,ldap
+mail/exim,ldap,mysql,postgresql
+mail/exim,ldap,mysql,postgresql,-main
+mail/exim,mysql
+mail/exim,mysql,-main
+mail/grommunio/libexmdbpp
+mail/imapdedup
+mail/maildrop
+mail/maildrop,-main
+mail/maildrop,-utils
+mail/maildrop,postfix
+mail/maildrop,postfix,-main
+mail/maildrop,postfix,-utils
+mail/mailest
+mail/mailgraph
+mail/mew
+mail/offlineimap
+mail/opensmtpd-tables/mysql
+mail/p5-Mail-GnuPG
+mail/p5-Mail-SpamAssassin
+mail/perdition
+mail/perdition,-ldap
+mail/perdition,-main
+mail/perdition,-mysql
+mail/perdition,-pgsql
+mail/postfix/stable,mysql
+mail/postfix/stable,mysql,sasl2
+mail/postfix/stable35,mysql
+mail/postfix/stable35,mysql,sasl2
+mail/spampd
+math/R
+math/armadillo
+math/arpack
+math/arpack,-main
+math/arpack,-mpi
+math/calcoo
+math/cgal
+math/cglm
+math/coq
+math/dieharder
+math/double-conversion
+math/eigen3
+math/ensmallen
+math/fann
+math/galculator
+math/geogebra
+math/gnuplot
+math/gnuplot,no_x11
+math/grace
+math/grace,no_x11
+math/grpn
+math/igraph
+math/imath
+math/kst
+math/lean
+math/libcerf
+math/maxima
+math/minisat
+math/muparser
+math/netcdf
+math/nlopt
+math/octave
+math/p5-AI-FANN
+math/p5-AI-NeuralNet-Kohonen-Visual
+math/pari
+math/plplot
+math/plplot,-c++
+math/plplot,-fortran
+math/plplot,-main
+math/pspp
+math/py-cftime,python3
+math/py-cvxpy,python3
+math/py-netcdf4,python3
+math/py-osqp,python3
+math/py-scikit-image,python3
+math/qhull
+math/spread-sheet-widget
+math/superlu
+math/z3
+meta/audacious
+meta/geda
+meta/jitsi
+meta/msp430
+meta/qt5,-examples
+meta/zyn-fusion
+misc/cbb
+misc/dtcltiny
+misc/feathernotes
+misc/freeopcua/py-opcua
+misc/freeopcua/py-opcua,python3
+misc/gpsd,-x11
+misc/logjam
+misc/m17n/lib
+misc/magicpoint
+misc/openbabel
+misc/osinfo/libosinfo
+misc/osinfo/osinfo-db
+misc/osinfo/osinfo-db-tools
+misc/p5-File-MMagic-XS
+misc/plan
+misc/redshift
+misc/remind
+misc/sent
+misc/shared-desktop-ontologies
+misc/spdrs60
+misc/toilet
+misc/wmmand
+misc/xcdroast
+misc/xkcd-viewer
+misc/xtar
+multimedia/aom
+multimedia/assimp
+multimedia/atomicparsley
+multimedia/devede
+multimedia/dvdauthor
+multimedia/frei0r-plugins
+multimedia/gaupol
+multimedia/get_iplayer
+multimedia/gstreamer1/mm
+multimedia/gstreamer1/plugins-bad
+multimedia/gstreamer1/plugins-base
+multimedia/gstreamer1/plugins-good
+multimedia/gstreamer1/plugins-libav
+multimedia/gstreamer1/plugins-ugly
+multimedia/gstreamer1/py-gstreamer,python3
+multimedia/handbrake
+multimedia/imagination
+multimedia/libass
+multimedia/libde265
+multimedia/libde265,-main
+multimedia/libde265,-tools
+multimedia/libheif
+multimedia/libmatroska
+multimedia/libv4l
+multimedia/libvidstab
+multimedia/minidlna
+multimedia/mjpegtools
+multimedia/mkvtoolnix
+multimedia/motion
+multimedia/motion,mysql
+multimedia/motion,pgsql
+multimedia/mpv
+multimedia/py-chromecast,python3
+multimedia/py-ffmpeg-progress-yield,python3
+multimedia/sfml
+multimedia/streamlink
+multimedia/subrip
+multimedia/svt-av1
+multimedia/vitunes
+multimedia/x265
+multimedia/xine-lib
+multimedia/xine-ui
+multimedia/yle-dl
+net/avahi,
+net/avahi,,-gtk3
+net/avahi,,-gui
+net/avahi,,-python
+net/barrier
+net/bindgraph
+net/bird/2
+net/bitlbee,libpurple
+net/bitlbee,libpurple,otr
+net/blaeu
+net/bore
+net/bro
+net/clic
+net/cppzmq
+net/deluge
+net/deluge-ltconfig
+net/dleyna
+net/dog
+net/enet
+net/ettercap
+net/ettercap,no_x11
+net/ezstream
+net/fastnetmon
+net/flickcurl
+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,-python3
+net/glib2-networking
+net/gmudix
+net/gnugk
+net/grsync
+net/gssdp
+net/gtk-gnutella
+net/guacamole/server
+net/gupnp/core
+net/gupnp/dlna
+net/gupnp/igd
+net/gupnp/tools
+net/h323plus
+net/i2pd
+net/icinga/core2
+net/icinga/core2,-main
+net/icinga/core2,-mysql
+net/icinga/core2,-pgsql
+net/icli
+net/icli,nagios
+net/isc-bind
+net/isc-bind,geoip
+net/jitsi/jicofo
+net/jitsi/prosody-plugins
+net/jitsi/srtp
+net/jitsi/videobridge
+net/kdsoap
+net/kea
+net/kea,mysql
+net/kea,postgresql
+net/knot
+net/kristall
+net/lagrange
+net/libaccounts-qt
+net/libcares
+net/libfilezilla
+net/libmygpo-qt
+net/libnice
+net/librsync
+net/libsignal-protocol-c
+net/libtorrent-rasterbar
+net/libvncserver
+net/magic-wormhole
+net/mbrowse
+net/microblog-purple
+net/miniupnp/libnatpmp
+net/monitoring-plugins
+net/monitoring-plugins,-dbi
+net/monitoring-plugins,-fping
+net/monitoring-plugins,-game
+net/monitoring-plugins,-ldap
+net/monitoring-plugins,-main
+net/monitoring-plugins,-mysql
+net/monitoring-plugins,-pgsql
+net/monitoring-plugins,-radius
+net/monitoring-plugins,-snmp
+net/mosh
+net/mosquitto
+net/mrtg
+net/msoak
+net/mtr,gtk
+net/munin,-server
+net/nagios/check_bioctl
+net/nagios/check_hw_sensors
+net/nagios/check_mssql_health
+net/nagios/check_openbgpd
+net/nagios/check_rabbitmq
+net/nagios/check_sip
+net/nagios/check_squid
+net/nagios/cnagios
+net/nagios/nagios
+net/nagios/nagios,-main
+net/nagios/nagios,chroot
+net/nagios/nagios,chroot,-main
+net/nagios/nrpe
+net/nagios/nsca
+net/nagios/nsca,-main
+net/nanomsg
+net/napalm/py-napalm
+net/net-snmp,-tkmib
+net/nfdump
+net/nfdump,-main
+net/nfdump,-nfprofile
+net/nicotine-plus
+net/ntopng
+net/ocserv
+net/olsrd
+net/olsrd,-gui
+net/olsrd,-main
+net/openconnect
+net/openconnect,light
+net/openvpn,mbedtls
+net/pavuk
+net/pcapdiff
+net/pfstat
+net/pfstat,-daemon
+net/pfstat,-main
+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-skypeweb
+net/pidgin-window-merge
+net/pmacct,mysql
+net/poco
+net/powerdns
+net/powerdns,-ldap
+net/powerdns,-main
+net/powerdns,-mysql
+net/powerdns,-pgsql
+net/powerdns_recursor
+net/prosody
+net/proxychains-ng
+net/pure-ftpd,mysql
+net/pure-ftpd,mysql,virtual_chroot
+net/purple-matrix
+net/purple-rocketchat
+net/putty
+net/putty,-gui
+net/putty,-main
+net/py-IOSXR,python3
+net/py-fqdn,python3
+net/py-gevent-websocket,python3
+net/py-geventhttpclient,python3
+net/py-impacket,python3
+net/py-junos-eznc,python3
+net/py-libknot,python3
+net/py-nbxmpp,python3
+net/py-ncclient,python3
+net/py-netmiko,python3
+net/py-nxos,python3
+net/py-portend,python3
+net/py-ripe.atlas.sagan,python3
+net/py-ripe.atlas.tools
+net/py-rrdtool,python3
+net/py-siphon,python3
+net/py-tinytuya,python3
+net/py-txtorcon,python3
+net/rabbitmq-c
+net/radcli
+net/rrdtool
+net/rrdtool,-main
+net/rrdtool,-ruby
+net/rrdtool,-update
+net/rtg
+net/scapy
+net/seafile/client
+net/seafile/seafile
+net/sipsak
+net/slurm
+net/smokeping
+net/spectrum-tools
+net/spectrum-tools,-main
+net/spectrum-tools,-utils
+net/ssldump
+net/synapse
+net/synergy
+net/telepathy/telepathy-idle
+net/telepathy/telepathy-logger
+net/tintin++
+net/toxcore
+net/toxic
+net/toxic,no_x11
+net/transmission-remote-gtk
+net/trippy
+net/uhttpmock
+net/unison
+net/unison,-gui
+net/unison,-main
+net/usockets
+net/utox
+net/vncsnapshot
+net/vnstat
+net/vnstat,-main
+net/vnstat,-vnstati
+net/weechat
+net/weechat,-lua
+net/weechat,-main
+net/weechat,-python
+net/weechat,-ruby
+net/weechat,-tcl
+net/zabbix,mysql
+net/zabbix,mysql,-proxy
+net/zabbix,mysql,-server
+net/ziproxy
+net/znc
+net/znc,-main
+net/znc,-sasl
+news/p5-Gateway
+news/p5-News-Article
+news/sabnzbd
+print/a2ps
+print/apsfilter
+print/brlaser
+print/foiltex
+print/fontforge
+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/gv
+print/hplip,-common
+print/hplip,-hpaio
+print/hplip,-hpcups
+print/htmldoc
+print/lcdf-typetools
+print/libspectre
+print/lilypond
+print/lilypond,-docs
+print/lilypond,-main
+print/lss
+print/luametatex
+print/lyx
+print/mftrace
+print/muttprint
+print/ps2eps
+print/psdim
+print/psutils
+print/py-fonttools,python3
+print/py-pikepdf,python3
+print/py-pylatex,python3
+print/py-reportlab
+print/py-reportlab,python3
+print/qpdf
+print/sile
+print/system-config-printer
+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/u2ps
+print/unpaper
+print/weasyprint,python3
+productivity/aqbanking
+productivity/bruce
+productivity/fet
+productivity/gnucash-docs
+productivity/grisbi
+productivity/gsimplecal
+productivity/gtg
+productivity/homebank
+productivity/jrnlc
+productivity/khal
+productivity/ledger
+productivity/libphonenumber
+productivity/minder
+productivity/py-tasklib,python3
+productivity/radicale
+productivity/radicale2
+productivity/rubrica2
+productivity/taskd
+productivity/taskwarrior
+productivity/teapot
+productivity/timewarrior
+productivity/vdirsyncer
+productivity/vit
+productivity/vym
+productivity/workrave
+productivity/xinvest
+productivity/xquote
+productivity/zim
+security/age-plugin-yubikey
+security/badkeys
+security/clusterssh
+security/cyrus-sasl2,mysql
+security/encfs
+security/fwbuilder
+security/gnupg
+security/gnutls
+security/gringotts
+security/hashdeep
+security/hydra
+security/hydra,-gui
+security/hydra,-main
+security/kc,yubikey
+security/keepassxc
+security/keepassxc,yubikey
+security/keyringer
+security/lastpass-cli
+security/letsencrypt/client
+security/letsencrypt/py-acme,python3
+security/libmodsecurity
+security/libssh
+security/minisign
+security/oath-toolkit
+security/oath-toolkit,-main
+security/oath-toolkit,-pskc
+security/opmsg
+security/otpcalc
+security/p5-GPG
+security/p5-GnuPG
+security/p5-GnuPG-Interface
+security/p5-Module-Signature
+security/p5-PGP-Sign
+security/pass-import
+security/pass-otp
+security/password-store
+security/pcsc-cyberjack
+security/pcsc-tools
+security/pidgin-otr
+security/pivy
+security/plaso
+security/plass
+security/polarssl
+security/py-axolotl,python3
+security/py-bcrypt,python3
+security/py-cryptography,python3
+security/py-dfvfs,python3
+security/py-duo_universal,python3
+security/py-fido2,python3
+security/py-gnupg,python3
+security/py-in-toto,python3
+security/py-josepy,python3
+security/py-keyring,python3
+security/py-oauthlib,python3
+security/py-omemo-dr,python3
+security/py-openssl,python3
+security/py-paramiko,python3
+security/py-passlib,python3
+security/py-ropper,python3
+security/py-scp,python3
+security/py-secretstorage,python3
+security/py-securesystemslib,python3
+security/py-service_identity,python3
+security/py-trustme,python3
+security/qca-qt5
+security/qtkeychain
+security/qtpass
+security/rnp
+security/routersploit
+security/ruby-cms_scanner,ruby33
+security/ssh-askpass-fullscreen
+security/steghide
+security/stegseek
+security/suricata
+security/tclgpg
+security/xmlsec
+security/xmlsec,-docs
+security/xmlsec,-main
+security/yubico/yubico-piv-tool
+security/yubico/yubikey-manager
+security/yubico/yubikey-personalization
+security/yubico/yubikey-personalization-gui
+security/zkt
+shells/fish
+shells/nsh
+shells/nushell
+sysutils/aarch64-esr-decoder
+sysutils/ansible
+sysutils/ansible-core
+sysutils/ansible-lint
+sysutils/apcupsd
+sysutils/apcupsd,-cgi
+sysutils/apcupsd,-main
+sysutils/apcupsd,-x11
+sysutils/appmanager
+sysutils/arm-trusted-firmware
+sysutils/bacula
+sysutils/bacula,-bat
+sysutils/bacula,-main
+sysutils/bacula,-mysql
+sysutils/bacula,-pgsql
+sysutils/bacula,-server
+sysutils/bacula,-sqlite3
+sysutils/bat
+sysutils/broot
+sysutils/bubblemon-dockapp
+sysutils/bupstash
+sysutils/burp/2.0
+sysutils/burp/2.1
+sysutils/burp/2.2
+sysutils/conky
+sysutils/czkawka
+sysutils/czkawka,-gui
+sysutils/czkawka,-main
+sysutils/dfc
+sysutils/dtb
+sysutils/duplicity
+sysutils/eza
+sysutils/fabric
+sysutils/fclones
+sysutils/fd
+sysutils/firmware/arm64-qcom-dtb
+sysutils/flatpak/libportal
+sysutils/flatpak/libportal,-gtk3
+sysutils/flatpak/libportal,-gtk4
+sysutils/flatpak/libportal,-main
+sysutils/flatpak/libportal,-qt5
+sysutils/galleon
+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/gource
+sysutils/grive2
+sysutils/gsmartcontrol
+sysutils/libptytty
+sysutils/librelp
+sysutils/login_oath
+sysutils/logstalgia
+sysutils/lsd
+sysutils/lsyncd
+sysutils/m1n1
+sysutils/mangl
+sysutils/menulibre
+sysutils/modlogan
+sysutils/nut
+sysutils/nut,-cgi
+sysutils/nut,-main
+sysutils/nut,-snmp
+sysutils/nut,-xml
+sysutils/openwsman
+sysutils/puppetserver/7
+sysutils/puppetserver/8
+sysutils/py-ghmi,python3
+sysutils/py-parallel-ssh,python3
+sysutils/py-tsk,python3
+sysutils/py-vsphere-automation,python3
+sysutils/rdiff-backup
+sysutils/reed-alert
+sysutils/remotebox
+sysutils/resmon,-nagios
+sysutils/riemann-c-client
+sysutils/rofi
+sysutils/rsyslog
+sysutils/rsyslog,-elasticsearch
+sysutils/rsyslog,-main
+sysutils/rsyslog,-mysql
+sysutils/rsyslog,-normalize
+sysutils/rsyslog,-pgsql
+sysutils/ruby-facter,ruby33
+sysutils/ruby-puppetserver-ca,ruby33
+sysutils/ruby-sigdump,ruby33
+sysutils/ruby-tty-color,ruby33
+sysutils/ruby-tty-cursor,ruby33
+sysutils/ruby-tty-prompt,ruby33
+sysutils/ruby-tty-reader,ruby33
+sysutils/ruby-tty-screen,ruby33
+sysutils/ruby-tty-spinner,ruby33
+sysutils/ruby-tty-which,ruby33
+sysutils/ruby-tzinfo,ruby33
+sysutils/screenfetch
+sysutils/symon
+sysutils/symon,-main
+sysutils/symon,-mux
+sysutils/syslog-ng
+sysutils/tarsnap-gui
+sysutils/testdisk
+sysutils/tkdvd
+sysutils/tmate
+sysutils/tmux-mem-cpu-load
+sysutils/tray-app
+sysutils/ugrep
+sysutils/wsmancli
+sysutils/xps
+telephony/bcg729
+telephony/coturn
+telephony/iaxclient
+telephony/iaxclient,-main
+telephony/iaxclient,-tcl
+telephony/iaxmodem
+telephony/kamailio
+telephony/kamailio,-berkeley
+telephony/kamailio,-carrierroute
+telephony/kamailio,-ldap
+telephony/kamailio,-main
+telephony/kamailio,-mysql
+telephony/kamailio,-perl
+telephony/kamailio,-postgresql
+telephony/kamailio,-presence
+telephony/kamailio,-radius
+telephony/kamailio,-snmpstats
+telephony/kamailio,-xml
+telephony/libzrtp
+telephony/linphone/bctoolbox
+telephony/linphone/bcunit
+telephony/linphone/belcard
+telephony/linphone/belle-sip
+telephony/linphone/belr
+telephony/linphone/bzrtp
+telephony/linphone/mediastreamer2
+telephony/linphone/ortp
+telephony/pjsua
+telephony/pjsua,-main
+telephony/pjsua,-pjsua
+telephony/resiprocate
+telephony/resiprocate,
+telephony/resiprocate,,-main
+telephony/resiprocate,,-repro
+telephony/resiprocate,,-return
+telephony/resiprocate,-main
+telephony/resiprocate,-repro
+telephony/resiprocate,-return
+telephony/spandsp
+textproc/amber
+textproc/bibtex2html
+textproc/catfish
+textproc/clucene
+textproc/cmark
+textproc/dblatex
+textproc/delta
+textproc/ebook-tools
+textproc/gspell
+textproc/gtkspell
+textproc/gtkspell3
+textproc/halibut
+textproc/hexyl
+textproc/hotdoc
+textproc/htmlq
+textproc/iksemel
+textproc/jless
+textproc/latex2html
+textproc/latexmk
+textproc/lgrind
+textproc/libebml
+textproc/libical
+textproc/libical,-glib
+textproc/libical,-main
+textproc/liblrdf
+textproc/libtranslate
+textproc/luceneplusplus
+textproc/mdbook
+textproc/mgdiff
+textproc/multimarkdown
+textproc/mupdf
+textproc/mupdf,js
+textproc/nfoview
+textproc/nlohmann-json
+textproc/opensearch
+textproc/p5-LaTeX-Driver
+textproc/p5-LaTeXML
+textproc/p5-Syntax-Highlight-Mason
+textproc/p5-Template-Plugin-GD
+textproc/p5-tkispell
+textproc/pastel
+textproc/podofo
+textproc/pplatex
+textproc/pugixml
+textproc/py-ijson,python3
+textproc/py-jaraco-text,python3
+textproc/py-numpydoc,python3
+textproc/py-pdfminer,python3
+textproc/qxlsx
+textproc/rapidjson
+textproc/raptor
+textproc/rasqal
+textproc/re2
+textproc/redland
+textproc/redland,-main
+textproc/redland,-mysql
+textproc/redland,-pgsql
+textproc/riff
+textproc/ripgrep
+textproc/rubber
+textproc/ruby-commonmarker,ruby32
+textproc/ruby-commonmarker,ruby33
+textproc/ruby-erubi,ruby33
+textproc/ruby-erubis,ruby33
+textproc/ruby-mustache,ruby33
+textproc/ruby-text,ruby33
+textproc/solr
+textproc/sphinx
+textproc/sword
+textproc/tinyxml2
+textproc/typst
+textproc/uchardet
+textproc/uncrustify
+textproc/xpdf
+textproc/xpdf3
+textproc/zathura/core
+textproc/zathura/plugins/cb
+textproc/zathura/plugins/djvu
+textproc/zathura/plugins/mupdf
+textproc/zathura/plugins/ps
+wayland/dmenu-wayland
+wayland/grim
+wayland/havoc
+wayland/libei
+wayland/libevdev-openbsd
+wayland/libinput-openbsd
+wayland/slurp
+wayland/swaybg
+wayland/swayidle
+wayland/swayimg
+wayland/swaylock
+wayland/wayland
+wayland/wayland-protocols
+wayland/wayland-utils
+wayland/wev
+wayland/wf-config
+wayland/wlr-randr
+wayland/wmenu
+wayland/xwayland
+www/analog
+www/ap2-mod_dnssd
+www/ap2-mod_jk
+www/ap2-mod_perl
+www/ap2-mod_wsgi
+www/apache-httpd
+www/aria2
+www/blogsum
+www/buku
+www/c-icap/c-icap
+www/c-icap/c-icap,-db
+www/c-icap/c-icap,-ldap
+www/c-icap/c-icap,-main
+www/castor
+www/civetweb
+www/dillo
+www/edbrowse
+www/ephemetoot
+www/geckodriver
+www/httrack
+www/igal
+www/igal2
+www/kiwix/kiwix-tools
+www/kiwix/libkiwix
+www/libmicrohttpd
+www/libwebsockets
+www/libwpe
+www/lightsquid
+www/lighttpd
+www/lighttpd,ldap
+www/lighttpd,ldap,mysql
+www/lighttpd,ldap,pgsql
+www/lighttpd,mysql
+www/lighttpd,pgsql
+www/links+
+www/llgal
+www/logswan
+www/minitube
+www/netsurf/browser
+www/netsurf/netsurf-fb
+www/newsboat
+www/newsraft
+www/nginx
+www/nginx,-geoip2
+www/nginx,-headers_more
+www/nginx,-image_filter
+www/nginx,-ldap_auth
+www/nginx,-lua
+www/nginx,-mailproxy
+www/nginx,-main
+www/nginx,-naxsi
+www/nginx,-njs
+www/nginx,-perl
+www/nginx,-rtmp
+www/nginx,-securelink
+www/nginx,-stream
+www/nginx,-xslt
+www/nostt
+www/p5-Apache-DBI
+www/p5-Apache-Gallery
+www/p5-Apache-MP3
+www/p5-Catalyst-Engine-Apache
+www/p5-Catalyst-View-Mason
+www/p5-Dancer-Plugin-Thumbnail
+www/p5-HTML-Mason
+www/p5-HTML-Mason-PSGIHandler
+www/p5-HTTP-Server-Simple-Mason
+www/p5-MasonX-Interp-WithCallbacks
+www/p5-Maypole
+www/p5-Maypole-Authentication-UserSessionCookie
+www/p5-Mojolicious-Plugin-Thumbnail
+www/p5-WWW-Ebay
+www/p5-libapreq2
+www/pipe-viewer,-gtk
+www/pnp4nagios
+www/pnp4nagios,-main
+www/purritobin
+www/py-CherryPy,python3
+www/py-aiohttp-oauthlib,python3
+www/py-bokeh,python3
+www/py-cheroot,python3
+www/py-h2,python3
+www/py-hpack,python3
+www/py-http_ece,python3
+www/py-httpbin,python3
+www/py-hyperframe,python3
+www/py-jwt,python3
+www/py-mastodon.py,python3
+www/py-ndg-httpsclient,python3
+www/py-requests-oauthlib,python3
+www/py-treq,python3
+www/py-uri-template,python3
+www/py-webcolors,python3
+www/py-webpy,python3
+www/ruby-ethon,ruby33
+www/ruby-faraday,ruby33
+www/ruby-faraday-follow_redirects,ruby33
+www/ruby-faraday-net_http,ruby33
+www/ruby-jwt,ruby33
+www/ruby-typhoeus,ruby33
+www/ruby-webrick,ruby33
+www/ruby-xmlrpc,ruby33
+www/sarg
+www/sarg,ldap
+www/squid
+www/squid,-ldap
+www/squid,-main
+www/squid,krb5
+www/squid,krb5,-ldap
+www/squid,krb5,-main
+www/squidclamav
+www/squidguard
+www/squidguard,ldap
+www/stagit
+www/swiggle
+www/tidy
+www/tomcat/v10
+www/tomcat/v10,-examples
+www/tomcat/v10,-main
+www/tootstream
+www/trac
+www/ttyd
+www/uget
+www/uriparser
+www/urlwatch
+www/uwebsockets
+www/w3m,image
+www/wApua
+www/webalizer
+www/woob
+www/wpebackend-fdo
+x11/Xdialog
+x11/adwaita-qt
+x11/aewm
+x11/afterstep
+x11/agar/agar
+x11/agar/test
+x11/alacritty
+x11/arc-icon-theme
+x11/asapm
+x11/awesome
+x11/belt
+x11/bemenu
+x11/bgs
+x11/cool-retro-term
+x11/ctwm
+x11/dbusmenu-qt
+x11/dragon-drop
+x11/dunst
+x11/e16keyedit
+x11/ede/desktop
+x11/ede/lib
+x11/elementary/calculator
+x11/elementary/granite
+x11/emelfm2
+x11/enlightenment
+x11/eterm
+x11/eterm,kanji
+x11/faba-icon-theme
+x11/faenza-icon-theme
+x11/fbpanel
+x11/fleditor
+x11/fltk
+x11/fluxbox
+x11/fluxter
+x11/flvw
+x11/flwm
+x11/freerdp
+x11/fsv
+x11/fvwm2
+x11/fvwm3
+x11/gbdfed
+x11/gcolor2
+x11/gedit/amtk
+x11/gedit/gfls
+x11/gedit/gtksourceview
+x11/gedit/tepl
+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/adwaita-icon-theme-legacy
+x11/gnome/autoar
+x11/gnome/backgrounds
+x11/gnome/dconf-editor
+x11/gnome/desktop
+x11/gnome/desktop,-common
+x11/gnome/desktop,-gtk4
+x11/gnome/desktop,-main
+x11/gnome/epub-thumbnailer
+x11/gnome/gcr
+x11/gnome/gcr4
+x11/gnome/gdl
+x11/gnome/gom
+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/libdazzle
+x11/gnome/libdmapsharing4
+x11/gnome/libgda
+x11/gnome/libgda,-main
+x11/gnome/libgda,-pgsql
+x11/gnome/libgnomecanvas
+x11/gnome/libgweather4
+x11/gnome/libmediaart
+x11/gnome/librsvg
+x11/gnome/libshumate
+x11/gnome/power-manager
+x11/gnome/screenshot
+x11/gnome/themes-extra
+x11/gnome/totem-pl-parser
+x11/gnome/tracker3
+x11/gnome/video-effects
+x11/gnome/vino
+x11/goggles
+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,-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/gtk-vnc
+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/gtkmm40
+x11/gtksourceview
+x11/gtksourceview3
+x11/gtksourceview4
+x11/gtksourceview5
+x11/gxmessage
+x11/herbstluftwm
+x11/hsetroot
+x11/human-icon-theme
+x11/i3
+x11/i3lock
+x11/i3status
+x11/icewm
+x11/idesk
+x11/industrial-icon-theme
+x11/irrlicht
+x11/isomaster
+x11/jgmenu
+x11/jwm
+x11/keybinder3
+x11/keynav
+x11/klavaro
+x11/lablgtk2
+x11/lablgtk3
+x11/libdbusmenu
+x11/libfm/core
+x11/libgdiplus
+x11/libhandy
+x11/libqtolm
+x11/lxappearance
+x11/lxqt/build-tools
+x11/lxqt/compton-conf
+x11/lxqt/obconf-qt
+x11/lxrandr
+x11/lxterminal
+x11/mate/caja
+x11/mate/caja-extensions
+x11/mate/desktop
+x11/mate/icon-theme
+x11/mate/libmatekbd
+x11/mate/libmatemixer
+x11/mate/libmateweather
+x11/mate/polkit
+x11/mate/themes
+x11/mlterm
+x11/moka-icon-theme
+x11/motif
+x11/mplayer
+x11/mruby-zest
+x11/mxconns
+x11/nx/nxcomp
+x11/nx/nxproxy
+x11/obconf
+x11/obmenu
+x11/ogle
+x11/ogle_gui
+x11/openbox
+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/p5-Tk
+x11/p5-Tk,-demo
+x11/p5-Tk,-main
+x11/p5-Tk-ProgressBar-Mac
+x11/p5-Tk-Splash
+x11/p5-Tk-Stderr
+x11/p5-Tk-TableMatrix
+x11/paper-gtk-theme
+x11/paper-icon-theme
+x11/papirus-icon-theme
+x11/parcellite
+x11/pcmanfm
+x11/pekwm
+x11/picom
+x11/pidgin-guifications
+x11/pidgin-libnotify
+x11/pmenu
+x11/podbrowser
+x11/polkit-qt,qt5
+x11/py-gtk2
+x11/qdirstat
+x11/qt5/docs
+x11/qt5/docs,-html
+x11/qt5/docs,-qch
+x11/qt5/qt3d
+x11/qt5/qt3d,
+x11/qt5/qt3d,,-examples
+x11/qt5/qt3d,,-main
+x11/qt5/qt3d,-examples
+x11/qt5/qt3d,-main
+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,,-examples
+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/qtmultimedia
+x11/qt5/qtmultimedia,
+x11/qt5/qtmultimedia,,-examples
+x11/qt5/qtmultimedia,,-main
+x11/qt5/qtmultimedia,-main
+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/qtspeech
+x11/qt5/qtspeech,
+x11/qt5/qtspeech,,-examples
+x11/qt5/qtspeech,,-main
+x11/qt5/qtspeech,-examples
+x11/qt5/qtspeech,-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,-main
+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/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/qtfm
+x11/qwt
+x11/rdesktop
+x11/remmina
+x11/rep-gtk
+x11/retrosmart-icon-theme
+x11/rox-filer
+x11/roxterm
+x11/rxvt-unicode
+x11/rxvt-unicode,everything
+x11/rxvt-unicode,small
+x11/sakura
+x11/sawfish
+x11/skippy
+x11/smplayer
+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/uwm
+x11/vlc
+x11/vlc,
+x11/vlc,,-jack
+x11/vlc,,-main
+x11/vlc,-jack
+x11/vlc,-main
+x11/wbar
+x11/windowmaker
+x11/windowmaker,-lang
+x11/windowmaker,-main
+x11/windowmaker-extra
+x11/wmfishtime
+x11/wmmenu,gdk_pixbuf
+x11/worker
+x11/x11vnc
+x11/x2goclient
+x11/xarchive
+x11/xarchiver
+x11/xbae
+x11/xdaliclock
+x11/xdg-user-dirs-gtk
+x11/xdotool
+x11/xdrawchem
+x11/xfce4/xfce4-icon-theme
+x11/xfe
+x11/xforms
+x11/xglobe
+x11/xglobe,no_map
+x11/xkbcommon
+x11/xkbset,-gui
+x11/xli
+x11/xloadimage
+x11/xmenu
+x11/xnotify
+x11/xpad
+x11/xplanet
+x11/xruskb,motif
+x11/xscreensaver
+x11/xsettingsd
+x11/xss-lock
+x11/xwallpaper
+x11/yad
+x11/yaru

Packages not built this time:
-archivers/ruby-minitar,ruby32
-converters/ruby-multi_json,ruby32
-databases/ruby-hiera3,ruby32
-devel/or1k-elf/gcc
-devel/ruby-activesupport,ruby32
-devel/ruby-childprocess,ruby32
-devel/ruby-colored2,ruby32
-devel/ruby-concurrent-ruby,ruby32
-devel/ruby-cri,ruby32
-devel/ruby-deep_merge,ruby32
-devel/ruby-diff-lcs,ruby32
-devel/ruby-fast_gettext,ruby32
-devel/ruby-get_process_mem,ruby32
-devel/ruby-gettext,ruby32
-devel/ruby-gettext-setup,ruby32
-devel/ruby-hitimes,ruby32
-devel/ruby-hocon,ruby32
-devel/ruby-i18n,ruby32
-devel/ruby-json-schema,ruby32
-devel/ruby-json_pure,ruby32
-devel/ruby-locale,ruby32
-devel/ruby-log4r,ruby32
-devel/ruby-metaclass,ruby32
-devel/ruby-opt_parse_validator,ruby32
-devel/ruby-pastel,ruby32
-devel/ruby-pathspec,ruby32
-devel/ruby-puppet-resource_api,ruby32
-devel/ruby-puppet_forge,ruby32
-devel/ruby-rspec/3/core,ruby32
-devel/ruby-rspec/3/expectations,ruby32
-devel/ruby-rspec/3/mocks,ruby32
-devel/ruby-rspec/3/support,ruby32
-devel/ruby-ruby-progressbar,ruby32
-devel/ruby-scanf,ruby32
-devel/ruby-semantic_puppet,ruby32
-devel/ruby-test-unit-ruby-core,ruby32
-devel/ruby-thor,ruby32
-devel/ruby-wisper,ruby32
-devel/ruby-xdg,ruby32
-devel/ruby-zeitwerk,ruby32
-graphics/ruby-chunky_png,ruby32
-graphics/ruby-rqrcode-core,ruby32
-lang/gambit
-mail/alpine
-mail/alpine,-c-client
-mail/alpine,-imap
-mail/alpine,-mailutil
-mail/alpine,-main
-mail/alpine,-pico
-mail/alpine,-pilot
-security/ruby-cms_scanner,ruby32
-sysutils/crust
-sysutils/ruby-facter,ruby32
-sysutils/ruby-puppetserver-ca,ruby32
-sysutils/ruby-sigdump,ruby32
-sysutils/ruby-tty-color,ruby32
-sysutils/ruby-tty-cursor,ruby32
-sysutils/ruby-tty-prompt,ruby32
-sysutils/ruby-tty-reader,ruby32
-sysutils/ruby-tty-screen,ruby32
-sysutils/ruby-tty-spinner,ruby32
-sysutils/ruby-tty-which,ruby32
-sysutils/ruby-tzinfo,ruby32
-textproc/ruby-erubi,ruby32
-textproc/ruby-erubis,ruby32
-textproc/ruby-mustache,ruby32
-textproc/ruby-text,ruby32
-www/ruby-ethon,ruby32
-www/ruby-faraday,ruby32
-www/ruby-faraday-follow_redirects,ruby32
-www/ruby-faraday-net_http,ruby32
-www/ruby-jwt,ruby32
-www/ruby-typhoeus,ruby32
-www/ruby-webrick,ruby32
-www/ruby-xmlrpc,ruby32