CVS: cvs.openbsd.org: ports

2023-12-15 Thread Bjorn Ketelaars
CVSROOT:/cvs
Module name:ports
Changes by: b...@cvs.openbsd.org2023/12/16 00:43:03

Modified files:
mail/notmuch   : Makefile.inc 
mail/notmuch/notmuch: distinfo 
mail/notmuch/py-notmuch: Makefile distinfo 

Log message:
Update to notmuch-0.38.2

Changes:
https://git.notmuchmail.org/git?p=notmuch;a=blob;f=NEWS;h=315f41360bd66038e461f0337d0062b56d2597f6;hb=c769658360e10a6d01a4134e680e2f498741bc5c



Re: ansible triggers a syscall error in python on -current

2023-12-15 Thread Stuart Henderson
You'll need packages built against the new libc version, a snapshot
should be available fairly soon. (Specifically in this case it's for
py3-cryptpgraphy, but you'll need a rebuilt version of rust to be able
to build that).

On 2023/12/15 22:52, Ganymede wrote:
> Hi,
> 
> It seems that on -current, ansible triggers a syscall error
> in python3.10, at least on amd64. No problem on -stable.
> 
> I don't understand what's going on, but I could reproduce
> the bug simply by running:
> $ ansible --help
> msyscall 9d7972ed000 a8000 error
> Segmentation fault (core dumped)
> 
> Same problem when running ansible-playbook and ansible-lint.
> 
> The following line is added to dmesg output:
> [python3.10]5222/205956 pc=9d7973900ab inside
> 9d845fe6000-9d845ff1fff: bogus syscall
> 
> Analyzing the core dump with gdb:
> $ gdb /usr/local/bin/python3.10 python3.10.core
> GNU gdb 6.3
> Copyright 2004 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and you are
> welcome to change it and/or distribute copies of it under
> certain conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB.  Type "show warranty" for details.
> This GDB was configured as "amd64-unknown-openbsd7.4"...(no
> debugging symbols found)
> 
> Core was generated by `python3.10'.
> Program terminated with signal 11, Segmentation fault.
> Reading symbols from /usr/lib/libpthread.so.27.1...done.
> Loaded symbols for /usr/lib/libpthread.so.27.1
> Loaded symbols for /usr/local/bin/python3.10
> Reading symbols from /usr/local/lib/libpython3.10.so.0.0...done.
> Loaded symbols for /usr/local/lib/libpython3.10.so.0.0
> Reading symbols from /usr/local/lib/libintl.so.8.0...done.
> Loaded symbols for /usr/local/lib/libintl.so.8.0
> Symbols already loaded for /usr/lib/libpthread.so.27.1
> Reading symbols from /usr/lib/libutil.so.17.0...done.
> Loaded symbols for /usr/lib/libutil.so.17.0
> Reading symbols from /usr/lib/libm.so.10.1...done.
> Loaded symbols for /usr/lib/libm.so.10.1
> Reading symbols from /usr/lib/libc.so.97.1...done.
> Loaded symbols for /usr/lib/libc.so.97.1
> Reading symbols from /usr/local/lib/libiconv.so.7.1...done.
> Loaded symbols for /usr/local/lib/libiconv.so.7.1
> Reading symbols from /usr/libexec/ld.so...Error while
> reading shared library symbols:
> Dwarf Error: wrong version in compilation unit header (is 4,
> should be 2) [in module /usr/libexec/ld.so]
> Reading symbols from 
> /usr/local/lib/python3.10/lib-dynload/_opcode.cpython-310.so...done.
> Loaded symbols for
> /usr/local/lib/python3.10/lib-dynload/_opcode.cpython-310.so
> Reading symbols from 
> /usr/local/lib/python3.10/lib-dynload/_csv.cpython-310.so...done.
> Loaded symbols for /usr/local/lib/python3.10/lib-dynload/_csv.cpython-310.so
> Reading symbols from 
> /usr/local/lib/python3.10/lib-dynload/binascii.cpython-310.so...done.
> Loaded symbols for
> /usr/local/lib/python3.10/lib-dynload/binascii.cpython-310.so
> Reading symbols from /usr/lib/libz.so.7.0...done.
> Loaded symbols for /usr/lib/libz.so.7.0
> Reading symbols from 
> /usr/local/lib/python3.10/lib-dynload/zlib.cpython-310.so...done.
> Loaded symbols for /usr/local/lib/python3.10/lib-dynload/zlib.cpython-310.so
> Reading symbols from 
> /usr/local/lib/python3.10/lib-dynload/_bz2.cpython-310.so...done.
> Loaded symbols for /usr/local/lib/python3.10/lib-dynload/_bz2.cpython-310.so
> Reading symbols from /usr/local/lib/libbz2.so.10.4...done.
> Loaded symbols for /usr/local/lib/libbz2.so.10.4
> Reading symbols from 
> /usr/local/lib/python3.10/lib-dynload/_lzma.cpython-310.so...done.
> Loaded symbols for
> /usr/local/lib/python3.10/lib-dynload/_lzma.cpython-310.so
> Reading symbols from /usr/local/lib/liblzma.so.2.2...done.
> Loaded symbols for /usr/local/lib/liblzma.so.2.2
> Reading symbols from 
> /usr/local/lib/python3.10/lib-dynload/_struct.cpython-310.so...done.
> Loaded symbols for
> /usr/local/lib/python3.10/lib-dynload/_struct.cpython-310.so
> Reading symbols from 
> /usr/local/lib/python3.10/lib-dynload/math.cpython-310.so...done.
> Loaded symbols for /usr/local/lib/python3.10/lib-dynload/math.cpython-310.so
> Reading symbols from 
> /usr/local/lib/python3.10/lib-dynload/_bisect.cpython-310.so...done.
> Loaded symbols for
> /usr/local/lib/python3.10/lib-dynload/_bisect.cpython-310.so
> Reading symbols from 
> /usr/local/lib/python3.10/lib-dynload/_random.cpython-310.so...done.
> Loaded symbols for
> /usr/local/lib/python3.10/lib-dynload/_random.cpython-310.so
> Reading symbols from 
> /usr/local/lib/python3.10/lib-dynload/_sha512.cpython-310.so...done.
> Loaded symbols for
> /usr/local/lib/python3.10/lib-dynload/_sha512.cpython-310.so
> Reading symbols from 
> /usr/local/lib/python3.10/lib-dynload/_socket.cpython-310.so...done.
> Loaded symbols for
> /usr/local/lib/python3.10/lib-dynload/_socket.cpython-310.so
> Reading symbols from 
> /usr/local/lib/python3.10/lib-dynload/select.cpython-310.so...done.
> Loaded symbols 

ansible triggers a syscall error in python on -current

2023-12-15 Thread Ganymede

Hi,

It seems that on -current, ansible triggers a syscall error in 
python3.10, at least on amd64. No problem on -stable.


I don't understand what's going on, but I could reproduce the bug simply 
by running:

$ ansible --help
msyscall 9d7972ed000 a8000 error
Segmentation fault (core dumped)

Same problem when running ansible-playbook and ansible-lint.

The following line is added to dmesg output:
[python3.10]5222/205956 pc=9d7973900ab inside 9d845fe6000-9d845ff1fff: 
bogus syscall


Analyzing the core dump with gdb:
$ gdb /usr/local/bin/python3.10 python3.10.core
GNU gdb 6.3
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain 
conditions.

Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "amd64-unknown-openbsd7.4"...(no debugging 
symbols found)


Core was generated by `python3.10'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/lib/libpthread.so.27.1...done.
Loaded symbols for /usr/lib/libpthread.so.27.1
Loaded symbols for /usr/local/bin/python3.10
Reading symbols from /usr/local/lib/libpython3.10.so.0.0...done.
Loaded symbols for /usr/local/lib/libpython3.10.so.0.0
Reading symbols from /usr/local/lib/libintl.so.8.0...done.
Loaded symbols for /usr/local/lib/libintl.so.8.0
Symbols already loaded for /usr/lib/libpthread.so.27.1
Reading symbols from /usr/lib/libutil.so.17.0...done.
Loaded symbols for /usr/lib/libutil.so.17.0
Reading symbols from /usr/lib/libm.so.10.1...done.
Loaded symbols for /usr/lib/libm.so.10.1
Reading symbols from /usr/lib/libc.so.97.1...done.
Loaded symbols for /usr/lib/libc.so.97.1
Reading symbols from /usr/local/lib/libiconv.so.7.1...done.
Loaded symbols for /usr/local/lib/libiconv.so.7.1
Reading symbols from /usr/libexec/ld.so...Error while reading shared 
library symbols:
Dwarf Error: wrong version in compilation unit header (is 4, should be 
2) [in module /usr/libexec/ld.so]
Reading symbols from 
/usr/local/lib/python3.10/lib-dynload/_opcode.cpython-310.so...done.
Loaded symbols for 
/usr/local/lib/python3.10/lib-dynload/_opcode.cpython-310.so
Reading symbols from 
/usr/local/lib/python3.10/lib-dynload/_csv.cpython-310.so...done.

Loaded symbols for /usr/local/lib/python3.10/lib-dynload/_csv.cpython-310.so
Reading symbols from 
/usr/local/lib/python3.10/lib-dynload/binascii.cpython-310.so...done.
Loaded symbols for 
/usr/local/lib/python3.10/lib-dynload/binascii.cpython-310.so

Reading symbols from /usr/lib/libz.so.7.0...done.
Loaded symbols for /usr/lib/libz.so.7.0
Reading symbols from 
/usr/local/lib/python3.10/lib-dynload/zlib.cpython-310.so...done.

Loaded symbols for /usr/local/lib/python3.10/lib-dynload/zlib.cpython-310.so
Reading symbols from 
/usr/local/lib/python3.10/lib-dynload/_bz2.cpython-310.so...done.

Loaded symbols for /usr/local/lib/python3.10/lib-dynload/_bz2.cpython-310.so
Reading symbols from /usr/local/lib/libbz2.so.10.4...done.
Loaded symbols for /usr/local/lib/libbz2.so.10.4
Reading symbols from 
/usr/local/lib/python3.10/lib-dynload/_lzma.cpython-310.so...done.
Loaded symbols for 
/usr/local/lib/python3.10/lib-dynload/_lzma.cpython-310.so

Reading symbols from /usr/local/lib/liblzma.so.2.2...done.
Loaded symbols for /usr/local/lib/liblzma.so.2.2
Reading symbols from 
/usr/local/lib/python3.10/lib-dynload/_struct.cpython-310.so...done.
Loaded symbols for 
/usr/local/lib/python3.10/lib-dynload/_struct.cpython-310.so
Reading symbols from 
/usr/local/lib/python3.10/lib-dynload/math.cpython-310.so...done.

Loaded symbols for /usr/local/lib/python3.10/lib-dynload/math.cpython-310.so
Reading symbols from 
/usr/local/lib/python3.10/lib-dynload/_bisect.cpython-310.so...done.
Loaded symbols for 
/usr/local/lib/python3.10/lib-dynload/_bisect.cpython-310.so
Reading symbols from 
/usr/local/lib/python3.10/lib-dynload/_random.cpython-310.so...done.
Loaded symbols for 
/usr/local/lib/python3.10/lib-dynload/_random.cpython-310.so
Reading symbols from 
/usr/local/lib/python3.10/lib-dynload/_sha512.cpython-310.so...done.
Loaded symbols for 
/usr/local/lib/python3.10/lib-dynload/_sha512.cpython-310.so
Reading symbols from 
/usr/local/lib/python3.10/lib-dynload/_socket.cpython-310.so...done.
Loaded symbols for 
/usr/local/lib/python3.10/lib-dynload/_socket.cpython-310.so
Reading symbols from 
/usr/local/lib/python3.10/lib-dynload/select.cpython-310.so...done.
Loaded symbols for 
/usr/local/lib/python3.10/lib-dynload/select.cpython-310.so
Reading symbols from 
/usr/local/lib/python3.10/lib-dynload/array.cpython-310.so...done.
Loaded symbols for 
/usr/local/lib/python3.10/lib-dynload/array.cpython-310.so
Reading symbols from 
/usr/local/lib/python3.10/lib-dynload/_datetime.cpython-310.so...done.
Loaded symbols for 
/usr/local/lib/python3.10/lib-dynload/_datetime.cpython-310.so
Reading symbols from 

[update] net/transmission 4.0.5

2023-12-15 Thread Josh Grosse
Attached is a minor update from 4.0.4 to 4.0.5, described
upstream as a bug fix release.

The gtk, qt, and web clients (this last with transmission-daemon)
have been lightly tested on amd64.  The change log follows.

-

Highlights

* Fixed 4.0.0 bug where the IP address field in UDP announces were not
  encoded in network byte order. [BEP-15]. (#6132)

* Fixed a bug that incorrectly escaped JSON strings in some locales.
  (#6005, #6133)

* Fixed 4.0.4 decreased download speeds for people who set a low upload
  bandwidth limit. (#6134)

All Platforms

* Fixed bug that prevented editing trackers on magnet links. (#5957)

* Fixed HTTP tracker announces and scrapes sometimes failing after
  adding a torrent file by HTTPS URL. (#5969)

* In RPC responses, change the default sort order of torrents to match
  Transmission 3.00. (#5604)

* Fixed tr_sys_path_copy() behavior on some Synology Devices. (#5974)

Qt Client

* Fix: only append .added suffix to watchdir files. (#5705)

GTK Client

* Fixed crash when opening torrent file from "Recently used" section in
  GTK 4. (#6131, #6142)
diff --git a/net/transmission/Makefile b/net/transmission/Makefile
index e10eef5ef99..b2b5f3ff3dd 100644
--- a/net/transmission/Makefile
+++ b/net/transmission/Makefile
@@ -2,7 +2,7 @@ COMMENT-main=   BitTorrent command line and daemon client
 COMMENT-gtk=   BitTorrent client with GTK+ interface
 COMMENT-qt=BitTorrent client with Qt interface
 
-VER=   4.0.4
+VER=   4.0.5
 DISTNAME=  transmission-${VER}
 PKGNAME-main=  transmission-${VER}
 PKGNAME-gtk=   transmission-gtk-${VER}
diff --git a/net/transmission/distinfo b/net/transmission/distinfo
index 77eb8ce..644e3f51975 100644
--- a/net/transmission/distinfo
+++ b/net/transmission/distinfo
@@ -1,2 +1,2 @@
-SHA256 (transmission-4.0.4.tar.xz) = 
Ffe0MY/fv/sZqo2aaw/Yk0jm7x6GuqIaCAb/0Yk71aY=
-SIZE (transmission-4.0.4.tar.xz) = 9755152
+SHA256 (transmission-4.0.5.tar.xz) = 
/Wj/EUpHkgAEPDDH5p26TBky9682ykxbXS7ctYZuY1c=
+SIZE (transmission-4.0.5.tar.xz) = 9745756
diff --git a/net/transmission/pkg/PLIST-main b/net/transmission/pkg/PLIST-main
index 65d196e2731..fa3fe3bf428 100644
--- a/net/transmission/pkg/PLIST-main
+++ b/net/transmission/pkg/PLIST-main
@@ -60,6 +60,7 @@ share/doc/transmission/news/news-4.0.1.md
 share/doc/transmission/news/news-4.0.2.md
 share/doc/transmission/news/news-4.0.3.md
 share/doc/transmission/news/news-4.0.4.md
+share/doc/transmission/news/news-4.0.5.md
 share/doc/transmission/rpc-spec.md
 share/doc/transmission/send-email-when-torrent-done.sh
 @comment XXX update-plist(1) really wants this here, but -main is CLI only
@@ -76,7 +77,8 @@ share/transmission/public_html/images/favicon.ico
 share/transmission/public_html/images/favicon.png
 share/transmission/public_html/images/webclip-icon.png
 share/transmission/public_html/index.html
+share/transmission/public_html/transmission-app.css
 share/transmission/public_html/transmission-app.js
-share/transmission/public_html/transmission-app.js.LICENSE.txt
+share/transmission/public_html/transmission-app.js.LEGAL.txt
 @comment XXX update-plist(1) really wants this here, but -main is CLI only
 @comment @tag gtk-update-icon-cache %D/share/icons/hicolor


CVS: cvs.openbsd.org: ports

2023-12-15 Thread Todd C . Miller
CVSROOT:/cvs
Module name:ports
Changes by: mill...@cvs.openbsd.org 2023/12/15 13:48:31

Modified files:
security/sudo  : Makefile distinfo 

Log message:
Update to sudo 1.9.15p4; fixes several bugs introduced in 1.9.15.



CVS: cvs.openbsd.org: ports

2023-12-15 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2023/12/15 12:15:52

Modified files:
devel/llvm/17  : Makefile distinfo 
devel/llvm/17/patches: 
   
patch-clang_include_clang_Basic_DiagnosticSemaKinds_td 
   patch-clang_include_clang_Sema_Sema_h 
   patch-clang_lib_Driver_ToolChains_Clang_cpp 
   patch-lld_ELF_InputFiles_cpp 
   patch-lld_ELF_LinkerScript_cpp 
   patch-lld_ELF_Relocations_cpp 
   patch-lld_ELF_ScriptParser_cpp 
   patch-lld_ELF_Writer_cpp 
   patch-llvm_lib_Target_Mips_MipsISelLowering_cpp 
   patch-llvm_tools_llvm-objdump_ELFDump_cpp 
   patch-llvm_tools_llvm-readobj_ELFDumper_cpp 
   patch-llvm_tools_llvm-shlib_CMakeLists_txt 
Added files:
devel/llvm/17/patches: patch-lld_ELF_Arch_RISCV_cpp 
   patch-llvm_include_llvm_BinaryFormat_ELF_h 
   patch-llvm_lib_Target_ARM_ARMISelLowering_cpp 
   
patch-llvm_lib_Target_PowerPC_PPCISelDAGToDAG_cpp 

Log message:
update to 17.0.6 and sync patches with base



CVS: cvs.openbsd.org: ports

2023-12-15 Thread Omar Polo
CVSROOT:/cvs
Module name:ports
Changes by: o...@cvs.openbsd.org2023/12/15 08:57:03

Modified files:
emulators  : Makefile 

Log message:
+xnp21kai



CVS: cvs.openbsd.org: ports

2023-12-15 Thread Omar Polo
CVSROOT:/cvs
Module name:ports
Changes by: o...@cvs.openbsd.org2023/12/15 08:55:09

Log message:
import xnp21kai-0.0.20231030

NP2kai is PC-9801 series emulator

ok/tweak sthen

Status:

Vendor Tag: op
Release Tags:   op_20241215

N ports/emulators/xnp21kai/Makefile
N ports/emulators/xnp21kai/distinfo
N ports/emulators/xnp21kai/patches/patch-network_net_c
N ports/emulators/xnp21kai/patches/patch-CMakeLists_txt
N ports/emulators/xnp21kai/pkg/DESCR
N ports/emulators/xnp21kai/pkg/PLIST

No conflicts created by this import



[new] irctk - graphical IRC client

2023-12-15 Thread Omar Polo
IRCTk is a graphical IRC client written in Tcl/Tk.  I've been using it
for several months now.  I'm using it also for icb via a (customized)
icbirc.

A quickstart guide is available here, with screenshots


ok to import?


Cheers,

Omar Polo



irctk.tar.gz
Description: GNU Zip compressed data


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

2023-12-15 Thread Klemens Nanni
On Wed, Dec 06, 2023 at 06:12:47AM +0100, Rafael Sadowski wrote:
> On Tue Nov 28, 2023 at 05:31:55PM +, Klemens Nanni wrote:
> > On Wed, Nov 01, 2023 at 07:29:22PM +0100, Rafael Sadowski wrote:
> > > On Tue Oct 17, 2023 at 11:39:45AM +0200, Rafael Sadowski wrote:
> > > > Information for inst:plasma-browser-integration-5.27.8
> > > > 
> > > > Comment:
> > > > Plasma browser integration
> > > > 
> > > > Required by:
> > > > debug-plasma-browser-integration-5.27.8
> > > > 
> > > > Description:
> > > > This KDE Plasma application aims to provide better integration of web 
> > > > browsers
> > > > with the KDE Plasma 5 desktop.
> > > > 
> > > > Maintainer: Rafael Sadowski 
> > > > 
> > > > Ok to import (unhooked)?
> > > 
> > > Attached you will find an updated version with changes based on kn@'s
> > > feedback.
> > 
> > Still only builds after
> > 
> > $ cd /usr/ports/x11/kde-plasma
> > $ make BUILD_UNLINKED=kde-plasma install
> > 
> > I don't have the build failure log from previous tries, just build this port
> > as-is on a machine without any WIP KDE Plasma ports installed and it fails,
> > so some dependencies are missing.
> > 
> 
> Thanks for caring!
> 
> Hmm not reproducible. I started with a fresh amd64-vm and without Qt
> installed.  I built plasma-browser-integration-5.27.9 AND
> powerdevil-5.27.9 (tarball attached) without any missing dependencies.
> 
> Could it be that you are using an old tarball?

I just cleaned and retried everything, now both ports built fine.
OK kn

Not sure what to make of this update-plist note:
Can't put into any plist (no applicable prefix):
/firmware
/rc.d

plasma-browser-integration PLIST saw directory churn:

--- pkg/PLIST.orig  Thu Oct  5 15:44:36 2023
+++ pkg/PLIST   Fri Dec 15 16:28:13 2023
@@ -2,12 +2,7 @@
 lib/mozilla/
 lib/mozilla/native-messaging-hosts/
 lib/mozilla/native-messaging-hosts/org.kde.plasma.browser_integration.json
-lib/qt5/
-lib/qt5/plugins/
-lib/qt5/plugins/kf5/
-lib/qt5/plugins/kf5/kded/
 @so lib/qt5/plugins/kf5/kded/browserintegrationreminder.so
-share/applications/
 share/applications/org.kde.plasma.browser_integration.host.desktop
 share/examples/plasma-browser-integration/
 share/examples/plasma-browser-integration/chromium/
@@ -20,175 +15,88 @@
 share/examples/plasma-browser-integration/opt/edge/
 share/examples/plasma-browser-integration/opt/edge/native-messaging-hosts/
 
share/examples/plasma-browser-integration/opt/edge/native-messaging-hosts/org.kde.plasma.browser_integration.json
-share/krunner/
-share/krunner/dbusplugins/
 share/krunner/dbusplugins/plasma-runner-browserhistory.desktop
 share/krunner/dbusplugins/plasma-runner-browsertabs.desktop
-share/locale/
-share/locale/ar/
-share/locale/ar/LC_MESSAGES/
 share/locale/ar/LC_MESSAGES/plasma-browser-integration-host.mo
 share/locale/ar/LC_MESSAGES/plasma-browser-integration-reminder.mo
-share/locale/az/
-share/locale/az/LC_MESSAGES/
 share/locale/az/LC_MESSAGES/plasma-browser-integration-host.mo
 share/locale/az/LC_MESSAGES/plasma-browser-integration-reminder.mo
-share/locale/bg/
-share/locale/bg/LC_MESSAGES/
 share/locale/bg/LC_MESSAGES/plasma-browser-integration-host.mo
 share/locale/bg/LC_MESSAGES/plasma-browser-integration-reminder.mo
-share/locale/ca/
-share/locale/ca/LC_MESSAGES/
 share/locale/ca/LC_MESSAGES/plasma-browser-integration-host.mo
 share/locale/ca/LC_MESSAGES/plasma-browser-integration-reminder.mo
-share/locale/ca@valencia/
-share/locale/ca@valencia/LC_MESSAGES/
 share/locale/ca@valencia/LC_MESSAGES/plasma-browser-integration-host.mo
 share/locale/ca@valencia/LC_MESSAGES/plasma-browser-integration-reminder.mo
-share/locale/cs/
-share/locale/cs/LC_MESSAGES/
 share/locale/cs/LC_MESSAGES/plasma-browser-integration-host.mo
 share/locale/cs/LC_MESSAGES/plasma-browser-integration-reminder.mo
-share/locale/da/
-share/locale/da/LC_MESSAGES/
 share/locale/da/LC_MESSAGES/plasma-browser-integration-host.mo
 share/locale/da/LC_MESSAGES/plasma-browser-integration-reminder.mo
-share/locale/de/
-share/locale/de/LC_MESSAGES/
 share/locale/de/LC_MESSAGES/plasma-browser-integration-host.mo
 share/locale/de/LC_MESSAGES/plasma-browser-integration-reminder.mo
-share/locale/el/
-share/locale/el/LC_MESSAGES/
 share/locale/el/LC_MESSAGES/plasma-browser-integration-host.mo
 share/locale/el/LC_MESSAGES/plasma-browser-integration-reminder.mo
-share/locale/en_GB/
-share/locale/en_GB/LC_MESSAGES/
 share/locale/en_GB/LC_MESSAGES/plasma-browser-integration-host.mo
 share/locale/en_GB/LC_MESSAGES/plasma-browser-integration-reminder.mo
-share/locale/es/
-share/locale/es/LC_MESSAGES/
 share/locale/es/LC_MESSAGES/plasma-browser-integration-host.mo
 share/locale/es/LC_MESSAGES/plasma-browser-integration-reminder.mo
-share/locale/et/
-share/locale/et/LC_MESSAGES/
 share/locale/et/LC_MESSAGES/plasma-browser-integration-host.mo
 share/locale/et/LC_MESSAGES/plasma-browser-integration-reminder.mo
-share/locale/eu/
-share/locale/eu/LC_MESSAGES/
 

CVS: cvs.openbsd.org: ports

2023-12-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/12/15 08:34:04

Modified files:
graphics/img2pdf: Makefile 

Log message:
extra TDEP and update comments regarding tests



CVS: cvs.openbsd.org: ports

2023-12-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/12/15 08:29:02

Modified files:
graphics/py-Pillow: Makefile 
Added files:
graphics/py-Pillow/patches: patch-setup_py 

Log message:
repair tiff support in py-Pillow, enable xcb while there



Re: graphics/img2pdf: Update to 0.5.1

2023-12-15 Thread Stuart Henderson
On 2023/12/15 14:36, Stuart Henderson wrote:
> On 2023/12/15 12:46, Klemens Nanni wrote:
> > On Fri, Dec 15, 2023 at 01:16:11AM +, wen heping wrote:
> > > Here is a patch for graphics/img2pdf to update to
> > > 0.5.1. It build well and run well on amd64-current.
> > > The tests failed because of lacking some TEST_DEPENDS.
> > > 
> > > Two ports run_depend on graphics/img2pdf, both build well
> > > and run well.
> > 
> > Are all failure cases still due to lack of pdfrw?
> > = 38 failed, 275 passed, 16 skipped, 1 warning, 22 errors in 149.20s 
> > (0:02:29) =
> > 
> > Committed, thanks.
> > 
> 
> I've fixed some test problems. Remainder are due to Pillow no longer

_Most of_ the remainder...

> building tiff support since libtiff.a was removed in the last tiff
> update, for some reason between it+setuptools, it's only looking for
> static libraries...
> 



Re: graphics/img2pdf: Update to 0.5.1

2023-12-15 Thread Stuart Henderson
On 2023/12/15 12:46, Klemens Nanni wrote:
> On Fri, Dec 15, 2023 at 01:16:11AM +, wen heping wrote:
> > Here is a patch for graphics/img2pdf to update to
> > 0.5.1. It build well and run well on amd64-current.
> > The tests failed because of lacking some TEST_DEPENDS.
> > 
> > Two ports run_depend on graphics/img2pdf, both build well
> > and run well.
> 
> Are all failure cases still due to lack of pdfrw?
> = 38 failed, 275 passed, 16 skipped, 1 warning, 22 errors in 149.20s 
> (0:02:29) =
> 
> Committed, thanks.
> 

I've fixed some test problems. Remainder are due to Pillow no longer
building tiff support since libtiff.a was removed in the last tiff
update, for some reason between it+setuptools, it's only looking for
static libraries...



CVS: cvs.openbsd.org: ports

2023-12-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/12/15 07:19:17

Modified files:
lang/python: python.port.mk 

Log message:
allow settings args to MODPY_BUILD_TARGET for MODPY_PYBUILD
useful for e.g. adding --config-setting



CVS: cvs.openbsd.org: ports

2023-12-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/12/15 06:54:37

Modified files:
graphics/py-Pillow: Makefile 
graphics/py-Pillow/pkg: PLIST 

Log message:
remove some SUBST_VARS, no longer needed



CVS: cvs.openbsd.org: ports

2023-12-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/12/15 06:36:36

Modified files:
graphics/img2pdf: Makefile 
Added files:
graphics/img2pdf/patches: patch-src_img2pdf_py 
  patch-src_img2pdf_test_py 

Log message:
fix path for sRGB.icc, add some missing TDEPs, link gdate from coreutils
to WRKDIR/bin/date to fix some tests



CVS: cvs.openbsd.org: ports

2023-12-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/12/15 06:31:47

ports/graphics/img2pdf/patches

Update of /cvs/ports/graphics/img2pdf/patches
In directory cvs.openbsd.org:/tmp/cvs-serv24278/patches

Log Message:
Directory /cvs/ports/graphics/img2pdf/patches added to the repository



CVS: cvs.openbsd.org: ports

2023-12-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/12/15 06:27:44

Modified files:
graphics/py-Pillow: Makefile 

Log message:
py-Pillow: tidy up test-related Makefile pieces a bit



CVS: cvs.openbsd.org: ports

2023-12-15 Thread Otto Moerbeek
CVSROOT:/cvs
Module name:ports
Changes by: o...@cvs.openbsd.org2023/12/15 06:11:55

Modified files:
net/dnsdist: Makefile distinfo 

Log message:
Update to dnsdist 1.8.3



Re: security/qtkeychain: add Qt6 FLAVOR

2023-12-15 Thread Klemens Nanni
On Fri, Dec 15, 2023 at 12:56:20PM +, Stuart Henderson wrote:
> PLIST changed so a REVISION bump is needed

Right, although the directories that were added got removed again once
I reran update-plist (with FLAVOR=qt6), so no PLIST change in the end.



Re: security/qtkeychain: add Qt6 FLAVOR

2023-12-15 Thread Stuart Henderson
On 2023/12/14 18:27, Klemens Nanni wrote:
> On Thu, Dec 14, 2023 at 11:10:01AM +0300, Kirill Bychkov wrote:
> > On Fri, December 1, 2023 13:27, Kirill Bychkov wrote:
> > > Hi!
> > > Attached diff adds Qt6 FLAVOR to qtkeychain. It is
> > > needed for upcoming net/owncloudclient update.
> > > OK?
> > 
> > Ping
> 
> The result looks fine, but you have quite a few (trailing) space/tab issues.
> Should keychain,qt6 be hooked up?
> 
> Some lines move around without changing.
> 
> Two unconditional SHARED_LIBS seems off;  you can use LIBNAME_L, either in
> FLAVOR blocks for unique versions or outside if qt6 can start at 2.1.
> 
> LIBNAME_L could be ${LIBNAME:L} instead of duplicating the string.
> 
> You could also reuse QT to pull common lines out of the FLAVOR blocks.
> 

PLIST changed so a REVISION bump is needed



CVS: cvs.openbsd.org: ports

2023-12-15 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2023/12/15 05:55:08

Modified files:
devel/kf5  : kf5.port.mk 
devel/kf5/attica: distinfo 
devel/kf5/baloo: Makefile distinfo 
devel/kf5/bluez-qt: distinfo 
devel/kf5/breeze-icons: distinfo 
devel/kf5/extra-cmake-modules: distinfo 
devel/kf5/extra-cmake-modules/pkg: PLIST 
devel/kf5/frameworkintegration: distinfo 
devel/kf5/kactivities: distinfo 
devel/kf5/kactivities-stats: distinfo 
devel/kf5/kapidox: distinfo 
devel/kf5/karchive: distinfo 
devel/kf5/kauth: distinfo 
devel/kf5/kbookmarks: distinfo 
devel/kf5/kcalendarcore: distinfo 
devel/kf5/kcmutils: distinfo 
devel/kf5/kcodecs: distinfo 
devel/kf5/kcompletion: distinfo 
devel/kf5/kconfig: distinfo 
devel/kf5/kconfigwidgets: distinfo 
devel/kf5/kcontacts: distinfo 
devel/kf5/kcoreaddons: Makefile distinfo 
devel/kf5/kcrash: distinfo 
devel/kf5/kdav : distinfo 
devel/kf5/kdbusaddons: distinfo 
devel/kf5/kdeclarative: distinfo 
devel/kf5/kded : distinfo 
devel/kf5/kdelibs4support: distinfo 
devel/kf5/kdesignerplugin: distinfo 
devel/kf5/kdesu: distinfo 
devel/kf5/kdnssd: distinfo 
devel/kf5/kdoctools: distinfo 
devel/kf5/kemoticons: distinfo 
devel/kf5/kfilemetadata: distinfo 
devel/kf5/kglobalaccel: distinfo 
devel/kf5/kguiaddons: distinfo 
devel/kf5/kholidays: distinfo 
devel/kf5/khtml: distinfo 
devel/kf5/ki18n: distinfo 
devel/kf5/kiconthemes: distinfo 
devel/kf5/kidletime: distinfo 
devel/kf5/kimageformats: distinfo 
devel/kf5/kinit: distinfo 
devel/kf5/kio  : distinfo 
devel/kf5/kio/pkg: PLIST 
devel/kf5/kirigami2: distinfo 
devel/kf5/kitemmodels: distinfo 
devel/kf5/kitemviews: distinfo 
devel/kf5/kjobwidgets: distinfo 
devel/kf5/kjs  : distinfo 
devel/kf5/kmediaplayer: distinfo 
devel/kf5/knewstuff: distinfo 
devel/kf5/knotifications: distinfo 
devel/kf5/knotifyconfig: distinfo 
devel/kf5/kpackage: distinfo 
devel/kf5/kparts: distinfo 
devel/kf5/kpeople: distinfo 
devel/kf5/kplotting: distinfo 
devel/kf5/kpty : distinfo 
devel/kf5/kquickcharts: distinfo 
devel/kf5/kross: distinfo 
devel/kf5/krunner: Makefile distinfo 
devel/kf5/kservice: distinfo 
devel/kf5/ktexteditor: distinfo 
devel/kf5/ktextwidgets: distinfo 
devel/kf5/kunitconversion: distinfo 
devel/kf5/kwallet: distinfo 
devel/kf5/kwayland: distinfo 
devel/kf5/kwidgetsaddons: distinfo 
devel/kf5/kwindowsystem: distinfo 
devel/kf5/kxmlgui: distinfo 
devel/kf5/kxmlrpcclient: distinfo 
devel/kf5/oxygen-icons: Makefile distinfo 
devel/kf5/plasma-framework: distinfo 
devel/kf5/plasma-framework/pkg: PLIST 
devel/kf5/prison: distinfo 
devel/kf5/purpose: distinfo 
devel/kf5/qqc2-desktop-style: distinfo 
devel/kf5/solid: distinfo 
devel/kf5/sonnet: distinfo 
devel/kf5/syndication: distinfo 
devel/kf5/syntax-highlighting: distinfo 
devel/kf5/threadweaver: distinfo 

Log message:
Update KDE Frameworks to 5.113.0

https://kde.org/announcements/frameworks/5/5.113.0/



Re: graphics/img2pdf: Update to 0.5.1

2023-12-15 Thread Klemens Nanni
On Fri, Dec 15, 2023 at 01:16:11AM +, wen heping wrote:
> Here is a patch for graphics/img2pdf to update to
> 0.5.1. It build well and run well on amd64-current.
> The tests failed because of lacking some TEST_DEPENDS.
> 
> Two ports run_depend on graphics/img2pdf, both build well
> and run well.

Are all failure cases still due to lack of pdfrw?
= 38 failed, 275 passed, 16 skipped, 1 warning, 22 errors in 149.20s (0:02:29) =

Committed, thanks.



CVS: cvs.openbsd.org: ports

2023-12-15 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2023/12/15 05:45:21

Modified files:
graphics/img2pdf: Makefile distinfo 
graphics/img2pdf/pkg: PLIST 

Log message:
update to img2pdf 0.5.1;  from wen heping, thanks



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

2023-12-15 Thread Rafael Sadowski
On Wed Dec 06, 2023 at 06:12:47AM +0100, Rafael Sadowski wrote:
> On Tue Nov 28, 2023 at 05:31:55PM +, Klemens Nanni wrote:
> > On Wed, Nov 01, 2023 at 07:29:22PM +0100, Rafael Sadowski wrote:
> > > On Tue Oct 17, 2023 at 11:39:45AM +0200, Rafael Sadowski wrote:
> > > > Information for inst:plasma-browser-integration-5.27.8
> > > > 
> > > > Comment:
> > > > Plasma browser integration
> > > > 
> > > > Required by:
> > > > debug-plasma-browser-integration-5.27.8
> > > > 
> > > > Description:
> > > > This KDE Plasma application aims to provide better integration of web 
> > > > browsers
> > > > with the KDE Plasma 5 desktop.
> > > > 
> > > > Maintainer: Rafael Sadowski 
> > > > 
> > > > Ok to import (unhooked)?
> > > 
> > > Attached you will find an updated version with changes based on kn@'s
> > > feedback.
> > 
> > Still only builds after
> > 
> > $ cd /usr/ports/x11/kde-plasma
> > $ make BUILD_UNLINKED=kde-plasma install
> > 
> > I don't have the build failure log from previous tries, just build this port
> > as-is on a machine without any WIP KDE Plasma ports installed and it fails,
> > so some dependencies are missing.
> > 
> 
> Thanks for caring!
> 
> Hmm not reproducible. I started with a fresh amd64-vm and without Qt
> installed.  I built plasma-browser-integration-5.27.9 AND
> powerdevil-5.27.9 (tarball attached) without any missing dependencies.
> 
> Could it be that you are using an old tarball?
> 
> Rafael

ping ;)



Re: [maintainer update] remind 4.2.7 -> 4.2.8

2023-12-15 Thread Stefan Hagen
Martin Ziemer wrote (2023-12-15 08:02 CET):
> This patch updates remind from 4.2.7 to 4.2.8.
> 
> Tested on amd64.

Looks good and all my tests worked.

ok sdk@

> Index: Makefile
> ===
> RCS file: /cvs/ports/misc/remind/Makefile,v
> retrieving revision 1.68
> diff -u -p -r1.68 Makefile
> --- Makefile  12 Oct 2023 18:21:31 -  1.68
> +++ Makefile  15 Dec 2023 06:59:08 -
> @@ -1,7 +1,7 @@
>  COMMENT= scripting language for reminders, with a Tk front end
>  
> -DISTNAME=remind-04.02.07
> -PKGNAME= remind-4.2.7
> +DISTNAME=remind-04.02.08
> +PKGNAME= remind-4.2.8
>  
>  CATEGORIES=  misc
>  
> Index: distinfo
> ===
> RCS file: /cvs/ports/misc/remind/distinfo,v
> retrieving revision 1.37
> diff -u -p -r1.37 distinfo
> --- distinfo  12 Oct 2023 18:21:31 -  1.37
> +++ distinfo  15 Dec 2023 06:59:08 -
> @@ -1,2 +1,2 @@
> -SHA256 (remind-04.02.07.tar.gz) = 
> A+EtkNmQOcz3Mb4q7qQGNL6pyCnRus4nqNor485tsZA=
> -SIZE (remind-04.02.07.tar.gz) = 509579
> +SHA256 (remind-04.02.08.tar.gz) = 
> GBuX5sQbY7oXcm8QTlWXcX6lrwgqQRF1UTBZ3zPTChU=
> +SIZE (remind-04.02.08.tar.gz) = 510979
> 



Re: archivers/libzim: Update to 9.0.0

2023-12-15 Thread Klemens Nanni
On Fri, Dec 15, 2023 at 01:24:33AM +, wen heping wrote:
> Hi, ports@:
> 
>Here is a patch for archivers/libzim:
>i) Update to 9.0.0
>ii) Remove the patch which had been included upstream
> 
>It build well and run well on amd64-current system.
>Only one port(www/kiwix/libkiwix) depends on libzim,
> build well  with thsi patch and passed all tests.

libzim tests do fail, however:

8.2.1:
Ok: 18
Expected Fail:  0
Fail:   8
Unexpected Pass:0
Skipped:0
Timeout:3

9.0.0:
Ok: 22
Expected Fail:  0
Fail:   6
Unexpected Pass:0
Skipped:0
Timeout:1

Tests also fill up /tmp/ without cleaning up after themselves.
TEST_ENV = TMPDIR=${WRKDIR}  keeps /tmp/ clean, but it only fixes some
failure cases.

> 
> 
> Cheers !
> wen

> Index: Makefile
> ===
> RCS file: /cvs/ports/archivers/libzim/Makefile,v
> retrieving revision 1.4
> diff -u -p -r1.4 Makefile
> --- Makefile  5 Sep 2023 14:59:17 -   1.4
> +++ Makefile  15 Dec 2023 01:20:02 -
> @@ -1,6 +1,6 @@
>  COMMENT =reference implementation of the ZIM specification
>  
> -DISTNAME =   libzim-8.2.1
> +DISTNAME =   libzim-9.0.0
>  
>  SHARED_LIBS +=  zim   1.0 # 0.0

Needs a major bump due to removal of dynamically exported symbols.

>  
> Index: distinfo
> ===
> RCS file: /cvs/ports/archivers/libzim/distinfo,v
> retrieving revision 1.2
> diff -u -p -r1.2 distinfo
> --- distinfo  23 Aug 2023 06:24:44 -  1.2
> +++ distinfo  15 Dec 2023 01:20:02 -
> @@ -1,2 +1,2 @@
> -SHA256 (libzim-8.2.1.tar.xz) = /N20AMtxssIdXahv1gbg9FCDhz8N9dRSk0WFWjm1cHw=
> -SIZE (libzim-8.2.1.tar.xz) = 195324
> +SHA256 (libzim-9.0.0.tar.xz) = 72AAbvZuwtpIHA7dx4tuRy5KBuNxzaGYorPZG7daeQw=
> +SIZE (libzim-9.0.0.tar.xz) = 196000
> Index: patches/patch-meson_build
> ===
> RCS file: patches/patch-meson_build
> diff -N patches/patch-meson_build
> --- patches/patch-meson_build 23 Aug 2023 06:24:44 -  1.1
> +++ /dev/null 1 Jan 1970 00:00:00 -
> @@ -1,13 +0,0 @@
> -https://github.com/openzim/libzim/issues/757
> -Index: meson.build
>  meson.build.orig
> -+++ meson.build
> -@@ -1,7 +1,7 @@
> - project('libzim', ['c', 'cpp'],
> -   version : '8.2.1',
> -   license : 'GPL2',
> --  default_options : ['c_std=c11', 'cpp_std=c++11'])
> -+  default_options : ['c_std=c11', 'cpp_std=c++14'])
> - 
> - if build_machine.system() != 'windows'
> -   add_project_arguments('-D_LARGEFILE64_SOURCE=1', 
> '-D_FILE_OFFSET_BITS=64', language: 'cpp')



CVS: cvs.openbsd.org: ports

2023-12-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/12/15 04:40:17

Modified files:
misc/remind: Makefile distinfo 

Log message:
update to remind-4.2.8, from Martin Ziemer (maintainer)



CVS: cvs.openbsd.org: ports

2023-12-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/12/15 04:29:44

Modified files:
net: Makefile 

Log message:
+trippy



CVS: cvs.openbsd.org: ports

2023-12-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/12/15 04:29:29

Log message:
import ports/net/trippy, ok phessler

Trippy combines the functionality of traceroute and ping (supporting
ICMP, UDP, TCP over IPv4 and IPv6) and is designed to assist with the
analysis of networking issues.

Customizable tracing options:
packet size & payload pattern
start and maximum time-to-live (TTL)
minimum and maximum round duration
round end grace period & maximum number of unknown hops
source & destination port (TCP & UDP)
source address and source interface
TOS (aka DSCP + ECN)
Identification of Equal Cost Multi-path Routing
RFC4884 ICMP Multi-Part Messages
Generic Extension Objects
MPLS Label Stacks
Tui (curses-style) interface:
Trace multiple targets simultaneously from a single instance
Per hop stats (sent, rcvd, loss%, last, avg, best, worst, stddev & status)
Per hop round-trip-time (RTT) history and frequency distributing charts
Interactive chart of RTT for all hops in a trace with zooming capability
Interactive GeoIp world map (needs local mmdb files)
Isolate and filter by individual tracing flows
Customizable color theme & key bindings
Show multiple hosts per hop
Show hop details and navigate hosts within each hop
Responsive UI with adjustable refresh rate
DNS:
Lazy reverse DNS queries
Lookup autonomous system number (ASN) and name
Generate tracing reports:
json, csv & tabular (pretty-printed and markdown)
Tracing flows report
Graphviz dot charts
configurable reporting cycles

Status:

Vendor Tag: sthen
Release Tags:   sthen_20231215

N ports/net/trippy/Makefile
N ports/net/trippy/distinfo
N ports/net/trippy/crates.inc
N ports/net/trippy/pkg/DESCR
N ports/net/trippy/pkg/PLIST

No conflicts created by this import



NEW: net/trippy - mtr-type tool

2023-12-15 Thread Stuart Henderson
Here's a port for https://trippy.cli.rs/, a "tui" (curses-like-interface)
network diagnosis tool in the vein of mtr. Written in rust (cc/libc
versions look good, and it doesn't use ring, so no crate replacements
needed).

OK to import?

-
Trippy combines the functionality of traceroute and ping (supporting
ICMP, UDP, TCP over IPv4 and IPv6) and is designed to assist with the
analysis of networking issues.

Customizable tracing options:
packet size & payload pattern
start and maximum time-to-live (TTL)
minimum and maximum round duration
round end grace period & maximum number of unknown hops
source & destination port (TCP & UDP)
source address and source interface
TOS (aka DSCP + ECN)
Identification of Equal Cost Multi-path Routing
RFC4884 ICMP Multi-Part Messages
Generic Extension Objects
MPLS Label Stacks
Tui (curses-style) interface:
Trace multiple targets simultaneously from a single instance
Per hop stats (sent, rcvd, loss%, last, avg, best, worst, stddev & status)
Per hop round-trip-time (RTT) history and frequency distributing charts
Interactive chart of RTT for all hops in a trace with zooming capability
Interactive GeoIp world map (needs local mmdb files)
Isolate and filter by individual tracing flows
Customizable color theme & key bindings
Show multiple hosts per hop
Show hop details and navigate hosts within each hop
Responsive UI with adjustable refresh rate
DNS:
Lazy reverse DNS queries
Lookup autonomous system number (ASN) and name
Generate tracing reports:
json, csv & tabular (pretty-printed and markdown)
Tracing flows report
Graphviz dot charts
configurable reporting cycles
-


trippy.tgz
Description: application/tar-gz


CVS: cvs.openbsd.org: ports

2023-12-15 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2023/12/15 04:04:32

Modified files:
sysutils/gitlab-cli: Makefile distinfo 
sysutils/gitlab-cli/pkg: PLIST 

Log message:
update to gitlab-cli 1.36.0



CVS: cvs.openbsd.org: ports

2023-12-15 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2023/12/15 04:04:07

Modified files:
devel/github-cli: Makefile distinfo 

Log message:
update to github-cli 2.40.1



[NEW]www/py-httpcore

2023-12-15 Thread wen heping
Hi, ports@:

 Here is a patch to create new port devel/py-httpcore,
which is required by the creating of devel/py-httpx,
which is required by some other ports.

   It build well and run well on amd64-current system.
NO_TEST defined since we are lacking of some TEST_DEPENDS.

   www/py-h11 should be imported into portstree before
this patch committed.
  

Cheers !
wen

py-httpcore.tar.gz
Description: py-httpcore.tar.gz


[NEW]www/py-h11

2023-12-15 Thread wen heping
Hi, ports@:

 Here is a patch to create new port devel/py-h11,
which is required by the creating of devel/py-httpx,
which is required by some other ports.

   It build well and run well on amd64-current system
and pass all tests.
   

Cheers !
wen

py-h11.tar.gz
Description: py-h11.tar.gz


CVS: cvs.openbsd.org: ports

2023-12-15 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/12/15 01:48:04

Modified files:
sysutils/nomad : Makefile distinfo 

Log message:
Update to nomad-1.7.2.



CVS: cvs.openbsd.org: ports

2023-12-15 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/12/15 01:21:40

Modified files:
sysutils/terragrunt: Makefile distinfo 

Log message:
Update to terragrunt-0.54.3.



[maintainer update] remind 4.2.7 -> 4.2.8

2023-12-15 Thread Martin Ziemer
This patch updates remind from 4.2.7 to 4.2.8.

Tested on amd64.

Index: Makefile
===
RCS file: /cvs/ports/misc/remind/Makefile,v
retrieving revision 1.68
diff -u -p -r1.68 Makefile
--- Makefile12 Oct 2023 18:21:31 -  1.68
+++ Makefile15 Dec 2023 06:59:08 -
@@ -1,7 +1,7 @@
 COMMENT=   scripting language for reminders, with a Tk front end
 
-DISTNAME=  remind-04.02.07
-PKGNAME=   remind-4.2.7
+DISTNAME=  remind-04.02.08
+PKGNAME=   remind-4.2.8
 
 CATEGORIES=misc
 
Index: distinfo
===
RCS file: /cvs/ports/misc/remind/distinfo,v
retrieving revision 1.37
diff -u -p -r1.37 distinfo
--- distinfo12 Oct 2023 18:21:31 -  1.37
+++ distinfo15 Dec 2023 06:59:08 -
@@ -1,2 +1,2 @@
-SHA256 (remind-04.02.07.tar.gz) = A+EtkNmQOcz3Mb4q7qQGNL6pyCnRus4nqNor485tsZA=
-SIZE (remind-04.02.07.tar.gz) = 509579
+SHA256 (remind-04.02.08.tar.gz) = GBuX5sQbY7oXcm8QTlWXcX6lrwgqQRF1UTBZ3zPTChU=
+SIZE (remind-04.02.08.tar.gz) = 510979