Re: lang/mono: stop using syscall(2)

2023-10-27 Thread Bryan Steele
On Fri, Oct 27, 2023 at 09:45:52PM -0400, Thomas Frohwein wrote: > This diff patches out mono's use of syscall(SYS_fork), which is the > only instance of syscall(2) in use. Upstream has this behind: > > #elif !defined(HOST_DARWIN) && defined(SYS_fork) > > This diff changes that to #elif

lang/mono: stop using syscall(2)

2023-10-27 Thread Thomas Frohwein
This diff patches out mono's use of syscall(SYS_fork), which is the only instance of syscall(2) in use. Upstream has this behind: #elif !defined(HOST_DARWIN) && defined(SYS_fork) This diff changes that to #elif defined(__linux__)... and as a consequence, fork(2) is simply used. With this

sparc64 bulk build report

2023-10-27 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Wed Oct 25 21:34:43 MDT 2023 Finished: Fri Oct 27 17:12:43 MDT 2023 Duration: 1 Days 19 hours 38 minutes Built using OpenBSD 7.4-current (GENERIC.MP) #1915: Wed Oct 25 16:38:19 MDT 2023 Built 8579 packages Number of packages built each day:

Re: tbb: use futex(2) not syscall(2)

2023-10-27 Thread Theo Buehler
On Fri, Oct 27, 2023 at 08:45:47PM +, Klemens Nanni wrote: > On Fri, Oct 27, 2023 at 10:41:56PM +0200, Theo Buehler wrote: > > On Fri, Oct 27, 2023 at 08:27:37PM +, Klemens Nanni wrote: > > > Something installed this library on my machine, so it came up when > > > looking for future

Update from Maintainer: databases/sqlcipher 4.5.4 -> 4.5.5

2023-10-27 Thread Tom Murphy
Hi, The below diff updates databases/sqlcipher to v4.5.5. Changes include: * Updates baseline to upstream SQLite 3.42.0 * Does not allow key to be set again on a connection after it has been successfully used for an encryption or decryption operation to prevent accidental database

Re: tbb: use futex(2) not syscall(2)

2023-10-27 Thread Klemens Nanni
On Fri, Oct 27, 2023 at 10:41:56PM +0200, Theo Buehler wrote: > On Fri, Oct 27, 2023 at 08:27:37PM +, Klemens Nanni wrote: > > Something installed this library on my machine, so it came up when > > looking for future fallout. > > > > Patch looks simple, 'nm libtbb.so.* | grep syscall' shows

Re: tbb: use futex(2) not syscall(2)

2023-10-27 Thread Theo Buehler
On Fri, Oct 27, 2023 at 08:27:37PM +, Klemens Nanni wrote: > Something installed this library on my machine, so it came up when > looking for future fallout. > > Patch looks simple, 'nm libtbb.so.* | grep syscall' shows the symbol > gone and check_syms agrees: > > /l/lib/libtbb.so.1.0

tbb: use futex(2) not syscall(2)

2023-10-27 Thread Klemens Nanni
Something installed this library on my machine, so it came up when looking for future fallout. Patch looks simple, 'nm libtbb.so.* | grep syscall' shows the symbol gone and check_syms agrees: /l/lib/libtbb.so.1.0 --> /p/pobj/tbb-2020.3.3/fake-amd64/usr/local/lib/libtbb.so.1.0

Re: UPDATE: net/nextcloudclient-3.10.1

2023-10-27 Thread Rafael Sadowski
On Fri Oct 27, 2023 at 12:09:46PM -0400, Adriano Barbosa wrote: > Hi. > Update for net/nextcloudclient v3.10.1 > Changelog: https://github.com/nextcloud/desktop/releases/v3.10.1 > > - Fix folder wizard warning color for local path in dark mode by > @backportbot-nextcloud in #6068 > -

CVS: cvs.openbsd.org: ports

2023-10-27 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2023/10/27 14:22:48 Modified files: net/nextcloudclient: Makefile distinfo Log message: Update nextcloudclient to 3.10.1 Changelog: https://github.com/nextcloud/desktop/releases/v3.10.1 - Fix

dictd: move files between PLISTs and conflicts

2023-10-27 Thread Klemens Nanni
On Fri, Oct 27, 2023 at 09:57:55AM +0100, Stuart Henderson wrote: > (not related to the diff, but noticed while reviewing - some files > aren't useful with the port as built anyway - dictd_popen.conf.in and > dictd_plugin_dbi.conf could be @comment'ed - dict1.conf is in the > server PLIST but it's

CVS: cvs.openbsd.org: ports

2023-10-27 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2023/10/27 13:21:18 Added files: x11/qt6/qtwebengine/patches: patch-src_3rdparty_chromium_third_party_skia_src_opts_SkRasterPipeline_opts_h Log message:

aarch64 bulk build report

2023-10-27 Thread phessler
bulk build on arm64.ports.openbsd.org started on Wed Oct 25 00:56:13 MDT 2023 finished at Fri Oct 27 13:03:17 MDT 2023 lasted 2D12h07m done with kern.version=OpenBSD 7.4-current (GENERIC.MP) #3: Tue Oct 24 18:06:20 MDT 2023 built packages:11810 Oct 25:3638 Oct 26:2473 Oct 27:5698 critical

CVS: cvs.openbsd.org: ports

2023-10-27 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2023/10/27 12:53:12 Modified files: devel : Makefile Log message: hook up py-cachelib

CVS: cvs.openbsd.org: ports

2023-10-27 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2023/10/27 12:51:18 Log message: import devel/py-cachelib A collection of cache libraries in the same API interface. Extracted from Werkzeug. feedback and OK sthen@

CVS: cvs.openbsd.org: ports

2023-10-27 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/10/27 12:51:10 Modified files: infrastructure/db: user.list net/dictd : Makefile net/dictd/pkg : PLIST-server Added files: net/dictd/files: dictd.conf

CVS: cvs.openbsd.org: ports

2023-10-27 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2023/10/27 12:48:42 Modified files: sysutils : Makefile Log message: hook up py-apscheduler

CVS: cvs.openbsd.org: ports

2023-10-27 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2023/10/27 12:47:00 Log message: import sysutils/py-apscheduler Advanced Python Scheduler (APScheduler) is a Python library that lets you schedule your Python code to be executed later,

Re: NEW: www/py-flask-apscheduler

2023-10-27 Thread Sebastian Reitenbach
On Thursday, October 26, 2023 17:07 CEST, "Sebastian Reitenbach" wrote: > Hi, > > an update of www/puppetboard needs a few new dependencies, this is one of > them. > Makes the puppetboard update happy for me. > > comments, or OK to import? reviwed based on sthen@ comments to py-apscheduler

Re: NEW: www/py-flask-caching

2023-10-27 Thread Sebastian Reitenbach
On Thursday, October 26, 2023 17:07 CEST, "Sebastian Reitenbach" wrote: > Hi, > > an update of www/puppetboard needs a few new dependencies, this is one of > them. > Makes the puppetboard update happy for me. > > comments, or OK to import? based on @sthens comments to py-caching and

Re: NEW: devel/py-cachelib

2023-10-27 Thread Stuart Henderson
On 2023/10/27 20:06, Sebastian Reitenbach wrote: > Hi, > > -# 11 failed, 86 passed, 35 skipped (dynamodb tests fail) > > -TEST_DEPENDS +=devel/py-test-xprocess${MODPY_FLAVOR} > > +MODPY_PYTEST_ARGS =--ignore tests/test_dynamodb_cache.py > > > > .include > > thanks a bunch

Re: NEW: devel/py-apscheduler

2023-10-27 Thread Sebastian Reitenbach
Hi Stuart, On Friday, October 27, 2023 11:35 CEST, Stuart Henderson wrote: > On 2023/10/26 17:04, Sebastian Reitenbach wrote: > > Hi, > > > > an update of www/puppetboard needs a few new dependencies, this is one of > > them. > > Makes the puppetboard update happy for me. > > > > comments,

Re: NEW: devel/py-cachelib

2023-10-27 Thread Sebastian Reitenbach
Hi, On Friday, October 27, 2023 11:14 CEST, Stuart Henderson wrote: > On 2023/10/26 17:05, Sebastian Reitenbach wrote: > > Hi, > > > > an update of www/puppetboard needs a few new dependencies, this is one of > > them. > > Makes the puppetboard update happy for me. > > > > comments, or OK

Re: dictd: add _dictd user and rc script, take maintainer

2023-10-27 Thread Klemens Nanni
On Fri, Oct 27, 2023 at 09:57:55AM +0100, Stuart Henderson wrote: > If we're recycling, I think I'd prefer to start with oldest first. Sure, reusing _polkituser then, thanks. > > Provide an rc script so I can 'rcctl enable dictd' instead of running > > it as my own user. This way we can make

[maintainer update] editors/helix 23.10

2023-10-27 Thread Laurent Cheylus
Hi, update for editors/helix version 23.10 Changelog: https://github.com/helix-editor/helix/blob/master/CHANGELOG.md#2310-2023-10-24 - update Makefile, crates.inc, distinfo and pkg/PLIST - updates patches - remove patches/patch-helix-vcs_src_diff_line_cache_rs (fix now included upstream)

rspamd: to blas or not to blas

2023-10-27 Thread j
Looking at rspamd, the Makefile indicates a need for BLAS and CBLAS but the resulting executables do not reference them. It turns out absent a specific CONFIGURE_ARGS+= -DENABLE_BLAS=ON then the build substitutes a simple pair of codes from kann, instead of using BLAS. (The needed codes are

CVS: cvs.openbsd.org: ports

2023-10-27 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/10/27 10:20:37 ports/net/dictd/files Update of /cvs/ports/net/dictd/files In directory cvs.openbsd.org:/tmp/cvs-serv1389/files Log Message: Directory /cvs/ports/net/dictd/files added to the repository

UPDATE: net/nextcloudclient-3.10.1

2023-10-27 Thread Adriano Barbosa
Hi. Update for net/nextcloudclient v3.10.1 Changelog: https://github.com/nextcloud/desktop/releases/v3.10.1 - Fix folder wizard warning color for local path in dark mode by @backportbot-nextcloud in #6068 - Bugfix/remove dead oauth code by @claucambra in #6075 - Open Nextcloud after

CVS: cvs.openbsd.org: ports

2023-10-27 Thread Caspar Schutijser
CVSROOT:/cvs Module name:ports Changes by: cas...@cvs.openbsd.org 2023/10/27 09:57:53 Modified files: meta/tor-browser: Tag: OPENBSD_7_4 Makefile www/tor-browser: Tag: OPENBSD_7_4 Makefile.inc www/tor-browser/browser: Tag: OPENBSD_7_4 Makefile distinfo

CVS: cvs.openbsd.org: ports

2023-10-27 Thread Caspar Schutijser
CVSROOT:/cvs Module name:ports Changes by: cas...@cvs.openbsd.org 2023/10/27 09:56:48 Modified files: meta/tor-browser: Makefile www/tor-browser: Makefile.inc www/tor-browser/browser: Makefile distinfo Log message: Tor Browser: update to 13.0.1

CVS: cvs.openbsd.org: ports

2023-10-27 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/10/27 09:23:45 Modified files: multimedia/libv4l: Makefile Added files: multimedia/libv4l/patches: patch-lib_libv4l-mplane_libv4l-mplane_c

Re: [New] UnrealIRCD 6.1.1.1

2023-10-27 Thread Stuart Henderson
On 2023/10/27 07:32, JR Aquino wrote: > Are there any remaining items that either of you see needing to be > addressed before this can be committed? Yes but I don't have time (and really at the moment enough interest to spend the time if I did) to go through it all carefully at the moment. A few

Re: [New] UnrealIRCD 6.1.1.1

2023-10-27 Thread JR Aquino
Are there any remaining items that either of you see needing to be addressed before this can be committed? On Wed, Sep 27, 2023 at 4:44 PM JR Aquino wrote: > > Also curious why the do-install target had to be manually written out, > > what's wrong with the autoconf installation? If you need to

Re: UPDATE: Nextcloud-27.1.3

2023-10-27 Thread Landry Breuil
Le Fri, Oct 27, 2023 at 03:40:54PM +0200, Gonzalo L. Rodriguez a écrit : > Hello, > > Update for Nextcloud to 27.1.3: > > https://nextcloud.com/changelog/#latest27 > > OK? Comments? doesnt fix the broken image display i'm seeing since updating from 25 but i'll figure it out someday.. works

UPDATE: Nextcloud-26.0.8

2023-10-27 Thread Gonzalo L. Rodriguez
Hello, Update for Nextcloud to 26.0.8: https://nextcloud.com/changelog/#latest26 OK? Comments? Cheers.- Index: Makefile === RCS file: /cvs/ports/www/nextcloud/26/Makefile,v retrieving revision 1.9 diff -u -p -r1.9 Makefile ---

CVS: cvs.openbsd.org: ports

2023-10-27 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2023/10/27 07:55:39 Modified files: net/mattermost-server: Makefile distinfo net/mattermost-server/patches: patch-server_config_config_json net/mattermost-server/pkg: PLIST-main Log

CVS: cvs.openbsd.org: ports

2023-10-27 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2023/10/27 07:48:08 Modified files: sysutils/logstash: Makefile distinfo sysutils/logstash/patches: patch-config_logstash_yml sysutils/logstash/pkg: PLIST Log message: Update logstash

CVS: cvs.openbsd.org: ports

2023-10-27 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2023/10/27 07:47:29 Modified files: databases/patroni: Makefile distinfo databases/patroni/patches: patch-patroni_validator_py databases/patroni/pkg: PLIST Log message: Update patroni

CVS: cvs.openbsd.org: ports

2023-10-27 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2023/10/27 07:47:07 Modified files: security/vault : Makefile distinfo Log message: Update vault 1.15.0 -> 1.15.1 Changelog: https://github.com/hashicorp/vault/releases/tag/v1.15.1

CVS: cvs.openbsd.org: ports

2023-10-27 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2023/10/27 07:46:44 Modified files: devel/pre-commit: Makefile distinfo Log message: Update pre-commit 3.4.0 -> 3.5.0 Changelog: https://github.com/pre-commit/pre-commit/releases/tag/v3.5.0

UPDATE: Nextcloud-27.1.3

2023-10-27 Thread Gonzalo L. Rodriguez
Hello, Update for Nextcloud to 27.1.3: https://nextcloud.com/changelog/#latest27 OK? Comments? Cheers.- Index: Makefile === RCS file: /cvs/ports/www/nextcloud/27/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile ---

Re: [maintainer update] devel/gopls 0.14.0

2023-10-27 Thread Stuart Henderson
On 2023/10/27 12:01, Laurent Cheylus wrote: > Hi, > > update for devel/gopls v0.14.0 (LSP server for Golang) > Changelog: https://github.com/golang/tools/releases/tag/gopls%2Fv0.14.0 > > - update Makefile, modules.inc, distinfo and pkg/PLIST for this version > - add a patch to fix internal

CVS: cvs.openbsd.org: ports

2023-10-27 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2023/10/27 04:57:04 Modified files: devel/qt-creator: Makefile distinfo devel/qt-creator/patches: patch-src_libs_3rdparty_sqlite_sqlite3_c

CVS: cvs.openbsd.org: ports

2023-10-27 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/27 04:31:31 Modified files: graphics/orthanc/server: Makefile graphics/orthanc/server/pkg: PLIST Log message: ${VARBASE} is wrong (it is not in the default SUBST_VARS and usually makes no

CVS: cvs.openbsd.org: ports

2023-10-27 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/27 04:20:43 Modified files: sysutils/firmware/apple-boot: Makefile Log message: bump REVISION

[maintainer update] devel/gopls 0.14.0

2023-10-27 Thread Laurent Cheylus
Hi, update for devel/gopls v0.14.0 (LSP server for Golang) Changelog: https://github.com/golang/tools/releases/tag/gopls%2Fv0.14.0 - update Makefile, modules.inc, distinfo and pkg/PLIST for this version - add a patch to fix internal version (replace by MODGO_VERSION with post-patch) Build and

Re: NEW: devel/py-apscheduler

2023-10-27 Thread Stuart Henderson
On 2023/10/26 17:04, Sebastian Reitenbach wrote: > Hi, > > an update of www/puppetboard needs a few new dependencies, this is one of > them. > Makes the puppetboard update happy for me. > > comments, or OK to import? > > Sebastian my comments for py-cachelib re MODPY_SETUPTOOLS->MODPY_PYBUILD

Re: NEW: devel/py-cachelib

2023-10-27 Thread Stuart Henderson
On 2023/10/26 17:05, Sebastian Reitenbach wrote: > Hi, > > an update of www/puppetboard needs a few new dependencies, this is one of > them. > Makes the puppetboard update happy for me. > > comments, or OK to import? > > Sebastian : MODPY_SETUPTOOLS =Yes : MODPY_PYTEST =

Re: dictd: add _dictd user and rc script, take maintainer

2023-10-27 Thread Stuart Henderson
On 2023/10/26 19:54, Klemens Nanni wrote: > Recycle an old ID from 2016 as new "_dictd". If we're recycling, I think I'd prefer to start with oldest first. $ cvs blame user.list|grep '#' | sort -n | head Annotations for user.list *** 1.151(fgsch10-Mar-11): #639

CVS: cvs.openbsd.org: ports

2023-10-27 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/27 02:02:29 Modified files: devel/pylint : Makefile distinfo devel/pylint/pkg: PLIST Removed files: devel/pylint/patches: patch-pyproject_toml Log message: update to

CVS: cvs.openbsd.org: ports

2023-10-27 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/27 02:02:18 Modified files: devel/py-astroid: Makefile distinfo devel/py-astroid/pkg: PLIST Removed files: devel/py-astroid/patches: patch-pyproject_toml Log message: update to

CVS: cvs.openbsd.org: ports

2023-10-27 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/10/27 01:38:02 Modified files: security/p11-kit: Makefile distinfo Log message: Update to p11-kit-0.25.1.

CVS: cvs.openbsd.org: ports

2023-10-27 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/10/27 00:58:32 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.52.6.

CVS: cvs.openbsd.org: ports

2023-10-27 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/10/27 00:52:40 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.74.4.

CVS: cvs.openbsd.org: ports

2023-10-27 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/10/27 00:26:22 Modified files: x11/spectrwm : Makefile Log message: spectrwm's new version does not get along with base-gcc, move to ports-gcc Fixes the build on sparc64