net/swirc (3.3.5): 'WANTLIB' + 'CONFIGURE_ENV'

2022-07-29 Thread Markus Uhlin
Hi ports@ Starting from version 3.3.5 libiconv can be used so I added 'iconv' to 'WANTLIB'. Further in order for the configure script to find/recognize support for libiconv and libintl setting 'CONFIGURE_ENV' seems to be necessary. I attach a diff. Markus Index: Makefile ===

Re: graphics/arcan: enable wayland + avoid picking some libraries

2022-07-29 Thread Aaron Bieber
On Fri, 29 Jul 2022 at 19:28:21 +0200, Sebastien Marie wrote: > Hi, > > The following diff enables wayland in arcan. It *should* be possible to run > wayland clients, and x11 clients too via xwayland (see arcan-wayland(1) man > page). > > Additionally, I fixed some libraries picking: > > - lib

UPDATE: net/nextcloudclient-3.5.3

2022-07-29 Thread Adriano Barbosa
Hi. Update for net/nextcloudclient v3.5.3. Added nextcloudsync_vfs_suffix shared lib missed some time in the past. Changelog: https://github.com/nextcloud/desktop/releases/tag/v3.5.3 * [stable-3.5] Fix the system tray menu not being correctly replaced in setupContextMenu on GNOME * [stable-3.5] E

Update devel/ruby-rake-compiler 0.7.9 -> 1.2.0

2022-07-29 Thread Jeremy Evans
This updates rake-compiler to the newest version. The previous version was over a decade old. This removes the support for cross compiling with mingw, as devel/mingw was removed last year. This adds a new patch section to patch out the use of -o root -g bin when running rake-compiler as a regular

graphics/arcan: enable wayland + avoid picking some libraries

2022-07-29 Thread Sebastien Marie
Hi, The following diff enables wayland in arcan. It *should* be possible to run wayland clients, and x11 clients too via xwayland (see arcan-wayland(1) man page). Additionally, I fixed some libraries picking: - libmagic: autodetected, so just ensure it is here. - mupdf: I explicitly disabled i

Re: [MAINTAINER UPDATE] www/honk 0.9.7 -> 0.9.8

2022-07-29 Thread Christoph Roland Winter
Hello, I have only kept the first message and was some time not subscribed to the list - lets see, where the message ends. I tried the latest patch from https://marc.info/?l=openbsd-ports&m=165827470732358&q=p3 and it worked fine using OpenBSD 7.2-beta (GENERIC.MP) #654: Wed Jul 27 20:10:0

Re: benchmarks/fio: hidden dependency on libnfs

2022-07-29 Thread Kurt Miller
On Jul 29, 2022, at 10:12 AM, Theo Buehler wrote: > > As reported by mpi on ICB, fio has a hidden dep on libnfs. We could also > neuter this by adding --disable-nfs to CONFIGURE_ARGS. > Let’s include it. Thanks for fix it. Okay kurt@ > Index: Makefile >

Re: [update] devel/ruby-daemons 1.2.3 -> 1.4.1

2022-07-29 Thread Aaron Bieber
On Fri, 08 Jul 2022 at 16:25:11 -0400, Kurt Mosiejczuk wrote: > https://github.com/thuehlinger/daemons/releases > (Changelog) > > Update to the most recent release, 1.4.1 > > Some additional changes and bugfixes, nothing critical. > > ok? OK > > --Kurt > > Index: Makefile > =

Re: [New] net/ruby-net-telnet 0.2.0

2022-07-29 Thread Aaron Bieber
On Tue, 19 Jul 2022 at 16:28:31 -0400, Kurt Mosiejczuk wrote: > Before Ruby 3.0, net/telnet was bundled as part of the language. For 3.0+ > it is a separate gem. > > It provides telnet, netcat-like, and pop email checking capabilities. > > ok to import? Whack that first line being an '\n', then

benchmarks/fio: hidden dependency on libnfs

2022-07-29 Thread Theo Buehler
As reported by mpi on ICB, fio has a hidden dep on libnfs. We could also neuter this by adding --disable-nfs to CONFIGURE_ARGS. Index: Makefile === RCS file: /cvs/ports/benchmarks/fio/Makefile,v retrieving revision 1.8 diff -u -p -r1.

Re: sparc64 bulk build report

2022-07-29 Thread Kurt Miller
On Jul 25, 2022, at 12:40 AM, k...@openbsd.org wrote: > Build failures: 38 > http://build-failures.rhaalovely.net/sparc64/2022-07-22/devel/jdk/1.8.log I’ve noticed an intermittent jdk crash on my sparc64 build machine too. I’ve investigated it at length but have not determined the cause yet. Pleas

Re: new benchmarks/udpbench

2022-07-29 Thread Klemens Nanni
OK kn On Fri, Jul 29, 2022 at 02:24:55PM +0200, Alexander Bluhm wrote: > Forgot attach tgz :-( > > On Fri, Jul 29, 2022 at 02:24:02PM +0200, Alexander Bluhm wrote: > > Hi, > > > > I have written a little tool to send and receive UDP packets and > > measure thoughput. With existing programs like

Re: new benchmarks/udpbench

2022-07-29 Thread Alexander Bluhm
Forgot attach tgz :-( On Fri, Jul 29, 2022 at 02:24:02PM +0200, Alexander Bluhm wrote: > Hi, > > I have written a little tool to send and receive UDP packets and > measure thoughput. With existing programs like iperf3 it is unclear > what happens at syscall layer. My udpbench can generate twice

new benchmarks/udpbench

2022-07-29 Thread Alexander Bluhm
Hi, I have written a little tool to send and receive UDP packets and measure thoughput. With existing programs like iperf3 it is unclear what happens at syscall layer. My udpbench can generate twice as much UDP throughput due to strange effects in iperf3. Can we add benchmarks/udpbench as port?

Re: [new] lang/guile3

2022-07-29 Thread Omar Polo
Two weeks friendly ping :) I'm reattaching the tarball and the set of patches for the other ports. lang/guile3 builds fine and almost all tests are passing. The tarball below includes two patches for some tests, and the other failing tests are for futile reasons (like expecting crypt(3) to behav

NEW PORT: astro/siril

2022-07-29 Thread Marc Espie
And finally, the siril port. This does rely on the librtprocess and the kplot ports I sent a few days ago. -- SIRIL is an astronomical image processing tool. It is specially tailored for noise reduction and improving the signal/noise ratio of an image from multiple captu

Re: [SECURITY UPDATE] samba-4.16.4

2022-07-29 Thread Bjorn Ketelaars
On Thu 28/07/2022 23:19, Jeremie Courreges-Anglas wrote: > > Several fixes for the AD DC code, which AFAIK do not affect us, but also > a memory leak for the SMBv1 file server code (which is disabled by > default). While here reinstate the PLIST bits what I lost in the > update to 4.16.X. > > Re