UPDATE: devel/cmake (switch to py3, enable DEBUG_PACKAGES, new {py,ruby,lua,java} handling)

2020-05-17 Thread Rafael Sadowski
This diff currently runs through a full amd64 bulk build. I send this diff in advance to discuss it. Here a list of imported port changes: - Update CMmke to 3.17.2 - Switch CMake to pyhton3 - Remove all Modules under files. This should no longer be necessary. - Remove our self hacked MODJAVA* M

Update and unbreak www/qutebrowser

2020-05-17 Thread Rafael Sadowski
After we import www/py-qtwebengine we can update and unbreak qutebrowser. Rafael diff --git a/www/qutebrowser/Makefile b/www/qutebrowser/Makefile index a9644120ee3..5cc1c363f12 100644 --- a/www/qutebrowser/Makefile +++ b/www/qutebrowser/Makefile @@ -1,11 +1,9 @@ # $OpenBSD: Makefile,v 1.16 2020/

Enable x11/qt5/{qtwebengine,qtwebglplugin,qtwebview and docs}

2020-05-17 Thread Rafael Sadowski
Hi ports@ The following diff enables qtwebengine qtwebglplugin qtwebview and docs Switch from qtwebkit to qtwebengine for the following ports: - qt-creator - digikam - marble - kalgebra - gpsbabel (Build test only) I tested all other qtwebkit ports and see no need for action on the rest

NEW: benchmarks/nuttcp

2020-05-17 Thread Alexander Bluhm
Hi, patrick@ and tobhe@ told be that they would like to have their favorite tcp/udp benchmark tool nuttcp as a port. ok to import nuttcp-8.2.2 ? bluhm Comment: network performance measurement tool Description: nuttcp is a network performance measurement tool intended for use by network and sys

Update games/pentobi 14.1=> 18.0

2020-05-17 Thread Brian Callahan
Hi ports -- Attached is an update to games/pentobi. This has been unupdated for a while since our Qt5 lagged behind. Big endian testing highly appreciated. Colors should be orange and purple :) OK? ~Brian Index: Makefile === RCS f

Re: [NEW] www/p5-HTML-FormFu-MultiForm

2020-05-17 Thread Andrew Hewus Fresh
On Sun, May 03, 2020 at 03:46:57AM +, wen heping wrote: > Hi, ports@: > > Here is a patch to create new port www/p5-HTML-FormFu-MultiForm, > which is needed by the update of devel/catalyst. > > It build well and pass all tests on amd64-current system. OK afresh1@ if someone wants to impo

Re: [NEW] www/p5-Catalyst-Model-Adaptor

2020-05-17 Thread Andrew Hewus Fresh
On Sun, May 03, 2020 at 07:02:25AM +, wen heping wrote: > Hi, ports@: > > Here is a patch to create new port www/p5-Catalyst-Model-Adaptor, > which is needed by the update of devel/catalyst. > It build well and pass all tests on amd64-current system. This could use a TEST_DEPENDS=deve

Re: [NEW] www/p5-Catalyst-Controller-ActionRole

2020-05-17 Thread Andrew Hewus Fresh
On Sun, May 03, 2020 at 01:38:41AM +, wen heping wrote: > Hi, ports@: > > Here is a patch to create new port www/p5-Catalyst-Controller-ActionRole. > Although it is marked DEPRECATED upstream, it is needed by > www/p5-Catalyst-ActionRole-ACL, > which is needed by the update of devel/c

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

2020-05-17 Thread Andrew Hewus Fresh
On Fri, May 01, 2020 at 11:23:42PM +, wen heping wrote: > ping ... Still OK afresh1@ if someone could import it or give a second OK. > > 发件人: Andrew Hewus Fresh > 发送时间: 2020年1月27日 5:05 > 收件人: wen heping > 抄送: ports@openbsd.org > 主题: Re: [NEW] www/p5-Catalys

Re: [NEW] www/p5-Catalyst-Authentication-Credential-HTTP

2020-05-17 Thread Andrew Hewus Fresh
On Sun, May 03, 2020 at 02:22:24AM +, wen heping wrote: > Hi, ports@: > >Here is a patch to create new port > www/p5-Catalyst-Authentication-Credential-HTTP, > which is needed by the update of devel/catalyst. >It build well and pass all tests on amd64-current system. With some option

Re: [New] Puppet6 - 6.14.0

2020-05-17 Thread Arthur Barton
On Sat, May 16, 2020, at 11:54, Klemens Nanni wrote: > `cron` is one of those types that moved to forge but still ought to be > included in the puppet-agent package; does that apply to our package, > that is to ask, will proper master/agent setup run with without an extra > manual cron module inst

Re: [NEW] www/p5-Catalyst-ActionRole-ACL

2020-05-17 Thread Andrew Hewus Fresh
On Sun, May 03, 2020 at 01:40:34AM +, wen heping wrote: > Hi, ports@: > > Here is a patch to create new port www/p5-Catalyst-ActionRole-ACL, > which is needed by the update of devel/catalyst. This one, of course, requires the newer p5-Catalyst-Runtime, but committing that together with this

Re: [NEW] www/p5-CGI-Struct

2020-05-17 Thread Andrew Hewus Fresh
Wow, I hit some button and replied to the wrong message. Saw the "create new" and didn't re-read further. Oops. Anyway, this OK was for the two CGI::Struct modules. On Sat, May 02, 2020 at 09:46:37AM +, wen heping wrote: > Hi, ports@: > > Here is a patch to create two new ports: www/

Re: [NEW] www/p5-Catalyst-ActionRole-ACL

2020-05-17 Thread Andrew Hewus Fresh
On Sun, May 03, 2020 at 01:40:34AM +, wen heping wrote: > Hi, ports@: > > Here is a patch to create new port www/p5-Catalyst-ActionRole-ACL, > which is needed by the update of devel/catalyst. > >It build well and pass all tests on amd64-current system. OK afresh1@ for both, although th

Re: coreboot-utils: extract only what's needed

2020-05-17 Thread Klemens Nanni
On Sun, May 17, 2020 at 09:55:51PM -, Christian Weisgerber wrote: > Didn't this come up with another port relatively recently? > Should we have infrastructure support for this, like FreeBSD's > EXTRACT_ONLY? Not that I know of, unless you mean sysutils/mdprint were I tweaked post-extract a bit,

UPDATE: lang/gawk 5.0.1 => 5.1.0

2020-05-17 Thread Brian Callahan
Hi ports -- Now that we're post unlock, here is the update to GNU awk again. I have successful reports on octeon from jj and I've tested things on amd64. OK? ~Brian Index: Makefile === RCS file: /cvs/ports/lang/gawk/Makefile,v ret

Re: coreboot-utils: extract only what's needed

2020-05-17 Thread Christian Weisgerber
On 2020-05-15, Klemens Nanni wrote: > The distfile is only about 40M big but extracts to 205M sources, of > which we only ever need two directories that sum up to 7M; it also > makes it clearer what this port actually requires from upstream and > WRKSRC is lot cleaner. Didn't this come up with

Re: [NEW] mail/p5-Mail-ListDetector 1.04

2020-05-17 Thread Charlene Wendling
On Sun, 17 May 2020 12:05:32 -0700 Andrew Hewus Fresh wrote: > This one I was using before I started tracking my email filter with > rcs(1) but still after switching from procmail. That doesn't really > help narrow it down any more than "at least 2009". > > pkg/DESCR: > > This module analyzes ma

Re: Qemu error on OpenBSD

2020-05-17 Thread Stuart Henderson
On 2020/05/17 20:08, Stephan Mending wrote: > On Sun, May 17, 2020 at 07:52:03PM +0200, Alexandre Ratchov wrote: > > On Sun, May 17, 2020 at 07:19:44PM +0200, Stephan Mending wrote: > > > Hi, > > > after upgrading to qemu 5.0.0 I'm getting the following error when trying > > > to start a virtual m

Re: [Update] devel/p5-Algorithm-Dependency : Update to 1.112

2020-05-17 Thread Andrew Hewus Fresh
On Tue, Apr 28, 2020 at 08:24:56AM +, wen heping wrote: > Hi, ports@: > Here is a patch for devel/p5-Algorithm-Dependency : > i) Update to 1.112 > ii) Remove the line BUILD_DEPENDS= ${RUN_DEPENDS} > iii) Change devel/p5-Test-ClassAPI from RUN_DEPENDS to TEST_DEPENDS > > It build well

Re: UPDATE: math/R

2020-05-17 Thread Paul Irofti
On Sun, May 17, 2020 at 09:55:31AM +0200, Ingo Feinerer wrote: > Dear useRs, > > update math/R 3.6.3 -> 4.0.0 > > - SHARED_LIBS: increase major version number due to removals in dynamic > export changes in libR.so. > > - Sync WANTLIB as PCRE2 is now preferred (see > https://stat.ethz.ch/pipe

Re: [fix] mail/p5-Email-Filter: add missing depend

2020-05-17 Thread Andrew Hewus Fresh
On Sun, May 17, 2020 at 02:08:18PM -0700, Andrew Hewus Fresh wrote: > On Sun, May 17, 2020 at 10:46:42PM +0200, Charlene Wendling wrote: > > Hi, > > > > While testing the p5-Email-Filter-Rules submission from Andrew, i'm > > greeted with: > > Oh right, I guess I last tested that before Module::Pl

Re: [fix] mail/p5-Email-Filter: add missing depend

2020-05-17 Thread Andrew Hewus Fresh
On Sun, May 17, 2020 at 10:46:42PM +0200, Charlene Wendling wrote: > Hi, > > While testing the p5-Email-Filter-Rules submission from Andrew, i'm > greeted with: Oh right, I guess I last tested that before Module::Pluggable got removed from core. Sigh. Not sure it's been in long enough to need a

Re: [NEW] mail/p5-Email-Filter-Rules 1.2

2020-05-17 Thread Charlene Wendling
On Sun, 17 May 2020 12:03:28 -0700 Andrew Hewus Fresh wrote: > New port of this module that I've been using for over 10 years now > apparently. Not sure how I avoided sending it at some point in the > past to reduce the pain of updating my shell server. > > pkg/DECR: > > Email::Filter::Rules is

[fix] mail/p5-Email-Filter: add missing depend

2020-05-17 Thread Charlene Wendling
Hi, While testing the p5-Email-Filter-Rules submission from Andrew, i'm greeted with: ===> Regression tests for p5-Email-Filter-Rules-1.2 PERL_DL_NONLAZY=1

Re: NEW: net/asdig v0.96

2020-05-17 Thread Stuart Henderson
On 2020/05/17 18:16, Denis Fondras wrote: > asdig is a simple tool for retrieving ASN (autonomous system number) match > from > IPv4/IPv6 published by services like Rezopole GoASMap or Cymru. > > For a given IPv4 or IPv6 it would display current BGP anouncements received at > the BGP-infrastructu

Stop building Ruby 2.5 ports by default

2020-05-17 Thread Jeremy Evans
Per our standard Ruby support policy, now that Ruby 2.5 is out of the normal maintenance phase, remove the building of Ruby 2.5 ports by default. You can still build the ports manually if you need to. The only other change here is the removal of the explicit ruby version for devel/ruby-puppet_for

New: net/ruby-cbor

2020-05-17 Thread Jeremy Evans
This is a CBOR (Concise Binary Object Representation, RFC 7049) implementation for Ruby. It's a dependency of the webauthn gem, needed for implementing WebAuthn in Ruby. Tested on amd64. Looking for OKs to import. Thanks, Jeremy ruby-cbor.tar.gz Description: application/tar-gz

Re: avrdude 6.3 and libelf

2020-05-17 Thread Andrea Fleckenstein
Tracey Emery writes: > On Fri, Apr 24, 2020 at 08:18:53AM -0600, Tracey Emery wrote: >> I can certainly test this here in the future. Having newer avrdude would >> be great. None of the ESP "suite of tools" uses avrdude, so those won't >> be affected. >> >> I'm working on a ATTiny project, which

Re: Qemu error on OpenBSD

2020-05-17 Thread Stephan Mending
On Sun, May 17, 2020 at 07:52:03PM +0200, Alexandre Ratchov wrote: > On Sun, May 17, 2020 at 07:19:44PM +0200, Stephan Mending wrote: > > Hi, > > after upgrading to qemu 5.0.0 I'm getting the following error when trying > > to start a virtual machine. > > > > $ qemu-system-x86_64 -s -drive format

Re: UPDATE: multimedia/mlt

2020-05-17 Thread Tracey Emery
On Sun, May 17, 2020 at 08:19:05PM +0200, Marc Espie wrote: > On Sun, May 17, 2020 at 04:47:10PM +0200, Marc Espie wrote: > > Now with better runtime behavior > > > > Some of the mutexes don't work with our stringent defaults, > > this prevents some aborts on shotcut. > > > > and I can actually s

[NEW] mail/p5-Mail-ListDetector 1.04

2020-05-17 Thread Andrew Hewus Fresh
This one I was using before I started tracking my email filter with rcs(1) but still after switching from procmail. That doesn't really help narrow it down any more than "at least 2009". pkg/DESCR: > This module analyzes mail objects in any of the classes handled by > Email::Abstract. It returns

[NEW] mail/p5-Email-Filter-Rules 1.2

2020-05-17 Thread Andrew Hewus Fresh
New port of this module that I've been using for over 10 years now apparently. Not sure how I avoided sending it at some point in the past to reduce the pain of updating my shell server. pkg/DECR: > Email::Filter::Rules is a simple way to route e-mail into folders > without having to touch your f

Re: [NEW] mail/t-prot 3.4

2020-05-17 Thread Andrew Hewus Fresh
ping On Sun, May 12, 2019 at 08:55:49PM -0700, Andrew Hewus Fresh wrote: > Here's a new port that I was reminded I use this port regularly to make > my email nicer. I have just forgotten to mail this out nearly forever, > so probably have things wrong (although I didn't spot any). > > Comments,

Re: UPDATE: lang/gawk 5.0.1 => 5.1.0

2020-05-17 Thread Charlene Wendling
Hi, On Sun, 17 May 2020 18:26:09 + Brian Callahan wrote: > Hi ports -- > > Now that we're post unlock, here is the update to GNU awk again. I > have successful reports on octeon from jj and I've tested things on > amd64. > > OK? It builds and works fine on macppc as well. OK cwen@ > ~Bri

Re: NEW: net/asdig v0.96

2020-05-17 Thread Klemens Nanni
On Sun, May 17, 2020 at 08:23:59PM +0200, Denis Fondras wrote: > Thank you for checking it. > Here is a new version. The typos were fixed upstream and your comments were > included in ports Makefile. Oh, and please see `make port-lib-depends-check' to update WANTLIB accordingly (currently incomplet

Re: NEW: net/asdig v0.96

2020-05-17 Thread Klemens Nanni
On Sun, May 17, 2020 at 08:23:59PM +0200, Denis Fondras wrote: > Here is a new version. The typos were fixed upstream and your comments were > included in ports Makefile. In case upstream is so responsive, can you also make them install the manual alongside the executable by default? Then your do-

Re: NEW: net/asdig v0.96

2020-05-17 Thread Denis Fondras
On Sun, May 17, 2020 at 06:45:02PM +0200, Klemens Nanni wrote: > On Sun, May 17, 2020 at 06:16:03PM +0200, Denis Fondras wrote: > > asdig is a simple tool for retrieving ASN (autonomous system number) match > > from > > IPv4/IPv6 published by services like Rezopole GoASMap or Cymru. > > > > For a

Re: UPDATE: multimedia/mlt

2020-05-17 Thread Marc Espie
On Sun, May 17, 2020 at 04:47:10PM +0200, Marc Espie wrote: > Now with better runtime behavior > > Some of the mutexes don't work with our stringent defaults, > this prevents some aborts on shotcut. > > and I can actually start a clip in kdenlive with this. New version... I neutered some setloca

Re: Qemu error on OpenBSD

2020-05-17 Thread Alexandre Ratchov
On Sun, May 17, 2020 at 07:19:44PM +0200, Stephan Mending wrote: > Hi, > after upgrading to qemu 5.0.0 I'm getting the following error when trying to > start a virtual machine. > > $ qemu-system-x86_64 -s -drive format=raw,file=/path/to/harddrive > Could not allocate dynamic translator buffer >

Re: UPDATE: devel/py-dulwich

2020-05-17 Thread Klemens Nanni
On Sun, May 17, 2020 at 07:36:33PM +0200, Klemens Nanni wrote: > On Sat, May 16, 2020 at 09:28:57AM -0600, Todd C. Miller wrote: > > Update py-dulwich to 0.19.16 and make python3 the default flavor. > > Passes its tests and verified working with mercurial 5.3.2 and the > > latest hg-git from foss.h

Qemu error on OpenBSD

2020-05-17 Thread Stephan Mending
Hi, after upgrading to qemu 5.0.0 I'm getting the following error when trying to start a virtual machine. $ qemu-system-x86_64 -s -drive format=raw,file=/path/to/harddrive Could not allocate dynamic translator buffer Do you have any idea how to fix this? I'm running OpenBSD on AMD64 architectu

Re: UPDATE: devel/py-dulwich

2020-05-17 Thread Klemens Nanni
On Sat, May 16, 2020 at 09:28:57AM -0600, Todd C. Miller wrote: > Update py-dulwich to 0.19.16 and make python3 the default flavor. > Passes its tests and verified working with mercurial 5.3.2 and the > latest hg-git from foss.heptapod.net. > > We don't have hg-git in ports anymore but that is sti

Re: print/poppler intermittent build failures

2020-05-17 Thread Matthias Kilian
Hi, On Sun, May 17, 2020 at 06:53:57PM +0200, Rafael Sadowski wrote: > On Sun May 17, 2020 at 05:40:31PM +0200, Christian Weisgerber wrote: > > In my amd64 bulk builds, I keep seeing the occasional print/poppler > > build failure. > > > > In the build stage, libpoppler-glib is built with our SHAR

Re: print/poppler intermittent build failures

2020-05-17 Thread Rafael Sadowski
On Sun May 17, 2020 at 05:40:31PM +0200, Christian Weisgerber wrote: > In my amd64 bulk builds, I keep seeing the occasional print/poppler > build failure. > > In the build stage, libpoppler-glib is built with our SHARED_LIBS > version number, e.g. libpoppler-glib.so.19.5. > > In the fake stage,

Re: NEW: net/asdig v0.96

2020-05-17 Thread Klemens Nanni
On Sun, May 17, 2020 at 06:16:03PM +0200, Denis Fondras wrote: > asdig is a simple tool for retrieving ASN (autonomous system number) match > from > IPv4/IPv6 published by services like Rezopole GoASMap or Cymru. > > For a given IPv4 or IPv6 it would display current BGP anouncements received at >

Re: print/poppler intermittent build failures

2020-05-17 Thread Antoine Jacoutot
On Sun, May 17, 2020 at 05:40:31PM +0200, Christian Weisgerber wrote: > In my amd64 bulk builds, I keep seeing the occasional print/poppler > build failure. > > In the build stage, libpoppler-glib is built with our SHARED_LIBS > version number, e.g. libpoppler-glib.so.19.5. > > In the fake stage,

NEW: net/asdig v0.96

2020-05-17 Thread Denis Fondras
asdig is a simple tool for retrieving ASN (autonomous system number) match from IPv4/IPv6 published by services like Rezopole GoASMap or Cymru. For a given IPv4 or IPv6 it would display current BGP anouncements received at the BGP-infrastructure of the queried IP-to-AS reference server, or Interne

NEW: hyperfine: command line benchmarking tool

2020-05-17 Thread f.holop
hi, $ cat DESCR Command-line benchmarking tool. Features: - Statistical analysis across multiple runs. - Support for arbitrary shell commands. - Constant feedback about the benchmark progress and current estimates. - Warmup runs can be executed before the actual benchmark. - Cache-clearing comman

print/poppler intermittent build failures

2020-05-17 Thread Christian Weisgerber
In my amd64 bulk builds, I keep seeing the occasional print/poppler build failure. In the build stage, libpoppler-glib is built with our SHARED_LIBS version number, e.g. libpoppler-glib.so.19.5. In the fake stage, cmake tries to install the library with the upstream version number, e.g. libpopple

Re: [New] Puppet6 - 6.14.0

2020-05-17 Thread Klemens Nanni
On Fri, May 15, 2020 at 10:02:41AM +1000, Arthur Barton wrote: > Puppet 6 has moved some core functions/providers into modules, including > cron, mount, mailalias - a few others. > Originally I think these were bundled into vendor_modules for v6, but that > was deprecated at some point around 6.1

WIP: multimedia/shotcut

2020-05-17 Thread Marc Espie
With the new mlt (mutex fixes), this at least starts and can import clips to the timeline, and can try to edit stuff There are more bugs to be found, the beastie tends to segfault on a whim, but assuming new mlt gets in, we could probably work in-tree. Note that DEBUG_PACKAGES working properly de

kdenlive update

2020-05-17 Thread Marc Espie
Seems I can now remove the BROKEN marker. This does depend on rttr and the mlt fixed update Index: Makefile === RCS file: /cvs/ports/x11/kde-applications/kdenlive/Makefile,v retrieving revision 1.9 diff -u -p -r1.9 Makefile --- Makefi

Re: UPDATE: multimedia/mlt

2020-05-17 Thread Marc Espie
Now with better runtime behavior Some of the mutexes don't work with our stringent defaults, this prevents some aborts on shotcut. and I can actually start a clip in kdenlive with this. Index: Makefile === RCS file: /cvs/ports/multi

NEW PORT: rttr (dependency for kdenlive)

2020-05-17 Thread Marc Espie
kdenlive lists this as "optional" but in actuality it cheats and tries to download it on the side (which obviously fails for us) The tests take forever to build, and some actually don't build with clang/libc++, so I've removed them, as the goal is only to build kdenlive rttr.tgz Description: rt

Re: wip: mail/notmuch

2020-05-17 Thread Aisha Tammy
On 5/17/20 5:40 AM, Stuart Henderson wrote: > See what was committed. > Wow this is great news! Thanks a lot to everyone involved for their hard work :) Aisha > -- > Sent from a phone, apologies for poor formatting. > > On 16 May 2020 23:44:32 Andrea Fleckenstein wrote: > >> Hello, >> >> I

[NEW] net/domain a simple unveiled TLS reverse proxy with LE support

2020-05-17 Thread Aaron Bieber
Hi, domain is sort of a slimmed down relayd that automatically handles TLS certificates via LetsEncrypt. It's unveiled and has a pretty small, easy to read code base. It can easily be used to reverse proxy WebThings™ The documentation on it is a bit sparse, so I included a README that should hel

Re: [New] Puppet6 - 6.14.0

2020-05-17 Thread Klemens Nanni
On Sun, May 17, 2020 at 03:36:08PM +0200, Klemens Nanni wrote: > "make fake" on amd64 with puppet-5.5.19 and ruby26-hiera3-3.6.0 installed > fails for me: Sorry, my bad; I had corrupted files from ruby26-hiera3 through the use of `gem`.

Re: [New] Puppet6 - 6.14.0

2020-05-17 Thread Klemens Nanni
On Fri, May 15, 2020 at 10:02:41AM +1000, Arthur Barton wrote: > Index: sysutils/ruby-puppet/Makefile.inc > === > RCS file: /cvs/ports/sysutils/ruby-puppet/Makefile.inc,v > retrieving revision 1.47 > diff -u -p -r1.47 Makefile.inc > --

Re: [update] textproc/lowdown to 0.6.4

2020-05-17 Thread Klemens Nanni
On Sun, May 17, 2020 at 08:22:42AM -0500, Lucas Raab wrote: > ping I committed your update, thanks.

Re: [update] textproc/lowdown to 0.6.4

2020-05-17 Thread Lucas Raab
On Sun, Apr 19, 2020 at 09:37:48PM -0800, Micah Muer wrote: > On Sun, 19 Apr 2020 19:18:57 -0500 > Lucas Raab wrote: > > > On Sun, Apr 12, 2020 at 09:41:24AM -0500, Lucas Raab wrote: > > > On Sat, Apr 4, 2020, at 10:18, Lucas Raab wrote: > > > > Hello, > > > > > > > > Here is a lowdown update to

Remove Puppet 4

2020-05-17 Thread Klemens Nanni
Long past EOL according to upstream[0], Puppet 5 is in the tree and should be used while Puppet 6 out long already but only now about to hit around our tree. Anyone still using Puppet 4? Why? Upgrading will require manual work for the Puppet configuration, so I see no sensible way in providing an

gnome-builder broken on i386

2020-05-17 Thread Stuart Henderson
On 2020/05/14 09:17, Antoine Jacoutot wrote: > Log message: > Update to gnome-builder-3.36.0. Final link (cc -o src/gnome-builder [...]) fails on i386: ld: error: gdbwire.c:(.debug_info+0x993E71): has non-ABS relocation R_386_GOTOFF against symbol '.LC74' I'll try it with ld.bfd when my next b

Re: security/nipper homepage (or removal?)

2020-05-17 Thread Klemens Nanni
On Sun, May 17, 2020 at 08:54:53AM +0200, Marcus MERIGHI wrote: > friendly reminder after ports unlock... Removed, thanks.

Re: wip: mail/notmuch

2020-05-17 Thread Stuart Henderson
See what was committed. -- Sent from a phone, apologies for poor formatting. On 16 May 2020 23:44:32 Andrea Fleckenstein wrote: Hello, I had a bit of an issue compiling this again, I had change patch_configure to use gpg2 instead of gpg in the GMime check in order to get it to compile. Am I

aarch64 bulk build report

2020-05-17 Thread phessler
bulk build on arm64.ports.openbsd.org started on Thu May 14 08:40:36 MDT 2020 finished at Sun May 17 03:07:32 MDT 2020 lasted 2D18h26m done with kern.version=OpenBSD 6.7-current (GENERIC.MP) #605: Thu May 14 02:53:37 MDT 2020 built packages:10931 May 14:3574 May 15:1256 May 16:3335 May 17:2765

Re: UPDATE: multimedia/mlt

2020-05-17 Thread Jeremie Courreges-Anglas
On Sat, May 16 2020, Tracey Emery wrote: > On Sat, May 16, 2020 at 02:38:22PM +0200, Marc Espie wrote: >> With that update, I've been able to build a recent shotcut >> >> The timeline stuff seems to be missing in action, though, >> which is weird. > > Which version? I couldn't get 20.04.12 to sta

Re: [update] math/grace 5.1.15 -> 5.1.25

2020-05-17 Thread Jeremie Courreges-Anglas
On Fri, May 15 2020, Charlene Wendling wrote: > Hi, > > As discussed earlier [0], print/pdflib is a good candidate for removal, > as our version is 18 years old, we can't distribute a newer pdflib due > to licensing issues. > > But before that grace needs to be built without pdflib support. While

Re: [update] x11/sakura 3.6.0 -> 3.7.1

2020-05-17 Thread Solene Rapenne
Le Fri, 15 May 2020 16:13:26 +0200, Charlene Wendling a écrit : > Hi, > > This diff updates sakura to 3.7.1. Most changes are bugfixes, and the > tango colorscheme being brought back as the default one instead of > the dark solarised one. > > This builds and works fine on amd64 and macppc. > >

UPDATE: math/R

2020-05-17 Thread Ingo Feinerer
Dear useRs, update math/R 3.6.3 -> 4.0.0 - SHARED_LIBS: increase major version number due to removals in dynamic export changes in libR.so. - Sync WANTLIB as PCRE2 is now preferred (see https://stat.ethz.ch/pipermail/r-announce/2020/000653.html for details). - Clean up MASTER_SITES as a few