回复: [NEW]textproc/p5-PPIx-Utils

2023-11-28 Thread wen heping
ping ... 发件人: wen heping 发送时间: 2023年7月12日 15:23 收件人: ports@openbsd.org 主题: [NEW]textproc/p5-PPIx-Utils Hi, ports@: Here is a patch to create new port textproc/p5-PPIx-Utils. It is required by the update of devel/p5-Perl-Critic. It build and run w

Re: wayland/sway: build fix and link to the tree

2023-11-28 Thread Antoine Jacoutot
Alright. Makes sense, thanks. — Antoine > On Nov 29, 2023, at 07:24, Matthieu Herrb wrote: > > On Tue, Nov 28, 2023 at 05:40:05PM +0100, Antoine Jacoutot wrote: >> >> Is there a reason for x11/gnome/themes-extra? >> Honest question, I know nothing about sway. > > It uses cursors from there

Re: openssl 3.2.0

2023-11-28 Thread Claus Assmann
Please note that there is a double-free bug in 3.2.0 related to DANE - maybe wait until this is fixed? See the openssl-users mailing list or https://github.com/openssl/openssl/pull/22821

Re: wayland/sway: build fix and link to the tree

2023-11-28 Thread Matthieu Herrb
On Tue, Nov 28, 2023 at 05:40:05PM +0100, Antoine Jacoutot wrote: > > Is there a reason for x11/gnome/themes-extra? > Honest question, I know nothing about sway. It uses cursors from there by default (can't use the builtin cursors from the X server) and used to segfault if an application requeste

Re: Upgrade git-annex to 10.20230802

2023-11-28 Thread Greg Steuck
Thank you for giving these a try. Care to try again with just the single patch included? James Cook writes: > On Sat, Nov 11, 2023 at 07:22:32PM +, Greg Steuck wrote: >> Here's an update to the most recent version which still includes the >> docs in the published tgz bundle. The second commi

Re: Bump darcs for ghc-9.6

2023-11-28 Thread Greg Steuck
Hi James, Thanks for giving these patches a go. James Cook writes: > On Sun, Nov 12, 2023 at 10:14:07AM -0800, Greg Steuck wrote: >>Took a bit of effort to patch because the upstream doesn't seem to be >>active. Next time I have to touch darcs I'll propose to delete it. >> >>OK? > > Is this mea

Re: spyder 5.x: import pytoolconfig

2023-11-28 Thread Daniel Dickman
On Tue, 28 Nov 2023, Laurent Cheylus wrote: > Hi Daniel, > > I have also WIP ports on OpenBSD-WIP > > Thanks for your work on Python ports, Laurent > Hi Laurent, my main goal of updating from spyder 4.x to 5.x should now be completed in the ports tree, but let me know if you spot any probl

Re: openssl 3.2.0

2023-11-28 Thread Theo Buehler
On Thu, Nov 23, 2023 at 08:03:13PM +0100, Theo Buehler wrote: > The latest iteration of our favorite library clocks in with += 170 kLoC. > This time with multistream client-side QUIC and many other features: > > https://www.openssl.org/news/openssl-3.2-notes.html > > This port is a copy of the 3.

Re: UPDATE databases/victoriametrics from MAINTAINER

2023-11-28 Thread Denis Fondras
Le Tue, Nov 28, 2023 at 01:04:12PM +, Lucas Gabriel Vuotto a écrit : > Hi ports, > > Update VictoriaMetrics to latest LTS, 1.93.8. A bunch of bugfixes in it, > enumerated at > > - > https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/docs/CHANGELOG.md#v1936 > - > https://github.c

riscv64 bulk build report

2023-11-28 Thread jca
Bulk build on riscv64-1.ports.openbsd.org Started : Fri Nov 17 07:44:52 MST 2023 Finished: Tue Nov 28 10:22:00 MST 2023 Duration: 11 Days 2 hours 37 minutes Built using OpenBSD 7.4-current (GENERIC.MP) #442: Wed Nov 15 16:55:05 MST 2023 Built 10449 packages Number of packages built each day: No

Re: UPDATE alertmanager-0.26.0

2023-11-28 Thread Denis Fondras
Le Tue, Nov 28, 2023 at 12:55:28PM +, Lucas Gabriel Vuotto a écrit : > Hi Denis, ports@, > > Update Alertmanager to 0.26.0 . Quite a bunch of fixes and features, and > a security fix: "Fix stored XSS via the /api/v1/alerts endpoint in the > Alertmanager UI." Full notes at > https://github.com/

converters/html2text new upstream

2023-11-28 Thread ataraxia937
converters/html2text has a new maintainer and is hosted at https://github.com/grobian/html2text . There is a 2.x release series and the current version is 2.2.3.

Update databases/timescaledb to v2.13.0

2023-11-28 Thread Denis Fondras
Adds support for PGSQL v16 OK ? Index: Makefile === RCS file: /cvs/ports/databases/timescaledb/Makefile,v retrieving revision 1.21 diff -u -p -r1.21 Makefile --- Makefile28 Sep 2023 17:58:00 - 1.21 +++ Makefile28 Nov

Re: NEW: x11/kde-plasma/plasma-browser-integration

2023-11-28 Thread Klemens Nanni
On Wed, Nov 01, 2023 at 07:29:22PM +0100, Rafael Sadowski wrote: > On Tue Oct 17, 2023 at 11:39:45AM +0200, Rafael Sadowski wrote: > > Information for inst:plasma-browser-integration-5.27.8 > > > > Comment: > > Plasma browser integration > > > > Required by: > > debug-plasma-browser-integration-5

Re: Early Look: PostgreSQL 16.0

2023-11-28 Thread Denis Fondras
Le Mon, Nov 27, 2023 at 08:11:18PM +, Jeremy Evans a écrit : > > databases/timescaledb version > > PostgreSQL 16 support not yet ready, planned for future version. I > marked it BROKEN, same as in the last 2 PostgreSQL major upgrades. > A new version was released today with suppo

Re: wayland/sway: build fix and link to the tree

2023-11-28 Thread Antoine Jacoutot
On Tue, Nov 28, 2023 at 03:59:02PM +0100, Sebastien Marie wrote: > Hi, > > The following patch makes wayland/sway to link to the tree (remove > UNLINKED) and remove the RUN_DEPENDS on wayland/foot (which is still > UNLINKED). > > foot is only need if you set it to be your "preferred terminal". it

Re: wayland/sway: build fix and link to the tree

2023-11-28 Thread Landry Breuil
Le Tue, Nov 28, 2023 at 03:59:02PM +0100, Sebastien Marie a écrit : > Hi, > > The following patch makes wayland/sway to link to the tree (remove > UNLINKED) and remove the RUN_DEPENDS on wayland/foot (which is still > UNLINKED). > > foot is only need if you set it to be your "preferred terminal".

[Update] www/gallery-dl-1.26.3

2023-11-28 Thread grodzio
Attached is an updated port for gallery-dl. Version 1.26.3 primarily adds bug fixes and several new command line flags. Tested on amd64, works fine on my end. Ok to import? -grodzio1 gallery-dl-1.26.3.tgz Description: application/gzip

wayland/sway: build fix and link to the tree

2023-11-28 Thread Sebastien Marie
Hi, The following patch makes wayland/sway to link to the tree (remove UNLINKED) and remove the RUN_DEPENDS on wayland/foot (which is still UNLINKED). foot is only need if you set it to be your "preferred terminal". it is a runtime configuration. a meta package (with sway, foot, swaylock, swayid

Re: sysutils/truncate: drop "cpath" under -c

2023-11-28 Thread Brian Callahan
On 11/27/2023 9:41 PM, Klemens Nanni wrote: > Promise not creating files. > Add usual Makefile comment. > > Could also defer initial pledge after getopt handling to have a single > if (no_create) > pledge("stdio rpath wpath cpath") > else > pledge("stdio rpa

Re: [fix] devel/py-buildbot/www startup

2023-11-28 Thread Silamael Darkomen
On 28 Nov 2023 13:50, Stuart Henderson wrote: On 2023/11/28 10:43, Silamael Darkomen wrote: Hi! During setup of a new buildbot master under OpenBSD 7.4 I noticed that 'rcctl start buildbot' always fails but buildbot is running afterwards. Debugging showed that buildbot is calling 'tail -F' to

UPDATE databases/victoriametrics from MAINTAINER

2023-11-28 Thread Lucas Gabriel Vuotto
Hi ports, Update VictoriaMetrics to latest LTS, 1.93.8. A bunch of bugfixes in it, enumerated at - https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/docs/CHANGELOG.md#v1936 - https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/docs/CHANGELOG.md#v1937 - https://github.co

Re: [fix] devel/py-buildbot/www startup

2023-11-28 Thread Landry Breuil
Le Tue, Nov 28, 2023 at 12:50:24PM +, Stuart Henderson a écrit : > On 2023/11/28 10:43, Silamael Darkomen wrote: > > Hi! > > > > During setup of a new buildbot master under OpenBSD 7.4 I noticed that > > 'rcctl start buildbot' always fails but buildbot is running afterwards. > > > > Debugging

Re: [fix] devel/py-buildbot/www startup

2023-11-28 Thread Stuart Henderson
On 2023/11/28 10:43, Silamael Darkomen wrote: > Hi! > > During setup of a new buildbot master under OpenBSD 7.4 I noticed that > 'rcctl start buildbot' always fails but buildbot is running afterwards. > > Debugging showed that buildbot is calling 'tail -F' to watch the twistd.log > for recognizin

Re: spyder 5.x: import pytoolconfig

2023-11-28 Thread Stuart Henderson
On 2023/11/27 18:10, Daniel Dickman wrote: > py-rope is missing an RDEP on pytoolconfig. > > pytoolconfig has a BDEP on pdm-backend. > > These should be the final 2 new ports needed for spyder 5.x. > > ok? pytoolconfig COMMENT is wrong pdm-backend has bogus @conflict and @pkgpath markers

Re: [Update] security/pizauth

2023-11-28 Thread Theo Buehler
On Tue, Nov 28, 2023 at 11:06:04AM +, Laurence Tratt wrote: > The patch below updates security/pizauth to 1.0.3. As always, the cargo > aspect of things makes this look like a huge change when it's really not! Thanks. I committed this with two modifications: ring 0.17 no longer needs the BUILD

[Update] security/pizauth

2023-11-28 Thread Laurence Tratt
The patch below updates security/pizauth to 1.0.3. As always, the cargo aspect of things makes this look like a huge change when it's really not! Laurie diff --git security/pizauth/Makefile security/pizauth/Makefile index deda331b660..f9b8e976276 100644 --- security/pizauth/Makefile +++ securit

[fix] devel/py-buildbot/www startup

2023-11-28 Thread Silamael Darkomen
Hi! During setup of a new buildbot master under OpenBSD 7.4 I noticed that 'rcctl start buildbot' always fails but buildbot is running afterwards. Debugging showed that buildbot is calling 'tail -F' to watch the twistd.log for recognizing a successfull startup. The attached diff fixes this

astro/gnuastro: Update to 0.21

2023-11-28 Thread wen heping
Hi, all: Here is a patch for astro/gnuastro to update to 0.21. It build and run well on amd64-current system. 10 of 75 tests fail, while 9 of 75 tests in current version. No other ports depend on it. Regards, wenIndex: Makefile

aarch64 bulk build report

2023-11-28 Thread phessler
bulk build on arm64.ports.openbsd.org started on Sat Nov 25 12:40:03 MST 2023 finished at Tue Nov 28 01:20:13 MST 2023 lasted 2D12h40m done with kern.version=OpenBSD 7.4-current (GENERIC.MP) #28: Fri Nov 24 05:58:55 MST 2023 built packages:11953 Nov 25:4196 Nov 26:570 Nov 27:4646 Nov 28:2540 c

Re: spyder 5.x: import pytoolconfig

2023-11-28 Thread Laurent Cheylus
Hi Daniel, On Mon, 27 Nov 2023 18:10:17 -0500 (EST), Daniel Dickman wrote: > py-rope is missing an RDEP on pytoolconfig. > > pytoolconfig has a BDEP on pdm-backend. > > These should be the final 2 new ports needed for spyder 5.x. I have also WIP ports on OpenBSD-WIP (not submitted on ports@) f