Re: [sparc64/powerpc] Mark geo/spatialite/gis BROKEN

2020-02-15 Thread Jeremie Courreges-Anglas
On Sat, Feb 15 2020, Kurt Mosiejczuk wrote: > http://build-failures.rhaalovely.net/sparc64/2020-02-11/geo/spatialite/gis.log > http://build-failures.rhaalovely.net/powerpc/2020-01-27/geo/spatialite/gis.log > > ok to mark this BROKEN-sparc64/BROKEN-powerpc ? libtool strips -lrasterlite from the co

[sparc64/mips64] devel/rebar workaround erlang21 FLAVOR not building

2020-02-15 Thread Kurt Mosiejczuk
The erlang21 FLAVOR of devel/rebar does not build. It will fail to build and thus DPB will never try the other FLAVORS because of the lock hanging around. (I've checked, the other two FLAVORs do build on sparc64). Rather than mark the whole port BROKEN for these architectures, this just drops the

[sparc64/powerpc] Mark geo/spatialite/gis BROKEN

2020-02-15 Thread Kurt Mosiejczuk
http://build-failures.rhaalovely.net/sparc64/2020-02-11/geo/spatialite/gis.log http://build-failures.rhaalovely.net/powerpc/2020-01-27/geo/spatialite/gis.log ok to mark this BROKEN-sparc64/BROKEN-powerpc ? --Kurt Index: Makefile ===

Re: 回复: [NEW] www/p5-Plack-Request-WithEncoding

2020-02-15 Thread Andrew Hewus Fresh
On Mon, Feb 03, 2020 at 02:41:45PM -0500, Chris Bennett wrote: > On Sun, Jan 26, 2020 at 02:41:24PM -0800, Andrew Hewus Fresh wrote: > > On Mon, Jan 20, 2020 at 02:03:34PM -0500, Chris Bennett wrote: > > > On Sun, Jan 19, 2020 at 12:57:44PM +, wen heping wrote: > > > > 1 BUILD_DEPENDS line is n

[sparc64/gcc] Fix misc/open62541

2020-02-15 Thread Kurt Mosiejczuk
GCC does not like -Wpedantic Removing it fixes the build on sparc64 and doesn't hurt the build on amd64. ok? (cc maintainer) --Kurt Index: patches/patch-CMakeLists_txt === RCS file: /cvs/ports/misc/open62541/patches/patch-CMakeLis

NEW: net/srain

2020-02-15 Thread Brian Callahan
Hi ports -- Attached is a new port, net/srain. Srain is a modern IRC client written in GTK. --- pkg/DESCR: Srain is a modern IRC client written in GTK. Features: * RFC {1459,2812} compatible * Partial IRCv3 support * Multi-platform support * Interactive channel search * URL previews * Desktop

Re: update: sysutils/py-prometheus_client

2020-02-15 Thread Kurt Mosiejczuk
On Wed, Feb 12, 2020 at 10:55:05AM +0100, Paco Esteban wrote: > Hi ports@, > Here's an update of this port from 0.6.0 to 0.7.1 > According to changelog: > [ENHANCEMENT] Multiprocess exposition speed boost (#421) > [ENHANCEMENT] optimize openmetrics text parsing (~4x perf) (#402) > [ENHANCEMENT] A

UPDATE www/bluefish-2.2.11

2020-02-15 Thread Björn Ketelaars
Diff below brings bluefish to 2.2.11, which is a minor maintenance release and minor feature release. Although this release supports python3 the enclosed plugins only work on python2. As such, do not switch to python3...for now. Changes to the port: - Follow Makefile.template - Sync WANTLIB and PL

Re: [update] netshot 0.14.1

2020-02-15 Thread Remi Locherer
ping On Tue, Feb 04, 2020 at 05:32:24PM +0100, Remi Locherer wrote: > Hi, > > Netshot 0.14.1 was released a while ago. The release notes list these items: > > - Library update (vulnerability fix) > - Fix an error which could prevent the removal of credential sets > - Add support for PKCS12 keyst

Re: [Update] devel/p5-Data-UUID : Update to 1.224

2020-02-15 Thread Benoit Lecocq
On 15/02/2020 21:58, Andrew Hewus Fresh wrote: On Mon, Dec 16, 2019 at 12:00:11PM +, wen heping wrote: Hi, ports@: Here is a patch for devel/p5-Data-UUID to update to 1.224. It build well and pass all tests on amd64-current system. 4 ports depends on devel/p5-Data-UUID, 3 of

Re: [NEW] p5-PGObject another try after help

2020-02-15 Thread Andrew Hewus Fresh
On Tue, Dec 17, 2019 at 06:57:06PM -0500, Chris Bennett wrote: > After realizing I was looking top to bottom, I realized my screwup. > This module never connects to the database except through testing. OK afresh1@ > # $OpenBSD: Makefile.template,v 1.85 2019/09/09 19:19:05 kmos Exp $ > > COMMEN

fix graphics/pdf2djvu with new poppler

2020-02-15 Thread Matthias Kilian
Hi, this fixes the build with poppler-0.85.0. ok to commit after the poppler update? Ciao, Kili Index: Makefile === RCS file: /cvs/ports/graphics/pdf2djvu/Makefile,v retrieving revision 1.37 diff -u -p -r1.37 Makefile --- M

fix graphics/gdcm with new poppler

2020-02-15 Thread Matthias Kilian
Hi, this fixes the build with poppler-0.85.0. ok to commit after the poppler update? Ciao, Kili Index: Makefile === RCS file: /cvs/ports/graphics/gdcm/Makefile,v retrieving revision 1.16 diff -u -p -r1.16 Makefile --- Makef

update print/poppler

2020-02-15 Thread Matthias Kilian
Hi, here's an updatge to poppler-0.85.0. Upstream got a little bit sloppy on bumping shared library versions (there were some symbol revmoved from poppler-cpp). Fallout: graphics/gdcm (some more constification in poppler), graphics/pdf2djvu (removed data argument to the ErrorCallback). I'll sent

Re: 回复: [Update] www/p5-HTTP-Date : Update to 6.03

2020-02-15 Thread Andrew Hewus Fresh
On Tue, Nov 26, 2019 at 06:15:29AM +, wen heping wrote: > Time::Zone(TimeDate) had not been imported into portstree. > > And there is HTTP-Date-6.05 upstream, but it require > > Time-Local-1.28 which is not in ports, so I keep it update > > to 6.03. Time::Local 1.28 showed up with the updat

Re: [Update] devel/p5-Data-UUID : Update to 1.224

2020-02-15 Thread Andrew Hewus Fresh
On Mon, Dec 16, 2019 at 12:00:11PM +, wen heping wrote: > Hi, ports@: > >Here is a patch for devel/p5-Data-UUID to update to 1.224. >It build well and pass all tests on amd64-current system. > >4 ports depends on devel/p5-Data-UUID, 3 of them build well > and pass all tests. www

Re: [NEW] astro/p5-Astro-satpass

2020-02-15 Thread Andrew Hewus Fresh
On Mon, Jan 27, 2020 at 09:31:41AM +, wen heping wrote: > Hi, ports@: > > Here is a patch to cretae new port: astro/p5-Astro-satpass. > It build well and pass all tests on amd64-current system. > > Cheers ! > wen It seems useful to add `CONFIGURE_ARGS = -y` in order to install the "satpa

Re: [UPDATE] devel/intellij to 2019.3.3

2020-02-15 Thread Lucas Raab
On Sat, Feb 15, 2020, at 14:01, Caspar Schutijser wrote: > Hi, > > On Sat, Feb 15, 2020 at 08:39:06AM -0600, Lucas Raab wrote: > > Attached is an update to devel/intellij from 2019.2.3 to 2019.3.3. It > > builds and runs fine on my end, but Caspar, any thoughts as maintainer? > > The diff looks g

Re: [UPDATE] devel/intellij to 2019.3.3

2020-02-15 Thread Caspar Schutijser
Hi, On Sat, Feb 15, 2020 at 08:39:06AM -0600, Lucas Raab wrote: > Attached is an update to devel/intellij from 2019.2.3 to 2019.3.3. It > builds and runs fine on my end, but Caspar, any thoughts as maintainer? The diff looks good to me. I briefly tested it, it seems to work fine. So ok with me, t

Re: [powerpc/aarch64] lang/ocaml+math/coq vs lang/compcert

2020-02-15 Thread Daniel Dickman
> On Feb 15, 2020, at 11:23 AM, Charlene Wendling wrote: > > Hi, > > I was looking at the lang/compcert failure on powerpc and aarch64, Thanks for looking into. Please go ahead and remove aarch64 and powerpc from compcert’s ONLY_FOR_ARCHS. > and > found that configure fails on these arch

Re: Update devel/scons

2020-02-15 Thread Denis Fondras
On Thu, Feb 06, 2020 at 09:16:47PM +0100, Solène Rapenne wrote: > Le 2020-02-06 21:01, Denis Fondras a écrit : > > Update to 3.1.2. Will be useful to upgrade MongoDB. > > > -@comment $OpenBSD: PLIST,v 1.11 2017/06/28 16:26:55 bcallah Exp $ > > +@comment $OpenBSD: PLIST,v$ > > > +bin/scons-${VERSI

[UPDATE] cad/netgen 1.5.118 -> 1.5.137

2020-02-15 Thread Alessandro De Laurenzis
Greetings, The attached diff updates cad/netgen to the latest release. What's new upstream === Plenty of new features and bug fixing, including: - Expanded the verilog parser to handle most forms of allowable wire and assignment statements in verilog netlists, including assig

Re: [UPDATE] cad/qrouter 1.4.74 -> 1.4.76

2020-02-15 Thread Stuart Henderson
On 2020/02/15 17:59, Alessandro De Laurenzis wrote: > Hello Stuart, > > Thanks for looking into this. > > On 15/02/2020 - 15:09, Stuart Henderson wrote: > [...] > > > - Since we're already accepting that this code isn't C99 compliant, I > > > propose to clean-up a bit more the build log, adding >

Re: [UPDATE] cad/qrouter 1.4.74 -> 1.4.76

2020-02-15 Thread Alessandro De Laurenzis
Hello Stuart, Thanks for looking into this. On 15/02/2020 - 15:09, Stuart Henderson wrote: [...] - Since we're already accepting that this code isn't C99 compliant, I propose to clean-up a bit more the build log, adding -Wno-implicit-function-declaration to CFLAG. It's not just that it isn't

Re: UPDATE: audio/mumble

2020-02-15 Thread Solene Rapenne
On Sat, Feb 15, 2020 at 04:00:31PM +0100, Rafael Sadowski wrote: > On Sat Feb 15, 2020 at 03:44:37PM +0100, Solene Rapenne wrote: > > On Sat, Feb 15, 2020 at 02:31:45PM +0100, Rafael Sadowski wrote: > > > On Sat Feb 15, 2020 at 02:15:45PM +0100, Solene Rapenne wrote: > > > > On Sat, Feb 15, 2020 at

[powerpc/aarch64] lang/ocaml+math/coq vs lang/compcert

2020-02-15 Thread Charlene Wendling
Hi, I was looking at the lang/compcert failure on powerpc and aarch64, and found that configure fails on these archs for two reasons after looking at compcert's configure, then at the ocaml port: - ocamlopt(1) is not available on !ocaml_native_dynlink archs, it could be replaced by `ocaml --ver

Re: WIP: Tor Browser 9.0.4

2020-02-15 Thread attila
Landry Breuil wrote: > On Wed, Feb 12, 2020 at 09:02:08PM +0100, Caspar Schutijser wrote: > > On Wed, Feb 12, 2020 at 03:22:04PM +0100, clematis wrote: > > > On Wed, Feb 12, 2020 at 10:54:19AM +0100, Landry Breuil wrote: > > > > On Wed, Feb 12, 2020 at 07:30:22AM +0100, clematis wrote: > > > > > O

Re: net/ejabberd remove or update?

2020-02-15 Thread Aaron Bieber
On Sat, 15 Feb 2020 at 03:12:50 +0200, Paul Irofti wrote: > On Fri, Feb 14, 2020 at 04:02:40PM +0100, Paco Esteban wrote: > > On Fri, 14 Feb 2020, Solene Rapenne wrote: > > > > > On Fri, Feb 14, 2020 at 01:44:08PM +, Lucas wrote: > > > > Solene Rapenne wrote: > > > > > Do we have a xmpp serve

Re: [UPDATE] cad/qrouter 1.4.74 -> 1.4.76

2020-02-15 Thread Stuart Henderson
On 2020/02/15 09:44, Alessandro De Laurenzis wrote: > Greetings, > > The attached diff updates cad/qrouter to the latest release. > > What's new upstream > === > After the recent thread about unbreaking this port for non-CLANG archs (see > [1]), I made a PR on github proposing (am

Re: UPDATE: audio/mumble

2020-02-15 Thread Rafael Sadowski
On Sat Feb 15, 2020 at 03:44:37PM +0100, Solene Rapenne wrote: > On Sat, Feb 15, 2020 at 02:31:45PM +0100, Rafael Sadowski wrote: > > On Sat Feb 15, 2020 at 02:15:45PM +0100, Solene Rapenne wrote: > > > On Sat, Feb 15, 2020 at 07:18:45AM +0100, Rafael Sadowski wrote: > > > > Update mumble to the la

Re: UPDATE: audio/mumble

2020-02-15 Thread Solene Rapenne
On Sat, Feb 15, 2020 at 02:31:45PM +0100, Rafael Sadowski wrote: > On Sat Feb 15, 2020 at 02:15:45PM +0100, Solene Rapenne wrote: > > On Sat, Feb 15, 2020 at 07:18:45AM +0100, Rafael Sadowski wrote: > > > Update mumble to the latest stable version. I just tested the start-up > > > on amd64. I have

[UPDATE] devel/intellij to 2019.3.3

2020-02-15 Thread Lucas Raab
Hello, Attached is an update to devel/intellij from 2019.2.3 to 2019.3.3. It builds and runs fine on my end, but Caspar, any thoughts as maintainer? Lucas Index: devel/intellij/Makefile === RCS file: /cvs/ports/devel/intellij/Makefil

[request] cereal C++ libraray for serialization

2020-02-15 Thread Hannu Vuolasaho
Hi! I'm trying to build (and later port) prusaslicer[1] to OpenBSD as AFAIK the only 3D printer software is print/printrun and I would like to have something more modern. I got stuck with cereal [2] as OpenBSD doesn't have it. It isn't that big header library but its tests failed and I don't see

Re: UPDATE: audio/mumble

2020-02-15 Thread Rafael Sadowski
On Sat Feb 15, 2020 at 02:15:45PM +0100, Solene Rapenne wrote: > On Sat, Feb 15, 2020 at 07:18:45AM +0100, Rafael Sadowski wrote: > > Update mumble to the latest stable version. I just tested the start-up > > on amd64. I have on clue how to test it and to be honest I don't care. > > I just want to

Re: UPDATE: audio/mumble

2020-02-15 Thread Solene Rapenne
On Sat, Feb 15, 2020 at 07:18:45AM +0100, Rafael Sadowski wrote: > Update mumble to the latest stable version. I just tested the start-up > on amd64. I have on clue how to test it and to be honest I don't care. > I just want to get rid of Qt4. So mumble people, come out and test! > > OK, Feedback?

Re: [UPDATE] cad/qrouter 1.4.74 -> 1.4.76

2020-02-15 Thread Charlene Wendling
Hi, On Sat, 15 Feb 2020 09:44:51 +0100 Alessandro De Laurenzis wrote: > Greetings, > > The attached diff updates cad/qrouter to the latest release. > > What's new upstream > === > After the recent thread about unbreaking this port for non-CLANG > archs (see [1]), I made a PR on

[UPDATE] cad/qrouter 1.4.74 -> 1.4.76

2020-02-15 Thread Alessandro De Laurenzis
Greetings, The attached diff updates cad/qrouter to the latest release. What's new upstream === After the recent thread about unbreaking this port for non-CLANG archs (see [1]), I made a PR on github proposing (among other things) the needed patch and it has been accepted; this

Re: UPDATE: Tor Browser 9.0.5

2020-02-15 Thread Caspar Schutijser
Hi, Below is a diff that updates Tor Browser to 9.0.5. This time I'll reply to the old thread because I want to reply to landry's remarks (in a slightly different order, by the way): On Thu, Feb 13, 2020 at 08:46:37AM +0100, Landry Breuil wrote: > In the meantime i've commited the 9.0.4 update, a

Re: UPDATE: x11/qt5/qtwebkit

2020-02-15 Thread Rafael Sadowski
On Fri Feb 14, 2020 at 01:13:25PM +0100, Jeremie Courreges-Anglas wrote: > On Thu, Feb 13 2020, Jeremie Courreges-Anglas wrote: > > On Thu, Feb 13 2020, Charlene Wendling wrote: > >> On Wed, 12 Feb 2020 13:26:30 + > >> Stuart Henderson wrote: > >> > >>> On 2020/02/12 10:57, Landry Breuil wrot

mips64 bulk build report

2020-02-15 Thread visa
bulk build on octeon.ports.openbsd.org started on Tue Feb 4 18:34:50 UTC 2020 finished at Thu Feb 13 07:00:22 UTC 2020 lasted 09D12h25m done with kern.version=OpenBSD 6.6-current (GENERIC.MP) #16: Tue Feb 4 18:22:27 UTC 2020 built packages:9338 Feb 4:1489 Feb 5:1302 Feb 6:329 Feb 7:567 Feb 8:68