CVS: cvs.openbsd.org: ports

2022-11-20 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/11/21 00:58:05

Modified files:
net/gupnp/core : Makefile distinfo 

Log message:
Update to gupnp-1.6.2.



CVS: cvs.openbsd.org: ports

2022-11-20 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/11/21 00:53:56

Modified files:
net/gssdp  : Makefile distinfo 
net/gssdp/pkg  : PLIST 

Log message:
Update to gssdp-1.6.2.



CVS: cvs.openbsd.org: ports

2022-11-20 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/11/21 00:49:56

Modified files:
devel/pango: Makefile distinfo 

Log message:
Update to pango-1.50.12.



CVS: cvs.openbsd.org: ports

2022-11-20 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2022/11/21 00:49:52

Modified files:
net/gomuks : modules.inc 

Log message:
net/gomuks: forgot to zap stupid MODGO_VERSION from modules.inc



CVS: cvs.openbsd.org: ports

2022-11-20 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2022/11/21 00:38:01

Modified files:
net/gomuks : Makefile distinfo modules.inc 

Log message:
net/gomuks: update to 0.3.0. requested, tested, and ok by landry

https://github.com/tulir/gomuks/releases/tag/v0.3.0



UPDATE: mpv

2022-11-20 Thread Brad Smith
Convert the port over to using Meson and add zimg support while here.


Index: Makefile
===
RCS file: /home/cvs/ports/multimedia/mpv/Makefile,v
retrieving revision 1.85
diff -u -p -u -p -r1.85 Makefile
--- Makefile20 Nov 2022 07:22:59 -  1.85
+++ Makefile21 Nov 2022 01:34:27 -
@@ -3,7 +3,7 @@ COMMENT =   movie player based on MPlayer
 GH_ACCOUNT =   mpv-player
 GH_PROJECT =   mpv
 GH_TAGNAME =   v0.35.0
-REVISION = 0
+REVISION = 1
 
 SHARED_LIBS += mpv 1.0 # 2.0
 
@@ -11,28 +11,22 @@ CATEGORIES =multimedia x11
 
 HOMEPAGE = https://mpv.io/
 
-WAF =  ${WRKSRC}/waf-2.0.24
-MASTER_SITES0 =https://waf.io/
-DISTFILES =${GH_DISTFILE} ${WAF:T}:0
-EXTRACT_ONLY = ${DISTNAME}${EXTRACT_SUFX}
-
 # GPLv2+
 PERMIT_PACKAGE =   Yes
 
-WANTLIB += EGL GL SDL2 X11 X11-xcb Xau Xdmcp Xext Xfixes Xinerama Xpresent
-WANTLIB += Xrandr Xrender Xss Xv Xxf86vm archive ass avcodec avdevice
-WANTLIB += avfilter avformat avresample avutil bluray c cdio cdio_cdda
-WANTLIB += cdio_paranoia drm dvdnav dvdread epoxy expat fontconfig
-WANTLIB += freetype fribidi gbm glib-2.0 graphite2 harfbuzz iconv
-WANTLIB += intl jpeg lcms2 ${MODLUA_WANTLIB} m pcre2-8 placebo postproc
-WANTLIB += pthread sndio swresample swscale udfread xcb xcb-dri2
-WANTLIB += xcb-glx xml2 z
+WANTLIB += EGL SDL2 X11 Xext Xinerama Xpresent Xrandr Xss Xv archive
+WANTLIB += ass avcodec avdevice avfilter avformat avutil bluray
+WANTLIB += c cdio cdio_cdda cdio_paranoia dvdnav iconv jpeg lcms2
+WANTLIB += ${MODLUA_WANTLIB} m placebo pthread sndio swresample
+WANTLIB += swscale z zimg
 
-MODULES =  lang/lua \
+MODULES =  devel/meson \
+   lang/lua \
lang/python
 
 COMPILER = base-clang ports-gcc
 COMPILER_LANGS =   c
+
 DEBUG_PACKAGES =   ${BUILD_PACKAGES}
 
 BUILD_DEPENDS =audio/ladspa \
@@ -43,10 +37,11 @@ LIB_DEPENDS =   archivers/libarchive \
audio/libcdio-paranoia \
converters/libiconv \
devel/sdl2 \
-   graphics/ffmpeg>=4.1.1 \
+   graphics/ffmpeg \
graphics/jpeg \
graphics/lcms2 \
graphics/libplacebo \
+   graphics/zimg \
multimedia/libass \
multimedia/libbluray \
multimedia/libdvdnav
@@ -57,69 +52,84 @@ RUN_DEPENDS =   devel/desktop-file-utils 
x11/gtk+3,-guic
 
 SEPARATE_BUILD =   Yes
-CONFIGURE_ARGS =   --confloaddir=${SYSCONFDIR}/mpv \
-   --confdir=${LOCALBASE}/share/examples/mpv \
-   --mandir=${LOCALBASE}/man \
-   --docdir=${LOCALBASE}/share/examples/mpv \
-   --lua="${MODLUA_DEP_VERSION}obsd" \
-   --enable-cdda \
-   --enable-dvdnav \
-   --enable-libmpv-shared \
-   --enable-sdl2 \
-   --enable-sndio \
-   --disable-alsa \
-   --disable-caca \
-   --disable-cuda-hwaccel \
-   --disable-egl-drm \
-   --disable-gl-wayland \
-   --disable-jack \
-   --disable-rubberband \
-   --disable-openal \
-   --disable-optimize \
-   --disable-pipewire \
-   --disable-pulse \
-   --disable-sixel \
-   --disable-sdl2-audio \
-   --disable-uchardet \
-   --disable-vaapi \
-   --disable-vaapi-drm \
-   --disable-vaapi-x-egl \
-   --disable-vaapi-x11 \
-   --disable-vaapi-wayland \
-   --disable-vapoursynth \
-   --disable-vdpau \
-   --disable-vdpau-gl-x11 \
-   --disable-videotoolbox-gl \
-   --disable-vulkan \
-   --disable-wayland
-
-MAKE_ENV = CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
-   LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
-   LIBmpv_VERSION=${LIBmpv_VERSION}
-MAKE_FLAGS =   -o "${WRKBUILD}" -t "${WRKSRC}" --destdir="${DESTDIR}"
-
-NO_TEST =  Yes
-
-DO_WAF =   cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MODPY_BIN} \
-   ${WAF} ${MAKE_FLAGS}
 
-SUBST_VARS +=  LIBmpv_VERSION
+CONFIGURE_ARGS = 

[UPDATE} jgmenu-2.1 -> jgmenu-4.4.1

2022-11-20 Thread Heppler, J. Scott

The attached diff updates jgmenu.

The update matches Debian testing and is one minor version beyond
FreeBSD.

This update add a fourth method of menu generation - apps.  "apps" is an
internal menu generator that duplicates the function of x11/menu-cache
while being significantly faster.

Builds/runs amd64.  make ports-lib-depends-check produced
Extra/ menu-cache.1  pkg/README updated for apps.

--
J. Scott Heppler
Index: x11/jgmenu/Makefile
===
RCS file: /cvs/ports/x11/jgmenu/Makefile,v
retrieving revision 1.13
diff -u -p -u -r1.13 Makefile
--- x11/jgmenu/Makefile 13 Nov 2022 15:30:22 -  1.13
+++ x11/jgmenu/Makefile 20 Nov 2022 23:34:02 -
@@ -3,8 +3,7 @@ CATEGORIES =x11
 
 GH_ACCOUNT =   johanmalm
 GH_PROJECT =   jgmenu
-GH_TAGNAME =   v2.1
-REVISION = 6
+GH_TAGNAME =   v4.4.1
 
 # GPLv2 only
 PERMIT_PACKAGE =   Yes
@@ -26,7 +25,7 @@ LIB_DEPENDS = x11/gnome/librsvg \
 RUN_DEPENDS =  devel/desktop-file-utils \
 x11/gtk+3,-guic
 
-CONFIGURE_STYLE =  none
+CONFIGURE_STYLE =  gnu
 
 USE_GMAKE =Yes
 MAKE_FLAGS =   VERBOSE=1
Index: x11/jgmenu/distinfo
===
RCS file: /cvs/ports/x11/jgmenu/distinfo,v
retrieving revision 1.2
diff -u -p -u -r1.2 distinfo
--- x11/jgmenu/distinfo 26 Feb 2019 16:16:05 -  1.2
+++ x11/jgmenu/distinfo 20 Nov 2022 23:34:02 -
@@ -1,2 +1,2 @@
-SHA256 (jgmenu-2.1.tar.gz) = rtB7PRVsAn4uS2Kvv5b4+RstWRRvT22Hc8SNMV81rz8=
-SIZE (jgmenu-2.1.tar.gz) = 330256
+SHA256 (jgmenu-4.4.1.tar.gz) = FkGU652nzO3M+0d5ZWCyprD3NK5sXDh47BhPfP5/jzI=
+SIZE (jgmenu-4.4.1.tar.gz) = 382258
Index: x11/jgmenu/patches/patch-Makefile
===
RCS file: /cvs/ports/x11/jgmenu/patches/patch-Makefile,v
retrieving revision 1.2
diff -u -p -u -r1.2 patch-Makefile
--- x11/jgmenu/patches/patch-Makefile   11 Mar 2022 20:16:09 -  1.2
+++ x11/jgmenu/patches/patch-Makefile   20 Nov 2022 23:34:02 -
@@ -1,42 +1,32 @@
 Index: Makefile
 --- Makefile.orig
 +++ Makefile
-@@ -24,7 +24,7 @@ else
- datarootdir= $(prefix)/share
- endif
- 
--CFLAGS  += -g -Wall -Os -std=gnu89
-+CFLAGS  += -Wall -std=gnu89
- CFLAGS  += -Wextra -Wdeclaration-after-statement -Wno-format-zero-length \
-  -Wold-style-definition -Woverflow -Wpointer-arith \
-  -Wstrict-prototypes -Wunused -Wvla -Wunused-result
-@@ -100,18 +100,18 @@ $(DEPDIR)/%.d: ;
+@@ -80,17 +80,17 @@ $(DEPDIR)/%.d: ;
  .PRECIOUS: $(DEPDIR)/%.d
  
- install: checkdeps $(PROGS)
+ install: $(PROGS)
 -  @install -d $(DESTDIR)$(bindir)
 -  @install -m755 jgmenu src/jgmenu_run $(DESTDIR)$(bindir)
--  @install -d $(DESTDIR)$(libexecdir)
--  @install -m755 $(PROGS_LIBEXEC) $(SCRIPTS_LIBEXEC) 
$(DESTDIR)$(libexecdir)
--  @./scripts/set-exec-path.sh $(DESTDIR)$(bindir)/jgmenu_run $(libexecdir)
+-  @install -d $(DESTDIR)$(libexecdir)/jgmenu
+-  @install -m755 $(PROGS_LIBEXEC) $(SCRIPTS_LIBEXEC) 
$(DESTDIR)$(libexecdir)/jgmenu
+-  @./scripts/set-exec-path.sh $(DESTDIR)$(bindir)/jgmenu_run 
$(libexecdir)/jgmenu
 -  @$(MAKE) --no-print-directory -C docs/manual/ prefix=$(prefix) install
 -  @install -d $(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps/
 -  @install -d $(DESTDIR)$(datarootdir)/applications/
 -  @install -m644 ./data/jgmenu.svg 
$(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps/
 -  @install -m644 ./data/jgmenu.desktop 
$(DESTDIR)$(datarootdir)/applications/
+-  @for dir in $(CONTRIB_DIRS); do \
 +  install -d $(DESTDIR)$(bindir)
 +  install -m755 jgmenu src/jgmenu_run $(DESTDIR)$(bindir)
-+  install -d $(DESTDIR)$(libexecdir)
-+  install -m755 $(PROGS_LIBEXEC) $(SCRIPTS_LIBEXEC) 
$(DESTDIR)$(libexecdir)
-+  ./scripts/set-exec-path.sh $(DESTDIR)$(bindir)/jgmenu_run $(libexecdir)
++  install -d $(DESTDIR)$(libexecdir)/jgmenu
++  install -m755 $(PROGS_LIBEXEC) $(SCRIPTS_LIBEXEC) 
$(DESTDIR)$(libexecdir)/jgmenu
++  ./scripts/set-exec-path.sh $(DESTDIR)$(bindir)/jgmenu_run 
$(libexecdir)/jgmenu
 +  $(MAKE) --no-print-directory -C docs/manual/ prefix=$(prefix) install
 +  install -d $(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps/
 +  install -d $(DESTDIR)$(datarootdir)/applications/
 +  install -m644 ./data/jgmenu.svg 
$(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps/
 +  install -m644 ./data/jgmenu.desktop 
$(DESTDIR)$(datarootdir)/applications/
- ifeq ($(NO_LX),1)
--  @echo "info: lx module not included as libmenu-cache >=1.1.0 not found"
-+  echo "info: lx module not included as libmenu-cache >=1.1.0 not found"
- endif
++  for dir in $(CONTRIB_DIRS); do  \
+   $(MAKE) -C contrib/$$dir install || exit 1; \
+   done
  
- # We are not brave enough to uninstall in /usr/, /usr/local/ etc
Index: 

CVS: cvs.openbsd.org: ports

2022-11-20 Thread George Koehler
CVSROOT:/cvs
Module name:ports
Changes by: gkoeh...@cvs.openbsd.org2022/11/20 17:04:04

Removed files:
devel/libdsm/patches: patch-configure 

Log message:
Forgot a patch when removing devel/libdsm

ok tb@



PATCH: gdk-pixbuf2 2.42.9

2022-11-20 Thread Kristaps Dzonsons

Hi,

When using shotwell for full-frame (~40 MB) photos, recent updates 
caused import of said files to barf and not import with mysterious 
"Backing store not supported" errors in the log.  Seems this error comes 
from gdk-pixbuf2, which passes hard constraints to libjpeg regarding 
memory usage.  The enclosed patch fixes this when dropped into "patches".


When applied and gdk-pixbuf (as of 7.2, version 2.42.9) updated, I no 
longer have errors.


See https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/216 for details.

Best,

KristapsIndex: gdk-pixbuf/io-jpeg.c
--- gdk-pixbuf/io-jpeg.c.orig
+++ gdk-pixbuf/io-jpeg.c
@@ -1091,7 +1091,7 @@ gdk_pixbuf__jpeg_image_load_increment (gpointer data,
rc = jpeg_read_header (cinfo, TRUE);
context->src_initialized = TRUE;
 
-cinfo->mem->max_memory_to_use = 100 * 1024 * 1024;
+cinfo->mem->max_memory_to_use = 1024 * 1024 * 1024;

if (rc == JPEG_SUSPENDED)
continue;


CVS: cvs.openbsd.org: ports

2022-11-20 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2022/11/20 15:32:56

Modified files:
sysutils/fd: Makefile crates.inc distinfo 

Log message:
Update fd to 8.5.3

The new test_owner_current_group fails, I haven't looked deeply into it.

Major update: https://github.com/sharkdp/fd/releases/tag/v8.5.0
Minor bugfix releases:
https://github.com/sharkdp/fd/releases/tag/v8.5.1
https://github.com/sharkdp/fd/releases/tag/v8.5.2
https://github.com/sharkdp/fd/releases/tag/v8.5.3



UPDATE: net/neochat

2022-11-20 Thread Rafael Sadowski
Update neochat to 22.09. Test feedback and OK?

Index: Makefile
===
RCS file: /cvs/ports/net/neochat/Makefile,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 Makefile
--- Makefile3 Sep 2022 05:55:48 -   1.11
+++ Makefile20 Nov 2022 21:11:35 -
@@ -1,5 +1,5 @@
 COMMENT =  client for Matrix chat
-VERSION =  22.06
+VERSION =  22.09
 DISTNAME = neochat-${VERSION}
 
 CATEGORIES=net
@@ -13,11 +13,10 @@ WANTLIB += ${COMPILER_LIBCXX} KF5Auth KF
 WANTLIB += KF5ConfigCore KF5ConfigGui KF5ConfigWidgets KF5CoreAddons
 WANTLIB += KF5DBusAddons KF5I18n KF5JobWidgets KF5KIOCore KF5KIOGui
 WANTLIB += KF5KIOWidgets KF5Kirigami2 KF5Notifications KF5Service
-WANTLIB += KF5Solid KF5SonnetCore KF5WidgetsAddons KF5WindowSystem
-WANTLIB += Qt5Concurrent Qt5Core Qt5DBus Qt5Gui Qt5Multimedia
-WANTLIB += Qt5Network Qt5Qml Qt5QmlModels Qt5Quick Qt5QuickControls2
-WANTLIB += Qt5Widgets Qt5Xml QtOlm Quotient X11 c cmark m olm
-WANTLIB += qt5keychain
+WANTLIB += KF5Solid KF5WidgetsAddons KF5WindowSystem Qt5Concurrent
+WANTLIB += Qt5Core Qt5DBus Qt5Gui Qt5Multimedia Qt5Network Qt5Qml
+WANTLIB += Qt5QmlModels Qt5Quick Qt5QuickControls2 Qt5Widgets
+WANTLIB += Qt5Xml QtOlm Quotient X11 c cmark m olm qt5keychain
 
 MODULES =  devel/kf5
 
Index: distinfo
===
RCS file: /cvs/ports/net/neochat/distinfo,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 distinfo
--- distinfo3 Sep 2022 05:55:48 -   1.4
+++ distinfo20 Nov 2022 21:11:35 -
@@ -1,2 +1,2 @@
-SHA256 (neochat-22.06.tar.xz) = tvEk4EeSpbo6/nAeqXg2QMKyA8RmTijPshQvAAebnZs=
-SIZE (neochat-22.06.tar.xz) = 336432
+SHA256 (neochat-22.09.tar.xz) = kTXMMRljlNr73/D/ARrvF2s2UDbCJrakzDPghHY1F8k=
+SIZE (neochat-22.09.tar.xz) = 361856



CVS: cvs.openbsd.org: ports

2022-11-20 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2022/11/20 14:03:33

Modified files:
devel/qcoro: Makefile distinfo 
devel/qcoro/pkg: PLIST 

Log message:
Update qcoro to 0.7.0



CVS: cvs.openbsd.org: ports

2022-11-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/11/20 13:17:06

Modified files:
net/toot   : Makefile distinfo 

Log message:
update to toot-0.28.1



CVS: cvs.openbsd.org: ports

2022-11-20 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2022/11/20 12:33:11

Modified files:
fonts/font-awesome: Makefile distinfo 

Log message:
Update font-awesome to 6.2.1



CVS: cvs.openbsd.org: ports

2022-11-20 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2022/11/20 12:26:10

Modified files:
devel/kdevelop : Makefile distinfo 
devel/kdevelop/pkg: PLIST 
graphics/skanlite: distinfo 
net/kdeconnect-kde: Makefile distinfo 
net/konversation: Makefile distinfo 
net/ktorrent   : distinfo 
net/libktorrent: distinfo 
productivity/kalendar: Makefile distinfo 
x11/kde-applications: kde-applications.port.mk 
x11/kde-applications/akonadi: distinfo 
x11/kde-applications/akonadi-calendar: distinfo 
x11/kde-applications/akonadi-calendar-tools: distinfo 
x11/kde-applications/akonadi-contacts: distinfo 
x11/kde-applications/akonadi-import-wizard: distinfo 
x11/kde-applications/akonadi-mime: distinfo 
x11/kde-applications/akonadi-notes: distinfo 
x11/kde-applications/akonadi-search: distinfo 
x11/kde-applications/akonadiconsole: distinfo 
x11/kde-applications/akregator: distinfo 
x11/kde-applications/analitza: distinfo 
x11/kde-applications/ark: distinfo 
x11/kde-applications/artikulate: distinfo 
x11/kde-applications/audiocd-kio: distinfo 
x11/kde-applications/baloo-widgets: distinfo 
x11/kde-applications/blinken: distinfo 
x11/kde-applications/bomber: distinfo 
x11/kde-applications/bovo: distinfo 
x11/kde-applications/calendarsupport: distinfo 
x11/kde-applications/cantor: Makefile distinfo 
x11/kde-applications/cervisia: distinfo 
x11/kde-applications/dolphin: distinfo 
x11/kde-applications/dolphin-plugins: distinfo 
x11/kde-applications/dragon: distinfo 
x11/kde-applications/elisa: distinfo 
x11/kde-applications/eventviews: distinfo 
x11/kde-applications/ffmpegthumbs: distinfo 
x11/kde-applications/filelight: distinfo 
x11/kde-applications/granatier: distinfo 
x11/kde-applications/grantlee-editor: distinfo 
x11/kde-applications/grantleetheme: distinfo 
x11/kde-applications/gwenview: distinfo 
x11/kde-applications/incidenceeditor: distinfo 
x11/kde-applications/juk: distinfo 
x11/kde-applications/kaddressbook: distinfo 
x11/kde-applications/kajongg: Makefile distinfo 
x11/kde-applications/kalarm: distinfo 
x11/kde-applications/kalgebra: distinfo 
x11/kde-applications/kalzium: distinfo 
x11/kde-applications/kamera: distinfo 
x11/kde-applications/kanagram: distinfo 
x11/kde-applications/kapman: distinfo 
x11/kde-applications/kapptemplate: distinfo 
x11/kde-applications/kate: distinfo 
x11/kde-applications/kate/pkg: PLIST 
x11/kde-applications/katomic: distinfo 
x11/kde-applications/kbackup: distinfo 
x11/kde-applications/kblackbox: distinfo 
x11/kde-applications/kblocks: distinfo 
x11/kde-applications/kbounce: distinfo 
x11/kde-applications/kbreakout: distinfo 
x11/kde-applications/kbruch: distinfo 
x11/kde-applications/kbruch/pkg: PLIST 
x11/kde-applications/kcachegrind: distinfo 
x11/kde-applications/kcalc: distinfo 
x11/kde-applications/kcalutils: distinfo 
x11/kde-applications/kcharselect: distinfo 
x11/kde-applications/kcolorchooser: distinfo 
x11/kde-applications/kcron: distinfo 
x11/kde-applications/kde-dev-scripts: Makefile distinfo 
x11/kde-applications/kde-dev-utils: distinfo 
x11/kde-applications/kdebugsettings: distinfo 
x11/kde-applications/kdeedu-data: distinfo 
x11/kde-applications/kdeedu-data/pkg: PLIST 
x11/kde-applications/kdegraphics-mobipocket: distinfo 
x11/kde-applications/kdegraphics-thumbnailers: distinfo 
x11/kde-applications/kdenetwork-filesharing: distinfo 
x11/kde-applications/kdenlive: distinfo 
x11/kde-applications/kdepim-addons: distinfo 
x11/kde-applications/kdepim-runtime: distinfo 
x11/kde-applications/kdesdk-thumbnailers: distinfo 
x11/kde-applications/kdf: distinfo 
x11/kde-applications/kdialog: distinfo 
x11/kde-applications/kdiamond: distinfo 
x11/kde-applications/keditbookmarks: distinfo 
x11/kde-applications/kfind: distinfo 
x11/kde-applications/kfloppy: distinfo 
x11/kde-applications/kfourinline: distinfo 
x11/kde-applications/kgeography: distinfo 
x11/kde-applications/kget: distinfo 
x11/kde-applications/kgoldrunner: distinfo 
x11/kde-applications/kgpg: distinfo 
x11/kde-applications/khangman: distinfo 
x11/kde-applications/khelpcenter: distinfo 
x11/kde-applications/kidentitymanagement: distinfo 
x11/kde-applications/kig: distinfo 
x11/kde-applications/kigo: distinfo 

CVS: cvs.openbsd.org: ports

2022-11-20 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2022/11/20 12:24:52

Modified files:
x11/tellico: Makefile distinfo 
x11/tellico/pkg: PLIST 

Log message:
Update tellico to 3.4.5



Re: editors/neovim and devel/libvterm

2022-11-20 Thread Laurence Tratt
On Sun, Nov 20, 2022 at 01:17:55PM +, Stuart Henderson wrote:

Hello Stuart,

> This would need to be 0.3v0 to take EPOCH into account (otherwise
> libvterm-20191009 matches).
> 
> I don't object to listing a version spec, but I would simply not bother
> with it here though. ports doesn't really support building unless you
> have the whole tree updated - and partial package updates don't work at
> all well.

Fair enough! Update attached (plus libvterm for completeness).


Laurie
diff --git editors/neovim/Makefile editors/neovim/Makefile
index ef5028b973a..839e60300b6 100644
--- editors/neovim/Makefile
+++ editors/neovim/Makefile
@@ -13,7 +13,7 @@ COMMENT = continuation and extension of Vim
 
 GH_ACCOUNT =   neovim
 GH_PROJECT =   neovim
-GH_TAGNAME =   v0.7.2
+GH_TAGNAME =   v0.8.0
 
 CATEGORIES =   editors devel
 HOMEPAGE = https://neovim.io
@@ -173,6 +173,9 @@ pre-configure:
 # These are the "old tests". There is also a new suite, but we would need the
 # "busted" test suite for Lua, which is not yet ported.
 #
+# Test_language_cmd fails due to:
+# https://github.com/neovim/neovim/issues/19331
+#
 # If cscope is installed, one test fails:
 # https://github.com/neovim/neovim/issues/12744
 #
diff --git editors/neovim/distinfo editors/neovim/distinfo
index 70ff3d228d5..3e5d7b1c7c8 100644
--- editors/neovim/distinfo
+++ editors/neovim/distinfo
@@ -1,6 +1,6 @@
 SHA256 (luajit-91bc6b8ad1f373c1ce9003dc024b2e21fad0e444.tar.gz) = 
gYlQMf24dgLH3eUigCWcYLH/0bWoo8J5LT4jkEgRY/o=
 SHA256 (luv-1.43.0-0.tar.gz) = VnpvPc3PiptU3cV//vidHpUNcoMrhe6ByMg6nU4OneI=
-SHA256 (neovim-0.7.2.tar.gz) = zKuMoCoMKS3p6hSzn4T5C2NaaSgt44prTMyFZbxl0JY=
+SHA256 (neovim-0.8.0.tar.gz) = UF49+3Hi9zSVxzfANKQWkRwmDAup/SCSxr4pZlW+TRg=
 SIZE (luajit-91bc6b8ad1f373c1ce9003dc024b2e21fad0e444.tar.gz) = 1072234
 SIZE (luv-1.43.0-0.tar.gz) = 1452021
-SIZE (neovim-0.7.2.tar.gz) = 10933623
+SIZE (neovim-0.8.0.tar.gz) = 11387355
diff --git editors/neovim/pkg/PLIST editors/neovim/pkg/PLIST
index b725afc0e26..4480d492575 100644
--- editors/neovim/pkg/PLIST
+++ editors/neovim/pkg/PLIST
@@ -54,6 +54,7 @@ share/nvim/runtime/autoload/
 share/nvim/runtime/autoload/RstFold.vim
 share/nvim/runtime/autoload/ada.vim
 share/nvim/runtime/autoload/adacomplete.vim
+share/nvim/runtime/autoload/bitbake.vim
 share/nvim/runtime/autoload/ccomplete.vim
 share/nvim/runtime/autoload/clojurecomplete.vim
 share/nvim/runtime/autoload/context.vim
@@ -72,7 +73,6 @@ share/nvim/runtime/autoload/health/nvim.vim
 share/nvim/runtime/autoload/health/provider.vim
 share/nvim/runtime/autoload/htmlcomplete.vim
 share/nvim/runtime/autoload/javascriptcomplete.vim
-share/nvim/runtime/autoload/man.vim
 share/nvim/runtime/autoload/msgpack.vim
 share/nvim/runtime/autoload/netrw.vim
 share/nvim/runtime/autoload/netrwFileHandlers.vim
@@ -89,6 +89,7 @@ share/nvim/runtime/autoload/provider/python3.vim
 share/nvim/runtime/autoload/provider/pythonx.vim
 share/nvim/runtime/autoload/provider/ruby.vim
 share/nvim/runtime/autoload/provider/script_host.rb
+share/nvim/runtime/autoload/python.vim
 share/nvim/runtime/autoload/python3complete.vim
 share/nvim/runtime/autoload/pythoncomplete.vim
 share/nvim/runtime/autoload/remote/
@@ -131,12 +132,15 @@ share/nvim/runtime/colors/delek.vim
 share/nvim/runtime/colors/desert.vim
 share/nvim/runtime/colors/elflord.vim
 share/nvim/runtime/colors/evening.vim
+share/nvim/runtime/colors/habamax.vim
 share/nvim/runtime/colors/industry.vim
 share/nvim/runtime/colors/koehler.vim
+share/nvim/runtime/colors/lunaperche.vim
 share/nvim/runtime/colors/morning.vim
 share/nvim/runtime/colors/murphy.vim
 share/nvim/runtime/colors/pablo.vim
 share/nvim/runtime/colors/peachpuff.vim
+share/nvim/runtime/colors/quiet.vim
 share/nvim/runtime/colors/ron.vim
 share/nvim/runtime/colors/shine.vim
 share/nvim/runtime/colors/slate.vim
@@ -181,8 +185,10 @@ share/nvim/runtime/compiler/gjs.vim
 share/nvim/runtime/compiler/gnat.vim
 share/nvim/runtime/compiler/go.vim
 share/nvim/runtime/compiler/haml.vim
+share/nvim/runtime/compiler/hare.vim
 share/nvim/runtime/compiler/hp_acc.vim
 share/nvim/runtime/compiler/icc.vim
+share/nvim/runtime/compiler/icon.vim
 share/nvim/runtime/compiler/ifort.vim
 share/nvim/runtime/compiler/intel.vim
 share/nvim/runtime/compiler/irix5_c.vim
@@ -205,10 +211,16 @@ share/nvim/runtime/compiler/ocaml.vim
 share/nvim/runtime/compiler/onsgmls.vim
 share/nvim/runtime/compiler/pbx.vim
 share/nvim/runtime/compiler/perl.vim
+share/nvim/runtime/compiler/perlcritic.vim
 share/nvim/runtime/compiler/php.vim
+share/nvim/runtime/compiler/podchecker.vim
 share/nvim/runtime/compiler/powershell.vim
 share/nvim/runtime/compiler/pylint.vim
 share/nvim/runtime/compiler/pyunit.vim
+share/nvim/runtime/compiler/raco.vim
+share/nvim/runtime/compiler/racomake.vim
+share/nvim/runtime/compiler/racosetup.vim
+share/nvim/runtime/compiler/racotest.vim
 share/nvim/runtime/compiler/rake.vim
 share/nvim/runtime/compiler/rhino.vim
 share/nvim/runtime/compiler/rspec.vim
@@ -280,6 +292,8 @@ 

CVS: cvs.openbsd.org: ports

2022-11-20 Thread Omar Polo
CVSROOT:/cvs
Module name:ports
Changes by: o...@cvs.openbsd.org2022/11/20 10:13:38

Modified files:
net: Makefile 

Log message:
+tut



CVS: cvs.openbsd.org: ports

2022-11-20 Thread Omar Polo
CVSROOT:/cvs
Module name:ports
Changes by: o...@cvs.openbsd.org2022/11/20 10:12:32

Log message:
import tut-1.0.18

tut is a keyboard-driven TUI for Mastodon with vim-inspired keys.  It
allows to compose new toots in your preferred $EDITOR and view media in
your preferred programs.

ok stsp@, sthen@

Status:

Vendor Tag: op
Release Tags:   op_20221020

N ports/net/tut/Makefile
N ports/net/tut/modules.inc
N ports/net/tut/distinfo
N ports/net/tut/pkg/DESCR
N ports/net/tut/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2022-11-20 Thread Stuart Cassoff
CVSROOT:/cvs
Module name:ports
Changes by: s...@cvs.openbsd.org2022/11/20 09:53:54

Modified files:
databases/sqlite3-tcl: Makefile distinfo 
Removed files:
databases/sqlite3-tcl/patches: patch-tea_configure 

Log message:
Update to 3.34.0.

Drop a patch thanks to upstream changes.

Don't supply build options that are now enabled by default.

New default build options:
SQLITE_ENABLE_BYTECODE_VTAB
SQLITE_ENABLE_DBPAGE_VTAB
SQLITE_ENABLE_FTS4
SQLITE_ENABLE_MATH_FUNCTIONS

Add build option SQLITE_MAX_ALLOCATION_SIZE,
set to 0x00fffeff (16M - 1 - 256), inspired by default 0x7eff.

https://sqlite.org/compile.html



CVS: cvs.openbsd.org: ports

2022-11-20 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2022/11/20 09:14:43

Modified files:
sysutils/docker-cli: Makefile distinfo 

Log message:
Update docker-cli to 20.10.21

OK sthen@, thanks



CVS: cvs.openbsd.org: ports

2022-11-20 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2022/11/20 07:21:15

Modified files:
security/angrop: Makefile 

Log message:
update homepage and license marker

devel/angr and and security/angrop could really use an update and/or 
maintainer...



CVS: cvs.openbsd.org: ports

2022-11-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/11/20 06:57:08

Modified files:
net/scamper: Makefile distinfo 

Log message:
update to scamper-20211212d



Re: ports bootstraps [Re: UPDATE: lang/dmd 2.100.1 => 2.101.0]

2022-11-20 Thread Brian Callahan
Hi Stuart --

On 11/20/2022 7:13 AM, Stuart Henderson wrote:
> 
> We might as well keep replacing the libs with copies from /usr/lib.
> I don't see a downside and there are upsides because it will be
> more resilient where a library has been changed in bsae due to new
> requirements from the kernel.
> 
> I think it would make sense to replace all the libraries rather than
> just libc. libpthread is certainly one which sometimes needs changes
> like this.
> 
> For example for dmd, something like this:
> 
>   cd ${WRKDIR}/dmd-bootstrap/bin64 && \
>   for i in lib*.so*; do \
>   chmod 644 $$i; \
>   cp /usr/lib/$${i%.so.*}.so.* .; \
>   done
> 

Anything that makes the bootstraps more robust is welcome in my eyes.

~Brian



Re: [new] net/tut -- tui mastodon client

2022-11-20 Thread Stuart Henderson
On 2022/11/18 22:33, Omar Polo wrote:
> Hello ports,
> 
> I've been using this for a bit and i'm starting to really like it, I
> just need to define a bright color scheme :)
> 
> % pkg_info tut
> Information for inst:tut-1.0.18
> 
> Comment:
> TUI for Mastodon with vim inspired keys
> 
> Description:
> tut is a keyboard-driven TUI for Mastodon with vim-inspired keys.  It
> allows to compose new toots in your preferred $EDITOR and view media in
> your preferite programs.
   ^ preferred

OK.

Top marks for having mouse support available but disabled by default :)



Re: editors/neovim and devel/libvterm

2022-11-20 Thread Stuart Henderson
On 2022/11/19 09:00, Laurence Tratt wrote:
> On Fri, Nov 18, 2022 at 01:38:06PM -0700, Anthony J. Bentley wrote:
> 
> Hello Anthony,
> 
> > When a version number decreases like libvterm's does, the port needs to set
> > EPOCH so the smaller number is considered newer. Without it package
> > upgrades won't work either.
> 
> Aha, I did not know about EPOCH!
> 
> The attached updates take this, and other comments, into account, and is
> hopefully ready for import.
> 
> 
> Laurie

> diff --git editors/neovim/Makefile editors/neovim/Makefile
> index ef5028b973a..cd5db22b26d 100644
> --- editors/neovim/Makefile
> +++ editors/neovim/Makefile
> @@ -13,7 +13,7 @@ COMMENT =   continuation and extension of Vim
>  
>  GH_ACCOUNT = neovim
>  GH_PROJECT = neovim
> -GH_TAGNAME = v0.7.2
> +GH_TAGNAME = v0.8.0
>  
>  CATEGORIES = editors devel
>  HOMEPAGE =   https://neovim.io
> @@ -62,7 +62,7 @@ BUILD_DEPENDS = ${RUN_DEPENDS} \
>  LIB_DEPENDS =devel/gettext,-runtime \
>   devel/libtermkey \
>   devel/libuv \
> - devel/libvterm \
> + devel/libvterm>=0.3 \

This would need to be 0.3v0 to take EPOCH into account (otherwise
libvterm-20191009 matches).

I don't object to listing a version spec, but I would simply not bother
with it here though. ports doesn't really support building unless you
have the whole tree updated - and partial package updates don't work at
all well.

The main use I find for version specs in dependencies is to annotate
when something is known to require a version *lower* than a specific
version, or when a port is present in multiple versions (autoconf,
python, lua, etc).



Re: NEW: net/signond

2022-11-20 Thread Klemens Nanni
On Thu, Nov 10, 2022 at 09:32:14PM +0100, Rafael Sadowski wrote:
> This time separate from the other accounts-sso attempt. Feedback, ok?
> 
> Information for inst:signond-8.61
> 
> Comment:
> SignOn Daemon (Qt)
> 
> Description:
> The SignOn daemon is a D-Bus service which performs user authentication on
> behalf of its clients. There are currently authentication plugins for OAuth 
> 1.0
> and 2.0, SASL, Digest-MD5, and plain username/password combination.
> 
> Maintainer: Rafael Sadowski 
> 
> WWW: https://accounts-sso.gitlab.io/

Port-wise OK kn, but I can't run-test this.

PLIST has share/examples/signond/signond.conf which contains

FileSystemName=signonfs
Size=8
FileSystemType=ext2

Is this relevant for OpenBSD?

Does the daemon need a global config file, e.g.
@sample ${SYSCONFDIR}/signond.conf?

You can apply the libaccounts-qt tweak:


--- Makefile.orig   Sun Nov 20 16:55:26 2022
+++ MakefileSun Nov 20 16:55:31 2022
@@ -32,8 +32,7 @@
 WRKDIST =  ${WRKDIR}/signond-${V}-5b34c5bbc45eedf55bf553675595b3fcb5c156a8
 
 pre-configure:
-   @ln -sf ${LOCALBASE}/lib/qt5/bin/qcollectiongenerator 
${WRKDIR}/bin/qcollectiongenerator
-   @ln -sf ${LOCALBASE}/lib/qt5/bin/qhelpgenerator 
${WRKDIR}/bin/qhelpgenerator
+   ln -sf ${LOCALBASE}/lib/qt5/bin/q{collection,help}generator 
${WRKDIR}/bin/
${SUBST_CMD} ${WRKSRC}/lib/SignOn/SignOnQt5Config.cmake.in
 
 .include 



CVS: cvs.openbsd.org: ports

2022-11-20 Thread Solene Rapenne
CVSROOT:/cvs
Module name:ports
Changes by: sol...@cvs.openbsd.org  2022/11/20 05:51:56

Modified files:
net/tor: Tag: OPENBSD_7_2 Makefile distinfo 

Log message:
backport tor-0.4.7.11

ok pascal@



CVS: cvs.openbsd.org: ports

2022-11-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/11/20 05:40:50

Modified files:
databases/openldap: Tag: OPENBSD_7_2 Makefile 
databases/openldap/pkg: Tag: OPENBSD_7_2 PLIST-server 

Log message:
fix openldap-server @ask-update line; it used <2.5 not <2.5v0 (needed for EPOCH)
prompted by a mail from Eric Lenio



CVS: cvs.openbsd.org: ports

2022-11-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/11/20 05:40:10

Modified files:
databases/openldap: Makefile 
databases/openldap/pkg: PLIST-server 

Log message:
fix openldap-server @ask-update line; it used <2.5 not <2.5v0 (needed for EPOCH)
prompted by a mail from Eric Lenio



Re: NEW: net/libaccounts-qt

2022-11-20 Thread Klemens Nanni
On Sun, Nov 20, 2022 at 11:55:21AM +, Klemens Nanni wrote:
> On Fri, Nov 11, 2022 at 08:14:09AM +0100, Rafael Sadowski wrote:
> > On Thu Nov 10, 2022 at 09:08:07PM +0100, Rafael Sadowski wrote:
> > > Another try to import libaccounts-qt. This time seperate from the other
> > > accounts-sso stuff. Feedback, ok?
> > > 
> > > Information for inst:libaccounts-qt-1.16
> > > 
> > > Comment:
> > > Qt-based client library for the accounts database
> > > 
> > > Description:
> > > Library for managing accounts which can be used from Qt applications. It 
> > > is
> > > part of the @accounts-sso project.
> > > 
> > > Maintainer: Rafael Sadowski 
> > > 
> > > WWW: https://accounts-sso.gitlab.io/
> > > 
> > > 
> > 
> > Tweak version attached. Please note this libaccounts-qt depends on
> > libaccounts-glib (See ports@).
> 
> OK kn
> 
> update-plist yields this
> 
> --- pkg/PLIST.origWed Nov  9 22:59:05 2022
> +++ pkg/PLIST Sun Nov 20 15:54:00 2022
> @@ -24,7 +24,6 @@
>  share/dbus-1/
>  share/dbus-1/interfaces/
>  share/dbus-1/interfaces/com.google.code.AccountsSSO.Accounts.Manager.xml
> -share/gettext/its/
>  share/gettext/its/accounts-application.its
>  share/gettext/its/accounts-application.loc
>  share/gettext/its/accounts-provider.its
> @@ -35,8 +34,6 @@
>  share/gettext/its/accounts-service.loc
>  share/gir-1.0/
>  share/gir-1.0/Accounts-1.0.gir
> -share/gtk-doc/
> -share/gtk-doc/html/
>  share/gtk-doc/html/libaccounts-glib/
>  share/gtk-doc/html/libaccounts-glib/AgAccount.html
>  share/gtk-doc/html/libaccounts-glib/AgAccountService.html
> 

^ was for libaccounts-glib obviously.

-qt is OK kn as well.  You can tweak it like this if you want:


--- Makefile.orig   Sun Nov 20 16:27:52 2022
+++ MakefileSun Nov 20 16:27:56 2022
@@ -30,8 +30,7 @@
 WRKDIST =  
${WRKDIR}/libaccounts-qt-${V}-525ec684cfa8d234f797d7e49e21c476eea04d8e
 
 pre-configure:
-   @ln -sf ${LOCALBASE}/lib/qt5/bin/qcollectiongenerator 
${WRKDIR}/bin/qcollectiongenerator
-   @ln -sf ${LOCALBASE}/lib/qt5/bin/qhelpgenerator 
${WRKDIR}/bin/qhelpgenerator
+   ln -sf ${LOCALBASE}/lib/qt5/bin/q{collection,help}generator 
${WRKDIR}/bin/
${SUBST_CMD} ${WRKSRC}/Accounts/AccountsQt5Config.cmake.in
 
 .include 



CVS: cvs.openbsd.org: ports

2022-11-20 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2022/11/20 05:20:45

Modified files:
textproc/meld  : Makefile 

Log message:
No need to "chmod +x" the script anymore after the 3.22.0 update



Re: "Meld requires Gtk+ 3.20 or higher."

2022-11-20 Thread Stuart Henderson
On 2022/11/20 11:13, Wolfram Regen wrote:
> After upgrading to OpenBSD 7.2, meld cannot be started and gives the
> error message "Meld requires Gtk+ 3.20 or higher."
> 
> Output of "pkg_info |grep ^gtk":
> 
> gtk+3-3.24.34 multi-platform graphical toolkit
> gtk+3-cups-3.24.34p0 gtk+3 CUPS print backend
> gtk+4-4.8.1 multi-platform graphical toolkit
> gtk-update-icon-cache-3.24.34 gtk+ icon theme caching utility
> gtk3mm-3.24.7 C++ interface for gtk3+
> gtksourceview4-4.8.3 text widget that extends the GTK3 GtkTextView widget
> 
> I get the same error message with a current download of meld
> (https://download.gnome.org/sources/meld/3.22/meld-3.22.0.tar.xz
> using a link from meldmerge.org).
> 
> Can somebody help?
> 
> Thanks,Wolfram

Did you run a full "pkg_add -u" after upgrading and were there
any errors?



ports bootstraps [Re: UPDATE: lang/dmd 2.100.1 => 2.101.0]

2022-11-20 Thread Stuart Henderson
On 2022/11/20 05:45, Brian Callahan wrote:
> Hi ports --
> 
> Here is the update to DMD hinted at in my previous email updating LDC.
> Changelog is here: https://github.com/dlang/dmd/compare/v2.100.1...v2.101.0
> 
> There were some big changes to the build system, hence some unavoidable
> churn in this update.
> 
> Tests from other D users appreciated.
> 
> OK?

Not a D user, but regenerating the bootstraps are useful.
I'd like to suggest a general tweak to the approach we use for
bootstraps though.

>  post-extract:
..
> - chmod 644 ${WRKDIR}/dmd-bootstrap/openbsd/bin64/lib*.so* # XXX
> - cp /usr/lib/libc.so.96.* ${WRKDIR}/dmd-bootstrap/openbsd/bin64/ # XXX

We might as well keep replacing the libs with copies from /usr/lib.
I don't see a downside and there are upsides because it will be
more resilient where a library has been changed in bsae due to new
requirements from the kernel.

I think it would make sense to replace all the libraries rather than
just libc. libpthread is certainly one which sometimes needs changes
like this.

For example for dmd, something like this:

cd ${WRKDIR}/dmd-bootstrap/bin64 && \
for i in lib*.so*; do \
chmod 644 $$i; \
cp /usr/lib/$${i%.so.*}.so.* .; \
done

If a library major is bumped in base then the new file for that
library won't be picked up by ld.so anyway, so the library bundled
in the bootstrap file will continue to be used. That may or may
not work depending on the nature of changes but nothing new there,
this copying doesn't change that.

Obviously this doesn't just apply to dmd - it probably makes sense
to do the same for all ports using bootstraps. These are the
ones I know about:

devel/jdk/1.8
devel/jdk/11
devel/jdk/17
lang/dmd
lang/fpc
lang/gcc/11
lang/gcc/8
lang/ghc
lang/go
lang/ldc
lang/pypy
lang/rust

Obviously with the recent change we only had problems with a subset
of these ports; not all changes affect all ports/bootstraps.

If we agree on the direction then I can prepare diffs for these other
ports.

There was an alternative suggestion to rebuild all of the bootstraps
regularly even if they don't need it but this is simply not feasible.

Rebuilding these files, uploading them somewhere for distribution,
and updating the ports to use them can't be fully automated; for
some of them it's "just work" but for others it's a huge pain. These
ports involve 8 architectures; build times vary but several of these
ports take 1-2h on a fast amd64 and some up to 30 hours on slower
machines, but will also involve building a set of dependencies in
some cases (armv7 for example could easily take a week to do this).



CVS: cvs.openbsd.org: ports

2022-11-20 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2022/11/20 05:06:58

Modified files:
editors/vis: Makefile 
Added files:
editors/vis/patches: patch-man_vis_1 

Log message:
Make vise(1) refer to re_format(7) not regex(7);  from Artsi0m



Re: NEW: net/libaccounts-qt

2022-11-20 Thread Klemens Nanni
On Fri, Nov 11, 2022 at 08:14:09AM +0100, Rafael Sadowski wrote:
> On Thu Nov 10, 2022 at 09:08:07PM +0100, Rafael Sadowski wrote:
> > Another try to import libaccounts-qt. This time seperate from the other
> > accounts-sso stuff. Feedback, ok?
> > 
> > Information for inst:libaccounts-qt-1.16
> > 
> > Comment:
> > Qt-based client library for the accounts database
> > 
> > Description:
> > Library for managing accounts which can be used from Qt applications. It is
> > part of the @accounts-sso project.
> > 
> > Maintainer: Rafael Sadowski 
> > 
> > WWW: https://accounts-sso.gitlab.io/
> > 
> > 
> 
> Tweak version attached. Please note this libaccounts-qt depends on
> libaccounts-glib (See ports@).

OK kn

update-plist yields this

--- pkg/PLIST.orig  Wed Nov  9 22:59:05 2022
+++ pkg/PLIST   Sun Nov 20 15:54:00 2022
@@ -24,7 +24,6 @@
 share/dbus-1/
 share/dbus-1/interfaces/
 share/dbus-1/interfaces/com.google.code.AccountsSSO.Accounts.Manager.xml
-share/gettext/its/
 share/gettext/its/accounts-application.its
 share/gettext/its/accounts-application.loc
 share/gettext/its/accounts-provider.its
@@ -35,8 +34,6 @@
 share/gettext/its/accounts-service.loc
 share/gir-1.0/
 share/gir-1.0/Accounts-1.0.gir
-share/gtk-doc/
-share/gtk-doc/html/
 share/gtk-doc/html/libaccounts-glib/
 share/gtk-doc/html/libaccounts-glib/AgAccount.html
 share/gtk-doc/html/libaccounts-glib/AgAccountService.html



Re: "Meld requires Gtk+ 3.20 or higher."

2022-11-20 Thread Antoine Jacoutot
On Sun, Nov 20, 2022 at 11:13:41AM +, Wolfram Regen wrote:
> After upgrading to OpenBSD 7.2, meld cannot be started and gives the
> error message "Meld requires Gtk+ 3.20 or higher."
> 
> Output of "pkg_info |grep ^gtk":
> 
> gtk+3-3.24.34 multi-platform graphical toolkit
> gtk+3-cups-3.24.34p0 gtk+3 CUPS print backend
> gtk+4-4.8.1 multi-platform graphical toolkit
> gtk-update-icon-cache-3.24.34 gtk+ icon theme caching utility
> gtk3mm-3.24.7 C++ interface for gtk3+
> gtksourceview4-4.8.3 text widget that extends the GTK3 GtkTextView widget
> 
> I get the same error message with a current download of meld
> (https://download.gnome.org/sources/meld/3.22/meld-3.22.0.tar.xz
> using a link from meldmerge.org).
> 
> Can somebody help?

Hmm, I cannot reproduce on 7.2-stable.

-- 
Antoine



"Meld requires Gtk+ 3.20 or higher."

2022-11-20 Thread Wolfram Regen
After upgrading to OpenBSD 7.2, meld cannot be started and gives the
error message "Meld requires Gtk+ 3.20 or higher."

Output of "pkg_info |grep ^gtk":

gtk+3-3.24.34 multi-platform graphical toolkit
gtk+3-cups-3.24.34p0 gtk+3 CUPS print backend
gtk+4-4.8.1 multi-platform graphical toolkit
gtk-update-icon-cache-3.24.34 gtk+ icon theme caching utility
gtk3mm-3.24.7 C++ interface for gtk3+
gtksourceview4-4.8.3 text widget that extends the GTK3 GtkTextView widget

I get the same error message with a current download of meld
(https://download.gnome.org/sources/meld/3.22/meld-3.22.0.tar.xz
using a link from meldmerge.org).

Can somebody help?

Thanks,Wolfram

CVS: cvs.openbsd.org: ports

2022-11-20 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/11/20 03:49:42

Modified files:
devel/vte3/patches: patch-meson_build 

Log message:
Merge upstream diff; no pkg change.



UPDATE: sysutils/docker-cli

2022-11-20 Thread Rafael Sadowski
Simple update to the latest upstream version. OK?

Index: Makefile
===
RCS file: /cvs/ports/sysutils/docker-cli/Makefile,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 Makefile
--- Makefile9 Oct 2022 19:02:35 -   1.8
+++ Makefile20 Nov 2022 09:34:26 -
@@ -1,12 +1,11 @@
 COMMENT =  command-line tool for controlling Docker
 
-V =20.10.5
+V =20.10.21
 
 GH_ACCOUNT =   docker
 GH_PROJECT =   cli
 GH_TAGNAME =   v${V}
 PKGNAME =  docker-${DISTNAME}
-REVISION = 0
 
 CATEGORIES =   sysutils
 
Index: distinfo
===
RCS file: /cvs/ports/sysutils/docker-cli/distinfo,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 distinfo
--- distinfo24 Apr 2021 06:05:33 -  1.4
+++ distinfo20 Nov 2022 09:34:26 -
@@ -1,2 +1,2 @@
-SHA256 (cli-20.10.5.tar.gz) = S6hF+Mfi4KLKHsZYmEcVnKjQ03tgnw5veN73qJO5s0I=
-SIZE (cli-20.10.5.tar.gz) = 7734031
+SHA256 (cli-20.10.21.tar.gz) = 8PYsocgOj9W54UDKZO8+ddx896KAQLPRCyYDBxKJRug=
+SIZE (cli-20.10.21.tar.gz) = 7633967



CVS: cvs.openbsd.org: ports

2022-11-20 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/11/20 02:13:52

Modified files:
x11/gnome/terminal: Makefile distinfo 

Log message:
Update to gnome-terminal-3.46.6.



CVS: cvs.openbsd.org: ports

2022-11-20 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/11/20 02:03:43

Modified files:
sysutils/amazon-ssm-agent: Makefile distinfo 

Log message:
Update to amazon-ssm-agent-3.2.286.0.



CVS: cvs.openbsd.org: ports

2022-11-20 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/11/20 02:00:43

Modified files:
graphics/py-cairo: Makefile distinfo 

Log message:
Update to py3-cairo-1.22.0.



CVS: cvs.openbsd.org: ports

2022-11-20 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2022/11/20 01:26:15

Modified files:
sysutils/kubectl: Makefile distinfo 

Log message:
Update kubectl to 1.25.4