unbreak multimedia/qtav with upcoming Qt updates

2019-10-31 Thread Rafael Sadowski
Here is a patch to fix QtAV with Qt 5.9.8 and upcoming updates. OK? Objections? RS Index: Makefile === RCS file: /cvs/ports/multimedia/qtav/Makefile,v retrieving revision 1.4 diff -u -p -u -p -r1.4 Makefile --- Makefile15 Jul 20

[NEW] security/libfido2

2019-10-31 Thread Damien Miller
Hi, This is a port of (originally) https://github.com/Yubico/libfido2 - but temporarily using my forked repository at https://github.com/djm-google/libfido2 that has a couple of extra pieces: OpenBSD support and a small extra library that OpenSSH can now use to talk to U2F tokens. I have PRs pendi

[NEW] devel/libcbor

2019-10-31 Thread Damien Miller
Hi, It's been a while since I've written a port and I'm pretty rusty, but here's a port for https://github.com/PJK/libcbor - an implementation of the RFC7049 Concise Binary Object Representation format. This is used by (among other things) FIDO2 tokens and is a prerequisite for libfido2 and some

Re: [update] log4cplus 2.0.4

2019-10-31 Thread Stuart Henderson
On 2019/10/31 15:17, sven falempin wrote: > build ok 6.6 Your mail client mangles inline diffs (word-wraps, and replaces tabs with spaces). this means they can't be applied with patch and need to be re-edited by hand. You might have better luck with an attachment rather than inline (generally it's

Re: [NEW] databases/p5-DBICx-Sugar

2019-10-31 Thread Andrew Hewus Fresh
On Thu, Oct 17, 2019 at 07:35:49AM +, wen heping wrote: > Hi, ports@: > > Here is a patch to create new port databases/p5-DBICx-Sugar, which is > required by the update of www/p5-Dancer2-Plugin-DBIC, which is required > by the update of www/p5-Dancer2. > > The patch include 3 new po

Re: New/Replacement: Kicad 5.1.4

2019-10-31 Thread Tracey Emery
On Wed, Oct 02, 2019 at 09:29:47PM +0100, Stuart Henderson wrote: > On 2019/10/02 18:02, Stuart Henderson wrote: > Build finished. It also needs LIB_DEPENDS = ${MODTK_LIB_DEPENDS} to have > a LIB_DEPENDS path to the entries in WANTLIB... but something gets confused > about Tcl/Tk versions if you ha

Re: [NEW] security/yubico/yubikey-manager

2019-10-31 Thread Stuart Henderson
On 2019/10/31 21:09, Klemens Nanni wrote: > I know the usual way for Python libs is to provide flavours, but since > this port depends on the unflavoured security/pcsc-lite which depends on > Python 3 itself, this port's py2 flavour will also install Python 3. Additionally 1) it's really billed as

Re: [NEW] security/yubico/yubikey-manager

2019-10-31 Thread Klemens Nanni
On Sun, Oct 27, 2019 at 04:26:51PM -0500, Lucas Raab wrote: > Updated version attached with forgotten deps I installed the python 3 flavour (after installing py3-fido2 from kmos's latest tarball): $ ykman Traceback (most recent call last): File "/usr/local/bin/ykman", line 6, in from pkg_re

Re: gdb: Use Python 3

2019-10-31 Thread Stuart Henderson
On 2019/10/31 18:18, Klemens Nanni wrote: > On Tue, Oct 22, 2019 at 10:14:11PM +0200, Klemens Nanni wrote: > > Another step in deprecating Python 2; our 7.12.1 requires an upstream > > commit contained in at least 8.1.50 since gdb uses a private Python API. > > > > https://sourceware.org/bugzilla

Re: [NEW] security/py-fido2

2019-10-31 Thread Klemens Nanni
On Sun, Oct 27, 2019 at 04:37:42PM -0400, Kurt Mosiejczuk wrote: > With these changes, OK kmos@ Looks good, a few things: Not sure how this library fits into sysutils as secondary category, devel would fit after security, though. setup.py lists 61 extras_require={':python_version < "3.4"

Re: Build libngspice from cad/ngspice

2019-10-31 Thread Tracey Emery
Works for me. Tests pass for ngspice. On Wed, Oct 30, 2019 at 01:15:05AM -0600, Anthony J. Bentley wrote: > Hi, > > Divorcing this from the KiCad thread. > > I've attached a new revision of the cad/ngspice -> cad/ngspice/{,lib}ngspice > port. This one fixes "make test" within ngspice. I didn't b

Re: [NEW] security/yubico/yubikey-manager

2019-10-31 Thread Klemens Nanni
I know the usual way for Python libs is to provide flavours, but since this port depends on the unflavoured security/pcsc-lite which depends on Python 3 itself, this port's py2 flavour will also install Python 3. Point being: Python 3's going to be there anyway, so let's drop the Python 2 flavour

Re: update net/dnscrypt-proxy 2.0.30

2019-10-31 Thread Nam Nguyen
net/dnscrypt-proxy 2.0.31 was just released to fix two regressions on October 31, 2019. The diff is pasted below. https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.0.31 "This version fixes two regressions introduced in version 2.0.29: DoH server couldn't be reached over IPv6 any more, a

Re: Are KF5 and KDE4 packages supposed to coexists?

2019-10-31 Thread Rafael Sadowski
On Fri Oct 25, 2019 at 05:17:26PM +0100, Stuart Henderson wrote: > On 2019/10/25 17:27, Rafael Sadowski wrote: > > On Thu Oct 24, 2019 at 09:02:44AM +0200, Federico Giannici wrote: > > > Hi! > > > > > > I'd like to know if KDE4 packages are supposed to coexists with KF5 > > > packages > > > (Open

[update] log4cplus 2.0.4

2019-10-31 Thread sven falempin
build ok 6.6 _ Index: Makefile === RCS file: /cvs/ports/devel/log4cplus/Makefile,v retrieving revision 1.10 diff -u -p -r1.10 Makefile --- Makefile26 Jul 2017 22:45:18 - 1.10 +++ Makefil

nss: Set BUILD_OPT only when DEBUG is unset

2019-10-31 Thread Klemens Nanni
Had this diff laying here ever since requiring a debug build of NSS; I think BUILD_OPT still turned into `-O2' when I passed `DEBUG=-O0' and/or stripping symbols in the end; either way it made setting DEBUG what one would expect. This does not effect normal builds as DEBUG is unset, so no REVISIO

Re: gdb: Use Python 3

2019-10-31 Thread Klemens Nanni
On Tue, Oct 22, 2019 at 10:14:11PM +0200, Klemens Nanni wrote: > Another step in deprecating Python 2; our 7.12.1 requires an upstream > commit contained in at least 8.1.50 since gdb uses a private Python API. > > https://sourceware.org/bugzilla/show_bug.cgi?id=23252 > https://sourceware.org/git/

Re: [UPDATE] mail/imapsync-1.945

2019-10-31 Thread Pierre-Emmanuel André
On Wed, Oct 30, 2019 at 06:03:21PM +, Stuart Henderson wrote: > On 2019/10/21 13:53, Henry Jensen wrote: > > Gretings, > > > > attached diff updates imapsync from 1.727 to 1.945. > > Three new dependencies (RUN_DEPENDS) were added: > > > > sysutils/p5-Sys-MemInfo > > textproc/p5-Regexp-Common

[ports-gcc] Unbreak devel/kdevelop

2019-10-31 Thread Charlene Wendling
Hi! > http://build-failures.rhaalovely.net/sparc64/2019-10-11/devel/kdevelop.log > http://build-failures.rhaalovely.net/powerpc/2019-10-11/devel/kdevelop.log (Logs from the previous version, but the issue remains) The real issue is here: --8<-- CMake Warning at plugins/welcomepage/CMakeLists.txt

[UPDATE] devel/openmpi 4.0.1 -> 4.0.2

2019-10-31 Thread Martin Reindl
Hello, The attached diff updates devel/openmpi to the current stable release 4.0.2. Changelog can be found here: https://raw.githubusercontent.com/open-mpi/ompi/v4.0.x/NEWS Tested on amd64 and arm64. Most noteably this update fixes problems reported by David Raymond off-list. -m Index: Makefil