Micro could not initialize a Screen

2024-04-07 Thread Mizsei Zoltán
Hi, micro stopped working after the 7.5 update: vps$ uname -a OpenBSD vps 7.5 GENERIC#79 amd64 vps$ which micro /usr/local/bin/micro vps$ micro --version Version: 2.0.13 Commit hash: 68d88b5 Compiled on Unknown vps$ micro test.txt function not implemented Fatal: Micro could not initialize a Sc

Re: [editor/micro] stopped working

2024-04-07 Thread Rob Schmersel
On Sun, 7 Apr 2024 12:21:14 -0400 George Koehler wrote: > On Sun, 7 Apr 2024 15:57:26 +0200 > Rob Schmersel wrote: > > > I tracked it down to the use of syscall in the tcell package file > > tscreen_bsd.go (line 46) > > > > > > > fd = uintptr(t.out.(*os.File).Fd()) > > > if _, _

NEW: net/kdsoap-ws-discovery-client

2024-04-07 Thread Rafael Sadowski
Depends on net/kdsoap,qt6. OK to import? Upcoming KDE6 depends on it. Information for inst:kdsoap-ws-discovery-client-0.4.0 Comment: KDSoap WS-Discovery client Description: This project is trying to create a WS-Discovery client library based on the KDSoap library. Maintainer: The OpenBSD ports

net/kdsoap: qt6 flavor

2024-04-07 Thread Rafael Sadowski
Update kdsoap to 2.2.0 and enable the qt6 flavor. OK, Feedback? diff --git a/net/kdsoap/Makefile b/net/kdsoap/Makefile index 71d94148bba..3bdb71f1702 100644 --- a/net/kdsoap/Makefile +++ b/net/kdsoap/Makefile @@ -1,9 +1,13 @@ COMMENT = Qt-based client-side and server-side SOAP component -

Re: NEW: multimedia/phonon-qt6 and multimedia/phonon-backend/vlc-qt6

2024-04-07 Thread Rafael Sadowski
On Sat Apr 06, 2024 at 02:36:43PM +, Klemens Nanni wrote: > 14.03.2024 23:42, Rafael Sadowski via ports пишет: > > I would like to import multimedia/phonon-backend/vlc-qt6 > > multimedia/phonon-qt6. Please find tarball attached. This import does > > not create any conflicts but it needs a simpl

NEW: net/signond-qt6

2024-04-07 Thread Rafael Sadowski
Simple qt6 signond port. It was easier and cleaner to create a new port then to add qt6 flavor in the currert net/signond. Upstream, it doesn't matter what package maintaienr has to fight. OK to import? No conflicts at all. Rafael signond-qt6.tar.gz Description: application/gzip

net/libaccounts-qt: qt6 flavor

2024-04-07 Thread Rafael Sadowski
The same pattern like in the perverse qt6 flavor diffs. OK? diff --git a/net/libaccounts-qt/Makefile b/net/libaccounts-qt/Makefile index 83723cd0e9c..cb67cfb1ca1 100644 --- a/net/libaccounts-qt/Makefile +++ b/net/libaccounts-qt/Makefile @@ -3,10 +3,13 @@ COMMENT = Qt-based client library for t

[NEW] net/crawley-v1.7.5

2024-04-07 Thread Russ Sharek
Hello all! Attached is a port of crawley, the unix-way web crawler. It handily crawls web pages and prints any link it can find. homepage: https://github.com/s0rg/crawley Tested on amd64. OK, please? crawley-1.7.5.tgz Description: application/tar-gz

Re: NEW devel/py-iterable-io-1.0.0 (magic-wormhole dep)

2024-04-07 Thread Klemens Nanni
Fixed subject... On Sun, Apr 07, 2024 at 05:17:46PM +, Klemens Nanni wrote: > I should have wrapped up and sent this port *before* updating to newest > wormhole, as this is a runtime dep... > > No deps itself, all tests pass on amd64. > Feedback? OK? > > Information for inst:py3-iterable-io-

NEW devel/py-zipstream-ng 1.7.1 (magic-wormhole dep)

2024-04-07 Thread Klemens Nanni
I should have wrapped up and sent this port *before* updating to newest wormhole, as this is a runtime dep... No deps itself, all tests pass on amd64. Feedback? OK? Information for inst:py3-zipstream-ng-1.7.1 Comment: modern and easy to use streamable zip file generator Required by: magic-worm

NEW devel/py-zipstream-io-1.0.0 (magic-wormhole dep)

2024-04-07 Thread Klemens Nanni
I should have wrapped up and sent this port *before* updating to newest wormhole, as this is a runtime dep... No deps itself, all tests pass on amd64. Feedback? OK? Information for inst:py3-iterable-io-1.0.0 Comment: adapt generators and other iterable to a file-like interface Required by: magi

Re: [editor/micro] stopped working

2024-04-07 Thread George Koehler
On Sun, 7 Apr 2024 15:57:26 +0200 Rob Schmersel wrote: > I tracked it down to the use of syscall in the tcell package file > tscreen_bsd.go (line 46) > > > > fd = uintptr(t.out.(*os.File).Fd()) > > if _, _, e1 := syscall.Syscall6(syscall.SYS_IOCTL, fd, ioc, > > tios, 0, 0,

[editor/micro] stopped working

2024-04-07 Thread Rob Schmersel
Hi, Since awhile ago the micro editor (editor/micro) stopped working on OpenBSD with the following error: > fatboy$ micro > function not implemented > Fatal: Micro could not initialize a Screen. I tracked it down to the use of syscall in the tcell package file tscreen_bsd.go (line 46) >

Re: [patch (kind of)] sysutils/gitlab-cli: terminal input doesn't work properly on OpenBSD

2024-04-07 Thread Klemens Nanni
On Fri, Apr 05, 2024 at 09:18:12PM +0300, Mikhail Pchelin wrote: > [cc'ing maintainer] > > Currently glab port doesn't properly handle terminal input, for example, > after 'glab auth login' (setup wizard) you won't be able to type > properly or choose the options, you will get ^[[B^[[A etc stuff.