[sparc64] Fix build of lang/php{7.4|8.0}

2021-03-07 Thread Kurt Mosiejczuk
php 7.4 and 8.0 have been failing during configure because the libgd tests fail. They fail because the linker cannot find freetype and other similar libraries that are in /usr/X11R6/lib. This patch adds "-L${X11BASE}/lib" to the LDFLAGS of CONFIGURE_ENV It fixes the build on sparc64. ok? cc mai

Re: fix print/scribus for poppler-21.03.0

2021-03-07 Thread Greg Steuck
Matthias Kilian writes: > Hi, > > this fixes the build of scribus with poppler-21.03.0. Based on > upstream svn. OK gnezdo > > Ciao, > Kili > > Index: patches/patch-scribus_plugins_import_pdf_slaoutput_cpp > === > RCS file:

Re: update print/poppler

2021-03-07 Thread Greg Steuck
Matthias Kilian writes: > Hi, > > this updates poppler to 21.03.0. Tested on amd64. If noone complains or > wants me to wait longer, I'll commit this (together with a fix for > scribus) on wednesday. This looks good to me. I'm not sure how to decide which SHARED_LIBS should be bumped. Do we hav

[new] graphics/pngquant (efficient png compressor)

2021-03-07 Thread Solene Rapenne
Hello, this is a port for pngquant https://github.com/kornelski/pngquant/ a PNG compressor which is really efficient (it's lossy but I really can't tell a difference). I manually install the COPYRIGHT file because it's asked on the project page. I am not sure BUILD_DEPENDS is required but the co

Re: NEW: devel/git-annex

2021-03-07 Thread James Cook
On Sat, Mar 06, 2021 at 12:25:59PM -0800, Greg Steuck wrote: > Greg Steuck writes: > >> I'm happy to prepare an 8.10-compatible version now if that would help > >> with the upgrade to 8.10. > > > > Thanks, that wouldn't hurt :) > > I gave it a whirl, what do you think: Thanks. I just built the b

Remove devel/p5-VCP-autrijus?

2021-03-07 Thread Andrew Hewus Fresh
It appears that p5-VCP-autrijus no longer works. At least, many tests fail, some files seem to no longer compile with recent perl versions and there are no consumers. Does anyone want this or can we remove it?

Ping Again - Re: [New] devel/re2

2021-03-07 Thread Ashton Fagg
Ping again, hoping someone can import this one. Thanks. re2-2021.02.02.tgz Description: Binary data Stuart Henderson writes: > this is OK with me to import. > > > On 2021/02/28 15:52, Ashton Fagg wrote: >> Ping. >> > > >> >> >> Ashton Fagg writes: >> >> > It appears I forgot about this,

net/mrtg Adjust RUN_DEPENDS and PLIST to not install Pod modules that are elsewhere

2021-03-07 Thread Andrew Hewus Fresh
While looking at ports that might need to include p5-Pod-Parser that got removed from core in perl 5.32, I came across mrtg where it has been installing really old versions of core modules. (I only tried that it built, not that it actually worked as I don't actually run mrtg anywhere) Comments, O

Re: [new] graphics/pngquant (efficient png compressor)

2021-03-07 Thread Kurt Mosiejczuk
On Mon, Mar 08, 2021 at 12:39:11AM +0100, Solene Rapenne wrote: > Hello, > this is a port for pngquant https://github.com/kornelski/pngquant/ > a PNG compressor which is really efficient (it's lossy but I > really can't tell a difference). > I manually install the COPYRIGHT file because it's aske

Re: x11/pmenu:

2021-03-07 Thread Klemens Nanni
On Sun, Mar 07, 2021 at 09:08:20PM +, Stuart Henderson wrote: > On 2021/03/07 21:40, Klemens Nanni wrote: > > On Sun, Mar 07, 2021 at 08:08:59PM +, Stuart Henderson wrote: > > > > > +++ pkg/DESCR 7 Mar 2021 18:36:33 - > > > > > @@ -1,6 +1,7 @@ > > > > > -piemenu is a pie menu utility

Re: x11/pmenu:

2021-03-07 Thread Stuart Henderson
On 2021/03/07 21:40, Klemens Nanni wrote: > On Sun, Mar 07, 2021 at 08:08:59PM +, Stuart Henderson wrote: > > > > +++ pkg/DESCR 7 Mar 2021 18:36:33 - > > > > @@ -1,6 +1,7 @@ > > > > -piemenu is a pie menu utility for X. It receives a menu specification > > > > OD > > > > +piemenu is a pi

Re: childsplay needs py-numpy

2021-03-07 Thread Stuart Henderson
On 2021/03/07 21:01, Stuart Henderson wrote: > On 2021/03/07 18:13, Remi Locherer wrote: > > On Sun, Mar 07, 2021 at 02:34:51PM +, Stuart Henderson wrote: > > > On 2021/03/07 13:12, Remi Locherer wrote: > > > > Without numpy childsplay fails to start (see cairoimage.py). > > > > > > > > OK? >

Re: childsplay needs py-numpy

2021-03-07 Thread Stuart Henderson
On 2021/03/07 18:13, Remi Locherer wrote: > On Sun, Mar 07, 2021 at 02:34:51PM +, Stuart Henderson wrote: > > On 2021/03/07 13:12, Remi Locherer wrote: > > > Without numpy childsplay fails to start (see cairoimage.py). > > > > > > OK? > > > > ok. I wonder if we should split off a py2-numpy..

switch uncrustify to python3 and update

2021-03-07 Thread Daniel Dickman
Here's an update of uncrustify to a newer release. This port seems to work fine with python3 too. Tested on amd64 where all regress tests pass. ok? Index: Makefile === RCS file: /cvs/ports/textproc/uncrustify/Makefile,v retrieving

Re: x11/pmenu:

2021-03-07 Thread Klemens Nanni
On Sun, Mar 07, 2021 at 08:08:59PM +, Stuart Henderson wrote: > > > +++ pkg/DESCR 7 Mar 2021 18:36:33 - > > > @@ -1,6 +1,7 @@ > > > -piemenu is a pie menu utility for X. It receives a menu specification OD > > > +piemenu is a pie menu utility for X. It receives a menu specification > > >

Re: NEW PORT (dependency update): libebur128 1.2.6

2021-03-07 Thread Marc Espie
On Sun, Mar 07, 2021 at 02:11:10PM +0100, Marc Espie wrote: > Stumbled upon this while updating mlt. > > It's a library that "implements the ebur R 128 loudness standard" > (whatever that means) > > Turns out both multimedia/mlt and audio/cantata bundle that code. > > It's a very small library,

Re: x11/pmenu:

2021-03-07 Thread Stuart Henderson
On 2021/03/07 20:30, Jerome KASPER wrote: > Hi klemmens, > > First of all thanks for testing and reviewing. > Nice spots in the grammar description. > I will poke upstream about adding CFLAGS += > in the config.mk and will report back. > I didn't knew about CPPFLAGS overriding with > CFLAGS, is it

Re: ghc 8.10.3 updates

2021-03-07 Thread Greg Steuck
Great, thanks for the reviews and testing on i386. The extra few days give the previous batch more chances to settle :) On Sun, Mar 7, 2021 at 9:41 AM Matthias Kilian wrote: > Hi Greg, > > On Sat, Mar 06, 2021 at 12:32:10PM -0800, Greg Steuck wrote: > > Once the other 3 cleanup patches are appli

projectlibre update 1.9.1 -> 1.9.3

2021-03-07 Thread Marcus MERIGHI
Hello! This is a trivial update for projectlibre. I could not find a real changelist, just these blog articles: https://www.projectlibre.com/blog/projectlibre-new-release-192 https://www.projectlibre.com/blog/projectlibre-release-project-managers-set-language-currency-date-format-wdropdown-list

Re: x11/pmenu:

2021-03-07 Thread Klemens Nanni
On Sun, Mar 07, 2021 at 08:30:13PM +0100, Jerome KASPER wrote: > Hi klemmens, > > First of all thanks for testing and reviewing. > Nice spots in the grammar description. > I will poke upstream about adding CFLAGS += > in the config.mk and will report back. > I didn't knew about CPPFLAGS overriding

Re: x11/pmenu:

2021-03-07 Thread Jerome KASPER
Hi klemmens, First of all thanks for testing and reviewing. Nice spots in the grammar description. I will poke upstream about adding CFLAGS += in the config.mk and will report back. I didn't knew about CPPFLAGS overriding with CFLAGS, is it a clang trick for debug? Regards, Jerome Le dim. 7 mars

x11/pmenu:

2021-03-07 Thread Klemens Nanni
Without this the debug package is useless as it does not contain any symbols; build the port with and without the diff and note the addition of `-g' in cc(1) lines. I don't need the debug package or DEBUG at all right now but noticed the lack of `-O2 -pipe' when building this port. Fix DESCR gra

[PATCH] lang/racket-minimal: add -E flag for raco exe

2021-03-07 Thread John Murphy
This patch adds the `-E` flag to racket version 7.9. This change has been added upstream[1] as a restult of github issue 3717[2]. [1]: https://github.com/racket/racket/commit/fac84630825fdb3780fcd7891fb50e637eb3f910 [2]: https://github.com/racket/racket/issues/3717 --- .../patches/patch-racket_

fix print/scribus for poppler-21.03.0

2021-03-07 Thread Matthias Kilian
Hi, this fixes the build of scribus with poppler-21.03.0. Based on upstream svn. Ciao, Kili Index: patches/patch-scribus_plugins_import_pdf_slaoutput_cpp === RCS file: /cvs/ports/print/scribus/patches/patch-scribus_plugins

update print/poppler

2021-03-07 Thread Matthias Kilian
Hi, this updates poppler to 21.03.0. Tested on amd64. If noone complains or wants me to wait longer, I'll commit this (together with a fix for scribus) on wednesday. Ciao, Kili Index: Makefile === RCS file: /cvs/ports/print/

arm bulk build report

2021-03-07 Thread phessler
bulk build on armv7.ports.openbsd.org started on Tue Jan 19 03:41:17 MST 2021 finished at Sun Mar 7 10:51:28 MST 2021 lasted 17D07h10m done with kern.version=OpenBSD 6.8-current (GENERIC) #364: Sun Jan 17 22:28:08 MST 2021 built packages:8806 Jan 19:281 Jan 20:186 Jan 21:40 Jan 22:81 Jan 25:250

Re: [update] loki 2.1.0

2021-03-07 Thread Landry Breuil
On Sat, Mar 06, 2021 at 01:12:30PM +, Stuart Henderson wrote: > On 2021/03/05 14:29, Landry Breuil wrote: > > On Fri, Mar 05, 2021 at 02:20:58PM +0100, Landry Breuil wrote: > > > Hi, > > > > > > > > > here's an update to loki 2.1.0, cf > > > https://github.com/grafana/loki/releases/ for the v

Re: ghc 8.10.3 updates

2021-03-07 Thread Matthias Kilian
Hi Greg, On Sat, Mar 06, 2021 at 12:32:10PM -0800, Greg Steuck wrote: > Once the other 3 cleanup patches are applied we can proceed with this > update which will take us to ghc-8.10.3. I'm double-checking that all > Haskell ports still work on amd64, but it seems like a fairly limited > affar. We

Re: Remaining bits of ghc.port.mk cleanup

2021-03-07 Thread Matthias Kilian
Hi Greg, On Thu, Mar 04, 2021 at 09:09:03PM -0800, Greg Steuck wrote: > The attached three patches should complete the cleanup. Let me know if I > missed anything. We can then move on to ghc 8.10 upgrade. > > I rebuilt lang/ghc with the patches applied on amd64. I expect the > change to be a no-o

Re: childsplay needs py-numpy

2021-03-07 Thread Remi Locherer
On Sun, Mar 07, 2021 at 02:34:51PM +, Stuart Henderson wrote: > On 2021/03/07 13:12, Remi Locherer wrote: > > Without numpy childsplay fails to start (see cairoimage.py). > > > > OK? > > ok. I wonder if we should split off a py2-numpy.. Actually, there is a version 3.3 from 2018 that does n

Re: [UPDATE] devel/adb

2021-03-07 Thread Dimitri Karamazov
On Sat, Mar 06, 2021 at 04:05:20PM +, Wind R wrote: > Running adbd as root seems to cause a kernel panic. > I have attached a picture of the ddb log. > > I am unable to use my keyboard after the kernel panic, > devices connected to the USB ports after the panic won't be powered > either. > >

[UPDATE] audio/ncspot to 0.5.0

2021-03-07 Thread Henrik Friedrichsen
Attached diff updates ncspot to 0.5.0 Changelog: https://github.com/hrkfdn/ncspot/releases/tag/v0.5.0 Had to disable player notifications for this release on OpenBSD due to a newly introduced incompatibility in a dependency. It's already fixed upstream, hopefully it can be reenabled for the next

Re: childsplay needs py-numpy

2021-03-07 Thread Stuart Henderson
On 2021/03/07 13:12, Remi Locherer wrote: > Without numpy childsplay fails to start (see cairoimage.py). > > OK? ok. I wonder if we should split off a py2-numpy.. > > Index: Makefile > === > RCS file: /cvs/ports/games/childsplay/M

mips64 bulk build report

2021-03-07 Thread visa
bulk build on octeon.ports.openbsd.org started on Mon Mar 1 16:31:29 UTC 2021 finished at Sat Mar 6 09:28:58 UTC 2021 lasted 05D16h57m done with kern.version=OpenBSD 6.9-beta (GENERIC.MP) #489: Mon Mar 1 03:52:36 MST 2021 built packages:8207 Mar 1:2085 Mar 2:1348 Mar 3:615 Mar 4:774 Mar 5:2917

[UPDATE] multimedia/mlt

2021-03-07 Thread Marc Espie
This makes use of the libebur128 port I posted a few hours ago I've had most of this in my dir for a while, I actually got stumped on something stupid in shotcut. I've built and used shotcut with this without issue. I've also built kdenlive, but I'm not too familiar with it. Highlights: - uses ex

NEW PORT (dependency update): libebur128 1.2.6

2021-03-07 Thread Marc Espie
Stumbled upon this while updating mlt. It's a library that "implements the ebur R 128 loudness standard" (whatever that means) Turns out both multimedia/mlt and audio/cantata bundle that code. It's a very small library, just one file, but we should move to the upstream version. Two reasons: - b

childsplay needs py-numpy

2021-03-07 Thread Remi Locherer
Without numpy childsplay fails to start (see cairoimage.py). OK? Index: Makefile === RCS file: /cvs/ports/games/childsplay/Makefile,v retrieving revision 1.31 diff -u -p -r1.31 Makefile --- Makefile23 Feb 2021 19:39:22 -

Re: oolite: fix -fno-common

2021-03-07 Thread Anthony J. Bentley
Antoine Jacoutot writes: > > I gave it a try, but got stuck at link time. > > > > undefined reference to `__stack_chk_fail'? > > undefined reference to `__errno_location'?? > > undefined reference to `stdin'??? > > Probably due to -no-undefined I think the problem is that it's trying to link agai

Re: oolite: fix -fno-common

2021-03-07 Thread Antoine Jacoutot
On Sun, Mar 07, 2021 at 01:37:19AM -0700, Anthony J. Bentley wrote: > Christian Weisgerber writes: > > Martin Vahlensieck: > > > > > Rather mechanical fix for -fno-common. > > > > This would be a great opportunity to update the port to the latest > > release 1.90 instead of letting the obsolete ver

Re: oolite: fix -fno-common

2021-03-07 Thread Anthony J. Bentley
Christian Weisgerber writes: > Martin Vahlensieck: > > > Rather mechanical fix for -fno-common. > > This would be a great opportunity to update the port to the latest > release 1.90 instead of letting the obsolete version sit there. I gave it a try, but got stuck at link time. undefined reference