Re: UPDATE devel/py-nbformat-4.4.0

2020-03-15 Thread Bjorn Ketelaars
On Sat 07/03/2020 15:27, Bjorn Ketelaars wrote: > Enclosed diff updates py-nbformat, which is needed for updating > py-nbconvert [0]. Changes: > https://github.com/jupyter/nbformat/blob/4.4.0/docs/changelog.rst. > > While here move HOMEPAGE to https. > > 'make test' runs successfully for both

Re: UPDATE: net/prosody

2020-03-15 Thread Lucas
Lucas wrote: > Lucas wrote: > > Hello ports@, > > > > Find a update for net/prosody to 0.11.4. > > > > Lots of fixes and improvements happened since 0.11.2, which can be > > found in [1] and [2]. In particular, there is a fix for closing a file > > which can lead to "Too many open files",

Re: BUG: Tor Browser 9.0.* - font fingerprinting defenses don't work

2020-03-15 Thread Caspar Schutijser
Hi, On Sat, Mar 14, 2020 at 11:45:13AM -, Bronze Alibi wrote: > This is my first time posting to this list, so if there is a better way to do > this please tell. :) I think this place is fine. > (tested on current with the provided package and nothing else installed) > > It looks like

update: devel/py-wcwidth (cascading devel/{py-prompt_toolkit,ipython} dropping py2 support)

2020-03-15 Thread Paco Esteban
Hi ports@, This is an easy update of devel/py-wcwidth to its latest version 0.1.8 I tried to make it py3 only, so this triggers a series of diffs to make that possible. First, for devel/py-wcwidth itself: installs ok and all tests pass for me on amd64. About its consumers: * graphics/termtosvg

Re: I'd like to remove tortoisehg. Anyone using it?.

2020-03-15 Thread Remi Pointel
Le 15-03-2020 11:54, Paco Esteban a écrit : On Sat, 14 Mar 2020, Juan Francisco Cantero Hurtado wrote: I would like to remove the port before of 6.7. Any objection?. Is anyone yelling at me?. I can't hear you. I'm not a heavy mercurial user, just a couple of repos and never used tortoisehg.

update devel/py-curtsies (triggers drop py2 support for devel/bpython)

2020-03-15 Thread Paco Esteban
Hi ports@, This complements an update sent previously for devel/py-wcwidth. Here's an update for devel/py-curtsies to 0.3.1. You can see the changelog here: https://github.com/bpython/curtsies/blob/master/CHANGELOG.md All tests pass. I've enabled pytest for tests and dropped py2 support for

Re: UPDATE devel/py-nbformat-4.4.0

2020-03-15 Thread Theo Buehler
On Sun, Mar 15, 2020 at 07:40:26AM +0100, Bjorn Ketelaars wrote: > On Sat 07/03/2020 15:27, Bjorn Ketelaars wrote: > > Enclosed diff updates py-nbformat, which is needed for updating > > py-nbconvert [0]. Changes: > > https://github.com/jupyter/nbformat/blob/4.4.0/docs/changelog.rst. > > > >

Re: HOTFIX: x11/qt5/qtbase enable cups and double-conversion support

2020-03-15 Thread Rafael Sadowski
On Sun Mar 15, 2020 at 12:23:27PM +0300, Vadim Zhukov wrote: > вс, 15 мар. 2020 г. в 12:13, Rafael Sadowski : > > > > The diff below have to go quick into the tree. This enables cups and > > doubleconversion support again. Currently ALL Qt5 applications crash > > when opening the "print dialog".

Re: UPDATE devel/py-nbformat-4.4.0

2020-03-15 Thread Bjorn Ketelaars
On Sun 15/03/2020 10:03, Theo Buehler wrote: > > cwen@ reported that tests do not like to be run under privsep. > > That report was about py-nbconvert. I can reproduce that failure. Ugh, yes...that report was about py-nbconvert, my bad. Sorry for the mix-up. > > Unfortunately I'm unable to

Re: UPDATE: net/prosody

2020-03-15 Thread Lucas
Lucas wrote: > Lucas wrote: > > Hello ports@, > > > > Find a update for net/prosody to 0.11.4. > > > > Lots of fixes and improvements happened since 0.11.2, which can be > > found in [1] and [2]. In particular, there is a fix for closing a file > > which can lead to "Too many open files",

Re: I'd like to remove tortoisehg. Anyone using it?.

2020-03-15 Thread Paco Esteban
On Sat, 14 Mar 2020, Juan Francisco Cantero Hurtado wrote: > I would like to remove the port before of 6.7. Any objection?. Is anyone > yelling at me?. I can't hear you. I'm not a heavy mercurial user, just a couple of repos and never used tortoisehg. But I'm all into moving to python3. for

Re: NEW: sysutils/mdprint (now with tarball attached)

2020-03-15 Thread Klemens Nanni
Sorry for the noise, here's a new tarball with an updated patch, nothing else is changed: Ensure integer typed results from integer division with the floordiv operator when using Python 3. `type(int(1)/int(1))' yields "" and "" in Python 2 and 3 respectively.

Re: HOTFIX: x11/qt5/qtbase enable cups and double-conversion support

2020-03-15 Thread Vadim Zhukov
вс, 15 мар. 2020 г. в 12:13, Rafael Sadowski : > > The diff below have to go quick into the tree. This enables cups and > doubleconversion support again. Currently ALL Qt5 applications crash > when opening the "print dialog". Sorry for that but plugins are hard to > test! > > Following changes

Re: clarification of REVISION and EPOCH documentation.

2020-03-15 Thread Paco Esteban
On Sat, 14 Mar 2020, Stuart Henderson wrote: > > Index: bsd.port.mk.5 > > === > > RCS file: /home/cvs/src/share/man/man5/bsd.port.mk.5,v > > retrieving revision 1.527 > > diff -u -p -r1.527 bsd.port.mk.5 > > --- bsd.port.mk.5 6 Mar

HOTFIX: x11/qt5/qtbase enable cups and double-conversion support

2020-03-15 Thread Rafael Sadowski
The diff below have to go quick into the tree. This enables cups and doubleconversion support again. Currently ALL Qt5 applications crash when opening the "print dialog". Sorry for that but plugins are hard to test! Following changes made: - Add -L/-I to CONFIGURE_ARGS this fixes cups and

Re: update: devel/py-wcwidth (cascading devel/{py-prompt_toolkit,ipython} dropping py2 support)

2020-03-15 Thread Paco Esteban
On Sun, 15 Mar 2020, Paco Esteban wrote: > * devel/py-prompt_toolkit > * also attached to this email. Just made py3 only and bumped > revison. All tests pass. > This also triggers the conversion of devel/ipython to py3 only. > Four tests fail, just as before. >

NEW: sysutils/mdprint

2020-03-15 Thread Klemens Nanni
Here's a helpful tool for logical domain related hacking on sparc64; I've used it to verify *.md files generated by ldomctl(8) as well as to inspect the PRI of my machines for example. It might also be helpful for users of logical guest domains who want to inspect their machine description

NEW: sysutils/mdprint (now with tarball attached)

2020-03-15 Thread Klemens Nanni
Here's a helpful tool for logical domain related hacking on sparc64; I've used it to verify *.md files generated by ldomctl(8) as well as to inspect the PRI of my machines for example. It might also be helpful for users of logical guest domains who want to inspect their machine description

Re: Sympa's wwsympa Fails "Can't locate CGI/Fast.pm in @INC"

2020-03-15 Thread Ian McWilliam
Did you pkg_add p5-CGI-Fast at some point? What does your pkg_info | grep -i p5-CGI look like? Ian McWilliam From: owner-po...@openbsd.org on behalf of nik...@rpgresearch.com Sent: Monday, 16 March 2020 12:35 PM To: ports@openbsd.org Subject: Sympa's wwsympa

UPDATE: x11/qt5/qtwebkit

2020-03-15 Thread Rafael Sadowski
Simple update qtwebkit to the latest version 5.212.0 Alpha 4: Release log: - https://github.com/qtwebkit/qtwebkit/releases/tag/qtwebkit-5.212.0-alpha4 Port changes: - Add missing python model after reading release notes "QtWebKit does not require Python 2 anymore for building and can use

Re: [update] redis 5.0.8

2020-03-15 Thread Uwe Werler
On 15 Mar 06:40, Theo Buehler wrote: > > Hi Theo, > > > > just "back ported" redis to 6.6 and it works like a charm on amd64 (except > > sentinel which segfaults - but it did also on 4.0.14). > > > > Thanks. Yes, there should be no major problems backporting this. > > Could you share a

NEW: math/mathmod

2020-03-15 Thread Brian Callahan
Hi ports -- Attached is a new port, math/mathmod. MathMod is a mathematical modeling software. --- pkg/DESCR: MathMod is a portable interactive plotting and graphing program. MathMod allows you to plot 3D mathematical surfaces, described by implicit or parametric equations, and offers a very

llvm: -python: adjust RDEP

2020-03-15 Thread Klemens Nanni
All subpackages ave a RDEP on python, so explicitness for -python is redundant. More importantly, this uncovers how the devel/gtest RDEP has been clobbered by it; I cannot yet say what inside LLVM actually requires gtest(1) at runtime and the dependency was added in 2017 for the 4.0.1 update,

Re: update: devel/py-wcwidth (cascading devel/{py-prompt_toolkit,ipython} dropping py2 support)

2020-03-15 Thread Bjorn Ketelaars
On Sun 15/03/2020 17:52, Paco Esteban wrote: > On Sun, 15 Mar 2020, Paco Esteban wrote: > > > * devel/py-prompt_toolkit > > * also attached to this email. Just made py3 only and bumped > > revison. All tests pass. > > This also triggers the conversion of devel/ipython to py3

Re: net/ejabberd remove or update?

2020-03-15 Thread Solene Rapenne
On Fri, Feb 14, 2020 at 01:45:53PM +0100, Jasper Lievisse Adriaanse wrote: > > > > On 16 Oct 2019, at 16:58, Stuart Henderson wrote: > > > > On 2019/10/16 13:53, Solene Rapenne wrote: > >> anyone willing to work on it? > >> I see no reason to keep it otherwise. > >> > > > > When you asked,

Re: net/ejabberd remove or update?

2020-03-15 Thread Jeremie Courreges-Anglas
On Sun, Mar 15 2020, Solene Rapenne wrote: > On Fri, Feb 14, 2020 at 01:45:53PM +0100, Jasper Lievisse Adriaanse wrote: >> >> >> > On 16 Oct 2019, at 16:58, Stuart Henderson wrote: >> > >> > On 2019/10/16 13:53, Solene Rapenne wrote: >> >> anyone willing to work on it? >> >> I see no reason

[maintainer update]devel/p5-Specio : Update to 0.46

2020-03-15 Thread wen heping
Hi, ports@; Here is a simple patch for devel/p5-Specio to update to 0.46. It and its dependencies all build well and pass all tests on amd64-current system. Cheers ! wen Index: Makefile === RCS file:

Sympa's wwsympa Fails "Can't locate CGI/Fast.pm in @INC"

2020-03-15 Thread niklas
I have been working on setting up Sympa on OpenBSD. I have OpenSMTPd working with the Sympa daemon, but I'm getting stuck on the wwsympa set up with nginx (I hope to switch to OpenBSD's HTTPd after I get Nginx working). I used the Nginx config provided by the port maintainer: >server { >

update security/sn0int

2020-03-15 Thread kpcyrd
hi! this patch imports the latest version and drops the patches that have been upstreamed (patch follows). Thanks! Index: Makefile === RCS file: /cvs/ports/security/sn0int/Makefile,v retrieving revision 1.6 diff -u -p -r1.6

Re: UPDATE: shells/zsh

2020-03-15 Thread Rafael Sadowski
On Sat Mar 14, 2020 at 04:31:00PM -0500, Matthew Martin wrote: > On Sat, Mar 14, 2020 at 08:21:10PM +0100, Rafael Sadowski wrote: > > "Security and bug fix release with a few user visible additions." > > Changelog: http://zsh.sourceforge.net/releases.html > > > > This release fixes

Re: clarification of REVISION and EPOCH documentation.

2020-03-15 Thread Marc Espie
On Sun, Mar 15, 2020 at 12:28:25PM +0100, Paco Esteban wrote: > oh, that did not occur to me ... You mean that if port foo/bar gets > EPOCH = 0, then all dependent ports should change it's dependencies > declarations from foo/bar>=1.1 to foo/bar>=1.1v0 ?? Yes, that's the main reason that led to

UPDATE: print/lyx 2.3.2 to 2.3.4.2

2020-03-15 Thread Elias M. Mariani
+ Taking MAINTAINER. (again...) Announces: https://www.lyx.org/announce/2_3_3.txt * BUILD/INSTALLATION - Fix build with boost 1.69 (bug 11349). - Update bundled boost distribution to 1.68. - Fix warnings with clang 7. - Allow automake 1.16.

mongodb: Drop python RDEP

2020-03-15 Thread Klemens Nanni
The module is presumably used because scons is used, either ways there is no runtime dependency on Python I could spot and FreeBSD doesn't have the RDEP, either. This is a dependency of the unifi port I'm using, I have no use for mongodb per se. Feedback? OK? Index: Makefile

Re: UPDATE: print/lyx 2.3.2 to 2.3.4.2

2020-03-15 Thread Elias M. Mariani
Sure. + Added https://ftp.lip6.fr/pub/lyx/stable/2.3.x/ to the top of MASTER_SITES. (I guess that we want HTTPS first?). + Normalized all to VAR= or VAR+=, without spaces. I know that you already give an OK but if you could check it again it would be great. Cheers. Elias mariani@ On Sun, Mar

Re: [update] redis 5.0.8

2020-03-15 Thread Stuart Henderson
On 2020/03/15 17:27, Uwe Werler wrote: > > ### > > > gdb /usr/local/sbin/redis-server /tmp/redis-server.core > GNU gdb 6.3 > Copyright 2004 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you are > welcome to change it and/or

Re: UPDATE: print/lyx 2.3.2 to 2.3.4.2

2020-03-15 Thread Jeremie Courreges-Anglas
On Mon, Mar 16 2020, Marc Espie wrote: > On Sun, Mar 15, 2020 at 08:08:34PM -0300, Elias M. Mariani wrote: >> Sure. >> + Added https://ftp.lip6.fr/pub/lyx/stable/2.3.x/ to the top of >> MASTER_SITES. (I guess that we want HTTPS first?). > > We don't really care about https, but the lip6 server is

Re: UPDATE: print/lyx 2.3.2 to 2.3.4.2

2020-03-15 Thread Stuart Henderson
: -DISTNAME=lyx-2.3.2 : -REVISION=1 : +DISTNAME=lyx-2.3.4.2 : : CATEGORIES= print editors : : HOMEPAGE=https://www.lyx.org/ : : +MAINTAINER = Elias M. Mariani slightly nitpicking, but please use consistent whitespace : MASTER_SITES=

Re: UPDATE: print/lyx 2.3.2 to 2.3.4.2

2020-03-15 Thread Marc Espie
On Sun, Mar 15, 2020 at 08:08:34PM -0300, Elias M. Mariani wrote: > Sure. > + Added https://ftp.lip6.fr/pub/lyx/stable/2.3.x/ to the top of > MASTER_SITES. (I guess that we want HTTPS first?). We don't really care about https, but the lip6 server is fairly reliable.

Re: UPDATE: print/lyx 2.3.2 to 2.3.4.2

2020-03-15 Thread Marc Espie
On Mon, Mar 16, 2020 at 01:25:42AM +0100, Jeremie Courreges-Anglas wrote: > On Mon, Mar 16 2020, Marc Espie wrote: > > On Sun, Mar 15, 2020 at 08:08:34PM -0300, Elias M. Mariani wrote: > >> Sure. > >> + Added https://ftp.lip6.fr/pub/lyx/stable/2.3.x/ to the top of > >> MASTER_SITES. (I guess that

CVS: cvs.openbsd.org: ports

2020-03-15 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/03/15 05:30:17 Modified files: x11/gnome/tracker-miners: Makefile distinfo Log message: Update to tracker-miners-2.3.3.

CVS: cvs.openbsd.org: ports

2020-03-15 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2020/03/15 08:40:09 Modified files: net/srain : Makefile distinfo net/srain/pkg : PLIST Log message: Update to srain-1.0.1 Changelog: https://github.com/SrainApp/srain/releases/tag/1.0.1

CVS: cvs.openbsd.org: ports

2020-03-15 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/03/15 03:26:52 Modified files: www/chromium : Makefile www/chromium/patches: patch-v8_BUILD_gn Added files: www/chromium/patches: patch-v8_src_common_globals_h Log message: revert

CVS: cvs.openbsd.org: ports

2020-03-15 Thread Bjorn Ketelaars
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2020/03/15 04:21:13 Modified files: devel/py-nbformat: Makefile distinfo devel/py-nbformat/pkg: PLIST Log message: Update to py-nbformat-4.4.0 Changes:

CVS: cvs.openbsd.org: ports

2020-03-15 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/03/15 04:54:33 Modified files: print/cups-filters: Makefile print/cups-filters/patches: patch-filter_foomatic-rip_pdf_c Log message: Merge fix from upstream.

CVS: cvs.openbsd.org: ports

2020-03-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/03/15 09:59:21 Modified files: net/bgpq4 : Makefile distinfo Log message: update to bgpq4-0.0.6

CVS: cvs.openbsd.org: ports

2020-03-15 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/03/15 05:01:34 Modified files: x11/gnome/tracker: Makefile distinfo Log message: Update to meta-tracker-2.3.4.

CVS: cvs.openbsd.org: ports

2020-03-15 Thread Edd Barrett
CVSROOT:/cvs Module name:ports Changes by: e...@cvs.openbsd.org2020/03/15 05:13:49 Modified files: net/wormhole-william: Makefile distinfo Log message: Update net/wormhole-william to version 1.0.3. Fixes a bug when sending text via interactive prompt:

CVS: cvs.openbsd.org: ports

2020-03-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/03/15 10:05:28 Modified files: net/arouteserver: Makefile distinfo Log message: update to arouteserver-0.24.1 - adds support for bgpq4 (the default is still bgpq3 so dependency left as-is for now)

CVS: cvs.openbsd.org: ports

2020-03-15 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/03/15 05:11:34 Modified files: graphics/libavif: Makefile distinfo Log message: Update to libavif-0.6.2.

CVS: cvs.openbsd.org: ports

2020-03-15 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/03/15 05:10:36 Added files: multimedia/aom/patches: patch-build_cmake_aom_configure_cmake Log message: Fix build on aarch64. from Brad (maintainer)

CVS: cvs.openbsd.org: ports

2020-03-15 Thread Aaron Bieber
CVSROOT:/cvs Module name:ports Changes by: abie...@cvs.openbsd.org 2020/03/15 12:20:25 Modified files: shells/fish: Makefile Log message: add missing build dep for textproc/py-sphinx

CVS: cvs.openbsd.org: ports

2020-03-15 Thread Solene Rapenne
CVSROOT:/cvs Module name:ports Changes by: sol...@cvs.openbsd.org 2020/03/15 13:04:25 Modified files: net/prosody: Makefile distinfo net/prosody/patches: patch-util-src_table_c net/prosody/pkg: PLIST README Added files: net/prosody/patches:

CVS: cvs.openbsd.org: ports

2020-03-15 Thread Solene Rapenne
CVSROOT:/cvs Module name:ports Changes by: sol...@cvs.openbsd.org 2020/03/15 13:54:00 Modified files: lang/sbcl : Makefile distinfo lang/sbcl/patches: patch-src_runtime_GNUmakefile patch-src_runtime_gc-common_c Log message:

CVS: cvs.openbsd.org: ports

2020-03-15 Thread Elias M . Mariani
CVSROOT:/cvs Module name:ports Changes by: mari...@cvs.openbsd.org 2020/03/15 20:40:45 Modified files: print/lyx : Makefile distinfo print/lyx/pkg : PLIST Log message: UPDATE: print/lyx 2.3.2 to 2.3.4.2 Announces: https://www.lyx.org/announce/2_3_3.txt

CVS: cvs.openbsd.org: ports

2020-03-15 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2020/03/15 13:57:16 Modified files: x11/vlc: Makefile Log message: Regen WANTLIB, double-conversion is back in qt5

CVS: cvs.openbsd.org: ports

2020-03-15 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2020/03/15 13:57:08 Modified files: x11/qt5/qtbase : Makefile x11/qt5/qtbase/pkg: PLIST-main Log message: Enable cups and double-conversion support again cups is necessary to fix ALL Qt5

CVS: cvs.openbsd.org: ports

2020-03-15 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2020/03/15 13:57:21 Modified files: multimedia/libde265: Makefile Log message: Regen WANTLIB, double-conversion is back in qt5

CVS: cvs.openbsd.org: ports

2020-03-15 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2020/03/15 13:57:19 Modified files: cad/openscad : Makefile Log message: Regen WANTLIB, double-conversion is back in qt5

CVS: cvs.openbsd.org: ports

2020-03-15 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2020/03/15 13:33:32 Modified files: devel/llvm : Makefile Log message: Drop bogus test target Long overdue...

CVS: cvs.openbsd.org: ports

2020-03-15 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2020/03/15 15:16:58 Modified files: databases/mongodb: Makefile Log message: Drop python RDEP It is a BDEP only. OK sthen

CVS: cvs.openbsd.org: ports

2020-03-15 Thread Aaron Bieber
CVSROOT:/cvs Module name:ports Changes by: abie...@cvs.openbsd.org 2020/03/15 16:02:04 Log message: Import wiresep a privilege separated implementation of WireGuard from Tim Kuijsten (also MAINTAINER) OK sthen@, kn@ Status: Vendor Tag: abieber

CVS: cvs.openbsd.org: ports

2020-03-15 Thread Aaron Bieber
CVSROOT:/cvs Module name:ports Changes by: abie...@cvs.openbsd.org 2020/03/15 16:05:46 Modified files: net: Makefile Log message: + wiresep

CVS: cvs.openbsd.org: ports

2020-03-15 Thread Aaron Bieber
CVSROOT:/cvs Module name:ports Changes by: abie...@cvs.openbsd.org 2020/03/15 16:05:08 Modified files: infrastructure/db: user.list Log message: rereserve 505 for -wiresep

CVS: cvs.openbsd.org: ports

2020-03-15 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2020/03/15 13:48:10 Modified files: textproc/libuninameslist: Makefile distinfo textproc/libuninameslist/pkg: PLIST Log message: Update libuninameslist to 20200313.