Re: NEW sysutils/borgbackup-2.0.0b4

2023-01-30 Thread Bjorn Ketelaars
On Mon 30/01/2023 22:03, Stuart Henderson wrote: > On 2023/01/25 14:25, Bjorn Ketelaars wrote: > > Upstream of borgbackup is slowly moving towards 2.0.0, which will be a > > major breaking release that is not compatible with existing repos. > > Additionally, some borg 1.x commands that supported

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/01/30 21:26:41 Modified files: sysutils/testdisk: Makefile Log message: Shift to using ports-gcc from base-gcc to fix build on sparc64

Fix hiawatha build on sparc64 (was Re: Mark www/hiawatha ONLY_FOR_ARCHS = LLD_ARCHS)

2023-01-30 Thread Kurt Mosiejczuk
On Mon, Jan 30, 2023 at 03:09:49PM -0500, Kurt Mosiejczuk wrote: > hiawatha is specifying DWARF-4 debug format and ld.bfd only understands up > to version 2. So mark it ONLY_FOR_ARCHS = ${LLD_ARCHS} Brad Smith pointed out he has submitted a change upstream to not hardcode the debug format. So

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/01/30 20:39:44 Modified files: graphics/scrot : Makefile Log message: Shift to ports-gcc to fix build on sparc64. Drop c99 stuff for base-gcc since it isn't needed any more

Re: amd64-clang bulk build report

2023-01-30 Thread Thomas Frohwein
On Mon, Jan 30, 2023 at 01:39:32PM +0100, j...@wxcvbn.org wrote: > Bulk build on pbuild-amd64.wxcvbn.org > > Started : Tue Jan 24 19:33:22 CET 2023 > Finished: Sat Jan 28 21:50:42 CET 2023 > Duration: 4 Days 2 hours 17 minutes > > Built using OpenBSD 7.2-current (GENERIC.MP) #4: Sun Jan 8

[update] sysutils/loki

2023-01-30 Thread Lucas Raab
Hello, Here's an update for loki up to 2.7.2, bit of a housekeeping release. At least for my instances of loki and promtail, no issues seen. changelog: Notable bug fixes: Fixed bug in validation of pattern and regexp parsers where missing or empty parameters for these parsers caused panics.

[update] libreddit to 0.28.0

2023-01-30 Thread Lucas Raab
Hello, Here's an update for libreddit up to 0.28.0. I've had 0.27.1 running for a bit and haven't noticed any issues with 0.28.0 either. changelog: https://github.com/libreddit/libreddit/compare/v0.25.1...v0.28.0 Anything of note seen by anyone else? Thanks, Lucas diff refs/heads/master

[update] audio/mpd to 0.23.12

2023-01-30 Thread Lucas Raab
Hello, Here's an update for mpd to 0.23.12 that's been working fine on amd64. changelog: ver 0.23.12 (2023/01/17) * input - curl: require CURL 7.55.0 or later * decoder - mad: fix integer underflow with very small files * tags - fix crash bug due to race condition * output - pipewire:

Re: lang/erlang - provide epmd.rc

2023-01-30 Thread A Tammy
On 1/30/23 16:40, Stuart Henderson wrote: > It will be a problem if people get an update to the package using > _erlang and then update again and try to use the same uid for _epmd, > but the window is pretty small, and we are short on available uids, so > that's probably the least worst option.

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Aisha Tammy
CVSROOT:/cvs Module name:ports Changes by: ai...@cvs.openbsd.org 2023/01/30 19:00:03 Modified files: infrastructure/db: user.list Log message: infrastructure/db/user.list: rename _erlang to _epmd suggestion and ok sthen@

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Aisha Tammy
CVSROOT:/cvs Module name:ports Changes by: ai...@cvs.openbsd.org 2023/01/30 18:59:09 Modified files: lang/erlang/25 : Makefile lang/erlang/25/pkg: PLIST-main epmd.rc Log message: lang/erlang/25: rename epmd.rc user to _epmd suggestion and ok sthen@

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/01/30 15:32:47 Modified files: net/qbittorrent: Makefile.inc net/qbittorrent/qbittorrent-nox: Makefile net/qbittorrent/qbittorrent: Makefile Log message: merge common deps into

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/01/30 15:22:51 Modified files: www/py-aiohttp : Makefile distinfo www/py-aiohttp/pkg: PLIST Added files: www/py-aiohttp/patches: patch-setup_cfg Removed files:

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/01/30 15:21:44 Modified files: devel : Makefile Log message: +py-aiosignal,py-frozenlist

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/01/30 15:20:47 Log message: import ports/devel/py-aiosignal, ok jca@ A project to manage callbacks in asyncio projects. Status: Vendor Tag: sthen Release Tags:

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/01/30 15:20:30 Log message: import ports/devel/py-frozenlist, ok jca@ frozenlist.FrozenList is a list-like structure which implements collections.abc.MutableSequence. The list is mutable until

Re: devel/py3-async-timeout update (was: Re: new ports needed to update py-aiohttp (current version fails with LLVM 15))

2023-01-30 Thread Stuart Henderson
On 2023/01/30 20:48, Jeremie Courreges-Anglas wrote: > On Mon, Jan 30 2023, Jeremie Courreges-Anglas wrote: > > [...] > > > After updating devel/py-async-timeout to 4.0.2 I get tests that perform > > better than in -current (10 failures): > > [...] > > FAILED

Re: NEW sysutils/borgbackup-2.0.0b4

2023-01-30 Thread Stuart Henderson
On 2023/01/25 14:25, Bjorn Ketelaars wrote: > Upstream of borgbackup is slowly moving towards 2.0.0, which will be a > major breaking release that is not compatible with existing repos. > Additionally, some borg 1.x commands that supported working on a repo > AND on an archive have been split into

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/01/30 14:49:02 Modified files: multimedia/mpv : Makefile distinfo Log message: github are now serving mpv-0.35.1 with a different gzip encoding, though the tar after ungzipping is identical. set a

Re: lang/erlang - provide epmd.rc

2023-01-30 Thread Stuart Henderson
It will be a problem if people get an update to the package using _erlang and then update again and try to use the same uid for _epmd, but the window is pretty small, and we are short on available uids, so that's probably the least worst option. Ok with me to change it (plist, rc script,

Re: amd64: data value inside .text warning results

2023-01-30 Thread Christian Weisgerber
Christian Weisgerber: > Here's the list of ports that still need fixes or deeper analysis: > > www/webkitgtk4,webkitgtk41 ? > www/webkitgtk4,webkitgtk50 ? > www/webkitgtk4 ? This is the last one on my list. TL;DR: I think it's fine. semarie's clang diff produced

Re: lang/erlang - provide epmd.rc

2023-01-30 Thread Volker Schlecht
On 1/30/23 20:47, A Tammy wrote: --- pkg/PLIST-main    16 Jan 2023 18:27:30 -    1.4 +++ pkg/PLIST-main    29 Jan 2023 14:49:46 - @@ -1,3 +1,6 @@ +@newgroup _erlang:888 +@newuser _erlang:888:_erlang::Erlang Account:/var/empty:/sbin/nologin _epmd would be a better username. Is

Re: [Update] devel/dune 3.6.2

2023-01-30 Thread Volker Schlecht
On 1/30/23 17:58, Yozo TODA wrote: +SHA256 (dune-3.6.2.tar.gz) = hMKdXR1BdRipwz6HQJ3YZf7UzVugabQ/+OAwYDR06Bs= +SIZE (dune-3.6.2.tar.gz) = 1906553 please use tbz file? version information is not encoded in the tar.gz files, hence when installed, "ocamlfind list" shows (version: n/a). -- yozo.

NEW: databases/puppetdb and sysutils/puppetserver 7.X

2023-01-30 Thread Sebastian Reitenbach
Hi, with Puppet 5 now replaced by Puppet 7, the ability to run a Puppet master on OpenBSD was gone. These two new packages replace the old PuppetDB 5, with PuppetDB 7 and introduces the new Puppetserver. Similarly to systuls/ruby-puppet, they go into branches based on the major version, to

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/01/30 13:19:11 Modified files: net/qbittorrent: Makefile.inc net/qbittorrent/qbittorrent: Makefile net/qbittorrent/qbittorrent-nox: Makefile Log message: Remove mariani@ as

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/01/30 13:15:36 Modified files: textproc/py-xlrd: Makefile print/lyx : Makefile meta/lxqt : Makefile devel/py-wurlitzer: Makefile devel/py-rope : Makefile

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/01/30 13:15:21 Modified files: net/tinc : Makefile Log message: Shift to ports-gcc to fix build on sparc64

Mark www/hiawatha ONLY_FOR_ARCHS = LLD_ARCHS

2023-01-30 Thread Kurt Mosiejczuk
hiawatha is specifying DWARF-4 debug format and ld.bfd only understands up to version 2. So mark it ONLY_FOR_ARCHS = ${LLD_ARCHS} ok? --Kurt Index: Makefile === RCS file: /cvs/ports/www/hiawatha/Makefile,v retrieving revision 1.70

devel/py3-async-timeout update (was: Re: new ports needed to update py-aiohttp (current version fails with LLVM 15))

2023-01-30 Thread Jeremie Courreges-Anglas
On Mon, Jan 30 2023, Jeremie Courreges-Anglas wrote: [...] > After updating devel/py-async-timeout to 4.0.2 I get tests that perform > better than in -current (10 failures): > [...] > FAILED tests/test_client_request.py::test_default_loop[pyloop] > FAILED

Re: lang/erlang - provide epmd.rc

2023-01-30 Thread A Tammy
On 1/30/23 13:23, Volker Schlecht wrote: > > > On 1/30/23 09:57, Stuart Henderson wrote: >> >>> --- pkg/PLIST-main    16 Jan 2023 18:27:30 -    1.4 >>> +++ pkg/PLIST-main    29 Jan 2023 14:49:46 - >>> @@ -1,3 +1,6 @@ >>> +@newgroup _erlang:888 >>> +@newuser _erlang:888:_erlang::Erlang

Re: lang/erlang - provide epmd.rc

2023-01-30 Thread Volker Schlecht
On 1/30/23 09:57, Stuart Henderson wrote: --- pkg/PLIST-main 16 Jan 2023 18:27:30 - 1.4 +++ pkg/PLIST-main 29 Jan 2023 14:49:46 - @@ -1,3 +1,6 @@ +@newgroup _erlang:888 +@newuser _erlang:888:_erlang::Erlang Account:/var/empty:/sbin/nologin _epmd would be a better

sysutils/ntfs-3g and clang 15 (was: Re: amd64-clang bulk build report)

2023-01-30 Thread Jeremie Courreges-Anglas
(+cc folks who expressed interest in the most recent update) On Mon, Jan 30 2023, Jeremie Courreges-Anglas wrote: > On Mon, Jan 30 2023, j...@wxcvbn.org wrote: >> Bulk build on pbuild-amd64.wxcvbn.org [...] >> https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-24/sysutils/ntfs-3g.txt

Re: [update] devel/difftastic 0.42

2023-01-30 Thread Volker Schlecht
On 1/30/23 19:20, Laurent Cheylus wrote: On Sun, 29 Jan 2023 19:41:42 +0100, Volker Schlecht wrote: * Update devel/difftastic to release 0.42 * Get rid of the Cargo.toml.orig files in extracted crates to make update-patches less painful * patch book.toml to not copy and install Open Sans

Re: new ports needed to update py-aiohttp (current version fails with LLVM 15)

2023-01-30 Thread Jeremie Courreges-Anglas
On Mon, Jan 30 2023, Stuart Henderson wrote: > ok to import these which were split off from py-aiohttp? > The descriptions aren't brilliant but I didn't find anything > better to crib from upstream. Good enough IMO, ok jca@ to import > Update diff for py-aiohttp below if anyone would like to

Re: [update] devel/difftastic 0.42

2023-01-30 Thread Laurent Cheylus
On Sun, 29 Jan 2023 19:41:42 +0100, Volker Schlecht wrote: > * Update devel/difftastic to release 0.42 > * Get rid of the Cargo.toml.orig files in extracted crates to make >update-patches less painful > * patch book.toml to not copy and install Open Sans and Source > Code Pro webfonts with the

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2023/01/30 11:18:41 Modified files: infrastructure/lib/DPB: Locks.pm Log message: also tweak the lock names to end in .lock so that they can't get confused with core dumps ;)

Re: [Update] devel/dune 3.6.2

2023-01-30 Thread Yozo TODA
>>> +SHA256 (dune-3.6.2.tar.gz) = hMKdXR1BdRipwz6HQJ3YZf7UzVugabQ/+OAwYDR06Bs= >>> +SIZE (dune-3.6.2.tar.gz) = 1906553 please use tbz file? version information is not encoded in the tar.gz files, hence when installed, "ocamlfind list" shows (version: n/a). -- yozo.

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Job Snijders
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2023/01/30 11:00:38 Modified files: net/stayrtr: Makefile net/stayrtr/pkg: README Log message: Make readme more informative OK sthen@

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2023/01/30 10:53:34 Modified files: print/hplip: Makefile print/hplip/pkg: PLIST-main Added files: print/hplip/patches: patch-pcard_pcardext_pcardext_c Log message: Disable pcard

devel/abseil-cpp: update to LTS 20230125

2023-01-30 Thread Klemens Nanni
https://github.com/abseil/abseil-cpp/releases/tag/20230125.0 One diff got merged, the other about disabled PowerPC bits remains, but moved code to a new file. To avoid churn in every update diff, I've folded library handling so that only one line changes version and others possibly lose/gain

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/01/30 10:19:55 Modified files: sysutils/exfat-fuse: Makefile Log message: Do the usual c99 dance to fix build on sparc64

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/01/30 10:18:31 Modified files: misc/brltty: Makefile Log message: Fix build on sparc64 by shifting to ports-gcc

Re: qutebrowser seg fault

2023-01-30 Thread Gabriel Busch de Brito
Sorry about that Peter, here you go: $sysctl kern.version kern.version=OpenBSD 7.2-current (GENERIC.MP) #1006: Mon Jan 30 05:42:59 MST 2023 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP $ pkg_info qutebrowser Information for inst:qutebrowser-2.5.1p1 Maintainer cc'd On

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/01/30 09:53:55 Modified files: multimedia/mpv : Makefile Added files: multimedia/mpv/patches: patch-audio_decode_ad_lavc_c patch-audio_decode_ad_spdif_c

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/01/30 09:51:57 Modified files: net/qbittorrent: Makefile.inc Log message: add missint qttools build dependency; spotted by naddy

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/01/30 09:35:46 Modified files: multimedia/mpv : Makefile distinfo Removed files: multimedia/mpv/patches: patch-audio_decode_ad_lavc_c

Re: qutebrowser seg fault

2023-01-30 Thread Peter Hessler
Today does not mean today, and there is a lot of flux very recently. Please include at _least_ "sysctl kern.version" and "pkg_info qutebrowser". On 2023 Jan 30 (Mon) at 13:23:48 -0300 (-0300), Gabriel Busch de Brito wrote: :Hi all, : :After a recent update (today) qutebrowser no longer works on

new ports needed to update py-aiohttp (current version fails with LLVM 15)

2023-01-30 Thread Stuart Henderson
ok to import these which were split off from py-aiohttp? The descriptions aren't brilliant but I didn't find anything better to crib from upstream. Update diff for py-aiohttp below if anyone would like to give that a spin too. (Not tested with LLVM 15 but I doubt it will hurt). --- $

qutebrowser seg fault

2023-01-30 Thread Gabriel Busch de Brito
Hi all, After a recent update (today) qutebrowser no longer works on -CURRENT. Trying to open it results in a Segmentation fault after a few "WARNING: Unrecognized OpenGL version" messages. Maintainer not CCed because I couldn't find Dimitri Karamazov's email. :wq, G

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/01/30 09:09:50 Added files: graphics/gphoto2/patches: patch-gphoto2_main_c Log message: gphoto2: add upstream commit "Use pthread_t abstract type for thread IDs" which should fix LLVM 15. ok aja@

Re: LLVM 15 patch: gphoto2

2023-01-30 Thread Antoine Jacoutot
On Mon, Jan 30, 2023 at 03:07:53PM +, Stuart Henderson wrote: > > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-24/graphics/gphoto2.txt > > https://github.com/gphoto/gphoto2/commit/ccc4c1f092bd21ebc713f4d7b9be85be49f92f1e > > ok? OK, thanks. > Index:

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/01/30 08:33:33 Modified files: textproc/py-charset-normalizer: Makefile Log message: py-charset-normalizer uses Werror along with a number of warning options that base-gcc doesn't understand. Switch

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/01/30 08:16:46 Modified files: devel/ruby-prof: Makefile Log message: ruby-prof needs C11 now, so shift to ports-gcc on sparc64 to fix the build

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/01/30 08:13:16 Modified files: benchmarks/siege/patches: patch-configure patch-doc_Makefile_in Log message: sync patches

Re: [Maintainer Update] archivers/zpaqfranz-57.2

2023-01-30 Thread Omar Polo
On 2023/01/29 16:54:13 +0100, tux0r wrote: > 57.2 fixes a few bugs - as always, it is *really* hard to find out what has > changed (the developer still refuses to use a version control system > differently than he would use FTP) -- anyway, update attached... yeah... Committed, thanks!

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Omar Polo
CVSROOT:/cvs Module name:ports Changes by: o...@cvs.openbsd.org2023/01/30 08:11:00 Modified files: archivers/zpaqfranz: Makefile distinfo Log message: update archivers/zpaqfranz to 57.2 diff from maintainer tux0r, thanks!

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/01/30 08:10:36 Modified files: net/sniproxy : Makefile distinfo Log message: update to sniproxy-0.6.6, from Renaud Allard (maintainer)

LLVM 15 patch: gphoto2

2023-01-30 Thread Stuart Henderson
> https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-24/graphics/gphoto2.txt https://github.com/gphoto/gphoto2/commit/ccc4c1f092bd21ebc713f4d7b9be85be49f92f1e ok? Index: patches/patch-gphoto2_main_c === RCS file:

Re: amd64-clang bulk build report

2023-01-30 Thread Stuart Henderson
On 2023/01/30 14:31, Jeremie Courreges-Anglas wrote: > > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-24/devel/py-llvmlite,python3.txt > Needs an update for llvm 15? That's usually the way. LLVM 14 support is not there yet either. https://github.com/numba/llvmlite/pull/830

Re: howto update an existing port ?

2023-01-30 Thread Omar Polo
On 2023/01/29 19:26:12 +, ςЎβξЯиęł ŁĮωέ wrote: > > does anyone have a good howto update an existing port ? for instance neovim - > from 0.7.2 to 0.8.2 neovim is already at 0.8.2 in -CURRENT, are you using 7.2-RELEASE perhaps? releases only get backport of security fixes more or

[update] net/sniproxy 0.6.6

2023-01-30 Thread Renaud Allard
Hello, This is a short diff for net/sniproxy to 0.6.6. It should solve the build error on clang 15 done by fca@ Best RegardsIndex: Makefile === RCS file: /cvs/ports/net/sniproxy/Makefile,v retrieving revision 1.3 diff -u -p -r1.3

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Omar Polo
CVSROOT:/cvs Module name:ports Changes by: o...@cvs.openbsd.org2023/01/30 07:47:44 Modified files: textproc/opensearch: Makefile www/opensearch-dashboards: Makefile Log message: textproc/opensearch, www/opensearch-dashboards: fix spacing in MAINTAINERs

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Omar Polo
CVSROOT:/cvs Module name:ports Changes by: o...@cvs.openbsd.org2023/01/30 07:44:21 Modified files: www/opensearch-dashboards: Makefile distinfo www/opensearch-dashboards/patches: patch-package_json www/opensearch-dashboards/pkg: PLIST Log message:

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Omar Polo
CVSROOT:/cvs Module name:ports Changes by: o...@cvs.openbsd.org2023/01/30 07:43:25 Modified files: textproc/opensearch: Makefile distinfo textproc/opensearch/patches:

update graphics/imlib2 to 1.10.0 (+ fix depends)

2023-01-30 Thread Omar Polo
testing the graphics/nsxiv update I noticed a warning when viewing a gif file: Internal multi-frame gif and webp loaders are deprecated and will be removed soon. Please upgrade to Imlib2 v1.8.0 for multi-frame/animated image support. To avoid issues with future updates, here's a

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2023/01/30 07:20:27 Modified files: infrastructure/bin: proot Log message: also display chroot and srcroot (if defined) because why not ?

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2023/01/30 06:43:53 Modified files: geo/qgis : Makefile distinfo Log message: geo/qgis: update to 3.28.3

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/01/30 06:33:33 Modified files: games/dmagnetic: Makefile distinfo Log message: update to dmagnetic-0.36, from Thomas Dettbarn (maintainer)

Re: amd64-clang bulk build report

2023-01-30 Thread Jeremie Courreges-Anglas
On Mon, Jan 30 2023, j...@wxcvbn.org wrote: > Bulk build on pbuild-amd64.wxcvbn.org > > Started : Tue Jan 24 19:33:22 CET 2023 > Finished: Sat Jan 28 21:50:42 CET 2023 > Duration: 4 Days 2 hours 17 minutes > > Built using OpenBSD 7.2-current (GENERIC.MP) #4: Sun Jan 8 23:17:54 CET 2023 > > Built

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/01/30 06:28:40 Modified files: audio/ncspot : Makefile benchmarks/hyperfine: Makefile devel/cbindgen : Makefile devel/difftastic: Makefile devel/maturin :

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Omar Polo
CVSROOT:/cvs Module name:ports Changes by: o...@cvs.openbsd.org2023/01/30 06:23:53 ports/graphics/p5-Image-Imlib2/patches Update of /cvs/ports/graphics/p5-Image-Imlib2/patches In directory cvs.openbsd.org:/tmp/cvs-serv20153/patches Log Message: Directory

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/01/30 06:23:42 Modified files: www/py-adblock : Makefile distinfo Log message: remove no-longer-needed DISTFILES setting, regen distinfo because in this instance a distfile changes name

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2023/01/30 06:19:53 Added files: security/py-axolotl-curve25519/patches: patch-curve25519module_c Log message: Avoid pointer/integer mismatch, fixes build with clang 15

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2023/01/30 06:19:02 ports/security/py-axolotl-curve25519/patches Update of /cvs/ports/security/py-axolotl-curve25519/patches In directory cvs.openbsd.org:/tmp/cvs-serv25088/patches Log Message: Directory

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/01/30 06:10:13 Modified files: net/radcli : Makefile distinfo net/radcli/pkg : PLIST Log message: update to radcli-1.3.1

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/01/30 06:08:41 Modified files: mail/meli : Makefile distinfo Log message: fix DISTNAME, {} was in DISTNAME but isn't meant to be supported there

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2023/01/30 06:01:31 Added files: net/udns/patches: patch-configure Log message: Unbreak detection of inet_pton/inet_ntop with clang 15 and -Wint-conversion

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2023/01/30 05:58:47 Modified files: devel/subversion: Makefile Log message: Tweak previous to actually unhook the ruby subpackage from bulk builds dpb(1) attempts to build all available subpackages in

amd64-clang bulk build report

2023-01-30 Thread jca
Bulk build on pbuild-amd64.wxcvbn.org Started : Tue Jan 24 19:33:22 CET 2023 Finished: Sat Jan 28 21:50:42 CET 2023 Duration: 4 Days 2 hours 17 minutes Built using OpenBSD 7.2-current (GENERIC.MP) #4: Sun Jan 8 23:17:54 CET 2023 Built 11659 packages Number of packages built each day: Jan 24:

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/01/30 05:45:34 Modified files: infrastructure/mk: arch-defines.mk Log message: bump ports-infrastructure's _SYSTEM_VERSION on the archs where the linker now uses exec-only by default - amd64,

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/01/30 05:18:01 Modified files: devel/cargo: cargo.port.mk Log message: Handle DISTFILES for ports using GH_* in cargo.port.mk, ok semarie@

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/01/30 05:06:23 Modified files: databases : Makefile Log message: +py-lmdb

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/01/30 05:05:56 Log message: import ports/databases/py-lmdb, feedback/ok tb@ Universal Python binding for the LMDB 'Lightning' Database. Status: Vendor Tag: sthen Release

Re: [update] graphics/nsxiv v30 -> v31

2023-01-30 Thread Omar Polo
On 2023/01/29 20:39:34 +0100, "Thim Cederlund" wrote: > Hi ports, > > This patch updates graphics/nsxiv to v31. > > Changelog: https://codeberg.org/nsxiv/nsxiv/src/branch/master/etc/CHANGELOG.md Committed, thanks! I've dropped the installing of the desktop in post-install as it's already done

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Omar Polo
CVSROOT:/cvs Module name:ports Changes by: o...@cvs.openbsd.org2023/01/30 04:27:23 Modified files: graphics/nsxiv : Makefile distinfo Added files: graphics/nsxiv/patches: patch-etc-nsxiv_1 Removed files: graphics/nsxiv/patches: patch-nsxiv_1 Log

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Stefan Sperling
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2023/01/30 02:21:44 Modified files: devel/got : Makefile distinfo Log message: update to got 0.83 - fix usage display error in got merge command (patch by Mikhail) - fix missing commits in pack

Re: lang/erlang - provide epmd.rc

2023-01-30 Thread Stuart Henderson
On 2023/01/29 15:58, Volker Schlecht wrote: > Adds a simple rc script to run a system-wide instance of > epmd, under a non-privileged user id and listening on > localhost only by default. > --- pkg/PLIST-main16 Jan 2023 18:27:30 - 1.4 > +++ pkg/PLIST-main29 Jan 2023 14:49:46

Re: [new] x11/sndiokeys

2023-01-30 Thread Alexandre Ratchov
0On Fri, Jan 27, 2023 at 02:05:08PM +, Stuart Henderson wrote: > On 2023/01/27 14:23, Alexandre Ratchov wrote: > > The above lines can be replaced with this, the other variables you've > listed above are set automatically: > > > COMMENT= control sndiod with hot-keys and play

Re: [New] sysutils/try_repeat

2023-01-30 Thread Laurence Tratt
On Sun, Jan 29, 2023 at 11:23:58AM +0100, Omar Polo wrote: Hello Omar, >> Please find attached a port for try_repeat 0.2.0 > ok op@ to import > > I'd shorten the COMMENT down to "run a command multiple times" leaving the > task of describing the early exit to the DESCR, but it's just a matter of

CVS: cvs.openbsd.org: ports

2023-01-30 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2023/01/30 01:12:35 Modified files: devel/libvmime : Makefile distinfo devel/libvmime/pkg: PLIST Removed files: devel/libvmime/patches: patch-src_vmime_charsetConverter_icu_cpp Log