Re: UPDATE: OpenEXR

2024-12-15 Thread Brad Smith
On Fri, Nov 29, 2024 at 04:00:25AM -0500, Brad Smith wrote: > - Update HOMEPAGE URL with HTTPS > - Fix building with ports-gcc An updated diff. Just using the library when linking is enough. Index: Makefile === RCS file: /cvs/ports/

Re: mplayer : add sdl-image bdep

2024-12-15 Thread Brad Smith
On 2024-12-15 12:24 p.m., Matthieu Herrb wrote: Hi, While fighting with mplayer's configure script to add XShm 1.2 support, I noticed that it will happily pick sdl-image if the headers are installed. So add it as a build dep... ok ? This is an optional dependency that is only used by a test th

Re: Progress on net/monero

2024-12-15 Thread Lucas Gabriel Vuotto
There was already a thread titled "NEW net/monero", https://marc.info/?t=17306444674&r=1&w=2 . Direct any follow up to that thread instead. There is no point in having more than one. On Sun, Dec 15, 2024 at 09:26:43AM +, Stepan Zolotuev wrote: > Hi all, > > There's been quite a bit of pro

Re: x11/qt5/qtbase fix build on sparc64

2024-12-15 Thread Kurt Mosiejczuk
On Sat, Dec 14, 2024 at 10:50:13PM +, k...@intricatesoftware.com wrote: > qt5/base build failure blocks 677 ports from building on sparc64. It fails > in configure with: > ERROR: Feature 'icu' was enabled, but the pre-condition 'libs.icu' failed. > This is because the configure stage check f

Re: [update] boost 1.87

2024-12-15 Thread Brad Smith
On Sat, Dec 14, 2024 at 10:17:35AM +0100, Landry Breuil wrote: > hi, > > this is just brad's diff from previous thread, updated for the final > upstream release here: > https://www.boost.org/users/history/version_1_87_0.html > > only build on amd64 locally, will try to do arm64/i386. > > as for

Re: www/webkitgtk4: Fix build on sparc64

2024-12-15 Thread Antoine Jacoutot
On December 16, 2024 3:10:30 AM GMT+01:00, k...@intricatesoftware.com wrote: >www/webkitgtk4 failed to configure on sparc64 with: > > GCC 11.2 or newer is required to build WebKit. Use a newer GCC version or > Clang. > >sparc64 doesn't have working gcc 11 but does have ports-clang. Changing >COM

Re: UPDATE: OpenEXR

2024-12-15 Thread Theo Buehler
On Sun, Dec 15, 2024 at 10:22:21PM -0500, Brad Smith wrote: > On Fri, Nov 29, 2024 at 04:00:25AM -0500, Brad Smith wrote: > > - Update HOMEPAGE URL with HTTPS > > - Fix building with ports-gcc > > An updated diff. Just using the library when linking is enough. Neither of these diffs builds on spa

Re: net/ejabberd: avoid epmd, improve rc and readme

2024-12-15 Thread Volker Schlecht
On 12/14/24 3:51 PM, Kirill A. Korinsky wrote: On Sat, 14 Dec 2024 14:42:27 +0100, Volker Schlecht wrote: OK for the rc change, but I would propose the following edits to the README: Like this? ok volker@

Re: NEW: net/ergo

2024-12-15 Thread Lydia Sobot
Ping ping ping, changed GH_ stuff to DIST_TUPLE, hopefully correctly On Tue Dec 10, 2024 at 19:17 CET, Lydia Sobot wrote: > Ping ping > > On December 3, 2024 8:48:12 p.m. GMT+01:00, Lydia Sobot > wrote: > >Ping, re-attached a new tarball with the GH_* way of specifying standard > >GitHub archives

Re: devel/intellij-fsnotifier: new port

2024-12-15 Thread Klemens Nanni
15.12.2024 00:36, Kirill A. Korinsky пишет: > Addressed all of this. > > Regarding rename of binary file: I don't see any reason do it anymore, since > it installs libfsnotifier. Sure, OK kn

multimedia/mpv : use XShm 1.2

2024-12-15 Thread Matthieu Herrb
Hi again, similarly to the mplayer patches I sent earlier, here is an implementation of XShm 1.2 for mpv when using x11 or xv backends. Note that the vaapi driver, available on supported platforms, doesn't make use of XShm and won't see any change. Index: Makefile

archivers/bzip3: update to 1.5.0

2024-12-15 Thread Kirill A . Korinsky
ports@, Here trivial update for archivers/bzip3 to 1.5.0 Tested on -current/amd64. Changelog: * Add `--rm` option that removes the original files after successful operation. * `bz3grep`: display the correct program name on invalid invocation. * Improve the docstrings regarding the use of `bz3_bo

mplayer: use XShm 1.2

2024-12-15 Thread Matthieu Herrb
Hi again. So mplayer is using the XShm extention to share memory with the X server. Unfortunatly, on OpenBSD the X server and the mplayer process don't run with the same uid, leading to the patches to set the shared memory segement permissions to 0777. (one can see them with `ipcs -m` while mplaye

mplayer : add sdl-image bdep

2024-12-15 Thread Matthieu Herrb
Hi, While fighting with mplayer's configure script to add XShm 1.2 support, I noticed that it will happily pick sdl-image if the headers are installed. So add it as a build dep... ok ? Index: Makefile === RCS file: /cvs/OpenBSD/ports

Re: gnutls: fix asm patches

2024-12-15 Thread Antoine Jacoutot
On December 15, 2024 6:12:07 PM GMT+01:00, Tobias Heider wrote: >Hey, > >looks like our gnutls arm64 patches are broken, I get a segfault when starting >emacs: > >#5 0x000bdce7b1c0 in sha1_block_data_order () > from /usr/local/lib/libgnutls.so.47.11 >#6 0x000bdd00769c in aarch64_sha1

Re: gnutls: fix asm patches

2024-12-15 Thread Theo Buehler
On Sun, Dec 15, 2024 at 06:12:07PM +0100, Tobias Heider wrote: > Hey, > > looks like our gnutls arm64 patches are broken, I get a segfault when > starting emacs: > > #5 0x000bdce7b1c0 in sha1_block_data_order () >from /usr/local/lib/libgnutls.so.47.11 > #6 0x000bdd00769c in aarch64

Re: fonts/nerd-fonts: update to 3.3.0;

2024-12-15 Thread Klemens Nanni
10.12.2024 16:10, Kirill A. Korinsky пишет: > Thanks to notice it, here an updated tgz which uses only ttf files. OK kn

gnutls: fix asm patches

2024-12-15 Thread Tobias Heider
Hey, looks like our gnutls arm64 patches are broken, I get a segfault when starting emacs: #5 0x000bdce7b1c0 in sha1_block_data_order () from /usr/local/lib/libgnutls.so.47.11 #6 0x000bdd00769c in aarch64_sha1_update () from /usr/local/lib/libgnutls.so.47.11 #7 0x000bdd007d4c

Re: UPDATE: GCC 11.4.0

2024-12-15 Thread Brad Smith
ping. On 2024-11-20 12:38 p.m., Brad Smith wrote: ping. On 11/5/2024 1:03 AM, Brad Smith wrote: On Sun, Jun 09, 2024 at 04:07:44AM -0400, Brad Smith wrote: Here is a start at an update to GCC 11.4.0. Build tested on aarch64, amd64 and i386.   An updated diff for 11.5.0. Index: Makefile ==

Re: mplayer: use XShm 1.2

2024-12-15 Thread Matthieu Herrb
On Sun, Dec 15, 2024 at 07:08:23PM +0100, Matthieu Herrb wrote: > Hi again. > > So mplayer is using the XShm extention to share memory with the X > server. Unfortunatly, on OpenBSD the X server and the mplayer process > don't run with the same uid, leading to the patches to set the shared > memory

www/webkitgtk4: Fix build on sparc64

2024-12-15 Thread kurt
www/webkitgtk4 failed to configure on sparc64 with: GCC 11.2 or newer is required to build WebKit. Use a newer GCC version or Clang. sparc64 doesn't have working gcc 11 but does have ports-clang. Changing COMPILER to base-clang ports-clang ports-gcc gets past the configure check. The only ot