Re: Problems updating math/maxima

2023-05-25 Thread Jonathan Drews
On Thu, May 25, 2023 at 03:23:23PM +0200, Dima Pasechnik wrote: > > As well, less urgently, > shouldn't there be a way to get Maxima compiled with sbcl, only only ecl. > (sbcl typically gives considerably better performance, and it's available in > ports, I wrote the maxima discuss list and

Re: New [cad/solvespace] - 3.1

2023-05-25 Thread Stefan Hagen
Johannes Thyssen Tishman wrote (2023-05-25 22:16 CEST): > > I can confirm it's working now. > > Glad to hear that :) > > > Attached is the port again with some tweaks: > > > > * WANTLIB sorted > > * Some Makefile = fixes > > * Simplified post-extract > > * Copy FindCairo.cmake from FILESDIR

Re: catch up to sdl2-{image,mixer,net,ttf} latest versions

2023-05-25 Thread Theo Buehler
> I am not at all familiar with this part of the tree and I haven't looked > at the diff beyond what was already discussed on the list. If you feel > there's been enough testing of the important consumers, I'd say go ahead. > I'm of course ok with you taking maintainer. It would be nice if this

Re: NEW: asio

2023-05-25 Thread Robert Nagy
On 25/05/23 10:56 -0400, A Tammy wrote: > > On 5/25/23 10:22, Brad Smith wrote: > > ping. > > in case you missed the emails, both sthen@ and I (aisha@) gave OK > > I also sent OK for galera. The galera part cannot be commited until someone tests it with an actual cluster.

Re: Problems updating math/maxima

2023-05-25 Thread Theo Buehler
> Index: pkg/PLIST > === > RCS file: /cvs/ports/math/maxima/pkg/PLIST,v > retrieving revision 1.25 > diff -u -p -r1.25 PLIST > --- pkg/PLIST 11 Mar 2022 19:36:19 - 1.25 > +++ pkg/PLIST 25 May 2023 11:00:08 - > @@ -9,8

Re: http3 in nginx

2023-05-25 Thread Renaud Allard
On 5/24/23 18:01, Theo Buehler wrote: This isn't intended for commit, but if anyone wants to play with quic in nginx, this diff is all that's needed. Build, then install the main package. The config is documented here: https://nginx.org/en/docs/http/ngx_http_v3_module.html Works for me.

[NEW] databases/bbolt

2023-05-25 Thread Pavel Korovin
Hello, Please find databases/bbolt port attached. https://pkg.go.dev/go.etcd.io/bbolt It was nice to have it on hand while recovering corrupted Consul/Vault databases after power outage. OK to import? >From pkg/DESCR: Package Bbolt implements a low-level key/value store in pure Go. It supports

Re: Problems updating math/maxima

2023-05-25 Thread Stuart Henderson
Here's an updated diff. The MODTCL_WISH_ADJ from the previous diff is not actually needed, and Python is no longer needed. I don't use this software but the update looks good to me now. Index: Makefile === RCS file:

Re: UPDATE: Blender 3.3.7

2023-05-25 Thread Stuart Henderson
On 2023/05/25 00:12, Brad Smith wrote: > @@ -35,8 +35,6 @@ EXTRACT_SUFX = .tar.xz > > MODULES =devel/cmake \ > lang/python > - > -COMPILER = base-clang ports-gcc The general policy is that COMPILER should be set for all C++ programs so that we don't end up with conflicting

Re: [UPDATE] sysutils/telegraf 1.26.3

2023-05-25 Thread Landry Breuil
Le Thu, May 25, 2023 at 01:45:54AM +0100, Stuart Henderson a écrit : > On 2023/05/23 19:26, Martin Reindl wrote: > > + # generated by 'telegraf config' > > + ${INSTALL_DATA} ${FILESDIR}/telegraf.conf \ > > ${PREFIX}/share/examples/telegraf/ > > would it make sense to use the newly

Re: Problems updating math/maxima

2023-05-25 Thread Jonathan Drews
On Thu, May 25, 2023 at 12:02:16PM +0100, Stuart Henderson wrote: > Here's an updated diff. The MODTCL_WISH_ADJ from the previous diff > is not actually needed, and Python is no longer needed. > > I don't use this software but the update looks good to me now. > Stuart: Thank you so much for

Re: Problems updating math/maxima

2023-05-25 Thread Dima Pasechnik
On Thu, May 25, 2023 at 05:30:43AM -0600, Jonathan Drews wrote: > On Thu, May 25, 2023 at 12:02:16PM +0100, Stuart Henderson wrote: > > Here's an updated diff. The MODTCL_WISH_ADJ from the previous diff > > is not actually needed, and Python is no longer needed. > > > > I don't use this software

Re: Problems updating math/maxima

2023-05-25 Thread Stuart Henderson
On 2023/05/25 13:21, Theo Buehler wrote: > > Index: pkg/PLIST > > === > > RCS file: /cvs/ports/math/maxima/pkg/PLIST,v > > retrieving revision 1.25 > > diff -u -p -r1.25 PLIST > > --- pkg/PLIST 11 Mar 2022 19:36:19 -

[update] mail/sieve-connect 0.87 -> 0.90

2023-05-25 Thread aisha
Hi, Attached update for sieve-connect to 0.90. Current 0.87 has an error with regexes. Tested out with my personal mail server with dovecot-pigeonhole-0.5.20v1 on 7.3 stable. OK? Aisha Index: Makefile === RCS file:

Re: [update] mail/sieve-connect 0.87 -> 0.90

2023-05-25 Thread Stuart Henderson
On 2023/05/25 08:46, aisha wrote: > Hi, > Attached update for sieve-connect to 0.90. Current 0.87 has an error with > regexes. > Tested out with my personal mail server with dovecot-pigeonhole-0.5.20v1 on > 7.3 stable. > > OK? > > Aisha > > Index: Makefile >

Re: [update] mail/sieve-connect 0.87 -> 0.90

2023-05-25 Thread A Tammy
On 5/25/23 08:52, Stuart Henderson wrote: > On 2023/05/25 08:46, aisha wrote: >> Hi, >> Attached update for sieve-connect to 0.90. Current 0.87 has an error with >> regexes. >> Tested out with my personal mail server with dovecot-pigeonhole-0.5.20v1 on >> 7.3 stable. >> >> OK? >> >> Aisha >>

Re: NEW: asio

2023-05-25 Thread Brad Smith
ping. On 2023-05-14 5:10 p.m., Brad Smith wrote: Here is a port for asio. This is the standalone copy unlike the Boost integrated version. Information for inst:asio-1.28.0 Comment: header-only C++ library for asynchronous I/O programming Description: Asio is a cross-platform C++ library

Re: New [cad/solvespace] - 3.1

2023-05-25 Thread Stefan Hagen
Johannes Thyssen Tishman wrote (2023-05-14 23:40 CEST): > > $ solvespace > > Segmentation fault > > Sorry for that. After some testing we found out it was due to the > MI_OVERRIDE compile option. Disabling it should fix the Segmentation > fault. We are currently working on getting rid of the

aarch64 bulk build report

2023-05-25 Thread phessler
bulk build on arm64.ports.openbsd.org started on Tue May 23 02:13:34 MDT 2023 finished at Thu May 25 10:48:54 MDT 2023 lasted 2D08h35m done with kern.version=OpenBSD 7.3-current (GENERIC.MP) #2129: Mon May 22 12:29:11 MDT 2023 built packages:11647 May 23:3763 May 24:2612 May 25:5271 critical

Re: NEW: asio

2023-05-25 Thread A Tammy
On 5/25/23 10:22, Brad Smith wrote: > ping. in case you missed the emails, both sthen@ and I (aisha@) gave OK I also sent OK for galera. > > On 2023-05-14 5:10 p.m., Brad Smith wrote: >> Here is a port for asio. >> >> This is the standalone copy unlike the Boost integrated version. >> >> >>

Re: Problems updating math/maxima

2023-05-25 Thread Jonathan Drews
On Thu, May 25, 2023 at 12:28:21PM +0100, Stuart Henderson wrote: > On 2023/05/25 13:21, Theo Buehler wrote: > > > Index: pkg/PLIST > > > === > > > RCS file: /cvs/ports/math/maxima/pkg/PLIST,v > > > retrieving revision 1.25 > > > diff

Re: Problems updating math/maxima

2023-05-25 Thread Jonathan Drews
On Thu, May 25, 2023 at 03:23:23PM +0200, Dima Pasechnik wrote: > > Can you also add building maxima.fas and installing it into > /usr/local/lib/ecl/ ? > Then one can use Maxima from any application which can load libecl.so > (e.g. from an application written in C). > If we ever port SageMath

Re: Problems updating math/maxima

2023-05-25 Thread Dima Pasechnik
On Thu, May 25, 2023 at 12:11:05PM -0600, Jonathan Drews wrote: > On Thu, May 25, 2023 at 03:23:23PM +0200, Dima Pasechnik wrote: > > > > Can you also add building maxima.fas and installing it into > > /usr/local/lib/ecl/ ? > > Then one can use Maxima from any application which can load libecl.so

Re: New [cad/solvespace] - 3.1

2023-05-25 Thread Johannes Thyssen Tishman
Hi Stefan, Thanks for the feedback. > I can confirm it's working now. Glad to hear that :) > Attached is the port again with some tweaks: > > * WANTLIB sorted > * Some Makefile = fixes > * Simplified post-extract > * Copy FindCairo.cmake from FILESDIR instead of patching it in Didn't know

CVS: cvs.openbsd.org: ports

2023-05-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/05/25 00:37:24 Modified files: net/wireshark : Tag: OPENBSD_7_3 Makefile distinfo Log message: update to wireshark-4.0.6

CVS: cvs.openbsd.org: ports

2023-05-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/05/25 00:37:11 Modified files: net/wireshark : Makefile distinfo Log message: update to wireshark-4.0.6

CVS: cvs.openbsd.org: ports

2023-05-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/05/25 00:59:51 Modified files: net/yaz: Makefile Log message: Pass --without-redis to prevent dpb junking: Link error: hiredis not found!

CVS: cvs.openbsd.org: ports

2023-05-25 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2023/05/25 00:59:22 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 102.11.1. see

CVS: cvs.openbsd.org: ports

2023-05-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/05/25 01:31:55 Modified files: graphics/blender: Makefile distinfo graphics/blender/patches: patch-extern_glog_src_config_h

CVS: cvs.openbsd.org: ports

2023-05-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/05/25 03:29:24 Log message: import ports/lang/njs, from Sergey A. Osokin, ok landry@ The njs scripting language. njs is a subset of the JavaScript language that allows extending nginx

CVS: cvs.openbsd.org: ports

2023-05-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/05/25 03:29:40 Modified files: lang : Makefile Log message: +njs

CVS: cvs.openbsd.org: ports

2023-05-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/05/25 04:42:11 Modified files: net/unifi/main : Makefile distinfo net/unifi/main/pkg: PLIST Log message: update to unifi-7.4.156 (currently an rc)

CVS: cvs.openbsd.org: ports

2023-05-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/05/25 04:46:38 Modified files: telephony/asterisk/20: Makefile distinfo telephony/asterisk/20/patches: patch-configure_ac telephony/asterisk/20/pkg: PLIST-main Removed files:

CVS: cvs.openbsd.org: ports

2023-05-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/05/25 04:46:26 Modified files: telephony/asterisk: Makefile.inc telephony/asterisk/18: Makefile distinfo telephony/asterisk/18/patches: patch-configure_ac

CVS: cvs.openbsd.org: ports

2023-05-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/05/25 01:25:51 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.45.16.

CVS: cvs.openbsd.org: ports

2023-05-25 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2023/05/25 01:10:47 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_3 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 102.11.1. see

CVS: cvs.openbsd.org: ports

2023-05-25 Thread Aisha Tammy
CVSROOT:/cvs Module name:ports Changes by: ai...@cvs.openbsd.org 2023/05/25 09:27:17 Modified files: databases/galera: Makefile databases/galera/patches: patch-asio_asio_ssl_impl_context_ipp Log message: update port to use asio from tree from maintainer Brad

CVS: cvs.openbsd.org: ports

2023-05-25 Thread Aisha Tammy
CVSROOT:/cvs Module name:ports Changes by: ai...@cvs.openbsd.org 2023/05/25 09:29:59 Modified files: devel : Makefile Log message: hook asio into the build

CVS: cvs.openbsd.org: ports

2023-05-25 Thread Aisha Tammy
CVSROOT:/cvs Module name:ports Changes by: ai...@cvs.openbsd.org 2023/05/25 09:24:01 Log message: import devel/asio as new dependency for galera Asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a

CVS: cvs.openbsd.org: ports

2023-05-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/05/25 09:36:30 Log message: import ports/devel/asio, from Brad, ok aisha Asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a

CVS: cvs.openbsd.org: ports

2023-05-25 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2023/05/25 15:34:33 Modified files: net/curl : Tag: OPENBSD_7_3 Makefile distinfo net/curl/patches: Tag: OPENBSD_7_3 patch-lib_vquic_curl_ngtcp2_c Log message: net/curl: update to 8.1.1 for

CVS: cvs.openbsd.org: ports

2023-05-25 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2023/05/25 13:28:21 Modified files: emulators/flycast: Makefile Log message: emulators/flycast adjust WANTLIB / LIB_DEPENDS and tidy up - add SPIRV and vulkan to WANTLIB. graphics/glslang now provides

CVS: cvs.openbsd.org: ports

2023-05-25 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2023/05/25 14:09:55 Modified files: net/curl : Makefile distinfo net/curl/patches: patch-lib_vquic_curl_ngtcp2_c Log message: net/curl: update to 8.1.1 for URL parser fix