Re: update net/libstrophe and profanity

2023-09-23 Thread Rafael Sadowski
On Tue Sep 19, 2023 at 03:45:30PM +0200, Omar Polo wrote: > This is a late update to libstrophe and profanity. > > https://github.com/strophe/libstrophe/releases/tag/0.12.3 > https://github.com/profanity-im/profanity/releases/tag/0.14.0 > > portwise is not particular interesting, but some further

Re: UPDATE: net/nextcloudclient-3.10.0

2023-09-23 Thread Rafael Sadowski
On Tue Sep 19, 2023 at 08:08:25AM -0400, Adriano Barbosa wrote: > Hi. > Update for net/nextcloudclient v3.10.0 > Changelog: > 3.10.0 https://github.com/nextcloud/desktop/releases/v3.10.0 > 3.9.4 https://github.com/nextcloud/desktop/releases/v3.9.4 > > Obrigado! Committed, obrigado. > -- > Adria

Re: Remove Qt5Pdf support in x11/qt5/qtwebengine

2023-09-23 Thread Rafael Sadowski
On Sat Sep 23, 2023 at 07:18:35PM +, Klemens Nanni wrote: > On Sat, Sep 23, 2023 at 09:00:25PM +0200, Rafael Sadowski wrote: > > I see no shortcut to fix "libQt5Pdf.so.1.0: undefined symbol > > FPDF_InitLibrary". Yes, linking explicitly against libQt5WebEngineCore > > could fix the issue but it

Re: Enable LTO for arm/aarch64 cross-compiler

2023-09-23 Thread Jonathan Gray
On Sat, Sep 23, 2023 at 09:31:16PM +0200, Mark Kettenis wrote: > Newer U-Boot versions have started to require LTO in order to save > some space for certain targets. I don't see a downside in enabling it > as the cross compiler won't be used to build OpenBSD binaries. > > ok? if atf, m1n1, u-boo

[NEW] editors/hyx

2023-09-23 Thread Thim Cederlund
Hi ports@, Here's a port for this neat little hex editor with vim keybindings. There is no man page for hyx unfortunately, but passing the `--help` or `-h` flag tells you all about it. The upstream makefile has no install target which is why I opted for a do-install in the port. % pkg_info hyx

Re: BTI fix ruby 3.2.2

2023-09-23 Thread Jeremy Evans
On 09/23 08:38, Mark Kettenis wrote: > The configure scripts adds -mbranch-protection=pac-ret, which on > OpenBSD actually *downgrades* the protection and makes things fail on > arm64 systems that implement BTI. > > Use -mbranch-protection=standard instead. > > ok? OK jeremy@ > Index: lang/ruby/3.2

Re: [update] net/transmission 4.0.4

2023-09-23 Thread Klemens Nanni
On Sat, Sep 23, 2023 at 11:36:27AM -0400, Josh Grosse wrote: > ping. > > On Mon, Sep 18, 2023 at 08:42:01PM -0400, Josh Grosse wrote: > > This is an update from 4.0.3 to 4.0.4. Lightly tested > > the -gtk, -qt, and -daemon binaries on amd64. Thanks, after syncing PLIST.

Enable LTO for arm/aarch64 cross-compiler

2023-09-23 Thread Mark Kettenis
Newer U-Boot versions have started to require LTO in order to save some space for certain targets. I don't see a downside in enabling it as the cross compiler won't be used to build OpenBSD binaries. ok? Index: devel/arm-none-eabi/gcc/Makefile ===

Re: UPDATE emulators/snes9x 1.62.3

2023-09-23 Thread Frederic Cambus
Hi, On Mon, Sep 18, 2023 at 07:37:14AM +, Lucas wrote: > Here's an update for snes9x to latest version. Of potential interest, > there is now a Vulkan renderer support. Full changelog at [0]. > > Port-wise, the build system changed CMake and dropped support for GTK+2 > by means of depending

Re: Remove Qt5Pdf support in x11/qt5/qtwebengine

2023-09-23 Thread Klemens Nanni
On Sat, Sep 23, 2023 at 09:00:25PM +0200, Rafael Sadowski wrote: > I see no shortcut to fix "libQt5Pdf.so.1.0: undefined symbol > FPDF_InitLibrary". Yes, linking explicitly against libQt5WebEngineCore > could fix the issue but it's not so easy to fix it in qmake/re2 for me. > > I would suggest to

Remove Qt5Pdf support in x11/qt5/qtwebengine

2023-09-23 Thread Rafael Sadowski
I see no shortcut to fix "libQt5Pdf.so.1.0: undefined symbol FPDF_InitLibrary". Yes, linking explicitly against libQt5WebEngineCore could fix the issue but it's not so easy to fix it in qmake/re2 for me. I would suggest to disable Qt5Pdf support for now. Nothing use it directly, maybe via plugin.

BTI fix ruby 3.2.2

2023-09-23 Thread Mark Kettenis
The configure scripts adds -mbranch-protection=pac-ret, which on OpenBSD actually *downgrades* the protection and makes things fail on arm64 systems that implement BTI. Use -mbranch-protection=standard instead. ok? Index: lang/ruby/3.2/Makefile ==

HEADS-UP: MASTER_SITES0...9 going away

2023-09-23 Thread Marc Espie
I'm currently running a patch that converts the last few ports with MASTER_SITES0...9 to the new style of SITES.sufx. Accordingly, once the bulk finishes (succesfully) I will also remove the support in bsd.port.mk. In the meantime, if you commit stuff that reintroduces MASTER_SITES0..9, well, it

Re: godot - diff to build with C#/mono support

2023-09-23 Thread Thomas Frohwein
Hi, Took some time to overhaul this and I have a middle-ground proposition: Build on all arches, not just MONO_ARCHS, but only on MONO_ARCHS build with mono bits and only there install the -sharp subpackage. Tested the build and packaging for both scenarios on my amd64 (by tweaking the IS_MONO_AR

Re: [update] net/transmission 4.0.4

2023-09-23 Thread Josh Grosse
ping. On Mon, Sep 18, 2023 at 08:42:01PM -0400, Josh Grosse wrote: > This is an update from 4.0.3 to 4.0.4. Lightly tested > the -gtk, -qt, and -daemon binaries on amd64. > > diff --git a/net/transmission/Makefile b/net/transmission/Makefile > index ce94928b0ad..d5070c72809 100644 > --- a/net/t

[Proposal] security/vault without devel/yarn

2023-09-23 Thread Volker Schlecht
Changes documentation how to rebuild security vault's UI without having devel/yarn installed or having any version of devel/yarn installed globally. With lang/node in ports, the bundled version of yarn works out of the box. Index: Makefile ==

Re: [Maintainer Update] lang/node v18.18.0

2023-09-23 Thread Volker Schlecht
Update to the original patch including a fix for ppc64 from gkoehler@ ok? On Wed Sep 20, 2023 at 12:14 AM CEST, Volker Schlecht wrote: > * Updates lang/node to the latest revision of the LTS release branch. > * Use SITES > > Node dropped the node-gyp binary in this release, which has been depreca

Re: [Fix] editors/helix

2023-09-23 Thread Volker Schlecht
Ping, hoping MAINTAINER's mail doesn't bounce anymore. As it stands editors/helix in ports is unusable. On Sat Sep 16, 2023 at 6:54 AM CEST, Sebastien Marie wrote: > Hi, > > It looks good to me. > > Maybe use the link to the exact commit in helix (instead of the commit as > proposed) > https://gi

UPDATE: neovim-0.9.2

2023-09-23 Thread Edd Barrett
Hi, Relatively simple update to neovim. Only lightly tested. Please try it out. OK? Index: Makefile === RCS file: /cvs/ports/editors/neovim/Makefile,v retrieving revision 1.38 diff -u -p -r1.38 Makefile --- Makefile21 Sep 2023