[wip] synapse 1.65

2022-08-17 Thread Landry Breuil
Hi, so now that we have poetry-core in ports thanks to sthen@, here's a wip diff for synapse using MODPY_PEP517 = poetry-core. Note that i haven't tested it at all *yet*, and the do-test target fails: ===> Regression tests for synapse-1.65.0 cd /usr/obj/ports/synapse-1.65.0/synapse-1.65.0 && /us

sparc64 bulk build report

2022-08-17 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Sun Aug 14 16:33:59 MDT 2022 Finished: Wed Aug 17 22:13:39 MDT 2022 Duration: 3 Days 5 hours 40 minutes Built using OpenBSD 7.2-beta (GENERIC.MP) #1422: Sun Aug 14 12:54:32 MDT 2022 Built 9336 packages Number of packages built each day: Aug 1

Re: NEW: devel/py-poetry-core

2022-08-17 Thread Kurt Mosiejczuk
On Wed, Aug 17, 2022 at 11:55:56PM +0100, Stuart Henderson wrote: > New port for another PEP517 build backend attached, OK? > Here's the python.port.mk bit to go with it. ok kmos on both parts --Kurt > Index: lang/python/python.port.mk > =

NEW: devel/py-poetry-core

2022-08-17 Thread Stuart Henderson
New port for another PEP517 build backend attached, OK? Here's the python.port.mk bit to go with it. Index: lang/python/python.port.mk === RCS file: /cvs/ports/lang/python/python.port.mk,v retrieving revision 1.159 diff -u -p -r1.159

[new] converters/ruby-oj

2022-08-17 Thread Kurt Mosiejczuk
A fast JSON parser and Object marshaller as a Ruby gem. ok to import? --Kurt ruby-oj.tgz Description: application/tar-gz

[update] intellij/pycharm to 2022.2.1

2022-08-17 Thread Lucas Raab
Hello, Both pycharm and intellij saw updates recently so getting them together... Both are relatively minor updates that have been working fine so far, no major churn either. changelogs: https://youtrack.jetbrains.com/articles/IDEA-A-264/IntelliJ-IDEA-202221-222373954-build-Release-Notes https:/

update editors/micro to 2.0.11

2022-08-17 Thread Omar Polo
please find attached a diff to update for editors/micro to the latest release. I've moved MODGO_MODULES to a separate modules.inc file as done in many other go ports. No clue if this is still broken on aarch64 :/ seems to work fine here, ok? Index: Makefile =

Re: UPDATE: devel/etl multimedia/synfig multimedia/synfigstudio

2022-08-17 Thread Stuart Henderson
On 2022/08/17 16:25, Rafael Sadowski wrote: > I would like to get rid of multimedia/mlt. This needs a synfig update to > the latest greatest version. synfigstudio runs fine I painted same > simple cycles and stars. > -V= 1.2.1 > +V= 1.5.1 > DISTNAME =

Re: Fwd: [NEW] net/py-websockets

2022-08-17 Thread Kurt Mosiejczuk
On Wed, Aug 17, 2022 at 02:45:26PM +0100, Stuart Henderson wrote: > OK sthen@ to import. Imported. Thanks George! --Kurt

UPDATE: www/sfeed 1.5 -> 1.6

2022-08-17 Thread Hiltjo Posthuma
Hi, The below patch updates sfeed from 1.5 to 1.6: sfeed has the following small changes compared to 1.5: Changes: * Code cleanups: unused code and refactored the code for reading read items from a plain-text URL file list. * Fix typos in the code and documentation. * Improve clarity of some c

Re: Update py-qt5 and friends

2022-08-17 Thread Stuart Henderson
> math/octave hits the same as py-qscintilla btw. fallout from this is: cad/openscad math/octave editors/py-qscintilla,python3

UPDATE: devel/etl multimedia/synfig multimedia/synfigstudio

2022-08-17 Thread Rafael Sadowski
I would like to get rid of multimedia/mlt. This needs a synfig update to the latest greatest version. synfigstudio runs fine I painted same simple cycles and stars. Cheers, Artist rsadowski(tm) Index: devel/etl/Makefile === RCS fil

Re: graphics/asymptote: Update to 2.82

2022-08-17 Thread Stuart Henderson
On 2022/08/17 11:49, wen heping wrote: > Hi, ports@: > >Here is a patch for graphics/asymptote to update to 2.82. > It build well on amd64-current system. And all tests passd. >No other ports depnd on it. Build fails here, log below. Also the configure script searches for eigen3: "Packa

Re: Fwd: [NEW] net/py-websockets

2022-08-17 Thread Stuart Henderson
OK sthen@ to import. On 2022/08/17 07:37, George Rosamond wrote: > ping > > > Forwarded Message > Subject: Re: [NEW] net/py-websockets > Date: Wed, 10 Aug 2022 13:45:05 -0400 > From: George Rosamond > To: OpenBSD Ports > > On 8/10/22 04:55, Stuart Henderson wrote: > > On 20

mips64 bulk build report

2022-08-17 Thread visa
bulk build on octeon.ports.openbsd.org started on Tue Aug 9 13:49:19 UTC 2022 finished at Wed Aug 17 03:05:10 UTC 2022 lasted 08D13h15m done with kern.version=OpenBSD 7.2-beta (GENERIC.MP) #0: Tue Aug 9 13:34:26 UTC 2022 built packages:8853 Aug 9:2232 Aug 10:746 Aug 11:973 Aug 12:1140 Aug 13:28

graphics/asymptote: Update to 2.82

2022-08-17 Thread wen heping
Hi, ports@: Here is a patch for graphics/asymptote to update to 2.82. It build well on amd64-current system. And all tests passd. No other ports depnd on it. Cheers ! wenIndex: Makefile === RCS file: /cvs/ports/graphics/asympt

Fwd: [NEW] net/py-websockets

2022-08-17 Thread George Rosamond
ping Forwarded Message Subject: Re: [NEW] net/py-websockets Date: Wed, 10 Aug 2022 13:45:05 -0400 From: George Rosamond To: OpenBSD Ports On 8/10/22 04:55, Stuart Henderson wrote: On 2022/07/26 16:38, George Rosamond wrote: from pkg/DESCR: websockets is a library for buil

Re: NEW: Pingwatch

2022-08-17 Thread Stuart Henderson
On 2022/08/17 11:19, Gonzalo L. Rodriguez wrote: > Hello, > > I just found this port I made some months ago. > > https://github.com/fazalmajid/pingwatch > > OK? Comments? > > Cheers.- > > -- > >%gonzalo FWIW here's mine, which uses modules.inc, a PKGNAME which is less likely

NEW: Pingwatch

2022-08-17 Thread Gonzalo L. Rodriguez
Hello, I just found this port I made some months ago. https://github.com/fazalmajid/pingwatch OK? Comments? Cheers.- -- %gonzalo pingwatch.tgz Description: Binary data

UPDATE: Logstalgia-1.1.3

2022-08-17 Thread Gonzalo L. Rodriguez
Hello, Update for Logstalgia to 1.1.3: https://logstalgia.io/ OK? Comments? Cheers.- Index: Makefile === RCS file: /cvs/ports/sysutils/logstalgia/Makefile,v retrieving revision 1.22 diff -u -p -r1.22 Makefile --- Makefile11 M