Planning ghc-8.10.2 and cabal.port.mk switch-over

2020-10-25 Thread Greg Steuck
Hi Matthias and ports@ folks, I believe now is a good time to replace ghc and cabal with the new pieces I've been progressively sharing over the past several months. We'll get a bunch of upgrades to the existing Haskell binary ports such as ShellCheck and xmobar. We'll be able to easily add new p

Re: fix sdl2 build on arm

2020-10-25 Thread adr
On Fri, Oct 23, 2020 at 11:45:55PM -0400, Brad Smith wrote: > > #0 0x759109fc in __driDriverGetExtensions_kms_swrast () > > from /usr/X11R6/lib/modules/dri/swrast_dri.so > > To me it looks like something that should be fixed in Mesa. Sure, but in the meanwhile, as the arm port doesn't use op

Re: UPDATE mail/notmuch-0.31

2020-10-25 Thread Andrea Fleckenstein
Bjorn Ketelaars writes: > Ping! I built and installed this on amd64 -current, seems to work fine. I'll use it for a few days and see if I notice anything. Sorry I can't be of much help with the test failures. Best, Andrea

Re: bitmap fonts: Install pango 1.44 compatible OpenType fonts

2020-10-25 Thread Christopher Zimmermann
I tested only the latin fonts. Maybe someone with korean, japanese or chinese knowledge could have a look at those ? Hopefully, you can try copy and pasting the following text in various programs and figure out how it looks: French diacritics Amélie mon cœur Japanese katakana/hiragana ノゾミ, のぞ

Re: UPDATE: games/openrct2 0.3.0 => 0.3.1

2020-10-25 Thread Florian Viehweger
Hi Brian, > On Sunday, October 18, 2020 5:46 PM, Brian Callahan > wrote: > > > Hi ports -- > > > > Attached is an update to OpenRCT2. > > Changelog is here: > > https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.3.1 > > > > Works well on amd64. > > > > OK? > > > > ~Brian > > Ping. I've play

UPDATE: libde265 1.0.7

2020-10-25 Thread Brad Smith
Here is an update to libde265 1.0.7. 1.0.7 add API to read VUI color information from bitstream 1.0.6 fix race in static mutex initialization Index: Makefile === RCS file: /home/cvs/ports/multimedia/libde265/Makefile,v retrieving r

UPDATE: libbluray 1.2.1

2020-10-25 Thread Brad Smith
Here is an update to libbluray 1.2.1. Index: Makefile === RCS file: /cvs/ports/multimedia/libbluray/Makefile,v retrieving revision 1.15 diff -u -p -u -p -r1.15 Makefile --- Makefile24 Nov 2019 17:59:04 - 1.15 +++ Makefil

[PATCH] Unbreak audio/flite on mips64*

2020-10-25 Thread Donovan Watteau
Hi, The attached diff unbreaks audio/flite on mips64*. Just using base-clang or port-gcc there is enough for it to build. No REVISION bump, since it only changes something for the BROKEN* archs. Donovan audio_flite_mips64.diff Description: Binary data

Re: Okay to drop Python 2 support to unbreak scikit-learn with Python 3.8?

2020-10-25 Thread Daniel Dickman
Hi James, Not sure if you're still looking into this or not, but I took another stab at it. See attached for new a new port for py-threadpoolctl and an sklearn diff. I tried to run the regress tests, but it core dumped about half way in for me... which is still better than the current situatio

Re: UPDATE: Boost 1.70

2020-10-25 Thread Otto Moerbeek
On Sat, Oct 24, 2020 at 11:45:02PM -0400, Brad Smith wrote: > Here is an update to Boost 1.70. > > I have already had 1.68 and 1.69 run through bulks on i386 and sparc64 which > found > the two issues that have been fixed so far. The builders are busy at the > moment. > > Looking for any testi

UPDATE: misc/subsurface 4.9.7

2020-10-25 Thread Kristaps Dzonsons
This is an update of misc/subsurface to version 4.9.7. Not much has changed. I've been using it now for a little while and it works fine. ...except that it reliably segfaults on exit and has since 4.8.5. Printing doesn't seem to work properly in some cases. Otherwise works fine in planning

Re: [PATCH] Try unbreaking devel/libexecinfo on mips64*

2020-10-25 Thread Brad Smith
From ports-gcc Makefile... BUILD_DEPENDS +=    devel/bison \     devel/libexecinfo On 10/25/2020 5:12 AM, Donovan Watteau wrote: Hi, On mips64el, 'make test' currently fails in devel/libexecinfo with the following error: ===> Regression tests for libexecinfo-0.3p2v0

Re: [PATCH] Try unbreaking devel/libexecinfo on mips64*

2020-10-25 Thread Donovan Watteau
On 10/25/2020, Brad Smith wrote: > From ports-gcc Makefile... > > BUILD_DEPENDS +=devel/bison \ > devel/libexecinfo > Ah, I gave a quick look at LIB_DEPENDS, but not at BUILD_DEPENDS, my bad. Then, if the __BUILTIN_HACK part is only possible with GCC at the momen

[PATCH] Try unbreaking devel/libexecinfo on mips64*

2020-10-25 Thread Donovan Watteau
Hi, On mips64el, 'make test' currently fails in devel/libexecinfo with the following error: ===> Regression tests for libexecinfo-0.3p2v0 /usr/bin/env -i \ LD_LIBRARY_PATH=/usr/ports/pobj/libexecinfo-0.3/backtrace-BACKTRACE_0_3/libbacktrace \ /usr/ports/pobj/libexec

Re: Remove tb-https-everywhere

2020-10-25 Thread Caspar Schutijser
Hi, On Sat, Oct 24, 2020 at 12:28:50PM +0100, Stuart Henderson wrote: > On 2020/10/24 10:34, Caspar Schutijser wrote: > > Hi, > > > > www/tor-browser/https-everywhere can be removed since it is now part > > of the www/tor-browser/browser port. The diff below makes that happen. > > I went with "ou

UPDATE: Boost 1.70

2020-10-25 Thread Brad Smith
Here is an update to Boost 1.70. I have already had 1.68 and 1.69 run through bulks on i386 and sparc64 which found the two issues that have been fixed so far. The builders are busy at the moment. Looking for any testing and feedback. Index: devel/boost/Makefile ===