Re: Move devel/py-algorithm-munkres to FLAVOR=python3

2020-09-19 Thread Bjorn Ketelaars
On Sat 19/09/2020 15:51, Kurt Mosiejczuk wrote: > This moves py-algorithm-munkres to use FLAVOR=python3 rather than > using MODPY_DEFAULT_VERSION_3. Also includes the necessary changes for > its only consumer, audio/beets. > > ok? Looks good. OK bket@

CVS: cvs.openbsd.org: ports

2020-09-19 Thread Greg Steuck
CVSROOT:/cvs Module name:ports Changes by: gne...@cvs.openbsd.org 2020/09/19 22:32:22 Removed files: lang/fpc : Makefile distinfo lang/fpc/patches: patch-fpcsrc_compiler_ogelf_pas patch-fpcsrc_compiler_systems_t_bsd_pas

CVS: cvs.openbsd.org: ports

2020-09-19 Thread Greg Steuck
CVSROOT:/cvs Module name:ports Changes by: gne...@cvs.openbsd.org 2020/09/19 22:31:49 Removed files: devel/lazarus : Makefile distinfo devel/lazarus/patches: patch-Makefile patch-Makefile_fpc patch-ide_environmentopts_pp

CVS: cvs.openbsd.org: ports

2020-09-19 Thread Greg Steuck
CVSROOT:/cvs Module name:ports Changes by: gne...@cvs.openbsd.org 2020/09/19 22:30:52 Removed files: games/hedgewars: Makefile distinfo games/hedgewars/patches: patch-cmake_modules_CMakePascalInformation_cmake

CVS: cvs.openbsd.org: ports

2020-09-19 Thread Greg Steuck
CVSROOT:/cvs Module name:ports Changes by: gne...@cvs.openbsd.org 2020/09/19 22:27:38 Modified files: devel : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm games : Makefile lang : Makefile

Boost Asio and MSG_NOSIGNAL

2020-09-19 Thread Nick Gasson
Hi, Recently I was porting a program that uses Boost Asio to OpenBSD and found it was exiting frequently with SIGPIPE. This doesn't happen on Linux because on that platform Asio passes the MSG_NOSIGNAL flag to sendmsg(2). (It doesn't on FreeBSD either because Asio uses the SO_NOSIGNAL socket

[NEW] games/multimc 0.6.11

2020-09-19 Thread Muhammad Kaisar Arkhan
Hello, Attached in this email is a port of multimc, here is the description of it: MultiMC is a free, open source launcher for Minecraft. It allows you to have multiple, cleanly separated instances of Minecraft (each with their own mods, texture packs, saves, etc) and helps you manage them and

Re: Remove net/py-ftpdlib?

2020-09-19 Thread Juan Francisco Cantero Hurtado
On Sat, Sep 19, 2020 at 01:38:52PM -0400, Kurt Mosiejczuk wrote: > py-ftpdlib has no consumers. Do we want to remove it? No. ftpdlib is a great ftp server when you need to share a directory with other computers on your LAN or in a guest/host VM setup. $ python -m pyftpdlib -p 12345 -- Juan

Re: Remove net/py-ftpdlib?

2020-09-19 Thread Kurt Mosiejczuk
On Sun, Sep 20, 2020 at 12:57:06AM +0200, Juan Francisco Cantero Hurtado wrote: > On Sat, Sep 19, 2020 at 01:38:52PM -0400, Kurt Mosiejczuk wrote: > > py-ftpdlib has no consumers. Do we want to remove it? > No. ftpdlib is a great ftp server when you need to share a directory > with other

Re: Remove net/pcapdiff?

2020-09-19 Thread Solène Rapenne
Le 2020-09-19 19:48, Kurt Mosiejczuk a écrit : pcapdiff doesn't have any consumers and is python2 only. pcapdiff is no longer under development. (It's homepage at EFF refers one to another project instead). Remove it? --Kurt Why remove it? Because it's python2? Do we have a python2

Re: Remove net/py-ftpdlib?

2020-09-19 Thread Klemens Nanni
On Sat, Sep 19, 2020 at 01:38:52PM -0400, Kurt Mosiejczuk wrote: > py-ftpdlib has no consumers. Do we want to remove it? The import message reads like this is actually useful to someone: revision 1.1.1.1 date: 2010/11/11 09:18:57; author: jasper; state: Exp; lines: +0 -0;

Re: Killing gpg1

2020-09-19 Thread Jeremie Courreges-Anglas
On Sat, Sep 19 2020, Stuart Henderson wrote: > The duplicity patch which set gpg_binary from the default None to gpg2 > was removed, should that actually be changed to set it to gpg? > > - --gpg_binary = None > -+gpg_binary = 'gpg2' This setting is used to override the defaults in

Re: Remove textproc/glimpse?

2020-09-19 Thread Kurt Mosiejczuk
On Sat, Sep 19, 2020 at 10:45:19PM +0200, Klemens Nanni wrote: > On Sat, Sep 19, 2020 at 08:08:43PM +0200, Stefan Hagen wrote: > > Stefan Hagen wrote: > > > Good source code indexers are rare, but this one might just be > > > too old by now. > > misc/tkman depends on textproc/glimpse. This one

Re: Remove textproc/glimpse?

2020-09-19 Thread Klemens Nanni
On Sat, Sep 19, 2020 at 08:08:43PM +0200, Stefan Hagen wrote: > Stefan Hagen wrote: > > Good source code indexers are rare, but this one might just be > > too old by now. > > misc/tkman depends on textproc/glimpse. This one would have to go too. > I haven't found any other dependency. Thanks for

CVS: cvs.openbsd.org: ports

2020-09-19 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2020/09/19 14:44:09 Modified files: net/toot : Makefile Log message: Eliminate custom do-test target and move to MODPY_PYTEST ok kn (maintainer)

Re: Remove net/pcapdiff?

2020-09-19 Thread Klemens Nanni
On Sat, Sep 19, 2020 at 02:22:51PM -0400, Kurt Mosiejczuk wrote: > On Sat, Sep 19, 2020 at 08:00:41PM +0200, Solène Rapenne wrote: > > > > Remove it? > > > Why remove it? Because it's python2? Do we have a python2 expiration > > policy? (I see others OS have a deadline for python2 removal, maybe

CVS: cvs.openbsd.org: ports

2020-09-19 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2020/09/19 14:02:56 Modified files: devel/py-simpleeval: Makefile Log message: Move testing to MODPY_PYTEST

Move devel/py-algorithm-munkres to FLAVOR=python3

2020-09-19 Thread Kurt Mosiejczuk
This moves py-algorithm-munkres to use FLAVOR=python3 rather than using MODPY_DEFAULT_VERSION_3. Also includes the necessary changes for its only consumer, audio/beets. ok? --Kurt Index: audio/beets/Makefile === RCS file:

Re: Killing gpg1

2020-09-19 Thread Stuart Henderson
The duplicity patch which set gpg_binary from the default None to gpg2 was removed, should that actually be changed to set it to gpg? - --gpg_binary = None -+gpg_binary = 'gpg2' Otherwise reads ok to me. -- Sent from a phone, apologies for poor formatting. On 19 September 2020 12:14:20 Edd

Re: Remove net/pcapdiff?

2020-09-19 Thread Kurt Mosiejczuk
On Sat, Sep 19, 2020 at 08:00:41PM +0200, Solène Rapenne wrote: > > Remove it? > Why remove it? Because it's python2? Do we have a python2 expiration > policy? (I see others OS have a deadline for python2 removal, maybe > we should do the same) It's python2. It's not available from its author,

Re: [new] x11/lxterminal - lightweight, vte-based and desktop-independent terminal

2020-09-19 Thread Hakan E. Duran
On Thu, 17 Sep 2020 00:25:06 +0800 Shawn Chiou wrote: > Hi ports@, > ... > Any feedback is welcome. > > Shawn Chiou > -- Thank you for porting this. I like this terminal. Hakan

CVS: cvs.openbsd.org: ports

2020-09-19 Thread Thomas Frohwein
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2020/09/19 12:15:56 Modified files: graphics/mojoshader: Makefile Log message: add new BDEP on graphics/vulkan-headers; pointed out by aja@ no revision bump as it didn't build without vulkan-headers

Re: Remove textproc/glimpse?

2020-09-19 Thread Stefan Hagen
Stefan Hagen wrote: > Good source code indexers are rare, but this one might just be > too old by now. misc/tkman depends on textproc/glimpse. This one would have to go too. I haven't found any other dependency. Best Regards, Stefan

Remove textproc/glimpse?

2020-09-19 Thread Stefan Hagen
Hello, I noticed, that there is textproc/glimpse. Glimpse is functional, but upstream is dead for years. Glimpse (the indexer) is completely gone and can only be found on mirrors and archive.org. Webglimpse originally was the webfrontend for glimpse, but is mentioned as homepage in the port

Remove net/pcapdiff?

2020-09-19 Thread Kurt Mosiejczuk
pcapdiff doesn't have any consumers and is python2 only. pcapdiff is no longer under development. (It's homepage at EFF refers one to another project instead). Remove it? --Kurt

Remove net/py-ftpdlib?

2020-09-19 Thread Kurt Mosiejczuk
py-ftpdlib has no consumers. Do we want to remove it? --Kurt

Re: [NEW] devel/lua-say 1.3.1

2020-09-19 Thread Stefan Hagen
Sebastien Marie wrote: > On Sat, Sep 19, 2020 at 06:42:55PM +0200, Stefan Hagen wrote: > > Hello, > > > > Lua-say is required by devel/luassert, which I've sent in a minute ago. > > > > Say is a simple string key/value store for i18n or any other case where > > you want namespaced strings. > >

[UPDATE] www/luakit 2.2 -> 2.2.1

2020-09-19 Thread Stefan Hagen
Hello, This luakit update is specifically for OpenBSD. luakit changes: - fixed up CFLAGS to compile with the correct XOPEN_SOURCE and C standard. - fixed an issue where long options where used on eval (not supportd in BSD) - upstreamed replacement of "rm" with os.remove() - no more debugging

[NEW] devel/lua-say 1.3.1

2020-09-19 Thread Stefan Hagen
Hello, Lua-say is required by devel/luassert, which I've sent in a minute ago. Say is a simple string key/value store for i18n or any other case where you want namespaced strings. ports-lib-depends-check: ok portcheck -N: ok Best Regards, Stefan

[NEW] luassert 1.7.11

2020-09-19 Thread Stefan Hagen
Hello, I want to be able to run the test-suite of www/luakit. These tests are using `luassert` Luassert extends Lua's built-in assertions to provide additional tests and the ability to create your own. It comes preloaded with argument formatters for common Lua types, but it is easy to roll your

Re: [New] x11/gromit-mpx

2020-09-19 Thread Laurence Tratt
Edd (via dpb) found a problem with gromit-mpx relying on Python in unnecessary ways. The attached update fixes that. I've been using gromit-mpx in anger in recent days, and have found that it works really well! Laurie gromit-mpx.tgz Description: application/tar-gz libindicator.tgz

Re: [UPDATE] www/snownews-1.5.12 -> 1.6.10

2020-09-19 Thread trondd
Remi Locherer wrote: > On Fri, Sep 18, 2020 at 06:47:44PM -0400, trondd wrote: > > Looking around at RSS readers and thought I'd update snownews. Jumps us > > ahead by like 10 years. Some significant changes to the configure process > > I hope I worked around right. Moved to GitHub. They

CVS: cvs.openbsd.org: ports

2020-09-19 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2020/09/19 09:02:57 Modified files: editors/nano : Makefile distinfo Log message: update to 5.2 for some bug fixes

Re: [new] x11/lxterminal - lightweight, vte-based and desktop-independent terminal

2020-09-19 Thread Kevin Lo
On Fri, Sep 18, 2020 at 06:21:25AM +0200, Bjorn Ketelaars wrote: > > On Thu 17/09/2020 13:56, Shawn Chiou wrote: > > Hi bket@, > > > > Thanks for your review and advice. > > > > All issues fixed with new attached file. > > Port looks good, and runs fine on amd64. I'm OK with this if someone >

CVS: cvs.openbsd.org: ports

2020-09-19 Thread Kevin Lo
CVSROOT:/cvs Module name:ports Changes by: ke...@cvs.openbsd.org 2020/09/19 08:31:04 Modified files: x11: Makefile Log message: +lxterminal

CVS: cvs.openbsd.org: ports

2020-09-19 Thread Kevin Lo
CVSROOT:/cvs Module name:ports Changes by: ke...@cvs.openbsd.org 2020/09/19 08:29:59 Log message: Import lxterminal, a vte-based terminal emulator of LXDE. From Shawn Chiou. ok bket@ Status: Vendor Tag: kevlo Release Tags:

Re: update mail/notmuch to 0.30

2020-09-19 Thread Enric Morales
Hi Olivier, On 2020-08-09 12:01, Olivier Taïbi wrote: ping, I also added bash as a build dependency (for bash-completion) It's great that notmuch is in ports now! I am trying it out and it sure works a lot smoother than it used to when built with the -wip port. Thanks for the effort you

CVS: cvs.openbsd.org: ports

2020-09-19 Thread Kirill Bychkov
CVSROOT:/cvs Module name:ports Changes by: ki...@cvs.openbsd.org 2020/09/19 05:46:44 Modified files: games/roadfighter: Makefile distinfo Log message: - switch HOMEPAGE and MASTER_SITES to HTTPS - use new distfile (no difference with the old one) - sort WANTLIB

Re: Killing gpg1

2020-09-19 Thread Edd Barrett
Hi, On Sat, Sep 19, 2020 at 01:16:21AM +0200, Jeremie Courreges-Anglas wrote: > If we want this for the next release, here's a diff that moves > security/gnupg2 to security/gnupg and adapts consumers. Thanks for doing this! I've just started a mini-bulk on anything which {RUN,BUILD}_DEPENDS on

CVS: cvs.openbsd.org: ports

2020-09-19 Thread Solene Rapenne
CVSROOT:/cvs Module name:ports Changes by: sol...@cvs.openbsd.org 2020/09/19 05:06:55 Modified files: security/sshlockout: Makefile security/sshlockout/pkg: README Log message: Fix the path to /etc/syslog.conf in the README file Typo reported by Stephane Huc

Re: [UPDATE] www/snownews-1.5.12 -> 1.6.10

2020-09-19 Thread Remi Locherer
On Fri, Sep 18, 2020 at 06:47:44PM -0400, trondd wrote: > Looking around at RSS readers and thought I'd update snownews. Jumps us > ahead by like 10 years. Some significant changes to the configure process > I hope I worked around right. Moved to GitHub. They also dropped native > SSL support

CVS: cvs.openbsd.org: ports

2020-09-19 Thread Remi Locherer
CVSROOT:/cvs Module name:ports Changes by: r...@cvs.openbsd.org2020/09/19 04:12:52 Modified files: sysutils/netshot: Makefile distinfo sysutils/netshot/patches: patch-netshot_conf sysutils/netshot/pkg: PLIST Log message: update to version 0.15.2.

[UPDATE] cad/opensta 2.0.18.20200308 -> 2.2.0

2020-09-19 Thread Alessandro De Laurenzis
Greetings, The attached diff updates cad/opensta to a just published release. What's new upstream === * Github user is now "The-OpenROAD-Project" and some days ago they made available the first "stable" archive for this tool; * Better leakage and internal power treatment; *

CVS: cvs.openbsd.org: ports

2020-09-19 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/09/19 02:38:16 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.25.0.

CVS: cvs.openbsd.org: ports

2020-09-19 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/09/19 02:37:45 Modified files: sysutils/deja-dup: Makefile distinfo sysutils/deja-dup/pkg: PLIST Log message: Update to deja-dup-42.4.

CVS: cvs.openbsd.org: ports

2020-09-19 Thread Kirill Bychkov
CVSROOT:/cvs Module name:ports Changes by: ki...@cvs.openbsd.org 2020/09/19 02:34:31 Modified files: games/zoom : Makefile Log message: Switch MASTER_SITES and HOMEPAGE to HTTPS

Re: aarch64 bulk build report

2020-09-19 Thread Otto Moerbeek
On Tue, Sep 15, 2020 at 06:30:05PM +0200, Otto Moerbeek wrote: > On Tue, Sep 15, 2020 at 09:01:20AM -0600, phess...@openbsd.org wrote: > > > bulk build on arm64.ports.openbsd.org > > started on Fri Sep 11 19:14:07 MDT 2020 > > finished at Mon Sep 14 10:55:24 MDT 2020 > > lasted 2D15h41m > >

CVS: cvs.openbsd.org: ports

2020-09-19 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/09/19 02:24:50 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/patches: patch-awscli_help_py sysutils/awscli/pkg: PLIST Log message: Update to

CVS: cvs.openbsd.org: ports

2020-09-19 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/09/19 02:24:19 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.18.1.

CVS: cvs.openbsd.org: ports

2020-09-19 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/09/19 02:24:31 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.15.1.

CVS: cvs.openbsd.org: ports

2020-09-19 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/09/19 02:16:57 Modified files: devel/pango: Makefile distinfo Log message: Update to pango-1.46.2.

Re: NEW: jpeginfo-1.6.1

2020-09-19 Thread Mikolaj Kucharski
Thanks Ricardo. Any other comments or okays? File reattached for convenience. On Thu, Sep 10, 2020 at 07:39:01PM +0100, Ricardo wrote: > Hi Mikolaj, > > I tested it briefly and seems to be working on amd64. > > Take care. > Ricardo > > On 9/10/20 8:31 AM, Mikolaj Kucharski wrote: > > Ping. >

CVS: cvs.openbsd.org: ports

2020-09-19 Thread Solene Rapenne
CVSROOT:/cvs Module name:ports Changes by: sol...@cvs.openbsd.org 2020/09/19 01:52:24 Modified files: net/gajim : Makefile distinfo net/gajim/pkg : PLIST Log message: Update to gajim-1.2.0 Diff from 3un0s Maintainer timeout

CVS: cvs.openbsd.org: ports

2020-09-19 Thread Solene Rapenne
CVSROOT:/cvs Module name:ports Changes by: sol...@cvs.openbsd.org 2020/09/19 01:43:50 Modified files: textproc : Makefile Log message: + py-css-parser,python3

CVS: cvs.openbsd.org: ports

2020-09-19 Thread Solene Rapenne
CVSROOT:/cvs Module name:ports Changes by: sol...@cvs.openbsd.org 2020/09/19 01:42:31 Modified files: net/py-nbxmpp : Makefile distinfo net/py-nbxmpp/pkg: PLIST Log message: Update to py-nbxmpp-1.0.0 Diff from 3un0s Maintainer timeout

CVS: cvs.openbsd.org: ports

2020-09-19 Thread Solene Rapenne
CVSROOT:/cvs Module name:ports Changes by: sol...@cvs.openbsd.org 2020/09/19 01:38:58 Log message: Import py-css-parser-1.0.4 python package for parsing and building CSS A fork of the cssutils project based on version 1.0.2. This fork includes general

NEW: fna3d - native 3D library for newer FNA games

2020-09-19 Thread Thomas Frohwein
Hi, Attached is a port of FNA3D. It is a native reimplementation of the XNA 4.0 graphics API. It is used by more recent versions of FNA. All versions starting with 20.09 rely on this library. The port is in C and relatively straightforward. It removes the bundled mojoshader library in favor of

CVS: cvs.openbsd.org: ports

2020-09-19 Thread Thomas Frohwein
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2020/09/19 00:37:23 Modified files: games/godot: Makefile distinfo games/godot/patches: patch-core_project_settings_cpp patch-drivers_unix_os_unix_cpp