Re: [new/wip] games/openxray (S.T.A.L.K.E.R.)

2024-08-25 Thread Jonathan Gray
On Mon, Aug 26, 2024 at 12:36:50AM +0200, Benjamin Stürz wrote: > Hi ports@, > > here is a WIP port of the OpenXRay game engine, > used by the S.T.A.L.K.E.R. series of games. > > WWW: https://github.com/OpenXRay/xray-16 > > The linking step requires large amounts of RAM, > so before compiling, m

[update] devel/pycharm and devel/intellij

2024-08-25 Thread Lucas Raab
Hello, Here are lightly tested updates for the JetBrains editors. Any others want to give it a whirl? changelogs: https://www.jetbrains.com/pycharm/whatsnew/ https://www.jetbrains.com/idea/whatsnew/ Thanks, Lucas diff refs/heads/master refs/heads/pycharm commit - feec0904ec162aa3fdcedb50d0ae30fa

Re: CodeChecker 6.24 on fresh 7.6 OpenBSD amd 64 platfrom

2024-08-25 Thread Tobias Heider
On Sat, Aug 24, 2024 at 09:52:06PM +0100, Tom Smyth wrote: > Folks, > > i Installed 6.24 Codechecker package on a fresh OpenBSD7.6 current system > on todays or yesterdays snapshot > > > and im still getting that platform not recognized error... > > Thanks > > Tom Smyth Sorry for the late r

Re: how accurate or helpful is scan-build-16 in clang-16 in identifying bugs / issues in code at build time ?

2024-08-25 Thread Tobias Heider
On Sun, Aug 25, 2024 at 11:11:14PM +0100, Tom Smyth wrote: > Folks, > Im just wondering what other porters experience of scan-build for the > projects that you are maintaining ? > > has it been useful in identifying bugs?... or is the analysis engine too > basic or shallow to properly analyse c

[new/wip] games/openxray (S.T.A.L.K.E.R.)

2024-08-25 Thread Benjamin Stürz
Hi ports@, here is a WIP port of the OpenXRay game engine, used by the S.T.A.L.K.E.R. series of games. WWW: https://github.com/OpenXRay/xray-16 The linking step requires large amounts of RAM, so before compiling, make sure you have your limits set: $ ulimit -d $(ulimit -Hd) 4GB of RAM are n

how accurate or helpful is scan-build-16 in clang-16 in identifying bugs / issues in code at build time ?

2024-08-25 Thread Tom Smyth
Folks, Im just wondering what other porters experience of scan-build for the projects that you are maintaining ? has it been useful in identifying bugs?... or is the analysis engine too basic or shallow to properly analyse code ? are there particular types of bugs it is good at identifying wit

UPDATE: net/nextcloudclient-3.13.3

2024-08-25 Thread Adriano Barbosa
Hi. Update for net/nextcloudclient v3.13.3 Changelog: https://github.com/nextcloud/desktop/releases/v3.13.3 Obrigado! -- Adriano Index: Makefile === RCS file: /cvs/ports/net/nextcloudclient/Makefile,v retrieving revision 1.63 diff -

Re: [Maintainer Update] archivers/zpaqfranz-60.6

2024-08-25 Thread A Tammy
On 8/25/24 3:36 PM, tux0r wrote: > New stuff. > > Change blog: https://github.com/fcorbelli/zpaqfranz/releases/tag/60.6 > > Patch attached. > tests passing and committed thanks

[Maintainer Update] archivers/zpaqfranz-60.6

2024-08-25 Thread tux0r
New stuff. Change blog: https://github.com/fcorbelli/zpaqfranz/releases/tag/60.6 Patch attached. diff --git a/archivers/zpaqfranz/Makefile b/archivers/zpaqfranz/Makefile index a35f9d5bf2d..c663e0a9bd6 100644 --- a/archivers/zpaqfranz/Makefile +++ b/archivers/zpaqfranz/Makefile @@ -1,7 +1,7 @@ B

devel/arm-none-eabi/gcc and libstdc++

2024-08-25 Thread Denis Bodor
Hi, I'm trying to use version 2.0 of the Raspberry Pi Pico SDK but building firmware now requires libstdc++ (because of pico-sdk/src/rp2_common/pico_cxx_options/new_delete.cpp). The current version of devel/arm-none-eabi/gcc does not install libstdc++.a or the header files, so it is no longer pos

Re: [update] www/ada to 2.9.1

2024-08-25 Thread Klemens Nanni
25.08.2024 18:47, aisha пишет: > Attached trivial update for ada to 2.9.1. OK kn, thanks

Re: UPDATE: cad/kicad

2024-08-25 Thread Mihai Popescu
> Rafael Sadowski wrote (2024-08-15 07:52 CEST): > Please find below a kicad 8.0.4 update diff (inline) and attached > kicad-share.diff (which is simple an make update-plist diff). Is it possible to do the same magic for qucs-s? Or is it too difficult since it is more complex than kicad? Thanks.

update devel/py-poetry-core 1.3.2 -> 1.8.1

2024-08-25 Thread Daniel Dickman
A newer version of poetry core is needed for a new port, test-celery which is needed for another new port (celery - a distributed task queue), which is eventually going to be needed to import apache superset. I've tested that the 40-50 reverse deps all build with the below and that poetry-core

[update] www/ada to 2.9.1

2024-08-25 Thread aisha
Hi, Attached trivial update for ada to 2.9.1. OK? diff --git a/www/ada/Makefile b/www/ada/Makefile index 2f0032ea78d..9a3c395b14a 100644 --- a/www/ada/Makefile +++ b/www/ada/Makefile @@ -1,6 +1,6 @@ COMMENT = WHATWG compliant and fast URL parser in modern C++ -DIST_TUPLE =

Re: [update] sysutils/fd 10.2.0

2024-08-25 Thread A Tammy
On 8/25/24 7:06 AM, Laurent Cheylus wrote: > Hi, > > a simple update for sysutils/fd to the latest version 10.2.0. > Changelog: https://github.com/sharkdp/fd/releases/tag/v10.2.0 > > - update Makefile, crates.inc and distinfo for this version > > Build and tests OK on current/amd64 with Rust 1.80

Re: NEW WIP: games/prismlauncher

2024-08-25 Thread izzy Meyer
On Sun, 25 Aug 2024 08:55:01 +0200 "Lorenz (xha)" wrote: > hi issy, > > this port builds, but doesn't quite work for me (i.e. get minceraft > running). a few issues: Thanks for looking this over. > i think the readme should specify that the scripts you wrote are > wrapper-commands, not the jav

mips64 bulk build report

2024-08-25 Thread visa
bulk build on octeon.ports.openbsd.org started on Sat Aug 10 16:04:35 UTC 2024 finished at Sat Aug 24 05:56:54 UTC 2024 lasted 14D13h52m done with kern.version=OpenBSD 7.6-beta (GENERIC.MP) #193: Sat Aug 10 07:04:12 MDT 2024 built packages:8676 Aug 10:1499 Aug 11:740 Aug 12:571 Aug 13:520 Aug 14

Re: security/py-mitmproxy: new port (version 10.3.0)

2024-08-25 Thread Kirill A . Korinsky
On Sun, 25 Aug 2024 15:09:56 +0200, Klemens Nanni wrote: > > I noticed that mitmweb does not respond to ^C/TERM, KILL was needed > to end the process from the shell again. > Thank you, I confirm this bug. Will draft a report later today. If you keep a tab or window in browser, which is connect

Re: security/py-mitmproxy: new port (version 10.3.0)

2024-08-25 Thread Klemens Nanni
22.08.2024 20:27, Kirill A. Korinsky пишет: > Stuart, > > Thanks for the import! > > On Thu, 22 Aug 2024 15:43:44 +0200, > Stuart Henderson wrote: >> >> On 2024/08/19 09:08, Kirill A. Korinsky wrote: >>> - www/py-aioquic >> >> OK sthen@ to import >> >>> - security/py-mitmproxy_rs >> >> pleas

Re: UPDATE: math/R

2024-08-25 Thread Brian Callahan
On 8/25/2024 4:28 AM, Ingo Feinerer wrote: > Regarding > math/rstudio/patches/patch-src_cpp_core_r_util_REnvironmentPosix_cpp > bcallah@: Could you please bump this after the R update? > Yes, can do. ~Brian

[update] sysutils/fd 10.2.0

2024-08-25 Thread Laurent Cheylus
Hi, a simple update for sysutils/fd to the latest version 10.2.0. Changelog: https://github.com/sharkdp/fd/releases/tag/v10.2.0 - update Makefile, crates.inc and distinfo for this version Build and tests OK on current/amd64 with Rust 1.80.1. Tests welcome andplease commit if OK. Laurent Index

Re: UPDATE: x11/lemonbar

2024-08-25 Thread Ingo Feinerer
On Sun, Aug 25, 2024 at 10:13:22AM +, Klemens Nanni wrote: > 25.08.2024 09:41, Ingo Feinerer пишет: > > Hi, > > > > update x11/lemonbar 1.4 -> 1.5 > > > > - Upstream now has pledge() but uses err() which is undeclared. > > So keep and modify the patch. > > > > - Drop MAINTAINER. > > > > O

Re: net/synapse: fix tests

2024-08-25 Thread Landry Breuil
Le Sun, Aug 25, 2024 at 10:01:00AM +0200, Landry Breuil a écrit : > Le Sun, Aug 25, 2024 at 09:36:26AM +0200, Landry Breuil a écrit : > > Le Sun, Aug 25, 2024 at 03:30:56AM -0400, A Tammy a écrit : > > > > > > On 8/25/24 3:07 AM, Landry Breuil wrote: > > > > Le Thu, Aug 22, 2024 at 10:04:45AM +020

Re: [update] security/keycloak to 25.0.4

2024-08-25 Thread Pavel Korovin
On 08/25, aisha wrote: > Attached update to keycloak to 25.0.4 > OK? OK pvk@, works fine on amd64. -- With best regards, Pavel Korovin

lang/guile3 update to 3.0.10

2024-08-25 Thread Omar Polo
A bit overdue, but here's the update. I'm leaving the description of the change to upstream anonunce mail: https://lists.gnu.org/archive/html/info-gnu/2024-06/msg8.html port-wise: - spawn works without patching. the TL;DR is that guile decided to switch to the posix_spawn api^W madne

Re: UPDATE: x11/lemonbar

2024-08-25 Thread Klemens Nanni
25.08.2024 09:41, Ingo Feinerer пишет: > Hi, > > update x11/lemonbar 1.4 -> 1.5 > > - Upstream now has pledge() but uses err() which is undeclared. > So keep and modify the patch. > > - Drop MAINTAINER. > > OK? No lemonbar user, but... > +@@ -1457,7 +1457,8 @@ main (int argc, char **argv) >

Re: UPDATE: x11/lemonbar

2024-08-25 Thread Omar Polo
On 2024/08/25 08:41:54 +0200, Ingo Feinerer wrote: > Hi, > > update x11/lemonbar 1.4 -> 1.5 > > - Upstream now has pledge() but uses err() which is undeclared. > So keep and modify the patch. An alternative could be to include at the top of the file. > - Drop MAINTAINER. > > OK? works in

UPDATE: math/R

2024-08-25 Thread Ingo Feinerer
Dear useRs, update math/R 4.2.3 -> 4.4.1 - SHARED_LIBS: increase major version number due to removals in dynamic export changes $ /usr/src/lib/check_sym libR.so.39.1 libR.so.40.0 libR.so.39.1 --> libR.so.40.0 Dynamic export changes: added: ... removed: Rf_applyCl

Re: update: wayland-1.23.0

2024-08-25 Thread Matthieu Herrb
On Fri, Aug 16, 2024 at 03:26:29PM +0200, Matthieu Herrb wrote: > Hi, > > The patch below is a trivial update to wayland-1.23.0. All patches > have been merged upstreams. > And now, update to wayland 1.23.1, with proper shared libraries bumps. comments, ok ? Index: Makefile

Re: [security update]databases/p5-DBI: Update to 1.644

2024-08-25 Thread Marc Espie
On Sun, Aug 25, 2024 at 02:46:32AM +, wen heping wrote: > Hi, > >Here is a patch for databases/p5-DBI to update to 1.644. >Upstream changelog say "Fix CVE-2014-10401 and CVE-2014-10402". >It build well and pass the test on amd64-current system. > > > Best Regards, > wen I was a

UPDATE: x11/lemonbar

2024-08-25 Thread Ingo Feinerer
Hi, update x11/lemonbar 1.4 -> 1.5 - Upstream now has pledge() but uses err() which is undeclared. So keep and modify the patch. - Drop MAINTAINER. OK? Best regards, Ingo Index: Makefile === RCS file: /cvs/ports/x11/lemonbar/Ma

Re: net/synapse: fix tests

2024-08-25 Thread Landry Breuil
Le Sun, Aug 25, 2024 at 09:36:26AM +0200, Landry Breuil a écrit : > Le Sun, Aug 25, 2024 at 03:30:56AM -0400, A Tammy a écrit : > > > > On 8/25/24 3:07 AM, Landry Breuil wrote: > > > Le Thu, Aug 22, 2024 at 10:04:45AM +0200, Landry Breuil a écrit : > > >> Le Thu, Aug 22, 2024 at 09:40:23AM +0200,

Re: net/synapse: fix tests

2024-08-25 Thread Kirill A . Korinsky
On Sun, 25 Aug 2024 09:07:11 +0200, Landry Breuil wrote: > > this version with a symlink for the rust lib works, and it's probably what im > going to commit. fixing the tests requiring a throwaway synapse test instance > is left for future work. > > Index: Makefile > ==

Re: net/synapse: fix tests

2024-08-25 Thread Landry Breuil
Le Sun, Aug 25, 2024 at 03:30:56AM -0400, A Tammy a écrit : > > On 8/25/24 3:07 AM, Landry Breuil wrote: > > Le Thu, Aug 22, 2024 at 10:04:45AM +0200, Landry Breuil a écrit : > >> Le Thu, Aug 22, 2024 at 09:40:23AM +0200, Landry Breuil a écrit : > >>> Le Wed, Aug 21, 2024 at 06:11:32PM +0200, Kiri

Re: net/synapse: fix tests

2024-08-25 Thread A Tammy
On 8/25/24 3:07 AM, Landry Breuil wrote: > Le Thu, Aug 22, 2024 at 10:04:45AM +0200, Landry Breuil a écrit : >> Le Thu, Aug 22, 2024 at 09:40:23AM +0200, Landry Breuil a écrit : >>> Le Wed, Aug 21, 2024 at 06:11:32PM +0200, Kirill A. Korinsky a écrit : On Wed, 21 Aug 2024 17:16:11 +0200,

Re: net/synapse: fix tests

2024-08-25 Thread Landry Breuil
Le Thu, Aug 22, 2024 at 10:04:45AM +0200, Landry Breuil a écrit : > Le Thu, Aug 22, 2024 at 09:40:23AM +0200, Landry Breuil a écrit : > > Le Wed, Aug 21, 2024 at 06:11:32PM +0200, Kirill A. Korinsky a écrit : > > > On Wed, 21 Aug 2024 17:16:11 +0200, > > > Landry Breuil wrote: > > > > > > > > Le

Re: devel/p5-Graph: Update to 0.9731

2024-08-25 Thread Benoit Lecocq
Le 25/08/2024 à 04:32, wen heping a écrit : Hi, ports@: Here is a simple patch for devel/p5-Graph to update to 0.9731. It build well and pass all tests on amd64-current system. Three ports depend on it, all build well and pass all tests with this patch. Best regards, wen Com