Re: Add hledger-1.21 via devel/cabal module

2021-03-21 Thread Evan Silberman
Greg Steuck wrote: > Evan mentioned hledger port being of interest, less than a year later we > can have it :) > > I'd like some test reports and OKs before this goes in. > > Thanks > Greg Built, ran, and processed my journal! (on amd64) Thanks for your work on this project Greg. Getting

Re: [NEW] net/Vger

2021-03-21 Thread Florian Viehweger
Hi ports, I've attached an updated tarball addressing hopefully all the mentioned issues. Thank you for your input. > inetd, really, in 2021?! What is wrong with inetd in this use case? Additionally a diff for user.list, as I added the user and group _vger. Index: user.list

UPDATE security/libgsasl

2021-03-21 Thread Sebastian Reitenbach
Hi, this updates security/libgsasl to 1.10.0. and drop MAINTAINER. While there, switch from libgcrypt to libressl, because of that, full bump. I tried to run net/dico but it complained about a missing libgcrypt. Tests all pass. OK? Index: Makefile

Re: www/py-http_ece switch to python3 only

2021-03-21 Thread Kurt Mosiejczuk
On Sun, Mar 21, 2021 at 10:10:40PM +0100, Sebastian Reitenbach wrote: > Hi, > as far as I can see, www/py-http_ece is only used by > www/py-mastodon.py, which is python3, > so no need for a python2 FLAVOR. > adding quirk and remove unflavored line from www/Makefile. > OK? You'll need a

www/py-http_ece switch to python3 only

2021-03-21 Thread Sebastian Reitenbach
Hi, as far as I can see, www/py-http_ece is only used by www/py-mastodon.py, which is python3, so no need for a python2 FLAVOR. adding quirk and remove unflavored line from www/Makefile. OK? cheers, Sebastian Index: Makefile

CVS: cvs.openbsd.org: ports

2021-03-21 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2021/03/21 13:17:34 Modified files: infrastructure/lib/DPB: Config.pm External.pm PortBuilder.pm infrastructure/lib/DPB/Job: Port.pm Log message: refactor: make the builder responsible for

update scons to 3.1.1

2021-03-21 Thread Daniel Dickman
scons is still on python2. Here's an update to version 3.1.1 as a first step in preparation for switching to python3. While scons was ported to python 3 some time ago, this newer version includes a few small fixes that should work better with python 3.8. Note I did not go to scons version

shells/tcsh 6.22.02 -> 6.22.03 update breaks :h modifier behavior

2021-03-21 Thread Alessandro De Laurenzis
Greatings, In tcsh 6.22.02 (and in csh from base): {1} set a=foo {2} echo $a foo {3} echo $a:h foo In tcsh 6.22.03: {1} set a=foo {2} echo $a foo {3} echo $a:h {4} This is breaking most of cad/qflow scripts (and possibly creating other issues in the tree). Please test at your end.

CVS: cvs.openbsd.org: ports

2021-03-21 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/03/21 11:47:17 Modified files: sysutils/grafana: Makefile distinfo sysutils/grafana/patches: patch-conf_sample_ini sysutils/grafana/pkg: PLIST Log message: update to grafana-7.4.5,

CVS: cvs.openbsd.org: ports

2021-03-21 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2021/03/21 11:23:55 Modified files: productivity/grisbi: Makefile distinfo Log message: productivity/grisbi: update to 2.0.3

CVS: cvs.openbsd.org: ports

2021-03-21 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2021/03/21 10:43:02 Modified files: x11/xfce4/thunar: Makefile distinfo x11/xfce4/thunar/pkg: PLIST Log message: x11/xfce4/thunar: update to 4.16.6.

CVS: cvs.openbsd.org: ports

2021-03-21 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2021/03/21 10:31:29 Modified files: games/gcompris : Makefile distinfo games/gcompris/pkg: PLIST Log message: Update to gcompris-1.1.

CVS: cvs.openbsd.org: ports

2021-03-21 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2021/03/21 10:31:10 Modified files: graphics/gdk-pixbuf2: Makefile distinfo graphics/gdk-pixbuf2/patches: patch-meson_build Log message: Update to gdk-pixbuf-2.42.4.

Re: [patch] xsel: fix segfault when running on empty input file.

2021-03-21 Thread Brennan Vincent
Changed the "before" file from configure.ac.bak to configure.ac.orig. Sorry for the spam. On 3/21/21 12:18 PM, Brennan Vincent wrote: Thanks for the feedback. I had not realized that some systems are still on GCC 3.x. I've patched that flag out in configure.ac. New patch attached. On

Add hledger-1.21 via devel/cabal module

2021-03-21 Thread Greg Steuck
Evan mentioned hledger port being of interest, less than a year later we can have it :) I'd like some test reports and OKs before this goes in. Thanks Greg hledger.tgz Description: hledger port

CVS: cvs.openbsd.org: ports

2021-03-21 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2021/03/21 10:20:20 Modified files: security/libnettle: Makefile distinfo Log message: Update to libnettle-3.7.2.

Re: [patch] xsel: fix segfault when running on empty input file.

2021-03-21 Thread Brennan Vincent
Thanks for the feedback. I had not realized that some systems are still on GCC 3.x. I've patched that flag out in configure.ac. New patch attached. On 3/21/21 11:56 AM, Klemens Nanni wrote: On Sun, Mar 21, 2021 at 11:01:54AM -0400, Brennan Vincent wrote: Attaching a patch that follows these

lang/ruby/3.0 fixes for mips64

2021-03-21 Thread Visa Hankala
lang/ruby/3.0 fails to build on mips64. It looks that the peephole optimizer still has issues on this architecture. The following patch disables it. In addition, there is an alignment problem with the handling of builtins. compiler.c assumes that bytecode arrays are properly aligned. However,

Re: grafana 7.4.5

2021-03-21 Thread Rob Schmersel
On Fri, 19 Mar 2021 20:18:21 + Stuart Henderson wrote: > seems to work, but I only have a simple setup and don't entirely > know what I'm doing with this, if someone is using it more rigorously > than this please do test. > > as usual with go, this involved swearing at go.port.mk and

CVS: cvs.openbsd.org: ports

2021-03-21 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2021/03/21 10:03:51 Modified files: multimedia/assimp: Makefile Added files: multimedia/assimp/patches: patch-assimpTargets-debug_cmake_in

Re: [patch] xsel: fix segfault when running on empty input file.

2021-03-21 Thread Klemens Nanni
On Sun, Mar 21, 2021 at 11:01:54AM -0400, Brennan Vincent wrote: > Attaching a patch that follows these suggestions. > > My ports tree is a checkout of the https://github.com/openbsd/ports mirror, > so I've used git format-patch to create the patch. I'm a porting beginner so > please let me know

Re: [patch] xsel: fix segfault when running on empty input file.

2021-03-21 Thread Brennan Vincent
Attaching a patch that follows these suggestions. My ports tree is a checkout of the https://github.com/openbsd/ports mirror, so I've used git format-patch to create the patch. I'm a porting beginner so please let me know if there's a better way to send patches. On 3/21/21 8:00 AM, Klemens

Re: NEW: rover

2021-03-21 Thread prx
* Dimitri Karamazov le [21-03-2021 04:42:50 +]: > On Sun, Mar 21, 2021 at 04:36:02AM +, prx wrote: > > Hello, > > find attached a new port for rover [1], a file manager. > > I'm new to porting, se please tell me if I'm wrong. > > > > Regards. > Attached with some changes > * When

CVS: cvs.openbsd.org: ports

2021-03-21 Thread Aaron Bieber
CVSROOT:/cvs Module name:ports Changes by: abie...@cvs.openbsd.org 2021/03/21 08:19:49 Modified files: security/rbw : Makefile distinfo security/rbw/patches: patch-Cargo_toml Removed files: security/rbw/patches:

CVS: cvs.openbsd.org: ports

2021-03-21 Thread Aaron Bieber
CVSROOT:/cvs Module name:ports Changes by: abie...@cvs.openbsd.org 2021/03/21 08:16:21 Modified files: www/luakit : Makefile distinfo www/luakit/pkg : PLIST Removed files: www/luakit/patches: patch-common_ipc_c patch-tests_run_test_lua Log message:

Re: remove sysutils/upt/*

2021-03-21 Thread Daniel Jakots
On Sat, 13 Mar 2021 22:10:28 +0100, Klemens Nanni wrote: > On Sat, Mar 13, 2021 at 03:24:50PM -0500, Daniel Jakots wrote: > > A few years ago, I imported sysutils/upt. No one else never really > > cared about it, as people (rightfully) focus on portgen(1). I'm not > > interested anymore in

CVS: cvs.openbsd.org: ports

2021-03-21 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2021/03/21 08:05:13 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm sysutils : Makefile Removed files: sysutils/upt : Makefile Makefile.inc

sparc64 bulk build report

2021-03-21 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Fri Mar 19 21:40:41 MDT 2021 Finished: Sun Mar 21 07:52:00 MDT 2021 Duration: 1 Days 10 hours 11 minutes Built using OpenBSD 6.9-beta (GENERIC.MP) #747: Fri Mar 19 14:29:04 MDT 2021 Built 8120 packages Number of packages built each day: Mar

CVS: cvs.openbsd.org: ports

2021-03-21 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2021/03/21 07:45:56 Modified files: net/haproxy: Makefile distinfo Log message: Update to haproxy-2.3.7

Re: [NEW] net/Vger

2021-03-21 Thread Solene Rapenne
On Sun, 14 Mar 2021 22:05:00 +0100 Florian Viehweger : > Hi ports, > > attached is a port of Vger, a gemini server supporting chroot, > virtualhosts, CGI, default language choice, redirections and MIME types > detection. > > Initial work was done by prx, with permission I'm taking

CVS: cvs.openbsd.org: ports

2021-03-21 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2021/03/21 06:24:30 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Quirk for move of py-protobuf to python3 only

CVS: cvs.openbsd.org: ports

2021-03-21 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2021/03/21 06:22:47 Modified files: devel : Makefile Log message: Unhook py-protobuf

CVS: cvs.openbsd.org: ports

2021-03-21 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2021/03/21 06:22:09 Modified files: devel/py-protobuf: Makefile devel/py-protobuf/pkg: PLIST Log message: Move py-protobuf to python3 only

CVS: cvs.openbsd.org: ports

2021-03-21 Thread Tim van der Molen
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2021/03/21 06:05:33 Modified files: databases : Makefile Log message: Hook up sqlcipher.

CVS: cvs.openbsd.org: ports

2021-03-21 Thread Tim van der Molen
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2021/03/21 06:04:27 Log message: Import databases/sqlcipher. From Tom Murphy with improvements from sthen@ and me. OK sthen@ Status: Vendor Tag: tim Release Tags:

Re: py-protobuf: move to python3-only

2021-03-21 Thread Klemens Nanni
On Sun, Mar 21, 2021 at 10:56:27AM +0100, Theo Buehler wrote: > I switched py-axolotl to python3-only earlier today. The other > consumers are already python3 only if I understand correctly. Sure, but that will need unhooking from devel/Makefile as well as the merging quirk.

Re: [patch] xsel: fix segfault when running on empty input file.

2021-03-21 Thread Klemens Nanni
On Sat, Mar 20, 2021 at 09:13:24PM -0700, Greg Steuck wrote: > A bigger question is if something else should be done. Memory safety is > an obvious problem to worry about especially in the context where the > selection may not be fully trusted. So, should we pick up a few more > patches from

Re: [NEW] audio/zynaddsubfx

2021-03-21 Thread Stuart Henderson
On 2021/03/21 11:30, Solene Rapenne wrote: > On Thu, 18 Mar 2021 17:36:55 + > Dimitri Karamazov : > > > Ping > > > > hello, in zyn-fusion I'd add audio/zynaddsubfx as a RUN_DEP because > it seems mandatory to use zyn-fusion. The problem is that the dependency is sort-of circular.

Re: NEW: rover

2021-03-21 Thread Dimitri Karamazov
On Sun, Mar 21, 2021 at 04:36:02AM +, prx wrote: > Hello, > find attached a new port for rover [1], a file manager. > I'm new to porting, se please tell me if I'm wrong. > > Regards. Attached with some changes * When fetching source from github use GH_* variables * DISTFILES is only required

[maintainer-update] mail/mu 1.4.14 to 1.4.15 (bugfix release)

2021-03-21 Thread Stefan Hagen
Hello, This is a small bugfix release of mail/mu. No functional changes. portcheck, make {test,port-lib-depends-check}: ok on amd64 Best Regards, Stefan PS: Let me know if unified diffs are not okay on this list. Index: mail/mu/Makefile

Re: [NEW] audio/zynaddsubfx

2021-03-21 Thread Solene Rapenne
On Thu, 18 Mar 2021 17:36:55 + Dimitri Karamazov : > Ping > hello, in zyn-fusion I'd add audio/zynaddsubfx as a RUN_DEP because it seems mandatory to use zyn-fusion. When I run zynaddsubfx or zyn-fusion, I see no difference, is it normal? Both open a X window with a keyboard at the bottom

CVS: cvs.openbsd.org: ports

2021-03-21 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2021/03/21 04:22:53 Modified files: x11/yaru : Makefile distinfo x11/yaru/pkg : PLIST Log message: Update to yaru-21.04.1.

CVS: cvs.openbsd.org: ports

2021-03-21 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/03/21 04:08:14 Modified files: net/unifi/6.1 : Makefile Log message: fix missing -

py-protobuf: move to python3-only

2021-03-21 Thread Theo Buehler
I switched py-axolotl to python3-only earlier today. The other consumers are already python3 only if I understand correctly. Index: Makefile === RCS file: /cvs/ports/devel/py-protobuf/Makefile,v retrieving revision 1.9 diff -u -p

CVS: cvs.openbsd.org: ports

2021-03-21 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2021/03/21 03:37:43 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.28.15.

CVS: cvs.openbsd.org: ports

2021-03-21 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2021/03/21 03:30:24 Modified files: sysutils/govmomi: Makefile distinfo Log message: Update to govc-0.24.1.

CVS: cvs.openbsd.org: ports

2021-03-21 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2021/03/21 02:59:56 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: quirk for py-axolotl -> py3-axolotl

CVS: cvs.openbsd.org: ports

2021-03-21 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2021/03/21 02:58:37 Modified files: security : Makefile Log message: Unhook py-axolotl

CVS: cvs.openbsd.org: ports

2021-03-21 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2021/03/21 02:57:55 Modified files: security/py-axolotl: Makefile security/py-axolotl/pkg: PLIST Log message: Move py-axolotl to python3-only. ok feinerer (maintainer), kmos, sthen

CVS: cvs.openbsd.org: ports

2021-03-21 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2021/03/21 02:25:18 Modified files: math/gnumeric : Makefile distinfo math/gnumeric/pkg: PLIST Log message: Update to gnumeric-1.12.49.

CVS: cvs.openbsd.org: ports

2021-03-21 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2021/03/21 02:11:08 Modified files: x11/gnome/user-docs: Makefile distinfo Log message: Update to gnome-user-docs-3.38.5.