www/p5-HTML-Tiny: Update to 1.08

2023-02-19 Thread wen heping
Hi, ports@: Here is a simple patch to update www/p5-HTML-Tiny to 1.08, it and its only dependence graphics/p5-Captcha-reCAPTCHA both build well and pass all tests on amd64-current system. Cheers ! wen Index: Makefile === RCS fil

Re: UPDATE: fs2open-23.0.0RC6

2023-02-19 Thread Rafael Sadowski
On Sun Feb 05, 2023 at 03:22:38PM +0100, Rafael Sadowski wrote: > Simple update fs2open to 23.0.0RC6. If someone want test a RC, happy gaming. > NOT asking for an OK. > > Rafael > Finale update to 23.0. OK? Index: Makefile === RCS

De-noise ghc

2023-02-19 Thread Greg Steuck
Hi Matthias, We get this annoying line all over the place now in Haskell ports logs: cc: warning: -Wl,--no-execute-only: 'linker' input unused [-Wunused-command-line-argument] I don't know of a simple way to stick the --no-execute-only flag only into the link and not the compiler line of ghc/se

Re: gtk+4 slow application startup

2023-02-19 Thread Jonathan Gray
On Sun, Feb 19, 2023 at 01:34:41PM +0100, Antoine Jacoutot wrote: > Hi. > > There seems to be a regression with mesa that makes gtk+4 application very > slow > to start. > By default the GSK renderer uses OpenGL. > As a workaround, you can temporarily use this to go back to the cairo renderer > w

devel/angr/vex: update to 9.1.12332 and set MULTIARCH

2023-02-19 Thread Todd Carson
Hi, This port can now be fetched as a tagged version instead of a commit; it looks like upstream started tagging releases in 2020 a few months after the last time the port was updated. The existing port sets -DVGA_amd64 to only compile support for disassembling amd64. Trying to load a binary fo

update: math/py-pysmt 0.9.5

2023-02-19 Thread Todd Carson
Hi, The version of PySMT in ports is broken under Python 3.10 because it uses imports that were removed in Python 3.8. See: https://github.com/pysmt/pysmt/pull/562 Updating to the most recent upstream version fixes it. Tested by using py3-angr, which depends on it. --- math/py-pysmt/Makefile

[update] net/knot 3.2.4 to 3.2.5

2023-02-19 Thread aisha
Hi, Attached a trivial update for net/knot and net/py-libknot. No major changes in functionality, symbols, majority changes are related to geo-ip module and XDP. OK? Aisha diff --git a/net/knot/Makefile b/net/knot/Makefile index e3401b7e2cb..dd797da6d83 100644 --- a/net/knot/Makefile +++ b/n

Re: [MAINTAINER UPDATE] security/lego 4.9.1 -> 4.10.0 for -current and 4.8.0 -> 4.10.0 for -stable

2023-02-19 Thread Horia Racoviceanu
Some DNS providers have been added and a fix for PowerDNS. No security fixes. I have included the -stable patch in case it is needed. Best regards, Horia Racoviceanu On 2/19/23, Daniel Jakots wrote: > On Tue, 14 Feb 2023 14:02:14 -0500, Horia Racoviceanu > wrote: > >> - Upgrade to v4.10.0 for b

Re: multimedia/libv4l: neuter syscall(2)

2023-02-19 Thread Klemens Nanni
On Sun, Feb 19, 2023 at 11:47:47AM -0700, Theo de Raadt wrote: > The question remains: why the upstream doing that. > > Sometihng is missing here, and it may not just be mechanical. Yes, one thing they do is wrap around mmap, but with little effect on OpenBSD afaict. > Klemens Nanni wrote: > >

Re: multimedia/libv4l: neuter syscall(2)

2023-02-19 Thread Theo de Raadt
The question remains: why the upstream doing that. Sometihng is missing here, and it may not just be mechanical. Klemens Nanni wrote: > Still waiting for pkg_add and then my build to finish, but the idea is > > - make the existing maros NO-OPs, align with spaces to make it obvious > - remove

multimedia/libv4l: neuter syscall(2)

2023-02-19 Thread Klemens Nanni
Still waiting for pkg_add and then my build to finish, but the idea is - make the existing maros NO-OPs, align with spaces to make it obvious - remove includes/defines to break any left-over syscalls I didn't see a knob to fix this properly. Index: Makefile ==

[proposal] Add a note about unveil and localized directories in www/firefox-i18n

2023-02-19 Thread Joel Carnat
Hi, Recently, I drag and dropped an HTML file from my localized ~/Downloads directory to Firefox ; to render this local file. And it wouldn't open even though that directory was listed in /etc/firefox/unveil.main. I can save files to it when I download stuff but the directory can not be liste

Re: [update] coeurl, mtxclient & nheko

2023-02-19 Thread Klemens Nanni
coeurl: OK mtxclient: - examples are built but not packaged -> `-DLIB_BUILD_EXAMPLES=OFF' (still takes awfully long to build 118 -> 106 targets) - needs major bump as per check_sym - uses c++20 -> COMPILER comment bump - "14: responses(83527) in free(): bogus pointer (double free?) 0xdbdbdbdbd

Re: [update] devel/rebar3 3.20.0

2023-02-19 Thread Volker Schlecht
Ping. Update rebar3 to version 3.20.0 https://github.com/erlang/rebar3/releases/tag/3.20.0 * Starting with this version rebar3 bundles all of its build dependencies * Drop all DISTFILES for the bundled dependencies * Keep DISTFILE for meck around, since it's needed to run make test * Adapt pat

Re: UPDATE: net/nextcloudclient-3.7.3

2023-02-19 Thread Adriano Barbosa
Ping. Tests? Comments? Em qui., 9 de fev. de 2023 às 21:10, Adriano Barbosa escreveu: > Hi! > Update for net/nextcloudclient v3.7.3 > > Changelog v3.7.1: https://github.com/nextcloud/desktop/releases/v3.7.1 > (a lot of stuff) > > Changelog v3.7.2: https://github.com/nextcloud/desktop/releases/v3

Re: [new] re2, required for mtxclient/nheko update

2023-02-19 Thread Klemens Nanni
19.02.2023 16:46, Klemens Nanni пишет: > Newest version builds and packages the .pc file on its own, > mtxclient finds it. > > Feel free to commit this cmake version or provide an OK. > > I went with re-20230201, i.e. without 0. dances in the PKGNAME. > We do this in net/tg_owt and some other por

Re: [new] re2, required for mtxclient/nheko update

2023-02-19 Thread Klemens Nanni
19.02.2023 16:07, Klemens Nanni пишет: > 19.02.2023 13:11, Landry Breuil пишет: >> wrangled a bit with it especially distfile/distname/etc, also had to use >> the Makefile since mtxclient detects it via .pc file which isnt >> installed by the cmake plumbing. > > GH_* should make it easier. > Can't

Re: [new] re2, required for mtxclient/nheko update

2023-02-19 Thread Klemens Nanni
19.02.2023 13:11, Landry Breuil пишет: > wrangled a bit with it especially distfile/distname/etc, also had to use > the Makefile since mtxclient detects it via .pc file which isnt > installed by the cmake plumbing. GH_* should make it easier. Can't you use cmake and ship the .pc file in post-insta

[update] coeurl, mtxclient & nheko

2023-02-19 Thread Landry Breuil
Hi, here's diffs for coeurl/mtxclient and nheko, they rely on the re2 port i sent earlier. Builds & packages, havent tested runtime, feedback welcome. Landry Index: Makefile === RCS file: /cvs/ports/devel/coeurl/Makefile,v retrieving

Re: [update] lang/swi-prolog 9.0.3

2023-02-19 Thread Willemijn Coene
Hi Stuart, Thank you for the feedback. Seeing as there’s been no response from the package maintainer, I figured I’d take a stab at fixing the issues you raised myself. I’ve attached a new patch. Some small remarks below: > On 8 Feb 2023, at 22:11, Stuart Henderson wrote: > : Index: Makefile >

Re: update: net/swirc 3.4.1

2023-02-19 Thread Frederic Cambus
On Sat, Feb 18, 2023 at 08:47:34PM +, Markus Uhlin wrote: > Swirc 3.4.1 out with a few but good changes. (I also had to make a > small release in order to fix Windows stuff.) Committed, thanks!

Re: [MAINTAINER UPDATE] security/lego 4.9.1 -> 4.10.0 for -current and 4.8.0 -> 4.10.0 for -stable

2023-02-19 Thread Daniel Jakots
On Tue, 14 Feb 2023 14:02:14 -0500, Horia Racoviceanu wrote: > - Upgrade to v4.10.0 for both -current (lego.diff) committed, thanks! > and -stable (lego-stable.diff) ports tree Is there any justification to update -stable? afaik only serious update are considered Cheers, Daniel

[new] re2, required for mtxclient/nheko update

2023-02-19 Thread Landry Breuil
Hi, wrangled a bit with it especially distfile/distname/etc, also had to use the Makefile since mtxclient detects it via .pc file which isnt installed by the cmake plumbing. quickly hacked up but feedback welcome. Didnt find much useful text from google for DESCR.. Landry re2-0.20220401.tgz De

gtk+4 slow application startup

2023-02-19 Thread Antoine Jacoutot
Hi. There seems to be a regression with mesa that makes gtk+4 application very slow to start. By default the GSK renderer uses OpenGL. As a workaround, you can temporarily use this to go back to the cairo renderer which makes gtk+4 applications fast again: export GSK_RENDERER=cairo -- Antoine

devel/riscv-elf/gcc fails to build

2023-02-19 Thread Antoine Jacoutot
Hi. It picks up zstd: c++ -fno-PIE -c -DIN_GCC_FRONTEND -O2 -pipe -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedant

Re: [patch] remove non-existent make targets from ports(7)

2023-02-19 Thread Omar Polo
On 2023/02/19 10:42:13 +0100, Omar Polo wrote: > On 2023/02/18 17:49:34 +0100, Stefan Hagen > wrote: > > Hi, > > > > There are a few make targets listed in ports(7) that don't exit. > > > > Those are: > > - describe > > - homepage-links > > - (un)link-categories (also removed the reference in

Re: [patch] remove non-existent make targets from ports(7)

2023-02-19 Thread Omar Polo
On 2023/02/18 17:49:34 +0100, Stefan Hagen wrote: > Hi, > > There are a few make targets listed in ports(7) that don't exit. > > Those are: > - describe > - homepage-links > - (un)link-categories (also removed the reference in bsd.port.mk(5)) > - unlink-categories > > And "readmes" is now "gene

Re: devel/cmake: handle ALL_TARGET, obsolete custom do-build targets

2023-02-19 Thread Theo Buehler
On Wed, Feb 15, 2023 at 05:17:45PM +, Klemens Nanni wrote: > Can someone try this in a bulk for me, please? This went through a bulk (I still use llvm 15 on this machine). Apart from devel/clang-tools-extra, no failures.

Re: rm devel/p5-Alien-wxWidgets x11/p5-Wx textproc/chordpro

2023-02-19 Thread Antoine Jacoutot
On Sat, Feb 18, 2023 at 10:40:44AM -0700, Todd C. Miller wrote: > On Sat, 18 Feb 2023 08:37:03 +0100, Antoine Jacoutot wrote: > > > * textproc/chordpro -> depends on x11/p5-Wx for its -wx subpackage > > We could always remove the -wx subpackage if prefered but the port could use > > a seri

Re: [wip] irssi-matrix

2023-02-19 Thread Landry Breuil
Le Thu, Jun 16, 2022 at 11:55:32AM +0200, Landry Breuil a écrit : > hi, > > while testing irssi 1.4, i found out there was a wip plugin for matrix, > (https://codeberg.org/ticho/irssi-matrix) so might aswell port it (and > its dep, a maintained fork of matrix-glib by the same upstream) - its > men