NEW: textproc/qpdfview-0.4.18

2022-04-24 Thread Salil Wadnerkar
Hi, qpdfview (https://launchpad.net/qpdfview) is a tabbed document viewer. It uses Poppler for PDF support, libspectre for PS support, DjVuLibre for DjVu support, CUPS for printing support and the Qt toolkit for its interface. I am using it as my daily pdf reader. And I have tested it locally with

Re: remove lutimes syscall in libuv

2022-04-24 Thread Lucas Raab
On Sun, Apr 24, 2022 at 08:32:14PM +0100, Stuart Henderson wrote: > On 2022/04/24 07:01, Lucas Raab wrote: > > Hello, > > > > Here's a small patch to libuv to not attempt to use the lutimes > > syscall. This was discovered while working on an upgrade to > > sysutils/grafana which in turn triggered

Re: HEADS-UP: devel/cmake update - needs bulk tests

2022-04-24 Thread Rafael Sadowski
On Sun Apr 24, 2022 at 09:41:35PM +0100, Stuart Henderson wrote: > On 2022/04/24 17:27, Rafael Sadowski wrote: > > On Sun Apr 24, 2022 at 12:46:35PM +0100, Stuart Henderson wrote: > > > New reworked diff: > > I will try and get an i386 test bulk started in the next few days > with whatever diff i

Re: UPDATE: libsndfile

2022-04-24 Thread Stuart Henderson
This is OK sthen@ Jan please let us know if you are not able to review, so we don't need to wait around :) On 2022/04/23 14:40, Brad Smith wrote: > A bug fix from upstream.. > > gsm610: Fix signed integer overflow > > > Index: Makefile > ===

Re: Update mail/dovecot-fts-xapian to 1.5.5 to fix segfault in 7.1

2022-04-24 Thread William Orr
I'm happy to submit them upstream. I just wanted to submit them here first in case there was something I didn't notice that was OpenBSD-specific. Thanks! 24 abr. 2022 21:08:22 Brad Smith : > On 4/24/2022 7:39 AM, William Orr wrote: >> Hey, >> >> The plugin API of dovecot apparently changed in

Re: HEADS-UP: devel/cmake update - needs bulk tests

2022-04-24 Thread Stuart Henderson
On 2022/04/24 17:27, Rafael Sadowski wrote: > On Sun Apr 24, 2022 at 12:46:35PM +0100, Stuart Henderson wrote: > > On 2022/04/24 12:33, Rafael Sadowski wrote: > > > - CFLAGS, CXXFLAGS, LDFLAGS > > > cmake.port.mk now respects C/CXX/LD flags. With is CMAKE_*_FLAGS_* is > > > obsolete. > > > > I am

Re: remove lutimes syscall in libuv

2022-04-24 Thread Stuart Henderson
On 2022/04/24 07:01, Lucas Raab wrote: > Hello, > > Here's a small patch to libuv to not attempt to use the lutimes > syscall. This was discovered while working on an upgrade to > sysutils/grafana which in turn triggered a build failure stemming > from lang/node. > > Wandering a little outside my

Re: [new] net/epic5 - irc client with pledge/unveil

2022-04-24 Thread Mikhail
Friendly weekly ping. On Mon, Apr 18, 2022 at 10:15:47AM +0300, Mikhail wrote: > On Sat, Apr 16, 2022 at 07:18:47AM -0600, Daniel Dickman wrote: > > > > > > > On Apr 14, 2022, at 11:49 AM, Stuart Henderson > > > wrote: > > > > > > My thinking is that, if the code has behaviour which is consid

Re: no output from zathura

2022-04-24 Thread Ashlen
On 22/04/24 08:11, Landry Breuil wrote: > Le Sat, Apr 23, 2022 at 05:44:41PM -0600, Ashlen a écrit : > > I'm still getting the same problem with the mupdf plugin on the snapshot > > mentioned below. > > > > > > $ sysctl -n kern.version > > OpenBSD 7.1-current (GENERIC.MP) #483: Sat Apr 23 05:33:19

Re: remove lutimes syscall in libuv

2022-04-24 Thread Landry Breuil
Le Sun, Apr 24, 2022 at 07:01:21AM -0500, Lucas Raab a écrit : > Hello, > > Here's a small patch to libuv to not attempt to use the lutimes > syscall. This was discovered while working on an upgrade to > sysutils/grafana which in turn triggered a build failure stemming > from lang/node. > > Wande

nspr PR_GetNumberOfProcessors() -> HW_NCPUONLINE

2022-04-24 Thread Stuart Henderson
This value seems to be used for some scaling in Firefox (not sure what exactly but it looks like at least media decode, canvas drawing, db access)), I don't think there's any reason we would want to include offline HT "cores" in that count. OK? Index: Makefile

Update mail/dovecot-fts-xapian to 1.5.5 to fix segfault in 7.1

2022-04-24 Thread William Orr
Hey, The plugin API of dovecot apparently changed in 2.3.17. Because of this, the version of dovecot-fts-xapian in 7.1 is broken and will crash whenever invoked. Diff to update the plugin to the latest version follows. I'm running this on my backup MX that I upgraded to 7.1 to test, and I no long

Re: NEW: x11/docker-1.5

2022-04-24 Thread Antoine Jacoutot
On Sun, Apr 24, 2022 at 09:44:55PM +0900, SASANO Takayoshi wrote: > Hi, > > which should we choice? > > 1. use original code and simply change binary/package name "wmdocker", >keep the name in the code uses "docker". > 2. use fork on github, everything change to "wmdocker". > > Debian/Ubuntu

Re: NEW: x11/docker-1.5

2022-04-24 Thread SASANO Takayoshi
Hi, which should we choice? 1. use original code and simply change binary/package name "wmdocker", keep the name in the code uses "docker". 2. use fork on github, everything change to "wmdocker". Debian/Ubuntu package uses first idea. On Sun, 24 Apr 2022 20:48:53 +0900, Stuart Henderson wro

remove lutimes syscall in libuv

2022-04-24 Thread Lucas Raab
Hello, Here's a small patch to libuv to not attempt to use the lutimes syscall. This was discovered while working on an upgrade to sysutils/grafana which in turn triggered a build failure stemming from lang/node. Wandering a little outside my paygrade here, but hopefully this is a valid patch. ma

Re: NEW: x11/docker-1.5

2022-04-24 Thread Stuart Henderson
On 2022/04/24 11:57, Antoine Jacoutot wrote: > On Sun, Apr 24, 2022 at 05:16:13AM +0900, SASANO Takayoshi wrote: > > Hi, > > > > > This conflict with sysutils/docker-cli > > > > well, should I rework with GitHub's fork > > https://github.com/mdomlop/wmdocker ? > > almost all codes are same as or

Re: HEADS-UP: devel/cmake update - needs bulk tests

2022-04-24 Thread Stuart Henderson
On 2022/04/24 12:33, Rafael Sadowski wrote: > - CFLAGS, CXXFLAGS, LDFLAGS > cmake.port.mk now respects C/CXX/LD flags. With is CMAKE_*_FLAGS_* is > obsolete. I am 100% happy with doing this for CFLAGS/CXXFLAGS. Those are supported by other ports modules (autoconf, etc) and already partly supporte

[new] mail/aerc - terminal email client

2022-04-24 Thread Omar Polo
Hello ports, Please find attached a tarball for aerc, a terminal email client: % pkg_info aerc Information for inst:aerc-0.9.0 Comment: terminal email client Description: Aerc is a terminal email client with IMAP and Maildir support. Features include asynchronous IMAP and IMAP IDLE support, a

Re: NEW: x11/docker-1.5

2022-04-24 Thread Antoine Jacoutot
On Sun, Apr 24, 2022 at 05:16:13AM +0900, SASANO Takayoshi wrote: > Hi, > > > This conflict with sysutils/docker-cli > > well, should I rework with GitHub's fork https://github.com/mdomlop/wmdocker ? > almost all codes are same as original docker, but version (1.5 -> 1.5.1), > Makefile and applic

[maintainer update] textproc/tree-sitter 0.20.1 --> 0.20.6

2022-04-24 Thread Paco Esteban
Hi ports@, This is an update for textproc/tree-sitter to its latest version 0.20.6. The list of changes is big, here you can have a look: https://github.com/tree-sitter/tree-sitter/compare/v0.20.1...v0.20.6 The only significant change on the port itself is the SHARED_LIBS major bump as discussed

Re: no output from zathura

2022-04-24 Thread Stuart Henderson
On 2022/04/24 08:11, Landry Breuil wrote: > Le Sat, Apr 23, 2022 at 05:44:41PM -0600, Ashlen a écrit : > > I'm still getting the same problem with the mupdf plugin on the snapshot > > mentioned below. > > > > > > $ sysctl -n kern.version > > OpenBSD 7.1-current (GENERIC.MP) #483: Sat Apr 23 05:33