Re: retire lang/parrot?

2023-08-20 Thread George Koehler
On Sun, 20 Aug 2023 21:47:14 +0200 Jeremie Courreges-Anglas wrote: > On Sun, Aug 20 2023, Theo Buehler wrote: > > Is anyone still having a use case for lang/parrot? > > ... > > I suggest to drop it. ok jca@ if you plan to handle it. ok gkoehler@ to remove parrot I tried to use parrot in 2020

Re: NEW/WIP/Preview: www/ladybird

2023-08-20 Thread Brian Callahan
Hi Andrew -- On 8/20/2023 3:58 PM, Andrew Kaster wrote: > Brian, > > I added a CMake option last week called ENABLE_NETWORK_DOWNLOADS that should > make one of your patches obsolete. Setting it to OFF should have the desired > effect. We recently added another required download for the Public Suf

powerpc bulk build report

2023-08-20 Thread gkoehler
Bulk build on macppc-0.ports.openbsd.org Started : Sun Jul 30 19:33:19 MDT 2023 Finished: Sun Aug 20 21:16:53 MDT 2023 Duration: 21 Days 1 hours 44 minutes Built using OpenBSD 7.3-current (GENERIC) #146: Sat Jul 29 16:50:48 MDT 2023 Built 9820 packages Number of packages built each day: Jul 30:

Re: Firefox toLocaleString displays wrong time on OpenBSD

2023-08-20 Thread Theo de Raadt
If you use unveil() without pledge(), you do not get the special-case-file-exposures-for-libc behaviours that pledge() brings. You are then responsible for all path exposure. Morgan Aldridge wrote: > On Mon, Aug 7, 2023 at 3:57 AM Landry Breuil wrote: > > > Le Sat, Aug 05, 2023 at 07:41:12PM

Re: Firefox toLocaleString displays wrong time on OpenBSD

2023-08-20 Thread Morgan Aldridge
On Mon, Aug 7, 2023 at 3:57 AM Landry Breuil wrote: > Le Sat, Aug 05, 2023 at 07:41:12PM -0400, George Koehler a écrit : > > On Sat, 5 Aug 2023 08:49:25 +0200 > > Landry Breuil wrote: > > > > > I'm not sure i'll be able to look into it, but i'd rather *not* > document > > > 'workarounds' for iss

Re: sysutils/xxhash: pledge xxhsum(1)

2023-08-20 Thread Klemens Nanni
On Sun, Aug 20, 2023 at 09:05:36PM +0100, Stuart Henderson wrote: > i'm ok with adding pledge (and the homepage update). > > generally when we've added pledge patches to ports before, we used > the 'native' means of error reporting rather than pulling in err.h; > I would slightly prefer to do that

net/libproxy breaks at least net/cadaver audio/cantata and x11/gnustep/cynthiune

2023-08-20 Thread Sebastian Reitenbach
Hi, there are more that pull in net/libproxy, but these I at least tested on amd64, snapshot a few days old. They all refuse to start with message: ld.so: cadaver: can't load library 'libpxbackend-1.0.so' Killed I can for example LD_PRELOAD=/usr/local/lib/libproxy/libpxbackend-1.0.so  cadaver

Re: sysutils/xxhash: pledge xxhsum(1)

2023-08-20 Thread Stuart Henderson
On 2023/08/20 16:36, Klemens Nanni wrote: > On Thu, Aug 17, 2023 at 02:00:52AM +, Klemens Nanni wrote: > > Compared to md5(1) with [-h hashfile], xxhsum(1) has no option to write > > to anything but standard output. > > > > Dropping "rpath" later can be done, but needs more patching and testin

Re: NEW/WIP/Preview: www/ladybird

2023-08-20 Thread Andrew Kaster
Brian, I added a CMake option last week called ENABLE_NETWORK_DOWNLOADS that should make one of your patches obsolete. Setting it to OFF should have the desired effect. We recently added another required download for the Public Suffix list from https://github.com/publicsuffix/list as well. I'm su

Re: retire lang/parrot?

2023-08-20 Thread Jeremie Courreges-Anglas
On Sun, Aug 20 2023, Theo Buehler wrote: > Is anyone still having a use case for lang/parrot? > > The project looks dead, port is in maintenance mode: REVISION 10, > no MAINTAINER for 8 years. > > Its use in raku was replaced with MoarVM and other languages don't seem > to be interested. I sugges

retire lang/parrot?

2023-08-20 Thread Theo Buehler
Is anyone still having a use case for lang/parrot? The project looks dead, port is in maintenance mode: REVISION 10, no MAINTAINER for 8 years. Its use in raku was replaced with MoarVM and other languages don't seem to be interested. http://www.parrot.org/

Re: sysutils/xxhash: pledge xxhsum(1)

2023-08-20 Thread Klemens Nanni
On Thu, Aug 17, 2023 at 02:00:52AM +, Klemens Nanni wrote: > Compared to md5(1) with [-h hashfile], xxhsum(1) has no option to write > to anything but standard output. > > Dropping "rpath" later can be done, but needs more patching and testing. > > Works for me, tests pass. > Feedback? Objcet