Re: [update, add pledge/unveil] net/iperf3 3.14 -> 3.15

2023-10-18 Thread Stuart Henderson
On 2023/10/18 22:19, Mikhail wrote: > [cc'ing maintainer] > > Inlined patch updates iperf3 to 3.15 (3 bug fixes, details here - > https://github.com/esnet/iperf/releases/tag/3.15). > > I run iperf on public server with unfirewalled ports, so I'd like it to > be pledged/unveiled, -I and --logfile

Update: JRuby 9.4.4.0

2023-10-18 Thread Jeremy Evans
This updates JRuby to the latest release. Release notes at: https://www.jruby.org/2023/10/18/jruby-9-4-4-0.html Tested on amd64, the only supported arch. Will be committing in a few days unless I hear objections. Thanks, Jeremy Index: Makefile ==

Re: [UPDATE] devel/objfw to 1.0.4

2023-10-18 Thread Jonathan Schleifer
Ping?

Re: Weird $TERM based curses behaviour

2023-10-18 Thread Johannes Thyssen Tishman
Theo Buehler wrote: > > I recently upgraded my system to the latest snapshot and started > > having issues with curses based applications on xterm. The problem > > seems to be related to using a terminal name other than the default > > 'xterm'. Some examples below with 'XTerm.termName' set to > >

Re: Weird $TERM based curses behaviour

2023-10-18 Thread Theo Buehler
> I recently upgraded my system to the latest snapshot and started > having issues with curses based applications on xterm. The problem > seems to be related to using a terminal name other than the default > 'xterm'. Some examples below with 'XTerm.termName' set to > xterm{,-16color,-256color} on m

[update, add pledge/unveil] net/iperf3 3.14 -> 3.15

2023-10-18 Thread Mikhail
[cc'ing maintainer] Inlined patch updates iperf3 to 3.15 (3 bug fixes, details here - https://github.com/esnet/iperf/releases/tag/3.15). I run iperf on public server with unfirewalled ports, so I'd like it to be pledged/unveiled, -I and --logfile options are working fine. Probably we could drop

Weird $TERM based curses behaviour

2023-10-18 Thread Johannes Thyssen Tishman
Hi all, I recently upgraded my system to the latest snapshot and started having issues with curses based applications on xterm. The problem seems to be related to using a terminal name other than the default 'xterm'. Some examples below with 'XTerm.termName' set to xterm{,-16color,-256color} on my

Re: NEW: x11/qt6/qtspeech

2023-10-18 Thread Klemens Nanni
On Wed, Oct 18, 2023 at 06:41:12AM +0200, Rafael Sadowski wrote: > Please find attached new Qt6 module qt6-qtspeech-6.5.2. The only consumer I encountered so far is acting up elsewhere, but qt6-qtspeech made it configure and build and your port looks good. OK kn

Re: update net/dictd, new devel/libmaa

2023-10-18 Thread Klemens Nanni
On Fri, Oct 13, 2023 at 12:39:11PM +, Klemens Nanni wrote: > The current port is quite dusty and the update works just fine for me on > amd64, no longer requiring any patches. > > dict(1) works against dict.org and my own dictd(8), /etc/dictd.conf and > local .dict.dz/.index files, as expected

xmobar build failure

2023-10-18 Thread Theo Buehler
The relevant bit seems to be this. Full log below. Warning: No remote package servers have been specified. Usually you would have one specified in the config file. Resolving dependencies... Error: cabal: Could not resolve dependencies: [__0] next goal: X11-xft (user goal) [__0] rejecting: X11-xft-

Re: patch: fix audacity mp3 export on startup

2023-10-18 Thread Antoine Jacoutot
ok On Wed, Oct 18, 2023 at 03:55:55PM +0200, Marc Espie wrote: > On first run, audacity will look for "libmp3lame.so.0" which doesn't > exist on OpenBSD, then prompting the user to find the library. > > This is doubly absurd, because it doesn't match our naming > scheme, and also because we run d

UPDATE: Suricata-7.0.1

2023-10-18 Thread Gonzalo L. Rodriguez
Hello, Update for Suricata to 7.0.1: https://github.com/OISF/suricata/releases/tag/suricata-7.0.1 OK? Comments? Cheers.- Index: Makefile === RCS file: /cvs/ports/security/suricata/Makefile,v retrieving revision 1.60 diff -u -p -r

Re: [new] devel/lua-argparse version 0.7.1

2023-10-18 Thread Omar Polo
On 2023/10/18 12:46:15 +0200, Laurent Cheylus wrote: > Hi, > > resubmit my proposal to import devel/lua-argparse, a simple Lua > module for command line parser inspired by argparse for Python. > > GH repository https://github.com/luarocks/argparse > > I need this Lua module to update devel/lua

[update] devel/difftastic 0.52.0

2023-10-18 Thread Laurent Cheylus
Hi, cc volker@ as maintainer a simple update for devel/difftastic version 0.52.0 Changelog: https://github.com/Wilfred/difftastic/releases/tag/0.52.0 Update Makefile, distinfo, crates.inc and regenerate patches for this version. Build and tests OK on current/amd64 with Rust 1.73.0. Please comm

mips64 bulk build report

2023-10-18 Thread visa
bulk build on octeon.ports.openbsd.org started on Sun Oct 8 15:13:16 UTC 2023 finished at Tue Oct 17 16:26:28 UTC 2023 lasted 10D01h13m done with kern.version=OpenBSD 7.4 (GENERIC.MP) #1380: Thu Oct 5 19:23:38 MDT 2023 built packages:9074 Oct 8:1692 Oct 9:923 Oct 10:776 Oct 11:455 Oct 12:404 Oc

Re: patch: fix audacity mp3 export on startup

2023-10-18 Thread Stuart Henderson
On 2023/10/18 15:55, Marc Espie wrote: > On first run, audacity will look for "libmp3lame.so.0" which doesn't > exist on OpenBSD, then prompting the user to find the library. > > This is doubly absurd, because it doesn't match our naming > scheme, and also because we run depend on lame. > > This

patch: fix audacity mp3 export on startup

2023-10-18 Thread Marc Espie
On first run, audacity will look for "libmp3lame.so.0" which doesn't exist on OpenBSD, then prompting the user to find the library. This is doubly absurd, because it doesn't match our naming scheme, and also because we run depend on lame. This patch appears to do the trick: we can load a library

[new] devel/py-pdm-backend 2.1.7 - Python build backend used by PDM

2023-10-18 Thread Laurent Cheylus
Hi, proposal to import devel/py-pdm-backend, a Python build backend used by PDM (Python Dependency Manager https://pdm.fming.dev). - Main site: https://pdm-backend.fming.dev/ - GH repository: https://github.com/pdm-project/pdm-backend I need this Python build backend to update/import other Pyth

Re: [new] textproc/vgrep

2023-10-18 Thread lux
On Sat, 2023-09-09 at 17:38 +, Omar Polo wrote: > On 2023/09/09 23:51:20 +0800, lux wrote: > > Github: https://github.com/vrothberg/vgrep > > > > The built-in grep command in OpenBSD is currently not supported, but it > > works well with git-grep and ripgrep. I have tested it on AMD64 7.3 and

Re: [new] textproc/urlscan 1.0.1 - a better urlview replacement

2023-10-18 Thread Stuart Henderson
On 2023/10/18 14:14, Stefan Hagen wrote: > Hi all, > > attached is a new port, which is bascially urlview, but better. > MODPY_PYBUILD = hatchling BUILD_DEPENDS = devel/py-hatchling${MODPY_FLAVOR} \ devel/py-hatch-vcs${MODPY_FLAVOR} please replace the above MODPY_PYBUILD + BUIL

Re: [new] textproc/urlscan 1.0.1 - a better urlview replacement

2023-10-18 Thread Laurent Cheylus
Hi Stefan, > attached is a new port, which is bascially urlview, but better. > > I started the port and will take MAINTAINER. Laurent polished it, > thank you! > > Tested and in use for two weeks here on amd64. > > OK to import? Build OK with Python 3.10.13 on current/amd64. Minimal tests with

[new] devel/stylua 0.18.2

2023-10-18 Thread Laurent Cheylus
Hi, proposal to import devel/stylua version 0.18.2 StyLua is an opinionated Lua code formatter written in Rust => https://github.com/JohnnyMorganz/StyLua I'm using this tool to format my Lua code, particulary my Neovim configuration/plugins. - Create initial port devel/stylua with module deve

[new] textproc/urlscan 1.0.1 - a better urlview replacement

2023-10-18 Thread Stefan Hagen
Hi all, attached is a new port, which is bascially urlview, but better. Most notably, it shows context parts from the email, so it's easier to know which link belongs to which reference text. cat pkg/DESCR: Urlscan is a small program that is designed to integrate with the "mutt" mailreader to al

Re: x11/openbox broken with 7.4 upgrade

2023-10-18 Thread David Coppa
On Wed, 18 Oct 2023, Stuart Henderson wrote: > CC'ing maintainer. > > Not tested yet but I think this should do the trick. > If it works it would make sense to commit to 7.4-stable too. Hi Stuart, hi all I'm an Openbox user myself. The fix for this specific problem is ok, but here's a patch inco

[new] devel/lua-argparse version 0.7.1

2023-10-18 Thread Laurent Cheylus
Hi, resubmit my proposal to import devel/lua-argparse, a simple Lua module for command line parser inspired by argparse for Python. GH repository https://github.com/luarocks/argparse I need this Lua module to update devel/luacheck and after discussions with jsg@, he advised me to create a new

Re: x11/openbox broken with 7.4 upgrade

2023-10-18 Thread Stuart Henderson
On 2023/10/17 23:07, Ghislain Mercier wrote: > Hello, > > With yesterday's upgrade from 7.3 to 7.4, and more specifically with > glib2 upgrading from 2.74.6 to 2.76.6, Openbox crashes when switching > out of a fullscreen window (tested on 7.4 GENERIC.MP#1397 amd64). > > It appears to be a known b

maintainer update. net/miniflux --> 2.0.49

2023-10-18 Thread Paco Esteban
Hi ports@, This is an update for net/miniflux to its latest version 2.0.49 Here you can find the changelog: https://github.com/miniflux/v2/releases/tag/2.0.49 Builds and works for me on amd64. Ok to commit ? diff /usr/ports commit - c0f1d1012a8c7385da266b3000fdaa6e9fd52073 path + /usr/ports bl