Re: State of ghc-9.2.2

2022-04-29 Thread Greg Steuck
Matthias Kilian writes: >> Once people test the patches to their satisfaction, we could update the >> tree. > > At the moment, there seem to be three people doing test-builds with > the patches (you, Volker and me), and all seem to be happy with the > update ;-) > > So why wait? (That's an ok kil

Re: State of ghc-9.2.2

2022-04-29 Thread Matthias Kilian
Hi, On Thu, Apr 28, 2022 at 10:11:27PM -0700, Greg Steuck wrote: > I feel pretty good about where we are with ghc-9.2.2 (patches in > https://marc.info/?l=openbsd-ports&m=165103738516521&w=2). I just > rebuilt all the directly dependent ports. I have been running the > updated Haskell ports I use

NEW: databases/postgresql-ip4r

2022-04-29 Thread Stuart Henderson
ok to import this? - IP4R is a PostgreSQL extension which supports 6 data types allowing you to store IPv4 & IPv6 addresses in a PostgreSQL table: ip4 - a single IPv4 address ip4r - an arbitrary range of IPv4 addresses ip6 - a single IPv6 address ip6r - an arbitrary range of IPv

Re: www/sogod: add login.conf.d/sogod

2022-04-29 Thread Giovanni Bechis
On Thu, Apr 28, 2022 at 03:18:00PM +0200, Landry Breuil wrote: > Le Thu, Apr 28, 2022 at 03:12:23PM +0200, Landry Breuil a écrit : > > hi, > > > > i've been using sogo with ~10 users since a while and i've had a line in > > login.conf since 2017, because in some situations 128fd is not enough > >

Re: [update] editors/nano-6.3

2022-04-29 Thread Christian Weisgerber
Ricardo Mestre: > Update to 6.3 just released today. ok? In addition, update-plist wants entries for the Albanian locale directories. With that, ok naddy@ --- pkg/PLIST.orig Fri Apr 29 15:49:27 2022 +++ pkg/PLIST Fri Apr 29 16:04:00 2022 @@ -44,6 +44,8 @@ share/locale/ru/LC_MESSAGES/nan

Re: update net/toxcore: 0.2.17 -> 0.2.18

2022-04-29 Thread Omar Polo
Omar Polo wrote: > straightforward update; the changelog is here: > https://github.com/TokTok/c-toxcore/releases/tag/v0.2.18 > > port-wise: switching from GH_* to the official tarball (the > autogenerated one doesn't include the submodules) and removing msgpack > as dependency (upstream switched

Re: [NEW] sysutils/fd

2022-04-29 Thread Rafael Sadowski
On Fri Apr 29, 2022 at 09:48:16AM +0200, Theo Buehler wrote: > On Fri, Apr 29, 2022 at 09:23:29AM +0200, Frederic Cambus wrote: > > Hi ports@, > > > > Here is a new port: sysutils/fd > > > > I was a bit skeptical at first about why a find replacement was useful, > > but speed alone won me over. >

Re: [NEW] sysutils/fd

2022-04-29 Thread Theo Buehler
On Fri, Apr 29, 2022 at 09:23:29AM +0200, Frederic Cambus wrote: > Hi ports@, > > Here is a new port: sysutils/fd > > I was a bit skeptical at first about why a find replacement was useful, > but speed alone won me over. I'm ok with importing this, but I'd like to see two changes: 1. add MODCAR

[NEW] sysutils/fd

2022-04-29 Thread Frederic Cambus
Hi ports@, Here is a new port: sysutils/fd I was a bit skeptical at first about why a find replacement was useful, but speed alone won me over. The features section from the README highlights other reasons why the tool is interesting and useful: - Intuitive syntax: fd PATTERN instead of find -i