Re: recent update of net/py-zmq breaks www/jupyter-notebook

2018-09-24 Thread Daniel Dickman
On Tue, Sep 25, 2018 at 1:10 AM, Björn Ketelaars wrote: > The recent [0] update of py-zmq to 17.1.2 breaks jupyter-notebook. > > I am unable to find a solution for this problem. I did find a > workaround: updating to a newer version of py-ipykernel. Elias M. > Mariani was so kind to provide a diff

Re: [new] Gerbil-0.13

2018-09-24 Thread Timo Myyrä
timo.my...@bittivirhe.fi (Timo Myyrä) writes: > Stuart Henderson writes: > >> On 2018/09/24 15:22, Timo Myyrä wrote: >> >>> Hi, >>> >>> Here is an port for Gerbil Scheme. Its an scheme implementation focusing on >>> systems programming. Think minimal version of Racket in pure Scheme. It >>> buil

recent update of net/py-zmq breaks www/jupyter-notebook

2018-09-24 Thread Björn Ketelaars
The recent [0] update of py-zmq to 17.1.2 breaks jupyter-notebook. ERROR:tornado.general:Uncaught exception in ZMQStream callback Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/zmq/eventloop/zmqstream.py", line 432, in _run_callback callback(*args, **kwargs)

aarch64 bulk build report

2018-09-24 Thread phessler
bulk build on arm64.ports.openbsd.org started on Sat Sep 22 08:29:01 MDT 2018 finished at Mon Sep 24 23:03:42 MDT 2018 lasted 03D07h34m done with kern.version=OpenBSD 6.4-beta (GENERIC.MP) #184: Fri Sep 21 15:51:23 MDT 2018 built packages:8300 Sep 22:3263 Sep 23:2362 Sep 24:2674 build failure

NEW py-subprocess32

2018-09-24 Thread Björn Ketelaars
Please find enclosed a port of py-subprocess32, which is required for a future update of py-matplotlib. $ cat DESCR This is a backport of the subprocess standard library module from Python 3.2 - 3.5 for use on Python 2. It includes bugfixes and some new features. On POSIX systems it is guaranteed

NEW devel/py-kiwisolver

2018-09-24 Thread Björn Ketelaars
Please find enclosed a port for py-kiwisolver, which is required by a future update of graphics/py-matplotlib. $ cat DESCR Kiwi is an efficient C++ implementation of the Cassowary constraint solving algorithm. Kiwi is an implementation of the algorithm based on the seminal Cassowary paper. It is n

[patch] lang/gcc/4.9 on alpha

2018-09-24 Thread Daniel Dickman
With the below patch I've been able to build ports gcc 4.9 on: OpenBSD 6.4-beta (GENERIC) #219: Sat Sep 8 14:02:06 MDT 2018 dera...@alpha.openbsd.org:/usr/src/sys/arch/alpha/compile/GENERIC AlphaServer DS10 617 MHz The patch reduces the optimization level from -O2 to -O1 during the build to

[PING] My submissions to ports

2018-09-24 Thread Elias M. Mariani
A ping of my submissions to ports in a single thread. Ordered by priority. [UPDATE] devel/ipython 5.3.0p0 -> 5.8.0 and devel/py-ipykernel 4.6.1p0 -> 4.9.0 https://marc.info/?t=15355968131 This is required to be performed in a single commit to avoid creating a circular dependency. Details in th

Re: [REMOVE] devel/py-dtopt [2/2]

2018-09-24 Thread Elias M. Mariani
Updated to patch current quirks version. 2018-09-15 12:22 GMT-03:00 Elias M. Mariani : > If someone applies this remember to unhook devel/py-dtopt form devel/Makefile. > That is not in the diff. > > > 2018-09-15 12:18 GMT-03:00 Elias M. Mariani : >> With the removal of the dependency on devel/py-d

[M. UPDATE] x11/py-qtpy 1.5.0 -> 1.5.1

2018-09-24 Thread Elias M. Mariani
Super trivial update: https://github.com/spyder-ide/qtpy/blob/v1.5.1/CHANGELOG.md - Make PythonQtError inherit from RuntimeError to be easily catchable Regression test passing. Only consumer is devel/spyder, tested OK. Cheers. Elias. py-qtpy-1.5.1.diff Description: Binary data

Re: [NEW] devel/hs-clock

2018-09-24 Thread Matthias Kilian
On Sun, Sep 23, 2018 at 07:56:27AM +, Greg Baker wrote: > This is another dependency in the long path to getting hledger > running on OpenBSD. hs-clock is a package that Haskell programmers > use when they want various kinds of cross-platform clocks (monotonic, > realtime, cputime). REVISION i

[PATCH] audio/beets - README updates

2018-09-24 Thread Raf Czlonka
Hi Stuart, A couple of changes to the README file: - given that beets has been moved to Python 3 last year[0], I believe that the plugin dependencies should be updated from py-* to py3-* - neither mp3gain, nor aacgain packages exist so delete that paragraph - documentation URL - HTTPS and TLD

Re: update: lang/rust 1.29.1 (security)

2018-09-24 Thread Stuart Henderson
On 2018/09/24 09:04, Sebastien Marie wrote: > Hi, > > Here an update for lang/rust 1.29.1. > > It is a security update (only -current is affected). Hi, I'm wondering if we need to bump REVISION for ports built with rust (firefox, librsvg, etc) to ensure that they're updated for people running pk

Re: [new] Gerbil-0.13

2018-09-24 Thread Timo Myyrä
Stuart Henderson writes: > On 2018/09/24 15:22, Timo Myyrä wrote: > >> Hi, >> >> Here is an port for Gerbil Scheme. Its an scheme implementation focusing on >> systems programming. Think minimal version of Racket in pure Scheme. It >> builds >> on top of Gambit scheme. >> >> The installation is

Re: [new] Gerbil-0.13

2018-09-24 Thread Stuart Henderson
On 2018/09/24 15:22, Timo Myyrä wrote: > Hi, > > Here is an port for Gerbil Scheme. Its an scheme implementation focusing on > systems programming. Think minimal version of Racket in pure Scheme. It builds > on top of Gambit scheme. > > The installation is bit odd that it expects everything to be

[new] Gerbil-0.13

2018-09-24 Thread Timo Myyrä
Hi, Here is an port for Gerbil Scheme. Its an scheme implementation focusing on systems programming. Think minimal version of Racket in pure Scheme. It builds on top of Gambit scheme. The installation is bit odd that it expects everything to be in single destination directory. I copied the lang/g

PATCH: proposal to include git-subtree(1) in devel/git

2018-09-24 Thread Caspar Schutijser
Hi, The diff below includes git-subtree(1) in the OpenBSD git port. It can be used to "Merge subtrees together and split repository into subtrees" (from the manpage). A number of operating systems such as FreeBSD, Debian, and Arch Linux ship with git-subtree(1) in their git packages [1] [2] [3].

update: lang/rust 1.29.1 (security)

2018-09-24 Thread Sebastien Marie
Hi, Here an update for lang/rust 1.29.1. It is a security update (only -current is affected). ChangeLog: https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1291-2018-09-25 The standard library's str::repeat function contained an out of bounds write caused by an i