Re: [update] net/usockets-0.8.1, www/uwebsockets-20.8.0, www/purritobin-0.6.7

2021-12-28 Thread Omar Polo
Aisha Tammy writes: > Hi, > I've attached the patch for updates of usockets, uwebsockets and > purritobin. > > Main build changes are in the net/usockets port where now I've > replaced the Makefile by Makefile.obsd to keep things simple. Hello, I was just taking a look at the diff and

CVS: cvs.openbsd.org: ports

2021-12-28 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2021/12/28 23:59:14 Modified files: net/magic-wormhole: Makefile Log message: Add missing run_depends on py3-txaio Reported by d4, thanks.

CVS: cvs.openbsd.org: ports

2021-12-28 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2021/12/28 20:07:41 Modified files: net/minio/server: Makefile distinfo modules.inc Log message: Update to minio-0.20211227 This fixes CVE-2021-43858:

UPDATE net/prosody 0.11.11 from MAINTAINER

2021-12-28 Thread Lucas
Hi ports, Prosody 0.11.11 release on 20-Dec. The release includes: ## Fixes and improvements * net.server_epoll: Prioritize network events over timers to improve performance under heavy load * mod_pep: Add some memory usage limits * mod_pep: Prevent creation of services for non-existent

update: graphics/gnofract4d

2021-12-28 Thread Josh Grosse
Attached is a diff to update from 3.14.1 to 4.3. Tested on amd64 only. This could use tests on on a gcc4 architecture -- if both gtk+3 and python 3.9 are available -- as I am using an alternate PATCHDIR to modify a hard-coded "gcc" as the default compiler to "cc" on clang architectures only.

[update] pan 0.149

2021-12-28 Thread Antoine Jacoutot
Hi. This diff updatges news/pan to the lastest available release. Tested with a few newsgroups and it seems to work fine. OK? Index: Makefile === RCS file: /cvs/ports/news/pan/Makefile,v retrieving revision 1.64 diff -u -p -r1.64

Re: reinstate vncserver script in x11/tigervnc

2021-12-28 Thread Florian Viehweger
> I'll try to have a proper look over the next few days, some things in > the script don't make sense and the files in /usr/local/etc shouldn't > be there. Please remind me if I don't commit something for it by a > week or so. Thanks and I'll do! -- greetings, Florian Viehweger

Re: reinstate vncserver script in x11/tigervnc

2021-12-28 Thread Stuart Henderson
I'll try to have a proper look over the next few days, some things in the script don't make sense and the files in /usr/local/etc shouldn't be there. Please remind me if I don't commit something for it by a week or so. -- Sent from a phone, apologies for poor formatting. On 28 December 2021

CVS: cvs.openbsd.org: ports

2021-12-28 Thread Pascal Stumpf
CVSROOT:/cvs Module name:ports Changes by: pas...@cvs.openbsd.org 2021/12/28 12:28:09 Modified files: lang/rakudo: Makefile distinfo lang/rakudo/patches: patch-Configure_pl lang/rakudo/pkg: PLIST Log message: Update to rakudo 2021.12.

CVS: cvs.openbsd.org: ports

2021-12-28 Thread Pascal Stumpf
CVSROOT:/cvs Module name:ports Changes by: pas...@cvs.openbsd.org 2021/12/28 12:27:52 Modified files: lang/nqp : Makefile distinfo Log message: Update to NQP 2021.12.

CVS: cvs.openbsd.org: ports

2021-12-28 Thread Pascal Stumpf
CVSROOT:/cvs Module name:ports Changes by: pas...@cvs.openbsd.org 2021/12/28 12:27:22 Modified files: lang/moarvm: Makefile distinfo lang/moarvm/patches: patch-Configure_pl lang/moarvm/pkg: PLIST Log message: Update to MoarVM 2021.12.

Re: Adding BASE_C99 for ports needing -std=gnu99 for base-gcc

2021-12-28 Thread Kurt Mosiejczuk
On Tue, Dec 28, 2021 at 01:37:46PM +0100, Jeremie Courreges-Anglas wrote: > On Tue, Dec 28 2021, Jonathan Gray wrote: > > Is it time to consider changing the gcc default to gnu99? > Definitely. I have considered this since some time already and feel > a bit lame for not even proposing it. I

CVS: cvs.openbsd.org: ports

2021-12-28 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2021/12/28 10:48:36 Modified files: audio/ncspot : Makefile crates.inc distinfo Log message: Update to 0.9.3 Looks good to maintainer

CVS: cvs.openbsd.org: ports

2021-12-28 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2021/12/28 09:37:12 Modified files: x11/i3status : Makefile Log message: Fix build on sparc64 by making it use ports-gcc ok sthen@ robert@ (maintainer)

CVS: cvs.openbsd.org: ports

2021-12-28 Thread Stefan Hagen
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2021/12/28 09:34:02 Modified files: graphics/radeontop: Makefile distinfo graphics/radeontop/patches: patch-Makefile graphics/radeontop/pkg: DESCR PLIST Removed files:

reinstate vncserver script in x11/tigervnc

2021-12-28 Thread Florian Viehweger
Hi, this patch reinstates the vncserver script, which allows the easy management of tigervnc. The reason it got removed upstream is that some desktops in combination with systemd may not work properly.[1] This should not be the case for OpenBSD. I've taken the script from 7.0 and works fine for

CVS: cvs.openbsd.org: ports

2021-12-28 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2021/12/28 08:49:56 Modified files: www/iridium: Makefile distinfo www/iridium/patches: patch-BUILD_gn patch-ash_display_mirror_window_controller_cc

Re: Adding BASE_C99 for ports needing -std=gnu99 for base-gcc

2021-12-28 Thread Jeremie Courreges-Anglas
On Tue, Dec 28 2021, Jonathan Gray wrote: > On Mon, Dec 27, 2021 at 09:50:04PM -0500, Kurt Mosiejczuk wrote: >> I find myself adding the following to many ports files nowadays >> >> .include >> .if !${PROPERTIES:Mclang} >> CFLAGS +=-std=gnu99 >> .endif >> >> Rather than continue this, I'd

Re: [update] www/yt-dlp-2021.12.27

2021-12-28 Thread Hiltjo Posthuma
Hi, Yes, please :) On Tue, Dec 28, 2021 at 11:30:32AM +, Ricardo Mestre wrote: > Hi, > > Update to 2021.12.27, changelog below including for missed 2021.12.25. > > Comments? OK? > > 2021.12.27 > Avoid recursion error when re-extracting info > [ffmpeg] Fix position of --ppa >

[update] www/yt-dlp-2021.12.27

2021-12-28 Thread Ricardo Mestre
Hi, Update to 2021.12.27, changelog below including for missed 2021.12.25. Comments? OK? 2021.12.27 Avoid recursion error when re-extracting info [ffmpeg] Fix position of --ppa [aria2c] Don't show progress when --no-progress [cookies] Support other keyrings by mbway

CVS: cvs.openbsd.org: ports

2021-12-28 Thread Sebastien Marie
CVSROOT:/cvs Module name:ports Changes by: sema...@cvs.openbsd.org 2021/12/28 04:12:27 Modified files: devel/cabal: cabal.port.mk Log message: devel/cabal: make MODCABAL_*_TARGET public permit overriding do-build/do-install and still use the variable while here,

Re: Xorg modules installation

2021-12-28 Thread Stuart Henderson
On 2021/12/27 18:36, Ingo Feinerer wrote: > Hi, > > I am working on xrdpxorg (http://xrdp.org) which builds a few Xorg > modules. > > `make plist` does not seem to able to process them: > > Can't put into any plist (no applicable prefix): > /usr/X11R6/lib/modules/libxorgxrdp.so >

CVS: cvs.openbsd.org: ports

2021-12-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2021/12/28 02:40:12 Added files: x11/gnome/gitg/patches: patch-tests_libgitg_test-commit_vala Log message: Forgot in previous.

CVS: cvs.openbsd.org: ports

2021-12-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2021/12/28 02:33:35 Modified files: meta/gnome : Makefile Log message: Add x11/gnome/gitg to -extras and sync with elements/world.bst

CVS: cvs.openbsd.org: ports

2021-12-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2021/12/28 02:32:13 Modified files: x11/gnome : Makefile Added files: x11/gnome/gitg : Makefile distinfo x11/gnome/gitg/pkg: DESCR PLIST Log message: Re-add gitg. gitg is a

Re: Adding BASE_C99 for ports needing -std=gnu99 for base-gcc

2021-12-28 Thread Marc Espie
On Mon, Dec 27, 2021 at 09:50:04PM -0500, Kurt Mosiejczuk wrote: > I find myself adding the following to many ports files nowadays > > .include > .if !${PROPERTIES:Mclang} > CFLAGS += -std=gnu99 > .endif > > Rather than continue this, I'd like to propose adding BASE_C99 to bsd.port.mk > >

CVS: cvs.openbsd.org: ports

2021-12-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/12/28 02:17:51 Modified files: math/visidata : Makefile distinfo Log message: update to visidata-2.8

CVS: cvs.openbsd.org: ports

2021-12-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/12/28 02:17:29 Modified files: math/calc : Makefile distinfo Log message: update to calc-2.14.0.14

CVS: cvs.openbsd.org: ports

2021-12-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/12/28 02:16:56 Modified files: databases/freetds: Makefile distinfo Log message: update to freetds-1.3.6

CVS: cvs.openbsd.org: ports

2021-12-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2021/12/28 01:39:12 Modified files: devel/libgsf : Makefile distinfo devel/libgsf/pkg: PLIST Log message: Update to libgsf-1.14.48.

CVS: cvs.openbsd.org: ports

2021-12-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2021/12/28 01:36:23 Modified files: print/psutils : Makefile distinfo print/psutils/patches: patch-PSUtils_pm Log message: Update to psutils-2.08.

update rsyslog to version 8.2102.0

2021-12-28 Thread Remi Locherer
This is an update for rsyslog to version 8.2102.0. The changelog is rather long and can be found here: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog I verified that the modules imfile, omfile and ommysql still work. In addition I tested with the 6 syslogd regress tests that involve

CVS: cvs.openbsd.org: ports

2021-12-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2021/12/28 01:35:34 Modified files: astro/stellarium: Makefile distinfo astro/stellarium/pkg: PLIST Log message: Update to stellarium-0.21.3.