CVS: cvs.openbsd.org: ports

2021-02-11 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2021/02/12 00:49:21 Modified files: mail/mozilla-thunderbird/patches: patch-Cargo_toml Log message: www/mail/mozilla-thunderbird: add link to upstream commit

CVS: cvs.openbsd.org: ports

2021-02-11 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2021/02/12 00:48:54 Modified files: www/firefox-esr/patches: patch-Cargo_toml Log message: www/firefox-esr: add link to upstream commit

CVS: cvs.openbsd.org: ports

2021-02-11 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2021/02/12 00:46:21 Added files: mail/mozilla-thunderbird/patches: patch-Cargo_toml Log message: mail/mozilla-thunderbird: preemptively fix built with rust 1.50. from/ok semarie@, same fix as found in

CVS: cvs.openbsd.org: ports

2021-02-11 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2021/02/12 00:44:41 Added files: www/firefox-esr/patches: patch-Cargo_toml Log message: www/firefox-esr: preemptively fix built with rust 1.50. from semarie@, same fix as found in #1684261

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

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

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]

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

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:

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

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

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 > -

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. > >

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

CVS: cvs.openbsd.org: ports

2021-02-11 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2021/02/11 15:26:46 Modified files: net/iftop : Makefile Added files: net/iftop/patches: patch-ui_common_c patch-ui_common_h Log message: net/iftop: fix build with -fno-common

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

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

CVS: cvs.openbsd.org: ports

2021-02-11 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/02/11 14:30:50 Modified files: net/ocserv : Tag: OPENBSD_6_8 Makefile distinfo net/ocserv/patches: Tag: OPENBSD_6_8 patch-configure_ac patch-doc_sample_config

CVS: cvs.openbsd.org: ports

2021-02-11 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/02/11 14:28:19 Modified files: net/ocserv : Makefile Added files: net/ocserv/patches: patch-src_tun_c Log message: ocserv: add upstream commit adapting to our devname(3) which only

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

[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

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

CVS: cvs.openbsd.org: ports

2021-02-11 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2021/02/11 11:52:08 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.28.3.

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

CVS: cvs.openbsd.org: ports

2021-02-11 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2021/02/11 11:31:11 Modified files: graphics/graphene: Makefile distinfo Log message: Update to graphene-1.10.4.

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

CVS: cvs.openbsd.org: ports

2021-02-11 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2021/02/11 10:52:21 Modified files: audio/pulseaudio: Makefile audio/pulseaudio/files: module-sndio.c audio/pulseaudio/patches: patch-src_Makefile_am Removed files:

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

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

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

CVS: cvs.openbsd.org: ports

2021-02-11 Thread Pierre-Emmanuel Andre
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2021/02/11 10:08:42 Modified files: databases/postgresql: Makefile distinfo databases/postgresql/pkg: PLIST-docs Log message: Security update to 13.2 ok sthen@

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 +++

CVS: cvs.openbsd.org: ports

2021-02-11 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/02/11 09:27:30 Modified files: security/sslscan: Makefile distinfo Log message: update to sslscan-2.0.7

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)

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

CVS: cvs.openbsd.org: ports

2021-02-11 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/02/11 09:17:57 Modified files: sysutils/nut : Makefile sysutils/nut/pkg: README-main Log message: nut: update pkg-readme for device node permission changes pointed out by Marcus Merighi

CVS: cvs.openbsd.org: ports

2021-02-11 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/02/11 09:11:14 Modified files: sysutils/conky : Makefile distinfo sysutils/conky/patches: patch-src_conky_c Added files: sysutils/conky/patches: patch-doc_Makefile_am

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@ >

[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:

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

CVS: cvs.openbsd.org: ports

2021-02-11 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs Module name:ports Changes by: gonz...@cvs.openbsd.org 2021/02/11 06:55:06 Modified files: x11/smplayer : Makefile distinfo x11/smplayer/patches: patch-src_preferences_cpp Log message: Update for SMPlayer to 21.1.0:

CVS: cvs.openbsd.org: ports

2021-02-11 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs Module name:ports Changes by: gonz...@cvs.openbsd.org 2021/02/11 06:53:18 Modified files: security/lynis : Makefile distinfo Log message: Update for Lynis to 3.0.3 OK rsadowski@ benoit@

CVS: cvs.openbsd.org: ports

2021-02-11 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2021/02/11 06:33:21 Modified files: x11/gnome/orca : Makefile x11/gnome/orca/pkg: DESCR Log message: Note that optional Braille support requires installing the "brltty" package.

CVS: cvs.openbsd.org: ports

2021-02-11 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2021/02/11 06:22:59 Modified files: www/webkitgtk4 : Makefile distinfo www/webkitgtk4/patches: patch-Source_WTF_wtf_PlatformEnable_h www/webkitgtk4/pkg: PLIST Log message: Update

CVS: cvs.openbsd.org: ports

2021-02-11 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2021/02/11 06:22:18 Modified files: devel/glib2: Makefile distinfo devel/glib2/pkg: PLIST Log message: Update to glib2-2.66.7.

CVS: cvs.openbsd.org: ports

2021-02-11 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/02/11 06:18:17 Modified files: security/stegdetect: Makefile Log message: rename progname -> prog_name to avoid a conflict with the 2001-vintage copy of file, not spotted in previous before because

CVS: cvs.openbsd.org: ports

2021-02-11 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/02/11 06:10:41 Modified files: net/grsync : Makefile distinfo net/grsync/patches: patch-Makefile_in patch-configure Added files: net/grsync/patches: patch-src_callbacks_c Log

CVS: cvs.openbsd.org: ports

2021-02-11 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/02/11 05:51:03 Modified files: misc/brltty: Makefile misc/brltty/patches: patch-Programs_ctbtest_c patch-Programs_serial_c

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

CVS: cvs.openbsd.org: ports

2021-02-11 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2021/02/11 03:20:14 Modified files: devel/giggle : Makefile devel/giggle/patches: patch-configure patch-src_giggle-diff-view_h Log message: devel/giggle: fix for

CVS: cvs.openbsd.org: ports

2021-02-11 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2021/02/11 03:20:04 Modified files: x11/roxterm: Makefile distinfo x11/roxterm/pkg: PLIST Removed files: x11/roxterm/patches: patch-mscript_py Log message: Update to

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

CVS: cvs.openbsd.org: ports

2021-02-11 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2021/02/11 02:52:17 Modified files: x11/rox-filer : Makefile Added files: x11/rox-filer/patches: patch-ROX-Filer_src_session_h patch-ROX-Filer_src_type_c

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 >