Re: [update/fix] graphics/glfw 3.3.2 -> 3.3.4 & fixes cursor hiding

2021-05-08 Thread Theo Buehler
> > +@@ -710,6 +710,8 @@ static GLFWbool initExtensions(void) > > + > > + #if defined(__CYGWIN__) > > + _glfw.x11.xcursor.handle = _glfw_dlopen("libXcursor-1.so"); > > ++#elif defined(__OpenBSD__) > > ++_glfw.x11.xcursor.handle = _glfw_dlopen("libXcursor.so.5.0"); I think it would be bett

Re: [update/fix] graphics/glfw 3.3.2 -> 3.3.4 & fixes cursor hiding

2021-05-08 Thread Kurt Mosiejczuk
On Sun, May 09, 2021 at 03:45:51AM +, octeep wrote: > In the current port of glfw, it does not correctly detect the libXcursor > library, causing Minecraft >= 1.13 to not hide the cursor properly. > This diff fixes the problem and also updates glfw to 3.3.4 Yup. As soon as the game started, t

devel/p5-Role-Tiny : Update to 2.002004

2021-05-08 Thread wen heping
Hi, ports@: Here is a simple patch for devel/p5-Role-Tiny to update to 2.002004, it is required by the update of p5-Moo. It build well and pass all tests on amd64-6.9 system. 6 ports depends on devel/p5-Role-Tiny: devel/p5-Moo devel/p5-Specio www/p5-Mojo net/p5-MaxMind-DB-Reader

Re: databases/py-sqlobject : Update to 3.9.1

2021-05-08 Thread Kurt Mosiejczuk
On Tue, May 04, 2021 at 01:03:49PM +, wen heping wrote: > Hi, ports@: >Here is a simple patch for databases/py-sqlobject to update to 3.9.1, > it build well and pass all tests on amd64-6.9 system. >No other ports depends on it. > Cheers ! > wen Committed. Thanks! --Kurt

net/p5-Twitter-API : Update to 1.0006

2021-05-08 Thread wen heping
Hi, Here is a simple patch for net/p5-Twitter-API to update to 1.0006. It build well and pass all tests on amd64-6.9 system. No other ports depends on it. wen Index: Makefile === RCS file: /cvs/ports/net/p5-Twitter-API/Makef

GLFW port not hiding cursor properly

2021-05-08 Thread octeep
In the GLFW 3.3.2 port, hiding cursor with glfwSetInputMode(window, GLFW_CURSOR, GLFW_CURSOR_HIDDEN) or glfwSetInputMode(window, GLFW_CURSOR, GLFW_CURSOR_DISABLED) does not work properly. This leads the cursor being visible in post-1.12 Minecraft versions. This bug can be reproduced with the follo

new sysutils/galleon - JBoss Wildfly provisioning tool

2021-05-08 Thread Ian Darwin
JBoss Wildfly is an OK Java EE app server but it is big and it is unruly, perhaps too much so to tame and put into ports. For one, it insists on rewriting its config files on every run, and nobody wants a great hulk like this updating any files in /etc! Instead, there is a tool that will install J

[update/fix] print/pdfarranger 1.6.2 -> 1.7.1

2021-05-08 Thread Kurt Mosiejczuk
pdfarranger currently won't actually save a PDF once you are done. It will ask for a file name and then throw an error of "Only pages can be inserted". The issue can be seen here: https://github.com/pdfarranger/pdfarranger/issues/427 (libqpdf >= 10.2.0 and pikepdf < 2.7.0) This makes it functio

Re: [UPDATE] www/links+ 2.21 -> 2.22

2021-05-08 Thread trondd
Poke some more. trondd wrote: > Whoops, I thought I resent this after things opened up from the release. > Here we go then. > > Tim. > > trondd wrote: > > > trondd wrote: > > > > Poke to get in for release. Otherwise, I'll let it go until after > > the release lock. > > > > Thanks. > > T

Unbreak emulators/retroarch

2021-05-08 Thread Rafael Sadowski
retroarch failed in my last bulk with the following error: c++ -O2 -pipe -Wno-switch -Wno-sign-compare -fno-strict-aliasing -Wno-reorder -Wno-parentheses -ffast-math -DBSD -DHAVE_FILE_LOGGER -DHAVE_SHADERPIPELINE -I./libretro-common/include -I./deps -DHAVE_NETPLAYDISCOVERY -DHAVE_DR_MP3 -I./de

Re: [UPDATE] graphics/ipe 7.2.20 -> 7.2.24

2021-05-08 Thread Stuart Henderson
On 2021/05/08 12:11, Alessandro De Laurenzis wrote: > Greetings, > > The attached diff (gzip-ed in order to avoid issues with MSDOS line > endings in emailing) updates graphics/ipe to the latest release. The files should be converted so that the patches don't have those line-endings in the first

Re: NEW: squashfs-tools

2021-05-08 Thread Stuart Henderson
Second attempt now with tar and CC. On 2021/05/08 15:28, Stuart Henderson wrote: > based on some git diffs from chris@, this is useful for unpacking > filesystems from firmware images (useful with e.g. binwalk-ng). > > OK to import? > > > $ pkg_info squashfs-tools > Information for inst:squashf

NEW: squashfs-tools

2021-05-08 Thread Stuart Henderson
based on some git diffs from chris@, this is useful for unpacking filesystems from firmware images (useful with e.g. binwalk-ng). OK to import? $ pkg_info squashfs-tools Information for inst:squashfs-tools-4.4.1 Comment: tools to create and extract Squashfs filesystems Description: Squashfs is

[UPDATE] graphics/ipe 7.2.20 -> 7.2.24

2021-05-08 Thread Alessandro De Laurenzis
Greetings, The attached diff (gzip-ed in order to avoid issues with MSDOS line endings in emailing) updates graphics/ipe to the latest release. What's new upstream === * See news.txt for the complete changelog. What's new in the port == * portcheck is flaggi