Re: [new package] mutt-wizard - automated configuration manager for neomutt

2020-08-13 Thread Chris Bennett
Hi. I built it, no problems. If I understand correctly, gpg2 needs to be used instead of what the manual says. However I got the following error: Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? o We need to generate a lot of random bytes. It is a good idea to perform some other action (type

Re: llvm10 and libtheoraplay on i386

2020-08-13 Thread Jeremie Courreges-Anglas
On Thu, Aug 13 2020, Jeremie Courreges-Anglas wrote: > libtheoraply fails to build now on i386, I don't have the error message > at hand but it's about ELF relocations. Shared libraries should be > linked with -fpic/-fPIC. > > ok? naddy committed a fix using -fPIC which is safe to use on all arc

Re: NEW: textproc/py-css-parser

2020-08-13 Thread 3un0s
On Tue, 11 Aug 2020 09:13:22 +0200 Solene Rapenne wrote: > On Mon, 10 Aug 2020 09:40:26 +0200 > 3un0s <3u...@dismail.de>: > > > On Tue, 7 Jul 2020 16:28:08 +0200 > > 3un0s <3u...@dismail.de> wrote: > > > > > On Tue, 7 Jul 2020 16:16:35 +0200 > > > Landry Breuil wrote: > > > > > > > you sent

Re: [new package] mutt-wizard - automated configuration manager for neomutt

2020-08-13 Thread Aisha Tammy
On 7/5/20 5:56 AM, Aisha Tammy wrote: > bump > > On 6/24/20 3:18 PM, Aisha Tammy wrote: >> Another bump. >> >> Aisha >> >> On 6/17/20 11:36 AM, Aisha Tammy wrote: >>> Another bump! >>> I'm hoping this can be added. >>> >>> Aisha >>> >>> On 6/8/20 1:36 PM, Aisha Tammy wrote: Bumping. Also

Re: [NEW] x11/hsetroot

2020-08-13 Thread Brian Callahan
On Thursday, August 13, 2020 1:05 PM, Stuart Henderson wrote: > On 2020/08/13 16:45, Brian Callahan wrote: > > > Hi Stefan -- > > On Wednesday, August 12, 2020 8:10 AM, Stefan Hagen > > sh+openbsd-po...@codevoid.de wrote: > > > > > Hello, > > > I refined the port a bit. > > > > > > - fixed

llvm10 and libtheoraplay on i386

2020-08-13 Thread Jeremie Courreges-Anglas
libtheoraply fails to build now on i386, I don't have the error message at hand but it's about ELF relocations. Shared libraries should be linked with -fpic/-fPIC. ok? Index: Makefile === RCS file: /cvs/ports/multimedia/libtheor

Re: [NEW] x11/hsetroot

2020-08-13 Thread Brian Callahan
Hi Stefan -- On Wednesday, August 12, 2020 8:10 AM, Stefan Hagen wrote: > Hello, > > I refined the port a bit. > > - fixed tabs > - use GH_ instead of MASTER_SITE > - added NO_TEST > > OK? > > Best Regards, > Stefan > Thanks for the port. Attached is an updated version that d

[macppc, i386] Unbreak games/godot

2020-08-13 Thread Charlene Wendling
Hi, Godot does not build in the current macppc bulk with, as seen on i386: > ./core/safe_refcount.h:139:7: error: large atomic operation may incur > significant performance penalty [-Werror,-Watomic-alignment] This warning is far from being a rare sight on macppc, with no noticeable impact. Thi

UPDATE:math/rstudio 1.3.959 => 1.3.1073

2020-08-13 Thread Brian Callahan
Hi ports -- Attached is an update to RStudio. There is a lot of PLIST churn that is going to be unavoidable every time RStudio is updated. Looking for other RStudio users to test. OK? ~Brian Index: Makefile === RCS file: /cvs/ports

Re: math/R: Flang is broken for the foreseeable future; switch arm64 to gfortran

2020-08-13 Thread Brian Callahan
On Thursday, August 13, 2020 10:59 AM, Peter Hessler wrote: > I've slipped this into the currently running aarch64 bulk build, it > fails with: > > ... > checking size of int... configure: error: in > `/usr/obj/ports/R-4.0.2/build-aarch64': > configure: error: cannot compute sizeof (int) > >

math/R: Flang is broken for the foreseeable future; switch arm64 to gfortran

2020-08-13 Thread Brian Callahan
Hi Ingo -- When we upgraded to llvm-10.0.0, I had to mark flang as BROKEN [0] because upstream has not yet ported what is now called Classic Flang to llvm-10, as most efforts have shifted to the new Flang, which has been upstreamed into mainline LLVM. There are plans to upgrade Classic Flang to ll

Re: update: sysutils/node_exporter

2020-08-13 Thread Stuart Henderson
On 2020/08/13 20:16, Paco Esteban wrote: > Hi ports@, > > This is an update for sysutils/node_exporter to its latest version 1.0.1 > You can see the changelog here: > > https://github.com/prometheus/node_exporter/blob/master/CHANGELOG.md > > I'm not sure if we should put the breaking changes ann

update: sysutils/node_exporter

2020-08-13 Thread Paco Esteban
Hi ports@, This is an update for sysutils/node_exporter to its latest version 1.0.1 You can see the changelog here: https://github.com/prometheus/node_exporter/blob/master/CHANGELOG.md I'm not sure if we should put the breaking changes announced on the changelog on www/faq/current.html (or at le

Re: terminus-font: add OpenType .otb to support pango

2020-08-13 Thread Stuart Henderson
On 2020/07/10 22:05, Christopher Zimmermann wrote: > Hi, > > since pango dropped support for .pcf fonts we need to start shipping .otb > fonts for pango/harfbuzz. > > OK? OK sthen@ > Christopher > > > -- > http://gmerlin.de > OpenPGP: http://gmerlin.de/christopher.pub > CB07 DA40 B0B6 571D

Re: [NEW] x11/hsetroot

2020-08-13 Thread Stefan Hagen
Stuart Henderson wrote: > On 2020/08/13 16:45, Brian Callahan wrote: > > Thanks for the port. Attached is an updated version that does the > > following: > > * COMMENT should not start with a/an, so get rid of it > > * HOMEPAGE is set from the GH_* variables, so don't need it. > > * Tweak license m

Re: [NEW] x11/hsetroot

2020-08-13 Thread Stuart Henderson
On 2020/08/13 16:45, Brian Callahan wrote: > Hi Stefan -- > > On Wednesday, August 12, 2020 8:10 AM, Stefan Hagen > wrote: > > > Hello, > > > > I refined the port a bit. > > > > - fixed tabs > > - use GH_ instead of MASTER_SITE > > - added NO_TEST > > > > OK? > > > > Best Regards,

Re: missing ${COMPILER_LIBCXX} in WANTLIB exposed by llvm 10

2020-08-13 Thread Antoine Jacoutot
On Thu, Aug 13, 2020 at 05:43:19PM +0100, Stuart Henderson wrote: > On 2020/08/13 17:56, Antoine Jacoutot wrote: > > On Thu, Aug 13, 2020 at 05:45:18PM +0200, Matthieu Herrb wrote: > > > Hi, > > > > > > while moving my machines past the llvm10 upgrade, I've found that > > > some packages have not

Re: [Security update] textproc/ruby-kramdown : Update to 2.3.0

2020-08-13 Thread Jeremy Evans
On Thu, Aug 13, 2020 at 1:15 AM wen heping wrote: > Hi, ports@: > >Here is a patch for textproc/ruby-kramdown: >i) Update to 2.3.0, it include security fix(CVE-2020-14001) >ii) Add new port ruby-rexml as RUN_DEPENDS, which I submitted just now > >It build well and run well and pas

Re: missing ${COMPILER_LIBCXX} in WANTLIB exposed by llvm 10

2020-08-13 Thread Stuart Henderson
On 2020/08/13 17:56, Antoine Jacoutot wrote: > On Thu, Aug 13, 2020 at 05:45:18PM +0200, Matthieu Herrb wrote: > > Hi, > > > > while moving my machines past the llvm10 upgrade, I've found that > > some packages have not been automatically upgraded and still need > > libc++abi.so.2.1 and libc++.so.

Re: [NEW] textproc/ruby-rexml

2020-08-13 Thread Jeremy Evans
On Wed, Aug 12, 2020 at 11:29 PM wen heping wrote: > Hi, ports: > >Here is a patch to create textproc/ruby-rexml, it build well > and run well on amd64-curent system. >It is required by the update of textproc/ruby-kramdown. > All Ruby ports in the tree have rexml in the standard library.

Re: missing ${COMPILER_LIBCXX} in WANTLIB exposed by llvm 10

2020-08-13 Thread Antoine Jacoutot
On Thu, Aug 13, 2020 at 05:45:18PM +0200, Matthieu Herrb wrote: > Hi, > > while moving my machines past the llvm10 upgrade, I've found that > some packages have not been automatically upgraded and still need > libc++abi.so.2.1 and libc++.so.4.0 even though they don't appear > anywhere in WANTLIB.

[Update] PostgreSQL 12.4

2020-08-13 Thread Pierre-Emmanuel André
Hello, Small diff to upgrade PostgreSQL to it's latest version. Tested on @amd64. Comments, ok ? Regards Index: Makefile === RCS file: /cvs/ports/databases/postgresql/Makefile,v retrieving revision 1.263 diff -u -p -u -p -r1.263 Make

[UPDATE] audio/pianobar 2017.08.30 -> 2020.04.05

2020-08-13 Thread Tracey Emery
Hello, The following updates pianobar from 2017.08.30 to 2020.04.05. This removes two patches. There are no symbol changes, so no lib bumps. My quickmix station disappeared this morning, so not sure what happened. Running on 2020.04.05 fixes this and is currently playing fine on amd64. Ok? --

Re: dovecot 2.3.11.3 - vfprintf messages

2020-08-13 Thread Mark Patruck
On 2020-08-13 14:15, Stuart Henderson wrote: On 2020/08/13 12:51, Mark Patruck wrote: Anyone else seeing these lines filling up /var/log/messages after updating to dovecot 2.3.11.3 lmtp: vfprintf %s NULL in "Cache %s: " Ah, yes I am. I've reported it here: https://dovecot.org/pipermail/dovec

missing ${COMPILER_LIBCXX} in WANTLIB exposed by llvm 10

2020-08-13 Thread Matthieu Herrb
Hi, while moving my machines past the llvm10 upgrade, I've found that some packages have not been automatically upgraded and still need libc++abi.so.2.1 and libc++.so.4.0 even though they don't appear anywhere in WANTLIB. On my main machine I gave up after patching the 2 ports below and removed a

Re: i386/LLVM 10

2020-08-13 Thread Jeremie Courreges-Anglas
On Thu, Aug 13 2020, Christian Weisgerber wrote: > Jeremie Courreges-Anglas: > >> I don't have an i386 ports test rig. naddy, do you still run i386 test >> builds? Else I can just push it in the tree for sthen to pick up in >> the next bulk, it won't make things worse... > > I've installed i386

Re: math/R: Flang is broken for the foreseeable future; switch arm64 to gfortran

2020-08-13 Thread Peter Hessler
I've slipped this into the currently running aarch64 bulk build, it fails with: ... checking size of int... configure: error: in `/usr/obj/ports/R-4.0.2/build-aarch64': configure: error: cannot compute sizeof (int) -peter On 2020 Aug 13 (Thu) at 14:47:48 + (+), Brian Calla

cmake sporadic library versioning problem

2020-08-13 Thread Christian Weisgerber
Occasionally, print/poppler fails to build with a curious error: A shared library has been built with the version number from SHARED_LIBS, but during the fake stage this is forgotten and the upstream version number used. This produces an error, because the file doesn't exist. It only happens _so

Re: amd64 bulk build failures 2020-08-12

2020-08-13 Thread Antoine Jacoutot
On Thu, Aug 13, 2020 at 02:24:11PM -, Christian Weisgerber wrote: > (No change from 2020-08-10.) > > Here is the list of build failures from the amd64 bulk build started > on 2020-08-12. These are the remaining LLVM 10 fallout: > > devel/py-llvmlite,python3 > devel/rttr > games/fs2open > net

amd64 bulk build failures 2020-08-12

2020-08-13 Thread Christian Weisgerber
(No change from 2020-08-10.) Here is the list of build failures from the amd64 bulk build started on 2020-08-12. These are the remaining LLVM 10 fallout: devel/py-llvmlite,python3 devel/rttr games/fs2open net/bro print/scribus productivity/aqbanking x11/gnustep/back x11/gnustep/renaissance I di

Re: NEW: databases/timescaledb 1.7.2

2020-08-13 Thread Martin
‐‐‐ Original Message ‐‐‐ On Thursday, August 6, 2020 12:15 PM, Stuart Henderson wrote: > Don't prod for OKs for something which you only sent a few hours ago! > > On 2020/08/06 12:12, Martin wrote: > > > This one is OK? > > ‐‐‐ Original Message ‐‐‐ > > On Thursday, August 6, 20

Re: NEW: databases/redis-pgsql is an extension to PostgreSQL for read/write to Redis database

2020-08-13 Thread Martin
‐‐‐ Original Message ‐‐‐ On Thursday, August 6, 2020 12:12 PM, Martin wrote: > OK? > > ‐‐‐ Original Message ‐‐‐ > On Thursday, August 6, 2020 8:38 AM, Martin martin...@protonmail.com wrote: > > > Redis-pgsql builds using integrated gcc. No any ports/gcc is needed. > > Martin > >

Re: i386/LLVM 10

2020-08-13 Thread Christian Weisgerber
Jeremie Courreges-Anglas: > I don't have an i386 ports test rig. naddy, do you still run i386 test > builds? Else I can just push it in the tree for sthen to pick up in > the next bulk, it won't make things worse... I've installed i386 on my spare APU2. I can't run full builds there, but I can

Re: [NEW] devel/attinycore 1.4.0

2020-08-13 Thread Tracey Emery
On Thu, Aug 13, 2020 at 02:09:31AM +, Brian Callahan wrote: > > On Wednesday, August 12, 2020 12:50 PM, Tracey Emery > wrote: > > > On Mon, Jul 27, 2020 at 12:47:17PM -0600, Tracey Emery wrote: > > > > > Hello, > > > This is a new port, which adds support for compiling Arduino code for a >

Re: i386/LLVM 10

2020-08-13 Thread Mark Kettenis
> From: Jeremie Courreges-Anglas > Date: Thu, 13 Aug 2020 11:54:53 +0200 > > On Wed, Aug 12 2020, Christian Weisgerber wrote: > > On 2020-08-10, Stuart Henderson wrote: > > > >> x11/qt4 > >> > >> ld: error: relocation R_386_PC32 cannot be used against symbol > >> cti_vm_throw; recompile with -

Re: NEW: databases/timescaledb 1.7.2

2020-08-13 Thread Martin
*ping* ‐‐‐ Original Message ‐‐‐ On Wednesday, August 5, 2020 9:40 PM, Stuart Henderson wrote: > On 2020/08/05 21:20, Martin wrote: > > > TimescaleDB plugin tested with PostgreSQL 12.2 server by making appropriate > > database and `CREATE EXTENSION timescaledb CASCADE` as documented. Wh

Re: NEW: databases/redis-pgsql is an extension to PostgreSQL for read/write to Redis database

2020-08-13 Thread Martin
*ping* ‐‐‐ Original Message ‐‐‐ On Thursday, August 6, 2020 8:38 AM, Martin wrote: > Redis-pgsql builds using integrated gcc. No any ports/gcc is needed. > > Martin > > $OpenBSD: Makefile,v 1.7 2020/08/02 00:37:13 > > = > > COMMENT = extension

Re: dovecot 2.3.11.3 - vfprintf messages (was: Re: CVS: cvs.openbsd.org: ports)

2020-08-13 Thread Stuart Henderson
On 2020/08/13 12:51, Mark Patruck wrote: > Anyone else seeing these lines filling up /var/log/messages after updating > to dovecot 2.3.11.3 > > lmtp: vfprintf %s NULL in "Cache %s: " Ah, yes I am. I've reported it here: https://dovecot.org/pipermail/dovecot/2020-August/119645.html

dovecot 2.3.11.3 - vfprintf messages (was: Re: CVS: cvs.openbsd.org: ports)

2020-08-13 Thread Mark Patruck
Anyone else seeing these lines filling up /var/log/messages after updating to dovecot 2.3.11.3 lmtp: vfprintf %s NULL in "Cache %s: " On 2020-08-12 17:21, Stuart Henderson wrote: CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/08/12 09:21:11 Modified fi

Re: i386/LLVM 10

2020-08-13 Thread Jeremie Courreges-Anglas
On Wed, Aug 12 2020, Christian Weisgerber wrote: > On 2020-08-10, Stuart Henderson wrote: > >> x11/qt4 >> >> ld: error: relocation R_386_PC32 cannot be used against symbol cti_vm_throw; >> recompile with -fPIC > defined in ../../JavaScriptCore/release/libjscore.a(JITStubs.o) > referenced

回复: 回复: [NEW] www/p5-Catalyst-Action-REST

2020-08-13 Thread wen heping
ping ... 发件人: owner-po...@openbsd.org 代表 wen heping 发送时间: 2020年7月28日 19:36 收件人: afre...@openbsd.org 抄送: ports@openbsd.org 主题: 回复: 回复: [NEW] www/p5-Catalyst-Action-REST I rework the update of p5-Catalyst-* ports, this new port is required, would someone have a

[Security update] textproc/ruby-kramdown : Update to 2.3.0

2020-08-13 Thread wen heping
Hi, ports@: Here is a patch for textproc/ruby-kramdown: i) Update to 2.3.0, it include security fix(CVE-2020-14001) ii) Add new port ruby-rexml as RUN_DEPENDS, which I submitted just now It build well and run well and pass tests on amd64-current system. Cheers ! wen Index: Makefile