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

2020-10-11 Thread Brad Smith
On 10/10/2020 6:49 AM, 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. Why should oth

[macppc, arm] Fix x11/xtermset runtime

2020-10-11 Thread Charlene Wendling
Hi, There are 2 problems with xtermset: - EOF is not properly checked on unsigned char archs while loading and storing the configuration file - There is a boundary error while saving the configuration file, leading to a segfault that i can't reproduce on amd64 These problems vanish with the

Update to py-requests-2.24.0

2020-10-11 Thread Daniel Jakots
Hi, Here's a diff for py-requests. I had trouble with 2.23's test suite. I found a solution for 2.24 from https://github.com/pytest-dev/pytest/issues/2042#issuecomment-429289164 There are still some failures. Cheers, Daniel Index: Makefile ===

Re: UPDATE: lang/pcbasic 2.0.1 => 2.0.3

2020-10-11 Thread Brian Callahan
Hi Daniel -- On Sunday, October 11, 2020 4:49 PM, Daniel Dickman wrote: > On Sun, Oct 11, 2020 at 3:34 PM Brian Callahan bcal...@protonmail.com wrote: > > > Hi ports -- > > Here is an update to pcbasic so that the numpy work can move forward. > > While this incidentally moves pcbasic to python3,

UPDATE: games/devilutionx 1.0.1 => 1.1.0

2020-10-11 Thread Brian Callahan
Hi ports -- Attached is an update to DevilutionX. Ours is a couple of releases old, so here the page with all the changelog: https://github.com/diasurgical/devilutionX/releases I can't guarantee your old saved games will work, so beware. !amd64 testing appreciated. OK? ~Brian Index: Makefile =

UPDATE: lang/pcbasic 2.0.1 => 2.0.3

2020-10-11 Thread Brian Callahan
Hi ports -- Here is an update to pcbasic so that the numpy work can move forward. While this incidentally moves pcbasic to python3, more importantly it removes numpy as a dependency. There is a little bit of upstream wonkiness here (like, no tarball in PyPi, doesn't install everything it needs) s

numpy status update and help requested

2020-10-11 Thread Daniel Dickman
I hope a lot of the work to be able to update numpy has now been done. Just a short summary below of what's left. I don't think it's super urgent to get numpy updated to a newer version at this point. But there are a few nice performance improvements, cleanups and bug fixes that might be nice t

Re: UPDATE: lang/pcbasic 2.0.1 => 2.0.3

2020-10-11 Thread Daniel Dickman
On Sun, Oct 11, 2020 at 3:34 PM Brian Callahan wrote: > > Hi ports -- > > Here is an update to pcbasic so that the numpy work can move forward. > While this incidentally moves pcbasic to python3, more importantly it > removes numpy as a dependency. > > There is a little bit of upstream wonkiness h

update lpsolve to 5.5.2.5 and switch to python3.

2020-10-11 Thread Daniel Dickman
Here's an update of lpsolve from 5.5.2.0 to 5.5.2.5 for a few bug fixes. That piece was already okayed by edd@ (MAINTAINER). Then I found a recipe to convert lpsolve from python2 to python3 which I've also included in an updated diff below. The recipe comes from here: https://stackoverflow.com

Re: update pcbasic to 2.0.2 for python3 support

2020-10-11 Thread Brian Callahan
On Sunday, October 11, 2020 3:15 AM, Daniel Dickman wrote: > On Sun, Oct 11, 2020 at 3:14 AM Kurt Mosiejczuk k...@cranky.work wrote: > > > On Sun, Oct 11, 2020 at 12:38:08AM -0400, Daniel Dickman wrote: > > > > > pcbasic uses numpy and numpy has gone python3 only. > > > > > in order to update n

Re: Thunderbird and language pack

2020-10-11 Thread Landry Breuil
On Sun, Oct 11, 2020 at 06:09:13PM +0200, Landry Breuil wrote: > On Sun, Oct 11, 2020 at 01:00:11PM +0200, Joel Carnat wrote: > > Hi, > > > > I have installed OpenBSD 6.8-current from scratch and gave a try at using > > French localization everywhere. So far, XFCE and Firefox and ok. But I can't >

Re: make py-scipy python3 only

2020-10-11 Thread Daniel Dickman
On Thu, 8 Oct 2020, Daniel Dickman wrote: > > > On Fri, 9 Oct 2020, Klemens Nanni wrote: > > > On Thu, Oct 08, 2020 at 06:13:50PM -0400, Daniel Dickman wrote: > > > Index: pkg/PLIST > > > === > > > RCS file: /cvs/ports/math/py-s

new port for pybind11 (needed for scipy)

2020-10-11 Thread Daniel Dickman
While testing the scipy update, it seems like it needs a new port for pybind11. ok to import the attached port for pybind11 so scipy can be updated? pybind11.tgz Description: Binary data

Re: Thunderbird and language pack

2020-10-11 Thread Landry Breuil
On Sun, Oct 11, 2020 at 01:00:11PM +0200, Joel Carnat wrote: > Hi, > > I have installed OpenBSD 6.8-current from scratch and gave a try at using > French localization everywhere. So far, XFCE and Firefox and ok. But I can't > switch Thunderbird to FR. > > I have installed: > OpenBSD 6.8-current (

[arm64,macppc] Fix sysutils/xstatbar

2020-10-11 Thread Charlene Wendling
xstatbar don't run on my macppc, it just prints out the help summary and quit when i try to run it without arguments. On amd64, it runs as expected. The problem is similar to the osd_clock one i just reported [0]. With the below diff, it runs fine on macppc and amd64. Comments/feedback are wel

Re: update apache-ant to 1.10.9

2020-10-11 Thread Jeremy Evans
On 10/11 12:42, Stuart Henderson wrote: > On 2020/10/10 23:39, Daniel Dickman wrote: > > 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. > > > >

Re: update acpica to 20200925

2020-10-11 Thread Klemens Nanni
On Sun, Oct 11, 2020 at 10:54:00AM -0400, Daniel Dickman wrote: > It blew up last time on sparc64, perhaps a test build on that platform > could be useful before it goes in? Builds fine on sparc64.

update acpica to 20200925

2020-10-11 Thread Daniel Dickman
Below tested on amd64. It blew up last time on sparc64, perhaps a test build on that platform could be useful before it goes in? ok? Index: Makefile === RCS file: /cvs/ports/devel/acpica/Makefile,v retrieving revision 1.32 diff -u

update py-numpy 1.1.0 -> 1.1.3

2020-10-11 Thread Daniel Dickman
update py-pandas from 1.1.0 to 1.1.3 which includes 3 month's worth of bug fixes and regression fixes. this is also the first pandas version that allegedly supports python 3.9. tested on my amd64 box with a few basic scripts and by running the pandas test suite which results in: "423 failed, 8

[arm,macppc] Fix infinite loop in x11/osd_clock

2020-10-11 Thread Charlene Wendling
Hi, I was trying to run osd_clock, but it leads to an infinite loop hammering the cpu on my macppc machine. On arm and ppc char is unsigned by default. It is not enough to hold the return value of getopt_long(3), that returns -1 once all arguments have been exhausted, it should be int instead. W

Re: update apache-ant to 1.10.9

2020-10-11 Thread Stuart Henderson
On 2020/10/10 23:39, Daniel Dickman wrote: > 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 consumer

[update] games/xcowsay to 1.5.1

2020-10-11 Thread Charlene Wendling
Hi, Here is an update for xcowsay to 1.5.1, this fixes various issues related to (non) compositing display [0], and add flag detection for C99. Port-wise, i've removed the explicit CFLAGS (it picks C99 flags with CC=gcc), and added a patch, that i've upstreamed, so configuration files are read pr

Thunderbird and language pack

2020-10-11 Thread Joel Carnat
Hi, I have installed OpenBSD 6.8-current from scratch and gave a try at using French localization everywhere. So far, XFCE and Firefox and ok. But I can't switch Thunderbird to FR. I have installed: OpenBSD 6.8-current (GENERIC.MP) #102: Thu Oct  8 14:41:12 MDT 2020 thunderbird-78.3.2  Mozill

Update www/geckodriver to 0.27.0

2020-10-11 Thread Denis Fondras
Update to latest version. Index: Makefile === RCS file: /cvs/ports/www/geckodriver/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile12 Mar 2020 10:30:05 - 1.6 +++ Makefile11 Oct 2020 10:16:51 -

update: net/swirc 3.2.4 -> 3.2.5

2020-10-11 Thread Markus Uhlin
Hi. I want to update Swirc to 3.2.5 I attach a cvs diff Yours faithfully Markus Index: Makefile === RCS file: /cvs/ports/net/swirc/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- Makefile 23 Apr 2020 16:01:15 -

Re: update pcbasic to 2.0.2 for python3 support

2020-10-11 Thread Daniel Dickman
On Sun, Oct 11, 2020 at 3:14 AM Kurt Mosiejczuk wrote: > > On Sun, Oct 11, 2020 at 12:38:08AM -0400, Daniel Dickman wrote: > > 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

Re: update pcbasic to 2.0.2 for python3 support

2020-10-11 Thread Kurt Mosiejczuk
On Sun, Oct 11, 2020 at 12:38:08AM -0400, Daniel Dickman wrote: > 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.

update hevea to 2.34

2020-10-11 Thread Daniel Dickman
Here's an update of hevea to the latest version. I've also corrected the MASTER_SITES locations which are stale. ok? Index: Makefile === RCS file: /cvs/ports/textproc/hevea/Makefile,v retrieving revision 1.31 diff -u -p -u -r1.31 Ma