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
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
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
===
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,
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
=
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
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
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
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
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
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
>
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
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
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 (
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
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.
> >
> >
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.
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-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
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
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
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
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 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 -
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 -
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
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.
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
28 matches
Mail list logo