Re: [NEW] devel/pystring: required for opencolorio, blender update

2022-03-01 Thread Daniel Dickman
I think it needs WANTLIB += ${COMPILER_LIBCXX} m with that added, ok daniel@ for someone to import On Tue, Mar 1, 2022 at 9:42 PM Dimitri Karamazov wrote: > > Information for inst:pystring-1.1.3 > > Comment: > provides C++ functions analgous to python string methods > > Required by: > blender-3

Re: gmic update

2022-03-01 Thread Josh Grosse
On Tue, Mar 01, 2022 at 05:42:32PM +0100, Marc Espie wrote: > > Here's an update to gmic and gmic-qt. > This uses the newly commited framework parts that ditch $OpenBSD$ > Hence a bit of churn. > > Apart from that, things seem okay. > > There was a fuck-up wrt the cmake framework with upstream,

update devel/scons 4.2.0 -> 4.3.0

2022-03-01 Thread Omar Polo
Hello ports, Please find attached a patch to update scons to the latest release, the changelog is available at: https://github.com/SCons/scons/releases/tag/4.3.0 I had to change the master sites to pypi because the tarball for 4.3.0 is not available on sourceforge and the github-generate

Re: Add u-boot-tools flavor

2022-03-01 Thread Stuart Henderson
On 2022/03/01 16:18, adr wrote: > On Tue, 1 Mar 2022, Stuart Henderson wrote: > > I suggest doing this as a separate port. > > That was my first intention but somehow I thought it would be easer > to mantain keeping it in the same port. If you (the developers, > specially the arm ones) think this

gmic update

2022-03-01 Thread Marc Espie
Here's an update to gmic and gmic-qt. This uses the newly commited framework parts that ditch $OpenBSD$ Hence a bit of churn. Apart from that, things seem okay. There was a fuck-up wrt the cmake framework with upstream, taken care of with (merged) pr264, so that part of the patch should go away

Re: Add u-boot-tools flavor

2022-03-01 Thread adr
On Tue, 1 Mar 2022, Stuart Henderson wrote: I suggest doing this as a separate port. That was my first intention but somehow I thought it would be easer to mantain keeping it in the same port. If you (the developers, specially the arm ones) think this is better I could write another port when I

Re: UPDATE: lang/dmd 2.098.0 => 2.098.1 and devel/dtools 2.098.0 => 2.098.1

2022-03-01 Thread Brian Callahan
Hi -- On 2/27/2022 2:26 PM, Ryan Boggs wrote: > Hi, > > On Sun, Jan 23, 2022, 6:03 PM Ryan Boggs > wrote: > > On Wed, Dec 29, 2021 at 8:55 AM Ryan Boggs > wrote: > > > > Hi, > > > > On amd64, dmd builds as expected and

Re: Add u-boot-tools flavor

2022-03-01 Thread Stuart Henderson
I suggest doing this as a separate port. On 2022/03/01 14:43, adr wrote: > Hi, > this patch adds a flavor to sysutils/u-boot so tools like mkimage > can be installed in openbsd. > > https://u-boot.readthedocs.io/en/latest/build/tools.html > > Regards, > adr. > > ===

Re: [maintainer update] smartmontools 7.2 -> 7.3

2022-03-01 Thread Kurt Mosiejczuk
On Tue, Mar 01, 2022 at 09:36:52AM +0100, Martin Ziemer wrote: > This patch updates smartmontools from 7.2 to 7.3. > We no longer need any patch, as upstream is fixed for our needs. > Tested on three amd64 systems. Committed. Thanks! --Kurt > Index: Makefile > =

Add u-boot-tools flavor

2022-03-01 Thread adr
Hi, this patch adds a flavor to sysutils/u-boot so tools like mkimage can be installed in openbsd. https://u-boot.readthedocs.io/en/latest/build/tools.html Regards, adr. == Index: Makefile =

Re: [NEW PORT] math/spot

2022-03-01 Thread Marc Espie
On Thu, Feb 17, 2022 at 06:18:03PM +, Klemens Nanni wrote: > On Thu, Feb 17, 2022 at 02:31:10PM +, Klemens Nanni wrote: > > On Thu, Feb 17, 2022 at 03:12:13PM +0100, Marc Espie wrote: > > > Spot is very specific, it's a C++17 library for verification software > > > (mostly involved with inf

Re: [MAINTAINER UPDATE] graphics/openimageio -> 2.2.20.0

2022-03-01 Thread Stuart Henderson
On 2022/02/28 21:43, Brad Smith wrote: > - Remove the PLIST chunk Why that? There's no run dep on cmake so afaik that should be present..

Re: [UPDATE] lang/nim to 1.6.4

2022-03-01 Thread Omar Polo
Stuart Henderson wrote: > On 2022/03/01 12:00, Volker Schlecht wrote: > > > > > > On 3/1/22 10:56, Omar Polo wrote: > > > > > live with the fact that it can't find jester and zip/zipfiles (we > > > don't have them in the port tree, right?) > > > > They are probably part of the project's CI set

Re: jwm panics at startup

2022-03-01 Thread Stuart Henderson
I've just committed an update to 2.4.1, can you try that please? If it doesn't help please try to get a backtrace from egdb (make sure you install the debug symbols, "make INSTALL_DEBUG_PACKAGES=Yes install" will do that). On 2022/03/01 11:58, Marcus MERIGHI wrote: > Hello! > > After upgrading

Re: [UPDATE] lang/nim to 1.6.4

2022-03-01 Thread Stuart Henderson
On 2022/03/01 12:00, Volker Schlecht wrote: > > > On 3/1/22 10:56, Omar Polo wrote: > > > live with the fact that it can't find jester and zip/zipfiles (we > > don't have them in the port tree, right?) > > They are probably part of the project's CI setup or otherwise popular enough > for all of

Re: update-patches

2022-03-01 Thread Marc Espie
On Mon, Feb 28, 2022 at 11:51:38PM +0100, Marc Espie wrote: > On Mon, Feb 28, 2022 at 10:12:38PM +, Stuart Henderson wrote: > > On 2022/02/28 19:02, Marc Espie wrote: > > > This kills both the generation and copying of $OpenBSD$ lines in > > > update-patches. > > > > > > Main question is: are

Re: [UPDATE] lang/nim to 1.6.4

2022-03-01 Thread Omar Polo
Stuart Henderson wrote: > On 2022/03/01 00:41, Volker Schlecht wrote: > > + # _pbuild can't open outbound TCP connections > > + rm -rf ${WRKSRC}/tests/stdlib/tnetconnect.nim > > I don't know a lot about nim, but IMHO it's often helpful to keep > network tests in ports, even if they're usually

Re: FIX tests net/synapse

2022-03-01 Thread Stuart Henderson
On 2022/03/01 09:02, Renaud Allard wrote: > OK for me > > 1 mars 2022 09:02:13 Björn Ketelaars : > > > Diff below fixes tests. > > https://github.com/openbsd/ports/commit/90b405ebad2217bad9b88150eb6f0b50e871860b > > renamed `trial-3` to `trial`. > > > > OK? > > > > diff --git Makefile Makefile

Re: update lang/sbcl to 2.2.1

2022-03-01 Thread Omar Polo
George Koehler wrote: > 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@ just a quick follow up, the capstone.lisp patch was successfully upstreamed, thanks

Re: FIX tests net/synapse

2022-03-01 Thread Renaud Allard
OK for me 1 mars 2022 09:02:13 Björn Ketelaars : > Diff below fixes tests. > https://github.com/openbsd/ports/commit/90b405ebad2217bad9b88150eb6f0b50e871860b > renamed `trial-3` to `trial`. > > OK? > > diff --git Makefile Makefile > index 7ee0dbdad11..f7ebe669688 100644 > --- Makefile > +++ Mak

[maintainer update] smartmontools 7.2 -> 7.3

2022-03-01 Thread Martin Ziemer
This patch updates smartmontools from 7.2 to 7.3. We no longer need any patch, as upstream is fixed for our needs. Tested on three amd64 systems. Index: Makefile === RCS file: /cvs/ports/sysutils/smartmontools/Makefile,v retrieving

CHANGE/NEW RDEP devel/py-test-expect

2022-03-01 Thread Bjorn Ketelaars
devel/py-test-expect is blocking an update of net/py-msgpack. Interestingly, the first actually depends on u-msgpack-python, and has been patched to use our port of py-msgpack. Diff below updates RDEP, and removes two unneeded patches Additionally I would like to import u-msgpack-python to resolve

FIX tests net/synapse

2022-03-01 Thread Björn Ketelaars
Diff below fixes tests. https://github.com/openbsd/ports/commit/90b405ebad2217bad9b88150eb6f0b50e871860b renamed `trial-3` to `trial`. OK? diff --git Makefile Makefile index 7ee0dbdad11..f7ebe669688 100644 --- Makefile +++ Makefile @@ -66,6 +66,6 @@ TEST_DEPENDS =${RUN_DEPENDS} \