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

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Andrew Fresh
CVSROOT:/cvs Module name:ports Changes by: afre...@cvs.openbsd.org 2020/08/13 19:51:38 Modified files: devel/quirks : Makefile Log message: Bump quirks version for p5-Crypt-OpenPGP reminded by danj@

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Andrew Fresh
CVSROOT:/cvs Module name:ports Changes by: afre...@cvs.openbsd.org 2020/08/13 19:49:08 Modified files: devel/p5-MooseX-ConfigFromFile: Makefile Log message: Fix dependencies for devel/p5-MooseX-ConfigFromFile

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Andrew Fresh
CVSROOT:/cvs Module name:ports Changes by: afre...@cvs.openbsd.org 2020/08/13 19:41:59 Modified files: devel/quirks/files: Quirks.pm Log message: p5-Crypt-OpenPGP is no longer obsolete, it's back in the tree remove that line - sthen@

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

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

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.

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: cvs.openbsd.org: ports

2020-08-13 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2020/08/13 15:18:45 Modified files: multimedia/libtheoraplay: Makefile Log message: Build shared library with -fPIC. This also unbreaks the build on i386 with LLVM 10.

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

[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.

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: cvs.openbsd.org: ports

2020-08-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/08/13 13:07:00 Modified files: mail/dovecot : Makefile Added files: mail/dovecot/patches: patch-src_lib-index_mail-cache_c Log message: Dovecot: add patch to avoid a null printf, from

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

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2020/08/13 12:40:38 Modified files: textproc/wkhtmltopdf: Makefile textproc/wkhtmltopdf/patches:

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

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/08/13 12:22:59 Modified files: mail : Makefile mail/neomutt : Makefile mail/neomutt/pkg: DESCR PLIST Log message: neomutt tweaks, based on a diff from Olivier Taïbi -

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/08/13 12:21:19 Modified files: mail/notmuch : Makefile Makefile.inc mail/notmuch/notmuch: Makefile distinfo mail/notmuch/notmuch/patches: patch-configure

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

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/08/13 12:15:04 Added files: net/bro/patches: patch-aux_broker_3rdparty_caf_libcaf_test_caf_test_dsl_hpp

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

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2020/08/13 11:16:05 Modified files: security/py-tlsfuzzer: Makefile security/py-tlsfuzzer/pkg: PLIST Added files: security/py-tlsfuzzer/files: test-tls13-zero-content-type.py Log

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/08/13 11:08:45 Modified files: infrastructure/mk: arch-defines.mk Log message: bump SYSTEM_VERSION on clang archs, to trigger pkg_add to update everything so that people updating from subsequent

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

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

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/08/13 11:03:09 Modified files: sysutils/fdupes: Makefile distinfo Log message: update to fdupes-2.1.2

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

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

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

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/08/13 10:08:21 Modified files: x11/gnome/orca : Makefile distinfo Log message: Update to orca-3.36.5.

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

[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:

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

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/08/13 09:41:19 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.23.33.

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/08/13 09:38:12 Modified files: meta/gnome : Makefile Log message: Welcome GNOME 3.36.5!

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/08/13 09:37:50 Modified files: x11/gnome/desktop: Makefile distinfo Log message: Update to gnome-desktop-3.36.5.

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/08/13 09:20:38 Modified files: x11/gnome/accerciser: Makefile distinfo Log message: Update to accerciser-3.36.3.

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/08/13 09:20:17 Modified files: sysutils/deja-dup: Makefile distinfo sysutils/deja-dup/pkg: PLIST Log message: Update to deja-dup-42.2.

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/08/13 09:13:09 Modified files: math/gnumeric : Makefile distinfo Log message: Update to gnumeric-1.12.48.

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/08/13 09:12:53 Modified files: devel/goffice : Makefile distinfo Log message: Update to goffice-0.10.48.

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

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/08/13 09:05:13 Modified files: sysutils/consul: Makefile distinfo Log message: Update to consul-1.8.3.

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2020/08/13 09:00:17 Modified files: x11/qt4: Makefile x11/qt4/patches: patch-src_3rdparty_webkit_Source_JavaScriptCore_jit_JITStubs_cpp Log message: Tentative

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

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

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/08/13 08:46:53 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.14.41.

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/08/13 08:47:12 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.18.118.

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/08/13 08:46:41 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.17.41.

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/08/13 08:38:25 Modified files: graphics/openexr: Makefile distinfo Log message: Update to OpenEXR-2.5.3.

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/08/13 08:36:20 Modified files: sysutils/terraform: Makefile distinfo Added files: sysutils/terraform/patches:

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 >

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

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2020/08/13 08:20:18 Modified files: games/wtf : Makefile distinfo Log message: Update to wtf-20200809

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/08/13 08:17:08 Modified files: net/wireshark : Tag: OPENBSD_6_7 Makefile distinfo Log message: update to Wireshark 3.2.6

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/08/13 08:17:03 Modified files: net/wireshark : Makefile distinfo Log message: update to Wireshark 3.2.6

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2020/08/13 08:13:50 Modified files: sysutils/ugrep : Makefile distinfo Log message: Update to ugrep-2.5.2 Changelog: https://github.com/Genivia/ugrep/releases/tag/v2.5.2

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/08/13 08:10:26 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-305.0.0.

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/08/13 08:03:09 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.16.0.

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2020/08/13 08:02:18 Modified files: infrastructure/db: user.list Log message: Reserve 858 for _purritobin. Forgot to do this on import. Spotted by naddy@, thanks.

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/08/13 08:01:29 Modified files: misc/osinfo/osinfo-db: Makefile distinfo misc/osinfo/osinfo-db/pkg: PLIST Removed files: misc/osinfo/osinfo-db/files: openbsd-6.7.xml Log

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/08/13 07:57:37 Modified files: misc/hwdata: Makefile distinfo Log message: Update to hwdata-0.338.

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/08/13 07:55:25 Modified files: print/hplip: Makefile print/hplip/patches: patch-base_password_py Log message: Missing dependency on py3-distro. Remove redundant 'import

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,

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

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 >

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/08/13 07:43:53 Modified files: databases/evolution-data-server: Makefile distinfo Log message: Update to evolution-data-server-3.36.5.

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/08/13 07:44:26 Modified files: mail/evolution-ews: Makefile distinfo Log message: Update to evolution-ews-3.36.5.

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/08/13 07:44:08 Modified files: mail/evolution : Makefile distinfo mail/evolution/pkg: PLIST Log message: Update to evolution-3.36.5.

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.

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

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) >

回复: 回复: [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

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Bjorn Ketelaars
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2020/08/13 01:36:27 Modified files: devel : Makefile Log message: +py-pebble

CVS: cvs.openbsd.org: ports

2020-08-13 Thread Bjorn Ketelaars
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2020/08/13 01:32:23 Log message: Import py-pebble-4.5.3 DESCR: Pebble aims to help managing threads and processes in an easier way. It wraps Python's standard library threading and

[NEW] textproc/ruby-rexml

2020-08-13 Thread wen heping
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. Cheers ! wen ruby-rexml.tar.gz Description: ruby-rexml.tar.gz

Re: [NEW] devel/attinycore 1.4.0

2020-08-13 Thread Brian Callahan
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 > > variety of ATTiny chips. The port will help increase the usefulness of > >