Re: allow /dev/dri/card0 in firefox

2021-02-11 Thread Landry Breuil
On Fri, Feb 12, 2021 at 11:05:13AM +1100, Jonathan Gray wrote: > drm /dev nodes with the linux names are going to be added with the old > names going away sometime later. When libdrm is changed to use the new > names firefox will need this. chromium does sandboxing better so > doesn't need a chan

Re: [UPDATE] x11/i3 4.19.1

2021-02-11 Thread Guy Godfroy
Thank you Stuart! I'll clean it a bit then. It's the first time I submit such a big port patch. Concerning patch-meson_build, I only translated the previous file (and now deleted) patch-Makefile_in. I don't know the reason i3-sensible_* tools were removed. Do you think we could include them again

chromium: WebAssembly is not defined in lean_js_js.js:1

2021-02-11 Thread Greg Steuck
When I open Proposition world[0] in chromium chromium-88.0.4324.150 I get the errors below in javascript console and a permanent "Lean is busy..." in the upper right corner of the page. The same page works in firefox on OpenBSD. Do we disable something in the port that Lean requires? [0] http://

UPDATE: aom 2.0.2

2021-02-11 Thread Brad Smith
Here is an update to aom 2.0.2. 2021-02-09 v2.0.2 This release includes several bug fixes. - Bug fixes: Issue 2643: Modify the assertion in temporal filter intrinsics. Issue 2648: Fix unit test ThreadTestLarge.EncoderResultTest/49 assertion failure. Issue 2869: Add -Wimplic

Re: [NEW] nicotine-plus port, update to 3.0.0

2021-02-11 Thread Han Boetes
And we have a new release for nicotine, which involves a big overhaul of the GUI. For anyone already running nicotine I'd like to suggest removing the [ui] section of "~/.config/nicotine/config" so you get the new defaults. The ChangeLog can be found over here: https://github.com/Nicotine-Plus/n

Re: UPDATE/FIX: net/ocserv

2021-02-11 Thread Jake Stennett
thanks for the -current adaptation, I'm trying to write a patch to use cloned interfaces without having to use MAKEDEV, I have the tun interfaces created, but they won't go active unless I open /dev/tunN, I've looked through the ifconfig code but couldn't see anything to help. any chance you can

allow /dev/dri/card0 in firefox

2021-02-11 Thread Jonathan Gray
drm /dev nodes with the linux names are going to be added with the old names going away sometime later. When libdrm is changed to use the new names firefox will need this. chromium does sandboxing better so doesn't need a change like this. I didn't find any use of /dev/drm inside the firefox sou

Re: REMOVE: games/prboom

2021-02-11 Thread Ryan Freeman
On Wed, Feb 10, 2021 at 05:46:28PM -0800, Ryan Freeman wrote: > First time trying to remove something, here is a patch to move > games/prboom to the attic. games/prboom-plus does everything it > did and more with fixes. netgames can be played with: > - games/chocolate-doom > - games/odamex > - ga

Re: UPDATE: games/prboom-plus

2021-02-11 Thread Ryan Freeman
On Thu, Feb 11, 2021 at 08:35:29AM +0100, Landry Breuil wrote: > On Wed, Feb 10, 2021 at 05:39:42PM -0800, Ryan Freeman wrote: > > Hey, > > > > Attached is a patch for prboom-plus, which takes it to a new repo that is > > receiving 'cleanups', but some other assorted improvements. > > https://gith

NEW: textproc/hyperscan

2021-02-11 Thread Stuart Henderson
This is a new port for hyperscan, intel's optimized regex library, which amongst other things can be used with rspamd to reduce runtime load. It needs cpu-specific optimization (ssse3 is required and will work on most machines that run amd64, there are a couple of other options). The method on lin

Re: [UPDATE] games/multimc: Add support for Minecraft >= 1.13

2021-02-11 Thread Muhammad Kaisar Arkhan
On 2/11/21 9:43 PM, Muhammad Kaisar Arkhan wrote: Hello ports@, Thanks to games/lwjgl3 which was recently imported to the ports tree. It is now possible to play Minecraft 1.13 and above. This patch adds support for launching Minecraft 1.13 and above by generating and applying a OneSix librar

Re: UPDATE/FIX: net/ocserv

2021-02-11 Thread Stuart Henderson
On 2021/02/11 18:44, Jake Stennett wrote: > ran into this: > after 4 users connected, a 5th was unable to connect even after running > MAKEDEV to add more tun devices > > figured out this: > devname wasn't returning the tun name for /dev/tun4+. > > here is a patch to update the current version i

Re: [UPDATE] x11/i3 4.19.1

2021-02-11 Thread Stuart Henderson
This leaves some bits from the autoconf build which are no longer needed, and misses setting a C11-compatible COMPILER. There is also x11/i3-mousedrag in ports which I updated recently that is from a similar codebase. (i3-mousedrag is built from a git checkout which doesn't come with bundled manua

[UPDATE] games/multimc: Add support for Minecraft >= 1.13

2021-02-11 Thread Muhammad Kaisar Arkhan
Hello ports@, Thanks to games/lwjgl3 which was recently imported to the ports tree. It is now possible to play Minecraft 1.13 and above. This patch adds support for launching Minecraft 1.13 and above by generating and applying a OneSix library patch to make MultiMC use the system-wide LWJGL

[UPDATE] x11/i3 4.19.1

2021-02-11 Thread Guy Godfroy
Hello, Here is a diff that updates i3 to 4.19.1. Testes on amd64. Biggest change was switching from autotools to meson. See full changelogs here: https://i3wm.org/downloads/RELEASE-NOTES-4.19.txt https://i3wm.org/downloads/RELEASE-NOTES-4.19.1.txt I also removed dependencies to libs harfbuzz in

Re: pgmodeler is not finding the libraries on -current

2021-02-11 Thread Stuart Henderson
On 2021/02/11 13:16, Jose N Figueroa wrote: > You're right. It worked if I add the LD_LIBRARY_PATH before. > > I will try your diff. No ideas for new diff, sorry. Diff is tested by the way. I'll leave it to qt5/pgmodeler maintainers to decide what to do ..

Re: pgmodeler is not finding the libraries on -current

2021-02-11 Thread Jose N Figueroa
You're right. It worked if I add the LD_LIBRARY_PATH before. I will try your diff. No ideas for new diff, sorry. Thanks! On Thu, Feb 11, 2021 at 05:23:41PM +, Stuart Henderson wrote: > [moving from misc to ports@] > > On 2021-02-10, Jose N Figueroa wrote: > > Hello, > > > > I'm struggling

UPDATE/FIX: net/ocserv

2021-02-11 Thread Jake Stennett
ran into this: after 4 users connected, a 5th was unable to connect even after running MAKEDEV to add more tun devices figured out this: devname wasn't returning the tun name for /dev/tun4+. here is a patch to update the current version in ports to avoid this problem, this has been tested again

Re: Fix cad/geda-gaf -fno-common

2021-02-11 Thread Christian Weisgerber
It looks like this could be updated. http://ftp.geda-project.org/geda-gaf/stable/v1.10/1.10.2/ -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: NEW: games/crispy-doom

2021-02-11 Thread Ryan Freeman
On Thu, Feb 11, 2021 at 07:34:24PM +1100, Jonathan Gray wrote: > On Wed, Feb 10, 2021 at 11:12:17PM -0800, Ryan Freeman wrote: > > Here is a shot at a port for crispy-doom, I adapted off the > > chocolate-doom port. builds and runs fine here on amd64. > > > > provides a 'medium-ground' Doom exper

Re: [UPDATE] lang/nim 1.2.0 -> 1.4.2

2021-02-11 Thread Luca De Pandis
Hi, I fixed the MAINTAINER syntax. If the patch is ok could someone commit it, please? Best regards, Luca De Pandis Index: Makefile === RCS file: /cvs/ports/lang/nim/Makefile,v retrieving revision 1.11 diff -u -p -u -p -r1.11 Make

Re: [NEW] sysutils/oc 4.6.15

2021-02-11 Thread Luca De Pandis
Hi, could someone commit it please? Best regards, Luca De Pandis ‐‐‐ Original Message ‐‐‐ On Tuesday, February 9, 2021 4:56 PM, Luca De Pandis wrote: > Hi, > thank you for your feedback. > I attached the fixed package. > > Best regards, > Luca De Pandis > > ‐‐‐ Original Messa

Re: pgmodeler is not finding the libraries on -current

2021-02-11 Thread Stuart Henderson
[moving from misc to ports@] On 2021-02-10, Jose N Figueroa wrote: > Hello, > > I'm struggling to make working the pgmodeler 0.9.3 application on OpenBSD > -current > > When I try to run pgmodeler I get the following errors: > > ~ > pgmodeler > ld.so: pgmodeler: can't load library 'libpgmodeler_

Fix cad/geda-gaf -fno-common

2021-02-11 Thread Edd Barrett
Also dropping MAINTAINER, as I don't use this. OK? Index: Makefile === RCS file: /cvs/ports/cad/geda-gaf/Makefile,v retrieving revision 1.35 diff -u -p -r1.35 Makefile --- Makefile12 Jul 2019 20:43:45 - 1.35 +++ Makefile

Re: sysutils/nut README APC over USB device chgrp/chmod

2021-02-11 Thread Marcus MERIGHI
Hello, short: please disregard. sysutils/nut would be nice, but sensorsd(8) will do. Details follow... What I should have said right away... this is on OpenBSD 6.8 (GENERIC.MP) #4: Mon Jan 11 10:35:56 MST 2021 (full dmesg at the end) mcmer-open...@tor.at (Marcus MERIGHI), 2021.02.11 (Thu) 11

Re: sysutils/nut README APC over USB device chgrp/chmod

2021-02-11 Thread Stuart Henderson
On 2021/02/11 11:00, Marcus MERIGHI wrote: > Hello! > > I just did my first install of sysutils/nut with an (oldish) APC USB > UPS (full upsc(8) at the end). > > It was enough to > > chgrp _ups /dev/usb0 > chmod g+w /dev/usb0 > > to start upsd(8). > > Q: Does it make sense to

Re: [PostgreSQL] Upgrade to 13.2

2021-02-11 Thread Denis Fondras
Le Thu, Feb 11, 2021 at 04:02:17PM +0100, Pierre-Emmanuel André a écrit : > Hello > > Small diff to upgrade PostgreSQL to 13.2. > This version fixes 2 CVE: > https://www.postgresql.org/about/news/postgresql-132-126--1016-9621-and-9525-released-2165/ > > Comments, ok ? > OK denis@ > Regard

[PostgreSQL -stable] Upgrade to 12.6

2021-02-11 Thread Pierre-Emmanuel André
Hello, Small diff to upgrade PostgreSQL to version 12.6 on OpenBSD -stable. It's a bug fix version. Changelog here: https://www.postgresql.org/about/news/postgresql-132-126--1016-9621-and-9525-released-2165/ Comments, ok ? Regards, Index: Makefile ===

[PostgreSQL] Upgrade to 13.2

2021-02-11 Thread Pierre-Emmanuel André
Hello Small diff to upgrade PostgreSQL to 13.2. This version fixes 2 CVE: https://www.postgresql.org/about/news/postgresql-132-126--1016-9621-and-9525-released-2165/ Comments, ok ? Regards, Index: Makefile === RCS file: /cvs/po

Re: REMOVE: games/prboom

2021-02-11 Thread Klemens Nanni
On Wed, Feb 10, 2021 at 05:46:28PM -0800, Ryan Freeman wrote: > anything I've forgotten for removal? quirks as per naddy and you need to unhook the port from the category Makfile (/usr/ports/games/Makefile).

Re: REMOVE: games/prboom

2021-02-11 Thread Christian Weisgerber
Ryan Freeman: > First time trying to remove something, here is a patch to move > games/prboom to the attic. games/prboom-plus does everything it > did and more with fixes. > > anything I've forgotten for removal? Port removals need an entry in devel/quirks. -- Christian "naddy" Weisgerber

Re: nicotine-plus port (take 2)

2021-02-11 Thread Han Boetes
Ryan Freeman wrote: > Tested good here on amd64 with my slsk account. Runs quite snappy, > thanks for the port! Thanks Ryan. # Han

sysutils/nut README APC over USB device chgrp/chmod

2021-02-11 Thread Marcus MERIGHI
Hello! I just did my first install of sysutils/nut with an (oldish) APC USB UPS (full upsc(8) at the end). It was enough to chgrp _ups /dev/usb0 chmod g+w /dev/usb0 to start upsd(8). Q: Does it make sense to provide a patch to the README or is this just a singular case and oth

Re: NEW: games/crispy-doom

2021-02-11 Thread Jonathan Gray
On Wed, Feb 10, 2021 at 11:12:17PM -0800, Ryan Freeman wrote: > Here is a shot at a port for crispy-doom, I adapted off the > chocolate-doom port. builds and runs fine here on amd64. > > provides a 'medium-ground' Doom experience: > - can double the resolution for a 640x400 'crisp' experience > -