Re: update devel/libffi to 3.4.2

2022-05-16 Thread Greg Steuck
Hi Omar, This looks like a pretty significant update, thanks for taking it on. Omar Polo writes: > The list of consumer is daunting and I can't test everything nor run a > bulk. So far I tested on amd64: > > - java/jna: (post update, see other thread) builds fine + all tests passing > - lang

Re: update net/rsync 3.2.4

2022-05-16 Thread Nam Nguyen
Nam Nguyen writes: > Nam Nguyen writes: > >> Two diffs are attached, incorporating feedback from espie@ sthen@ and >> naddy@. Feedback is welcome. OK? ping. Diffs are reattached for convenience. >> >> 1. rsync_stable.diff: intended for -stable. brings bundled zlib from >>rsync 3.2.4 to 3.2.3

Re: update net/vnstat 2.9

2022-05-16 Thread Nam Nguyen
Nam Nguyen writes: > This is an update for net/vnstat to 2.9 released on 23-Jan-2022. > The diff is originally from tj@ with tweaks by me. ping > > changelog: https://humdi.net/vnstat/CHANGES > > This diff does the following three things ports-wise: > > 1. Proofread and edit README to get rid of

devel/boost install b2/bjam

2022-05-16 Thread Nam Nguyen
Here is a diff needed for an update to net/libtorrent-rasterbar. It installs b2 and bjam. The motivation is to not carry an older version of setup.py for the python bindings in libtorrent-rasterbar. libtorrent-rasterbar is probably the only consumer of b2 other than boost itself. At first I tried

Re: UPDATE: libtorrent-rasterbar 1.2.16

2022-05-16 Thread Nam Nguyen
Brad Smith writes: > Here is an update to libtorrent-rasterbar 1.2.16. Thanks I had something similar in my local tree. This diff additionally: - removes ${FILESDIR}/setup.py and uses boost-build. This depends on a diff for devel/boost to install b2 and bjam. I will send this after this e-mail.

Re: Update to go-1.18.2

2022-05-16 Thread Stuart Henderson
On 2022/05/17 05:41, Joel Sing wrote: > > go/src/debug/elf/testdata/gcc-amd64-linux-exec > > -go/src/debug/elf/testdata/gcc-amd64-openbsd-debug-with-rela.obj > > +go/src/debug/elf/testdata/gcc-${MACHINE_ARCH}-openbsd-debug-with-rela.obj > > This chunk needs reverting. UPDATE_PLIST_ARGS= -i MACHI

Re: Update to go-1.18.2

2022-05-16 Thread Joel Sing
On 22-05-16 07:21:12, Daniel Jakots wrote: > Here's a patch for go-1.18.2 > > > go1.18.2 (released 2022-05-10) includes security fixes to the syscall > > package, as well as bug fixes to the compiler, runtime, the go > > command, and the crypto/x509, go/types, net/http/httptest, reflect, > > and s

Re: [NEW] lang/binaryen

2022-05-16 Thread Frederic Cambus
On Fri, May 13, 2022 at 10:23:28AM +0200, Omar Polo wrote: > > > * Effective: Binaryen's optimizer has many passes (see an overview later > > > down) that can improve code size and speed. These optimizations aim to > > nit: i'd drop the parentesized sentence, there's nothing below :) Good poin

Re: [update] www/vaultwarden-web 2.28.0 to 2.28.1

2022-05-16 Thread Denis Fondras
Le Fri, May 13, 2022 at 10:56:23AM -0400, aisha a écrit : > Hi, > Attached patch for updating www/vaultwarden-web to 2.28.1 > > Aisha > Commited, thanks.

shells/zsh: Update to 5.9

2022-05-16 Thread Matthew Martin
zsh 5.9 was just announced[1]. I've been running the below for about a day and the prior release candidate for about a week before that without issues. This update is a bit larger than usual. I finally tracked down the occasionally failing test in V08zpty. If you open a terminal to run make test,

aarch64 bulk build report

2022-05-16 Thread phessler
bulk build on arm64.ports.openbsd.org started on Sat May 14 01:29:21 MDT 2022 finished at Mon May 16 06:05:31 MDT 2022 lasted 2D04h36m done with kern.version=OpenBSD 7.1-current (GENERIC.MP) #1661: Fri May 13 14:12:55 MDT 2022 built packages:11043 May 14:3748 May 15:3099 May 16:4195 critical p

Update to go-1.18.2

2022-05-16 Thread Daniel Jakots
Hi, Here's a patch for go-1.18.2 > go1.18.2 (released 2022-05-10) includes security fixes to the syscall > package, as well as bug fixes to the compiler, runtime, the go > command, and the crypto/x509, go/types, net/http/httptest, reflect, > and sync/atomic packages. See the Go 1.18.2 milestone o

Re: ╩ь╦╢: editors/sigil: Update to 1.9.2

2022-05-16 Thread Kirill Bychkov
On Sun, May 15, 2022 16:06, wen heping wrote: > It could be build with root privilege, failed with unprivilege user. This should be fixed somehow. > > ╥╒╪Чхк: owner-po...@openbsd.org ╢З╠М wen heping > > ╥╒кмй╠╪Д: 2022дЙ5тб15ху 20:06 > йу╪Чхк: Kirill Bych

Re: unable to build some go ports inside /usr/ports/pobj

2022-05-16 Thread Stuart Henderson
That port's subst in MODGO_BUILD_CMD is questionable, it seems that it's taking a wrong path in go.port.mk. If you set MODGO_MODNAME, GO111MODULE=on would be set automatically and some other needed changes are made. So try that first before investigating further about git. -- Sent from a phon