Re: py-setuptools_scm update -> NEW: textproc/py-tomli

2022-02-26 Thread Bjorn Ketelaars
On Sat 26/02/2022 22:22, Stuart Henderson wrote: > Newer setuptools_scm uses a different TOML parser, py-tomli; port attached. > OK to import? There's some slight mess, we don't handle distutils > ports without setup.py yet, so there's a patch to add a tweaked > file from an old upstream version.

devel/cmake: fix LIBxxx_VERSION/SHARED_LIBS processing

2022-02-26 Thread Rafael Sadowski
Yet another cmake patch, which needs a full bulk test. Many of you will certainly know it, our cmake's SHARED_LIBS handling is broken for new shared libs. The default "0.0" version has been broken for several months/years. Here is a attempt to fix this. With the following patch you get back the fo

Re: [PATCH] Upgrade fonts/jetbrains-mono: 1.0.3->2.242

2022-02-26 Thread Greg Steuck
Anybody interested in testing or OK'ing? Greg Steuck writes: > I'm using them now. Anybody want to give it a try? OK? > > From cc0f36c72a4ee82ab94baf1d6f6fa9d1d55d54ef Mon Sep 17 00:00:00 2001 > From: Greg Steuck > Date: Sun, 20 Feb 2022 23:25:39 -0800 > Subject: [PATCH] Upgrade fonts/jetbrains

Re: update lang/sbcl to 2.2.1

2022-02-26 Thread George Koehler
On Thu, 24 Feb 2022 11:12:50 +0100 Omar Polo wrote: > Attaching an updated diff with the correct types (for cs-version too as > you spotted in a previous mail.) ok gkoehler@ "make test" on powerpc with sbcl-2.2.1 is much like 2.1.11. 2.1.11 -> https://marc.info/?l=openbsd-ports&m=16395400450450

[Update]mail/p5-Mail-Alias: Update to 1.13

2022-02-26 Thread wen heping
Hi, ports@: Here is a simple patch for mail/p5-Mail-Alias to update to 1.13. It build well and pass all tests on amd64-current system. No other ports depend on it. Upstream changes: New maintainer: Jonathan Kamens Fix syntax error under recent versions of Perl, i.e., make the mo

Re: [new] net/py-libknot - python bindings for knot DNS

2022-02-26 Thread Stuart Henderson
On 2022/02/26 17:15, Kurt Mosiejczuk wrote: > On Sat, Feb 26, 2022 at 11:55:46AM -0500, aisha wrote: > > Hi, > > I've attached a port for py-libknot which allows > > a much better control for knot through scripting rather > > than parsing the knotc(8) output. Plus this is > > maintained by the kn

py-setuptools_scm update -> NEW: textproc/py-tomli

2022-02-26 Thread Stuart Henderson
Newer setuptools_scm uses a different TOML parser, py-tomli; port attached. OK to import? There's some slight mess, we don't handle distutils ports without setup.py yet, so there's a patch to add a tweaked file from an old upstream version. The scm diff to go with it is below (this one is needed b

Re: [new] net/py-libknot - python bindings for knot DNS

2022-02-26 Thread Kurt Mosiejczuk
On Sat, Feb 26, 2022 at 11:55:46AM -0500, aisha wrote: > Hi, > I've attached a port for py-libknot which allows > a much better control for knot through scripting rather > than parsing the knotc(8) output. Plus this is > maintained by the knot team and in the same repository > as knot so it shoul

Re: [Update] cad/oce

2022-02-26 Thread Tracey Emery
On Sat, Feb 26, 2022 at 12:00:06PM +, Stuart Henderson wrote: > On 2022/02/24 09:19, Tracey Emery wrote: > > Hello ports, > > > > There are some bash script anomalies that sthen@ found during a recent > > build of OpenCascade. There is a script that has a customized name based > > on the archi

Re: NEW: sysutils/py-cpuinfo

2022-02-26 Thread Stuart Henderson
On 2022/02/26 19:24, Bjorn Ketelaars wrote: > On Sat 26/02/2022 17:48, Stuart Henderson wrote: > > py-test-benchmark ideally wants this (easy to patch around, as is done > > in the current port, but since cpuinfo does actually work on OpenBSD now, > > why not..) > > > > ok to import? > > Builds,

Re: Fix cmake /usr/(local|X11R6) post-patch

2022-02-26 Thread Stuart Henderson
On 2022/02/23 16:27, Stuart Henderson wrote: > On 2022/02/22 21:30, Rafael Sadowski wrote: > > That seems much more correct to me. > > oh that explains some things. > > I'll put this into my next bulk. OK > > > diff --git a/devel/cmake/Makefile b/devel/cmake/Makefile > > index 82cd17c23da..41f

Re: NEW: sysutils/py-cpuinfo

2022-02-26 Thread Bjorn Ketelaars
On Sat 26/02/2022 17:48, Stuart Henderson wrote: > py-test-benchmark ideally wants this (easy to patch around, as is done > in the current port, but since cpuinfo does actually work on OpenBSD now, > why not..) > > ok to import? Builds, and works for me. I'm seeing two failing tests though. Is th

Re: audio/audacity: ffmpeg libraries can't be loaded

2022-02-26 Thread Caspar Schutijser
On Sat, Feb 26, 2022 at 05:01:49PM +, Stuart Henderson wrote: > Try removing the version, check for e.g. libavformat.so > > If it just passes them to dlopen then that should be good enough, if > it does something else (like check for existence rather than just trying > to open it directly) the

NEW: sysutils/py-cpuinfo

2022-02-26 Thread Stuart Henderson
py-test-benchmark ideally wants this (easy to patch around, as is done in the current port, but since cpuinfo does actually work on OpenBSD now, why not..) ok to import? $ cpuinfo Python Version: 3.9.10.final.0 (64 bit) Cpuinfo Version: 8.0.0 Vendor ID Raw: GenuineIntel Hardware Raw: Brand Raw:

Re: audio/audacity: ffmpeg libraries can't be loaded

2022-02-26 Thread Stuart Henderson
Try removing the version, check for e.g. libavformat.so If it just passes them to dlopen then that should be good enough, if it does something else (like check for existence rather than just trying to open it directly) then it may need more work On 2022/02/26 17:59, Caspar Schutijser wrote: > Hi,

audio/audacity: ffmpeg libraries can't be loaded

2022-02-26 Thread Caspar Schutijser
Hi, Audacity is compiled with support for ffmpeg but it does not work. This becomes apparent when e.g. opening a video file in audacity, it'll then say that the file is not recognized and we need to install ffmpeg. Audacity seems to attempt to load the ffmpeg libraries at run time. Looking at He

Re: net/amfora 1.9.2

2022-02-26 Thread Stuart Henderson
On 2022/02/26 13:26, Dimitri Karamazov wrote: > Hi, I couldn't quite put the diff to use for it was inundated > with characters which don't belong. It will be preferable to send me > a tarball unless you can reconfigure your mail client to avoid this. > > Check this link - https://marc.info/?l=ope

Re: net/amfora 1.9.2

2022-02-26 Thread Omar Polo
Dimitri Karamazov writes: > Hi, I couldn't quite put the diff to use for it was inundated > with characters which don't belong. It will be preferable to send me > a tarball unless you can reconfigure your mail client to avoid this. > > Check this link - https://marc.info/?l=openbsd-ports&m=164539

Re: WIP: Major UPDATE to py-flask and its dependencies | Help needed

2022-02-26 Thread Stuart Henderson
On 2022/02/26 10:11, Stuart Henderson wrote: > On 2022/02/26 02:24, Ricardo wrote: > > However, currently I'm stuck with www/py-werkzeug and www/py-flask on > > make test. Everything else seems to be working, but I'm getting these > > errors respectively: > > I haven't checked for sure but it is q

Re: [security patch] lang/python/2.7 : Fix CVE-2021-4189 and CVE-2022-0391

2022-02-26 Thread Stuart Henderson
On 2022/02/26 13:37, wen heping wrote: > Hi, ports@: > >Here is a security patch for python27, which fix two security issues, > CVE-2021-4189 and CVE-2022-0391, copied from NetBSD and they > sourced via Fedora. >I am not sure which REVISION should be bumped so I did not update > REVISION.

[Update]math/igraph: Update to 0.9.6

2022-02-26 Thread wen heping
Hi, ports@: Here is a simple patch for math/igraph to update to 0.9.6. It build well and run well on amd64-current system. wenIndex: Makefile === RCS file: /cvs/ports/math/igraph/Makefile,v retrieving revision 1.1.1.1 diff -u -p

[security patch] lang/python/2.7 : Fix CVE-2021-4189 and CVE-2022-0391

2022-02-26 Thread wen heping
Hi, ports@: Here is a security patch for python27, which fix two security issues, CVE-2021-4189 and CVE-2022-0391, copied from NetBSD and they sourced via Fedora. I am not sure which REVISION should be bumped so I did not update REVISION. wenIndex: patches/patch-Lib_ftplib_py ==

Re: new graphics/rlottie 0.2

2022-02-26 Thread Stuart Henderson
On 2022/02/26 12:55, Klemens Nanni wrote: > This is a net/tdesktop dependency we currently build as bundle, but it telegram uses a forked version of rlottie with some slight changes, is it really a good idea to change to this one? > is a trivial port and might be useful to others does any other

update: sysutils/udfclient 0.8.12

2022-02-26 Thread Josh Grosse
Upgrade from 0.8.11 to 0.8.12. Changelog: Minor release adding support for NetBSD's dk(4) disc devices. Tested -- without testing dk(4) -- on amd64. diff --git a/sysutils/udfclient/Makefile b/sysutils/udfclient/Makefile index 13a839df483..0a3342a8cdc 100644 --- a/sysutils/udfclient/Makefile +++ b

new graphics/rlottie 0.2

2022-02-26 Thread Klemens Nanni
This is a net/tdesktop dependency we currently build as bundle, but it is a trivial port and might be useful to others --- Information for inst:rlottie-0.2 Comment: library for rendering vector based animations Description: rlottie is a platform independent standalone c++ library for rendering v

Re: [Update] cad/oce

2022-02-26 Thread Stuart Henderson
On 2022/02/24 09:19, Tracey Emery wrote: > Hello ports, > > There are some bash script anomalies that sthen@ found during a recent > build of OpenCascade. There is a script that has a customized name based > on the architecture. > > Also, the script names are fairly generic to be in ${LOCALBASE}/

Re: WIP: Major UPDATE to py-flask and its dependencies | Help needed

2022-02-26 Thread Stuart Henderson
On 2022/02/26 02:24, Ricardo wrote: > However, currently I'm stuck with www/py-werkzeug and www/py-flask on > make test. Everything else seems to be working, but I'm getting these > errors respectively: I haven't checked for sure but it is quite likely that they require newer py-test and friends,

sparc64 bulk build report

2022-02-26 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Fri Feb 25 20:31:02 MST 2022 Finished: Sat Feb 26 02:49:34 MST 2022 Duration: 0 Days 6 hours 19 minutes Built using OpenBSD 7.1-beta (GENERIC.MP) #1211: Wed Feb 23 21:52:36 MST 2022 Built 4510 packages Number of packages built each day: Feb 2