Re: XKBlib.h: C++17 doesn't allow 'register' storage class

2020-11-21 Thread Matthieu Herrb
On Sun, Nov 22, 2020 at 07:48:34AM -, Dimitri Karamazov wrote: > is this diff okay? It is part of the update to libX11 1.7.0 that was released earlier this week and that I plan to import in Xenocara. Can you wait until that update ? > > Index: lib/libX11/include/X11/XKBlib.h >

Re: cyrus-imapd upstreamed patches and improvements

2020-11-21 Thread Anatoli
Hi Antoine, Stuart, All, Stuart, thanks for updating wslay. Antoine, thanks for your feedback. The diff from my first mail is to be applied to the port when the upstream publishes the new minor release in the 3.2 branch, which will be 3.2.5 and I guess it should be released in a week. The diff

Re: make py-txaio and py-autobahn python3 only

2020-11-21 Thread Björn Ketelaars
On Sun 22/11/2020 00:20, Daniel Dickman wrote: > By making these two ports python3 only, we are getting rid of the only > consumers of the obsolete devel/py-trollius port (which can then be > deleted after diff below goes in). > > These ports are only used by devel/py-buildbot which is already

make py-txaio and py-autobahn python3 only

2020-11-21 Thread Daniel Dickman
By making these two ports python3 only, we are getting rid of the only consumers of the obsolete devel/py-trollius port (which can then be deleted after diff below goes in). These ports are only used by devel/py-buildbot which is already python3-only. ok? (diff shows quirks and top-level make

update py-six to 1.15.0

2020-11-21 Thread Daniel Dickman
The main benefit of this update is some improved pyton 3.9 support. Tested by building over 100 consumers under python2 and python3 on amd64. No compile-time issues were seen. ok? Index: Makefile === RCS file: /cvs/ports/devel/py-

convert py-bokeh to flavored port

2020-11-21 Thread Daniel Dickman
I need to convert py-bokeh to a flavored port for an upcoming port that will depend on it. While here, update HOMEPAGE. Can someone confirm that I made the right change to pkg/PLIST below? ok to commit this? Index: Makefile === RCS

NEW: sysutils/py-vsphere-automation

2020-11-21 Thread Pavel Korovin
Dear all, I'm looking for OKs to import this. $ pkg_info py3-vsphere-automation Comment: VMware vSphere Automation SDK for Python Description: VMware vSphere Automation SDK for Python Maintainer: Pavel Korovin WWW: https://github.com/vmware/vsphere-automation-sdk-python -- With best regard

XKBlib.h: C++17 doesn't allow 'register' storage class

2020-11-21 Thread Dimitri Karamazov
I'm trying to update blender to the latest version, but stumbled upon some errors. C++17 doesn't support register storage class, but it is part of XKBLIb headers, I tried things like "-Wno-register" to MAKE_FLAGS, then #pragma Clang diagnostic ignored "-Wregister" before the header to no avail. F

Re: UPDATE: Tor Browser 10.0.5

2020-11-21 Thread Caspar Schutijser
Hi, On Thu, Nov 19, 2020 at 07:46:22PM -, Dimitri Karamazov wrote: > Caspar I'll let you know that I tried to look for something related to video > issues by diffing > across source directories of firefox-esr and tor-browser and couldn't find > anything worthwhile. > Don't know where to go f

Re: handbrake-1.3.3 high CPU load while idle on amd64

2020-11-21 Thread Morgan Aldridge
On Fri, Oct 30, 2020 at 10:12 PM Brian Callahan wrote: > > On Thursday, October 29, 2020 1:29 PM, Morgan Aldridge > wrote: > > > Hi Brian and @ports, > > > > Thanks for the HandBrake port. I'm seeing high CPU load with > > handbrake-1.3.3 on 6.8-stable amd64 while ghb is open and idle, > > start

NEW: x11/mlvwm

2020-11-21 Thread Morgan Aldridge
MLVWM is a lightweight Macintosh-[L]ike Virtual Window Manager for X11: I have been using it on OpenBSD 6.4 thru 6.8-current and find it stable on i386 & amd64. I'd love to have someone test on macppc (it seems rather appropriate) and other platfo

update py-scikit-image to 0.17.2

2020-11-21 Thread Daniel Dickman
Paul, see below for an update of py-scikit-image to the latest release. I moved the MODPY_* variables to a more standard location and dropped TEST_DEPENDS which is already taken care of by MODPY_PYTEST ok? Index: Makefile === RCS

Re: net/nextcloudclient not talking to keyring for credentials

2020-11-21 Thread Tom Murphy
Hi, On 2020-11-20 17:24, Rafael Sadowski wrote: On Thu Nov 19, 2020 at 12:47:46PM +, Tom Murphy wrote: Hi, I'm trying to get net/nextcloudclient to save my password but I get this error: [ warning nextcloud.sync.credentials.http ]:Error while writing password "Unknown error"

Re: [Update] security/p5-Crypt-OpenSSL-Random : Update to 0.15

2020-11-21 Thread Andrew Hewus Fresh
On Sat, Oct 10, 2020 at 01:34:42AM +, wen heping wrote: > Hi, ports@: > > Here is a patch for security/p5-Crypt-OpenSSL-Random: > i) Update to 0.15 > ii) Move up the CPAN_AUTHOR line > iii) Add TEST_POD to MAKE_ENV > > It build well and pass all tests on amd64-current syst

[sparc64/base-gcc] Fix build of math/matio

2020-11-21 Thread Kurt Mosiejczuk
Compiling matio with base-gcc fails with mat73.c:1: error: stray '\357' in program mat73.c:1: error: stray '\273' in program mat73.c:1: error: stray '\277' in program Shifting to ports-gcc fixes the built. ok? --Kurt Index: Makefile

[sparc64/base-gcc] Fix build of www/snownews

2020-11-21 Thread Kurt Mosiejczuk
snownews using C11 constructs so base-gcc doesn't work. This fixes it. ok? --Kurt Index: Makefile === RCS file: /cvs/ports/www/snownews/Makefile,v retrieving revision 1.40 diff -u -r1.40 Makefile --- Makefile20 Nov 2020 20:48:1

Re: [UPDATE] math/lrs -> 071a

2020-11-21 Thread Dimitri Karamazov
On Sat, November 21, 2020 13:05, Stuart Henderson wrote: > Now it's committed here's some clean-up. > > > - don't patch away upstream's INCLUDEDIR/LIBDIR mechanism to replace > it with something using CPPFLAGS/LDFLAGS which does exactly the same; > simplifies the patch > > patch-makefile | 115 ++

Re: XKBlib.h: C++17 doesn't allow 'register' storage class

2020-11-21 Thread Stuart Henderson
On 2020/11/21 16:48, Dimitri Karamazov wrote: > I'm trying to update blender to the latest version, but stumbled upon > some errors. > C++17 doesn't support register storage class, but it is part of XKBLIb > headers, > > I tried things like "-Wno-register" to MAKE_FLAGS, then > #pragma Clang diag

Re: NEW: fonts/ttyp0-font

2020-11-21 Thread Stuart Henderson
On 2020/11/21 18:12, Christopher Zimmermann wrote: > Ok, > > I imported the font. Now I'm wondering which combinations of the variants > should be enabled by default. > Looking at terminus people seem to use centered tilde and I suspect most > people would want an invisible no-breaking-space. > An

Re: NEW: fonts/ttyp0-font

2020-11-21 Thread Christopher Zimmermann
Ok, I imported the font. Now I'm wondering which combinations of the variants should be enabled by default. Looking at terminus people seem to use centered tilde and I suspect most people would want an invisible no-breaking-space. Any other popular combinations ? OK as is ? Christopher Ind

[UPDATE] graphics/freeglut -> 3.2.1

2020-11-21 Thread Dimitri Karamazov
Build and runtime tests: games/crack-attack games/glsfcave textproc/mupdf,js Build tests only: graphics/gle graphics/glpng graphics/DevIL graphics/py-opengl graphics/mhgui devel/bullet lang/parrot sysutils/mangl print/gl2ps math/eigen3 cad/kicad untested: asymptote - not for amd64 Bumped shared

Re: 4 of 8 cores always idle on Ryzen 7 4750U Pro

2020-11-21 Thread Stuart Henderson
On 2020/11/21 16:06, Stuart Henderson wrote: > On 2020/11/07 23:24, Ashton Fagg wrote (on bugs@): > > > > I'm running a Ryzen 4750U (8 cores, 16 with SMT). Obviously SMT > > being disabled means only 8 of them show up in htop and the > > like. However, I've noticed that 4 of my cor

Re: 4 of 8 cores always idle on Ryzen 7 4750U Pro

2020-11-21 Thread Stuart Henderson
On 2020/11/07 23:24, Ashton Fagg wrote (on bugs@): > > I'm running a Ryzen 4750U (8 cores, 16 with SMT). Obviously SMT > being disabled means only 8 of them show up in htop and the > like. However, I've noticed that 4 of my cores are always > idle. They never, ever leave

Re: NEW: fonts/ttyp0-font

2020-11-21 Thread Manuel Giraud
Stuart Henderson writes: > let's go for chrisz's version of this, the flavour handling is easier > to deal with, and he has already got it converting to otb (pcf bitmap > fonts are no longer widely supported). I don't know much about font file format. But neat! (i think) > - don't set nbs flavo

Re: [UPDATE] math/lrs -> 071a

2020-11-21 Thread Stuart Henderson
On 2020/11/21 14:08, Dimitri Karamazov wrote: > On Sat, November 21, 2020 13:05, Stuart Henderson wrote: > > Now it's committed here's some clean-up. > > > > > > - don't patch away upstream's INCLUDEDIR/LIBDIR mechanism to replace > > it with something using CPPFLAGS/LDFLAGS which does exactly the

skytools [was Re: PostgreSQL 13.1 Upgrade]

2020-11-21 Thread Stuart Henderson
On 2020/11/20 17:06, Jeremy Evans wrote: > skytools patch to fix build (dead upstream for about 3 years) it's still actively developed, but has been reorganized into separate projects (py-skytools, pgq, londiste, walmgr etc). Since the current distfile is no longer available here's an update to t

Re: [UPDATE] math/lrs -> 071a

2020-11-21 Thread Stuart Henderson
Now it's committed here's some clean-up. - don't patch away upstream's INCLUDEDIR/LIBDIR mechanism to replace it with something using CPPFLAGS/LDFLAGS which does exactly the same; simplifies the patch patch-makefile | 115 +++--- 1 file changed, 23 insertions(+),

Re: Ping: [Update] x11/xbindkeys: 1.8.6 -> 1.8.7

2020-11-21 Thread Stuart Henderson
> > Relevant changelog can be viewed here at [1]. > > > > "Version 1.8.7: Bugfix: Prevent scheme functions to be garbage collected > > (Thanks Jason Miller)" btw: we don't build the scheme support anyway, so this is essentially a noop (still makes sense to update though, if only to get it out of t

Re: NEW: sysutils/blackbox_exporter

2020-11-21 Thread Stuart Henderson
On 2020/11/20 15:31, Tracey Emery wrote: > There is trailing whitespace in the README file and an .orig in the > patches folder. What's the rule on starting COMMENTS with a capital? caps for proper nouns, otherwise lower-case > Otherwise, works fine here. ok tracey Thanks :)

Re: maintainer update: www/hugo 0.76.5

2020-11-21 Thread Paco Esteban
Bump version to 0.78.2 As usual, tests from actual hugo users welcome. OK to commit ? This is the changelog from my last diff: * js: Let ESBuild handle all imports from node_modules 78f227b6 * build(deps): bump github.com/evanw/esbuild from 0.8.5 to 0.8.6 5e03f644 * build(deps): bump gith