Re: devel/cmake MODCMAKE_PORT_BUILD

2020-11-20 Thread Rafael Sadowski
On Fri Nov 20, 2020 at 08:06:27PM +, Stuart Henderson wrote: > On 2020/11/20 20:49, Rafael Sadowski wrote: > > I would like to add an new cmake module option. > > > > MODCMAKE_PORT_BUILD: > > If set to `Yes', CMake will set all necessary options for a port build. > > This does not change any d

Re: [New] sysutils/glances (Python)

2020-11-20 Thread Ashton Fagg
Stuart Henderson writes: > OpenBSD uses ${SYSCONFDIR} (typically /etc) not /usr/local/etc for > config files, and they should be installed using @sample in PLIST so > that local edits don't break updates. > > The web interface (glances -w) requires py3-bottle, it's a small enough > dep so I think

[Maintainer Update] sysutils/direnv: 2.23.1 -> 2.24.0

2020-11-20 Thread Ashton Fagg
Attached diff will to update sysutils/direnv from 2.23.1 to 2.24.0. Package builds and works as expected on amd64. Thanks! diff --git a/sysutils/direnv/Makefile b/sysutils/direnv/Makefile index 52f61e9..67ae754 100644 --- a/sysutils/direnv/Makefile +++ b/sysutils/direnv/Makefile @@ -4,7 +4,7 @@

Ping: [Update] x11/xbindkeys: 1.8.6 -> 1.8.7

2020-11-20 Thread Ashton Fagg
Ping. diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile index 948ef7f..9767879 100644 --- a/x11/xbindkeys/Makefile +++ b/x11/xbindkeys/Makefile @@ -1,7 +1,7 @@ # $OpenBSD: Makefile,v 1.22 2019/07/12 20:51:25 sthen Exp $ COMMENT = bind keys or mouse buttons to shell commands under X1

Ping: Update: devel/glog: 0.3.5 -> 0.4.0

2020-11-20 Thread Ashton Fagg
Ping. diff --git a/devel/glog/Makefile b/devel/glog/Makefile index 963135f..a663fcc 100644 --- a/devel/glog/Makefile +++ b/devel/glog/Makefile @@ -4,16 +4,17 @@ COMMENT = C++ application-level logging library GH_ACCOUNT = google GH_PROJECT = glog -GH_TAGNAME = v0.3.5 -REVISION = 1 +GH_TAG

PostgreSQL 13.1 Upgrade

2020-11-20 Thread Jeremy Evans
Now that PostgreSQL 13.1 is out, I think we can consider upgrading to it. The diff below was tested on amd64 on a partial bulk of the ports depending on PostgreSQL. Thankfully, the changes were less extensive than in previous PostgreSQL major updates. Briefly, the changes: citus 9.0.1 -> 9.5.0

Re: [update] net/dendrite to 0.3.0

2020-11-20 Thread Aaron Bieber
Aaron Bieber writes: > Halla! > > Trivial dendrite update. Changes here: > https://github.com/matrix-org/dendrite/releases/tag/v0.3.0 > > I have it running on my test Matrix server with no issues! > > OK? > > Cheers, > Aaron > And a new version! I am running this atm.. I'll probably commit later

[UPDATE] net/mcabber to 1.1.2

2020-11-20 Thread Ricardo Mestre
Hi, Simple update to 1.1.2, OK? Index: Makefile === RCS file: /cvs/ports/net/mcabber/Makefile,v retrieving revision 1.38 diff -u -p -u -r1.38 Makefile --- Makefile12 Jul 2019 20:48:32 - 1.38 +++ Makefile20 Nov 2020 2

Re: NEW: sysutils/blackbox_exporter

2020-11-20 Thread Tracey Emery
On Fri, Nov 20, 2020 at 09:47:14PM +, Stuart Henderson wrote: > any oks to import this? I've put it in sysutils/ alongside the existing > Prometheus exporters. > > > $ pkg_info blackbox_exporter > Information for inst:blackbox_exporter-0.18.0 > > Comment: > Prometheus exporter to test HTTP/D

Re: net/zabbix-5.0.5 : Zabbix wrongly reporting down hosts as up

2020-11-20 Thread Federico Churca-Torrusio
Sorry, you are right! Combing through my logs I just found that I was, in fact, running 5.0.3 instead of 5.0.5 . I'll separately try both installing zabbix from ports and pointing zabbix to the old fping. Sorry for the mess! On Fri, Nov 20, 2020 at 6:48 PM Stuart Henderson wrote: > On 2020/11/

Re: net/zabbix-5.0.5 : Zabbix wrongly reporting down hosts as up

2020-11-20 Thread Stuart Henderson
On 2020/11/20 17:30, Federico Churca-Torrusio wrote: > >Simplest fix is probably to update zabbix to the version in -current, > >ports diff for this below. > > > >The actual commit fixing it is in > > > https://git.zabbix.com/projects/ZBX/repos/zabbix/commits/8cf3bbc393db3e48ac2401e50d1d880f53e8b75

NEW: sysutils/blackbox_exporter

2020-11-20 Thread Stuart Henderson
any oks to import this? I've put it in sysutils/ alongside the existing Prometheus exporters. $ pkg_info blackbox_exporter Information for inst:blackbox_exporter-0.18.0 Comment: Prometheus exporter to test HTTP/DNS/TCP/ICMP endpoints Description: This Prometheus exporter allows "blackbox" probi

Re: net/zabbix-5.0.5 : Zabbix wrongly reporting down hosts as up

2020-11-20 Thread Federico Churca-Torrusio
>Simplest fix is probably to update zabbix to the version in -current, >ports diff for this below. > >The actual commit fixing it is in > https://git.zabbix.com/projects/ZBX/repos/zabbix/commits/8cf3bbc393db3e48ac2401e50d1d880f53e8b758#src/libs/zbxicmpping/icmpping.c I thought of that, but I don't

Re: devel/cmake MODCMAKE_PORT_BUILD

2020-11-20 Thread Stuart Henderson
On 2020/11/20 20:49, Rafael Sadowski wrote: > I would like to add an new cmake module option. > > MODCMAKE_PORT_BUILD: > If set to `Yes', CMake will set all necessary options for a port build. > This does not change any default settings for use outside the ports > tree. Default value is `Yes'. >

Re: net/zabbix-5.0.5 : Zabbix wrongly reporting down hosts as up

2020-11-20 Thread Stuart Henderson
On 2020/11/20 16:38, Federico Churca-Torrusio wrote: > Hello > > On upgrading, my Zabbix server started to wrongly report every host as up. > According to other info I've found, it's very similar to Zabbix issue > ZBX-18365 [1] , where Zabbix misinterprets fping's output as of fping 5.0 , > but it

devel/cmake MODCMAKE_PORT_BUILD

2020-11-20 Thread Rafael Sadowski
I would like to add an new cmake module option. MODCMAKE_PORT_BUILD: If set to `Yes', CMake will set all necessary options for a port build. This does not change any default settings for use outside the ports tree. Default value is `Yes'. I have tested it with some ports and it works as desired.

net/zabbix-5.0.5 : Zabbix wrongly reporting down hosts as up

2020-11-20 Thread Federico Churca-Torrusio
Hello On upgrading, my Zabbix server started to wrongly report every host as up. According to other info I've found, it's very similar to Zabbix issue ZBX-18365 [1] , where Zabbix misinterprets fping's output as of fping 5.0 , but it should have been fixed as of Zabbix 5.0.5 . This particular inst

sparc64 bulk build report

2020-11-20 Thread kmos
Bulk build on sparc64-0.ports.openbsd.org Started : Tue Nov 17 15:09:10 MST 2020 Finished: Fri Nov 20 12:32:57 MST 2020 Duration: 2 Days 21 hours 24 minutes Built using OpenBSD 6.8-current (GENERIC.MP) #564: Tue Nov 17 01:21:47 MST 2020 Built 9431 packages Number of packages built each day: Nov

Re: UPDATE: openimageio 1.8.17

2020-11-20 Thread Stuart Henderson
On 2020/11/19 22:27, Brad Smith wrote: > On Wed, Nov 18, 2020 at 08:09:13PM -0500, Brad Smith wrote: > > Here is an update to openimageio 1.8.17. The last release along the 1.8 > > branch. > > > > 1.8.8 drops usage of GLEW. > > > > 1.8.9 has switched from openjpeg to openjp2. Ah good, then we ca

Re: net/nextcloudclient not talking to keyring for credentials

2020-11-20 Thread Rafael Sadowski
On Thu Nov 19, 2020 at 12:47:46PM +, Tom Murphy wrote: > Hi, > >I'm trying to get net/nextcloudclient to save my password but I get this > error: > >[ warning nextcloud.sync.credentials.http ]:Error while writing password > "Unknown error" > >I've tried installing gnome-keyring,

[UPDATE] emulators/mednafen to 1.26.1

2020-11-20 Thread Ricardo Mestre
Hi, Update to v1.26.1 which compared to our ports version brings a lot of Sega Saturn fixes, but also "This release fixes compilation errors with clang, fixes compilation errors after configuring with --disable-debugger, fixes a few minor MSU1 handling bugs in the SNES-Faust module, and improves t

Re: NEW: fonts/ttyp0-font

2020-11-20 Thread Stuart Henderson
On 2020/11/20 16:37, Manuel Giraud wrote: > Here is a nice monospace bitmap font I'm using that is in my mystuff's > port for quite some time now. Maybe this could go in if someone is > interested. let's go for chrisz's version of this, the flavour handling is easier to deal with, and he has alrea

Re: [UPDATE] emulators/mednafen to 1.26.1

2020-11-20 Thread Ricardo Mestre
Sorry, forgot to include jeremy@ (maintainer)! On 16:13 Fri 20 Nov , Ricardo Mestre wrote: > Hi, > > Update to v1.26.1 which compared to our ports version brings a lot of Sega > Saturn fixes, but also "This release fixes compilation errors with clang, > fixes > compilation errors after confi

Re: net/nextcloudclient not talking to keyring for credentials

2020-11-20 Thread Adriano Barbosa
Hi Tom. I don’t use gnome and never tried any of these key rings on OpenBSD. Regards Em qui., 19 de nov. de 2020 às 08:47, Tom Murphy escreveu: > Hi, > > I'm trying to get net/nextcloudclient to save my password but I get > this error: > > [ warning nextcloud.sync.credentials.http ]:Err

Re: UPDATE: Nono-0.1.4

2020-11-20 Thread Gleydson Soares
On Fri, Nov 20, 2020 at 05:01:14PM +0100, Gonzalo L. Rodriguez wrote: > Hello, > > And yet another version of Nono with some fixes: > > http://www.pastel-flower.jp/~isaki/nono/ > > OK? Comments? > > Cheers.- I think it should go in, it's a bugfix release. OK gsoares@

UPDATE: Nono-0.1.4

2020-11-20 Thread Gonzalo L. Rodriguez
Hello, And yet another version of Nono with some fixes: http://www.pastel-flower.jp/~isaki/nono/ OK? Comments? Cheers.- -- - gonzalo Index: Makefile === RCS file: /cvs/ports/emulators/nono/Makefile,v retrieving r

[old NEW] ttyp0 font

2020-11-20 Thread Manuel Giraud
Hi, Here is a nice monospace bitmap font I'm using that is in my mystuff's port for quite some time now. Maybe this could go in if someone is interested. uw-ttyp0.tar.gz Description: Unix tar archive -- Manuel Giraud

Re: sysutils/hw-probe: only add the dmidecode dependency for i386 and amd64

2020-11-20 Thread David Dahlberg
On Fri, 2020-11-20 at 13:29 +0800, Kevin Lo wrote: > hw-probe could run on non-x86 architectures. > Tested on arm64 [1] and octeon [2]. [..] > +.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" > +RUN_DEPENDS += sysutils/dmidecode > +.endif Hmm, although dmidecode does only package for

Re: UPDATE: Tor Browser 10.0.5

2020-11-20 Thread Stuart Henderson
On 2020/11/19 19:46, Dimitri Karamazov wrote: > > Seems like something the mail server did of it's own accord because of the > size of the mail, > or is it the client? That doens't make sense, this chars are increasing the > size of mail. > Pershaps the mail client doesn't support non-alphanumer

Re: postgrey: rcctl lists the service as failed when it is running

2020-11-20 Thread Mike Fischer
Hi Stuart! Thanks! I can confirm that the patch works. However some minimal manual cleanup is required after updating the package: # pkg_add -u quirks-3.439 signed on 2020-11-19T21:06:27Z postgrey-1.3

[wip] xfce 4.16pre2

2020-11-20 Thread Landry Breuil
Hi, xfce 4.16 is around the corner (see https://wiki.xfce.org/releng/4.16/roadmap) and as usual i've been testing/packaging the various 4.15 dev releases (cf https://cgit.rhaalovely.net/xfce4/log/?h=next). Pre2 was released yesterday (per https://mail.xfce.org/pipermail/xfce-announce/2020-November