move piglit to python3

2020-10-10 Thread Daniel Dickman
piglit is a consumer of python2 numpy. because newer versions of numpy are python3-only, the diff below proposes to move piglit from python2 to python3 so numpy can be updated. By moving to python3 we can also get rid of the py-subprocess32 dependency. I don't know too much about piglit but I

Re: update py-kiwisolver to 1.2.0

2020-10-10 Thread Bjorn Ketelaars
On Sat 10/10/2020 18:00, Daniel Dickman wrote: > Note that kiwisolver 1.2.0 is now python3-only so diff below includes > a quirks diff as well. > > kiwisolver is only used by py-matplotlib which still seems to work with > the update below. > > ok? OK bket@

update pcbasic to 2.0.2 for python3 support

2020-10-10 Thread Daniel Dickman
pcbasic uses numpy and numpy has gone python3 only. in order to update numpy we need consumers like pcbasic to move to python3. diff below updates pcbasic to v2.0.2 which is advertized to support python3. ok? (p.s. I note that pcbasic 2.0.3 does away with the numpy dependency, so another cho

update apache-ant to 1.10.9

2020-10-10 Thread Daniel Dickman
This update includes a fix for CVE-2020-11979. To summarize, the fix for CVE-2020-1945 that was done in ant 1.10.8 did not work as intended so a new release of ant was made to try again. Diff below includes a quirks update. The consumers of ant were compile tested with the update below: editor

sparc64 bulk build report

2020-10-10 Thread kmos
Bulk build on sparc64-0.ports.openbsd.org Started : Wed Oct 7 15:09:08 MDT 2020 Finished: Sat Oct 10 21:26:03 MDT 2020 Duration: 3 Days 6 hours 17 minutes Built using OpenBSD 6.8 (GENERIC.MP) #490: Sun Oct 4 20:52:40 MDT 2020 Built 9756 packages Number of packages built each day: Oct 7: 5565

Re: [sparc64/base-gcc] Fix build of graphics/fna3d

2020-10-10 Thread Kurt Mosiejczuk
On Sat, Oct 10, 2020 at 04:36:00PM -0600, Thomas Frohwein wrote: > On Fri, Oct 09, 2020 at 06:47:21PM -0400, Kurt Mosiejczuk wrote: > > graphics/fna3d needs to be told to use ports-gcc on base-gcc arches in > > order to build successfully. > > ok? > ok thfr > I'm wondering if I missed something

Re: [sparc64/base-gcc] Fix build of graphics/fna3d

2020-10-10 Thread Thomas Frohwein
On Fri, Oct 09, 2020 at 06:47:21PM -0400, Kurt Mosiejczuk wrote: > graphics/fna3d needs to be told to use ports-gcc on base-gcc arches in > order to build successfully. > > ok? ok thfr I'm wondering if I missed something when I studied the build logs on amd64 that could have caught this earlier.

update py-kiwisolver to 1.2.0

2020-10-10 Thread Daniel Dickman
Note that kiwisolver 1.2.0 is now python3-only so diff below includes a quirks diff as well. kiwisolver is only used by py-matplotlib which still seems to work with the update below. ok? Index: devel/Makefile === RCS file: /cvs/po

NEW: Duf-0.4.0

2020-10-10 Thread Gonzalo L. Rodriguez
Hello, This is my first GO port so this could be very wrong, anyway, this is Duf a cute "df" with some nice features: https://github.com/muesli/duf OK? Comments? Cheers.- -- - gonzalo duf.tgz Description: Binary data

Re: remove sysutils/py-metlog

2020-10-10 Thread Landry Breuil
On Sat, Oct 10, 2020 at 10:57:23AM -0400, Daniel Dickman wrote: > As pointed out by bket@, py-metlog is not maintained since 2013 and has > been superceded by heka-py. heka-py itself has also been deprecated, with > no updates since 2014. > > py-metlog is preventing numpy from being updated sinc

Re: remove sysutils/py-metlog

2020-10-10 Thread Kurt Mosiejczuk
On Sat, Oct 10, 2020 at 10:57:23AM -0400, Daniel Dickman wrote: > As pointed out by bket@, py-metlog is not maintained since 2013 and has > been superceded by heka-py. heka-py itself has also been deprecated, with > no updates since 2014. > py-metlog is preventing numpy from being updated since

Re: remove sysutils/py-metlog

2020-10-10 Thread Bjorn Ketelaars
On Sat 10/10/2020 10:57, Daniel Dickman wrote: > As pointed out by bket@, py-metlog is not maintained since 2013 and has > been superceded by heka-py. heka-py itself has also been deprecated, with > no updates since 2014. > > py-metlog is preventing numpy from being updated since it is python2 o

remove sysutils/py-metlog

2020-10-10 Thread Daniel Dickman
As pointed out by bket@, py-metlog is not maintained since 2013 and has been superceded by heka-py. heka-py itself has also been deprecated, with no updates since 2014. py-metlog is preventing numpy from being updated since it is python2 only. ok to remove sysutils/py-metlog? There are no consu

Re: make py-construct, py-sane, py-zmq python3 only

2020-10-10 Thread Daniel Dickman
On Sat, 10 Oct 2020, Bjorn Ketelaars wrote: > Please note that py-zmq has several consumers: > > All except sysutils/py-metlog are already py3-only. sysutils/py-metlog is > currently py2-only, has no consumers, has been superseded by heka-py and is no > longer maintained [0]. I would be in fav

UPDATE: Pinugs - Switched to boost::signals2

2020-10-10 Thread Brad Smith
Switched to boost::signals2 Index: Makefile === RCS file: /cvs/ports/games/pingus/Makefile,v retrieving revision 1.22 diff -u -p -u -p -r1.22 Makefile --- Makefile12 Jul 2019 20:46:22 - 1.22 +++ Makefile10 Oct 2020 0

Re: UPDATE: Pinugs - Switched to boost::signals2

2020-10-10 Thread Stuart Henderson
On 2020/10/10 12:49, Jeremie Courreges-Anglas wrote: > On Sat, Oct 10 2020, Brad Smith wrote: > > Switched to boost::signals2 > > What is the rationale? Just mentioning "Switched to boost::signals2" > in the mail subject, in the mail body and in the patches comments > doesn't help at all. It's

[update] games/an 0.95 -> 1.2

2020-10-10 Thread Charlene Wendling
Hi, Here is an update for an to 1.2. This is a rewrite with several bugfixes, icu support and less bloat (the library has been removed). I don't have much to say port-wise, changes are trivial - i took the opportunity to reorder the Makefile per Makefile.template since it doesn't affect much the

Re: UPDATE: Pinugs - Switched to boost::signals2

2020-10-10 Thread Jeremie Courreges-Anglas
On Sat, Oct 10 2020, Brad Smith wrote: > Switched to boost::signals2 What is the rationale? Just mentioning "Switched to boost::signals2" in the mail subject, in the mail body and in the patches comments doesn't help at all. Why should others waste time trying to guess/find informations you alr

[Update] databases/p5-SQL-Translator : Update to 1.62

2020-10-10 Thread wen heping
Hi, Here is a patch for databases/p5-SQL-Translator to update o 1.62. It build well and pass all tests on amd64-current system. There are 4 ports depends on databases/p5-SQL-Translator: databases/p5-DBICx-Sugar databases/p5-DBICx-TestDatabase www/p5-CatalystX-

回复: [Update] databases/p5-DBIx-Class : Update to 0.082842

2020-10-10 Thread wen heping
From my previous submit, databases/p5-SQL-Abstract-Classic had been added into ports and databases/p5-Catalyst-Model-DBIC-Schema had been updated, so I re-generate the patch, include afresh1@ tweak. wen 发件人: owner-po...@openbsd.org 代表 wen heping 发送时间: 2020