Re: 回复: pysol doesn't run

2020-10-27 Thread Daniel Dickman
> > Hi, > Attempt to run pysol from 6.8 on amd64 gives the following error: > > -- > Carsten Boysen Jensen > > I committed a minimal fix to change time.clock -> time.time. With that I was able to play the game. > On Tue, 27 Oct 2020, wen heping wrote: > > It is caused by the default of

[UPDATE] x11/bspwm 0.9.9 -> 0.9.10

2020-10-27 Thread Ricky Cintron
Update x11/bspwm from version 0.9.9 to 0.9.10. Like the x11/sxhkd update, this is a simple update. However, I'd like to propose the removal of the following patch: patch-examples_bspwmrc. It doesn't seem necessary, and the change it applies would need to be undone in order to use a properly instal

[UPDATE] x11/sxhkd 0.6.1 -> 0.6.2

2020-10-27 Thread Ricky Cintron
Update x11/sxhkd from version 0.6.1 to 0.6.2. Index: Makefile === RCS file: /cvs/ports/x11/sxhkd/Makefile,v retrieving revision 1.3 diff -u -p -u -r1.3 Makefile --- Makefile1 Sep 2019 14:01:08 - 1.3 +++ Makefile27 Oc

Re: [UPDATE] py-whisper and py-carbon to 1.1.7 + py3

2020-10-27 Thread Stuart Henderson
Missed attachment, now included. On 2020/10/27 21:08, Stuart Henderson wrote: > On 2020/10/27 20:36, Martin Reindl wrote: > > In quick need for a recent python3-version of py-carbon I put together this > > update diff > > for py-whisper and py-carbon to 1.1.7 including quirks and conflict marker

Re: [UPDATE] py-whisper and py-carbon to 1.1.7 + py3

2020-10-27 Thread Stuart Henderson
On 2020/10/27 20:36, Martin Reindl wrote: > In quick need for a recent python3-version of py-carbon I put together this > update diff > for py-whisper and py-carbon to 1.1.7 including quirks and conflict markers. > > It also goes straight from python2 to python3 so I'm not directly asking for >

[UPDATE] py-whisper and py-carbon to 1.1.7 + py3

2020-10-27 Thread Martin Reindl
In quick need for a recent python3-version of py-carbon I put together this update diff for py-whisper and py-carbon to 1.1.7 including quirks and conflict markers. It also goes straight from python2 to python3 so I'm not directly asking for OKs but would like to know if ports can go this path.

Re: [update] redis 6.0.9

2020-10-27 Thread Theo Buehler
On Tue, Oct 27, 2020 at 07:18:30PM +0100, Jeremie Courreges-Anglas wrote: > On Tue, Oct 27 2020, Theo Buehler wrote: > > Raltively simple update to Redis 6.0.9. > > > > Upgrade urgency is MODERATE due to a local patch for zmalloc. Thanks to > > the upstream fix, we can now remove it. We need a new

Re: [update] redis 6.0.9

2020-10-27 Thread Jeremie Courreges-Anglas
On Tue, Oct 27 2020, Theo Buehler wrote: > Raltively simple update to Redis 6.0.9. > > Upgrade urgency is MODERATE due to a local patch for zmalloc. Thanks to > the upstream fix, we can now remove it. We need a new trivial time_t > patch. [...] > Index: patches/patch-src_debug_c > ==

Re: [update] redis 6.0.9

2020-10-27 Thread Daniel Jakots
On Tue, 27 Oct 2020 15:44:29 +0100, Theo Buehler wrote: > Raltively simple update to Redis 6.0.9. ok danj@

Re: stlink port?

2020-10-27 Thread adr
I applied your corrections. Regards, adr. devel_stlink.tgz Description: application/tar-gz

[update] redis 6.0.9

2020-10-27 Thread Theo Buehler
Raltively simple update to Redis 6.0.9. Upgrade urgency is MODERATE due to a local patch for zmalloc. Thanks to the upstream fix, we can now remove it. We need a new trivial time_t patch. Full changelog: https://github.com/redis/redis/blob/6.0.9/00-RELEASENOTES Tested on amd64, macppc and sparc

Re: stlink port?

2020-10-27 Thread adr
Hi, thanks for the feedback. On Mon, Oct 26, 2020 at 05:39:35PM +, Stuart Henderson wrote: > : post-build: > : @cd ${WRKBUILD}/bin/; strip -s st-flash st-info st-util stlink-gui > > Don't unconditionally strip, this should only be done under control of > ports. Normally this is handled au

回复: pysol doesn't run

2020-10-27 Thread wen heping
It is caused by the default of python changed to 3.8. I shall submit a patch to update it to 2.10.0 version, help it work with python-3.8. wen 发件人: owner-po...@openbsd.org 代表 Carsten Boysen Jensen 发送时间: 2020年10月27日 17:33 收件人: ports@openbsd.org 主题: pysol doesn'

Re: [new] sysutils/py-threadpoolctl

2020-10-27 Thread Kurt Mosiejczuk
On Tue, Oct 27, 2020 at 12:43:45AM -0400, Daniel Dickman wrote: > Attached is a new port for py-threadpoolctl. > This port is be needed to unbreak the in-tree version of > math/py-scikit-learn. > ok to import? @comment $OpenBSD: PLIST,v 1.2 2020/07/01 10:07:05 sthen Exp $ @pkgpath sysutils/py-j

pysol doesn't run

2020-10-27 Thread Carsten Boysen Jensen
Hi, Attempt to run pysol from 6.8 on amd64 gives the following error: Traceback (most recent call last): File "/usr/local/bin/pysol", line 36, in from pysollib.main import main # noqa: E402,I202 File "/usr/local/lib/python3.8/site-packages/pysollib/main.py", line 30, in from pysoll

NEW PORT: gimp/lensfun

2020-10-27 Thread Marc Espie
Plugin for gimp to interface with the lensfun corrective library, like other graphics programs. Installs as Filters > Enhance > GimpLensfun appears to work as intended gimp-lensfun-0.2.4.tgz Description: application/tar-gz

Re: stlink port?

2020-10-27 Thread Stuart Henderson
On 2020/10/27 10:13, a...@sdf.org wrote: > Hi, thanks for the feedback. > > On Mon, Oct 26, 2020 at 05:39:35PM +, Stuart Henderson wrote: > > : post-build: > > : @cd ${WRKBUILD}/bin/; strip -s st-flash st-info st-util stlink-gui > > > > Don't unconditionally strip, this should only be done

UPDATE-stable: Nextcloud-19.0.4

2020-10-27 Thread Gonzalo L. Rodriguez
Hello, Update for Nextcloud to 19.0.4: https://nextcloud.com/changelog/#latest19 Ok? Comments? Cheers.- -- - gonzalo Index: Makefile === RCS file: /cvs/ports/www/nextcloud/Makefile,v retrieving revision 1.56 diff

UPDATE: Nextcloud-20.0.1

2020-10-27 Thread Gonzalo L. Rodriguez
Hello, Update for Nextcloud to 20.0.1: https://nextcloud.com/changelog/#latest20 OK? Comments? Cheers.- -- - gonzalo Index: Makefile === RCS file: /cvs/ports/www/nextcloud/Makefile,v retrieving revision 1.57 diff

Re: UPDATE mail/notmuch-0.31

2020-10-27 Thread Olivier Taïbi
On Fri, Oct 16, 2020 at 01:22:32PM +0200, Bjorn Ketelaars wrote: > Diff below brings notmuch to 0.31. From NEWS [0]: > - notmuch now supports Emacs 27.1 > - add support for moving between threads after > notmuch-tree-from-search-thread > > The test suite completes with 4 failing tests, test.log