UPDATE: corsixth 0.66

2023-05-10 Thread Brad Smith
Here is an update to corsixth 0.66. Index: Makefile === RCS file: /home/cvs/ports/games/corsixth/Makefile,v retrieving revision 1.14 diff -u -p -u -p -r1.14 Makefile --- Makefile24 Apr 2023 11:40:39 - 1.14 +++ Makefile

UPDATE: jpeg 2.1.5.1

2023-05-10 Thread Brad Smith
Here is an update to jpeg 2.1.5.1. 2.1.5.1 === ### Significant changes relative to 2.1.5: 1. The SIMD dispatchers in libjpeg-turbo 2.1.4 and prior stored the list of supported SIMD instruction sets in a global variable, which caused an innocuous race condition whereby the variable could hav

UPDATE: openscenegraph

2023-05-10 Thread Brad Smith
Disable the unlisted dcmtk library. The build fails if it happens to be installed. Index: Makefile === RCS file: /home/cvs/ports/graphics/openscenegraph/Makefile,v retrieving revision 1.31 diff -u -p -u -p -r1.31 Makefile --- Makefi

Re: UPDATE: Nono-0.6.1

2023-05-10 Thread Benoit Lecocq
On 09/05/2023 15:40, Gonzalo L. Rodriguez wrote: Hi, Update for Nono to 0.6.1: http://www.pastel-flower.jp/~isaki/nono/ OK? Comments? ok benoit@ Cheers.- Index: Makefile === RCS file: /cvs/ports/emulators/nono/Makefile,v

update emulators/libretro-pcsx-rearmed r23

2023-05-10 Thread Nam Nguyen
Here is an inline diff for updating libretro-pcsx-rearmed to r23, released on March 14, 2022. r22 was released on Feb 4, 2015 so it has been a while. tag: https://github.com/notaz/pcsx_rearmed/releases/tag/r23 One major change that r23 does is it now supports libchdr through git submodules. I twe

unbreak emulators/retroarch given emulators/libchdr

2023-05-10 Thread Nam Nguyen
While testing consumers for vulkan ports, I found a build failure. To reproduce, install emulators/libchdr then build emulators/retroarch, which fails. build log: https://namtsui.com/public/retroarch_chdr.txt There is a conflict between the bundled libchdr and emulators/libchdr, which was newly i

sparc64 bulk build report

2023-05-10 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Sun May 7 23:58:12 MDT 2023 Finished: Wed May 10 10:17:46 MDT 2023 Duration: 2 Days 10 hours 20 minutes Built using OpenBSD 7.3-current (GENERIC.MP) #1746: Wed May 3 11:50:36 MDT 2023 Built 9223 packages Number of packages built each day: M

Re: U-Boot 2022.10 and dtb from Linux 6.0.8

2023-05-10 Thread Peter Stuge
Mark Kettenis wrote: > Unfortunately there isn't a good source for pre-built U-Boot binaries, > let alone a source of pre-built U-Boot binaries that didn't somehow > fuck up EFI support. I'd like if EFI wasn't the only supported interface, especially since DTB is prefered over MSFT ACPI when avail

Re: [NEW PORTS] gegl-filters

2023-05-10 Thread Marc Espie
On Mon, May 08, 2023 at 11:05:01AM +0200, Marc Espie wrote: > I found a nice set of gegl filters to play with text. > They all come from the same place, so organizing them > as a subdirectory under graphics/gimp makes sense > > Archive attached, tests and comments welcome New version ! I ported q

Re: vlc no telnet interface

2023-05-10 Thread Antoine Jacoutot
Just one less file to edit. But sure. — Antoine > On 10 May 2023, at 10:30, Stuart Henderson wrote: > > On 2023/04/30 11:53, Antoine Jacoutot wrote: >>> + if test "${enable_lua}" != "no" >>> + then >>> +- PKG_CHECK_MODULES(LUA, lua5.2, >>> ++ PKG_CHECK_MODULES(LUA, lua51, >> >> Can we use

[update] net/synapse 1.83.0

2023-05-10 Thread Renaud Allard
Hello, Here is a small diff to update net/synapse to 1.83.0 Best RegardsIndex: Makefile === RCS file: /cvs/ports/net/synapse/Makefile,v retrieving revision 1.50 diff -u -p -r1.50 Makefile --- Makefile 26 Apr 2023 11:54:26 - 1.50

Re: [Update from Maintainer] databases/sqlcipher 4.5.3 -> 4.5.4

2023-05-10 Thread Stuart Henderson
On 2023/05/08 18:31, Tom Murphy wrote: > Hi, > > Here is a patch to update databases/sqlcipher to v4.5.4. > Some changes of note: > > * Updates baseline to upstream SQLite 3.41.2 > * Updates minimum Apple SDK versions in podspec for new Xcode > compatibility > * Return runtime OpenSSL version

Re: vlc no telnet interface

2023-05-10 Thread Stuart Henderson
On 2023/04/30 11:53, Antoine Jacoutot wrote: > > + if test "${enable_lua}" != "no" > > + then > > +- PKG_CHECK_MODULES(LUA, lua5.2, > > ++ PKG_CHECK_MODULES(LUA, lua51, > > Can we use SUBST_CMD to prevent hardcoding? I don't see anything wrong with hardcoding here? I think MODLUA_VERSION should

Re: [new] math/p5-graph-easy{-svg}

2023-05-10 Thread Johannes Thyssen Tishman
Thank you very much! Kind regards, Johannes May 10, 2023 09:44:42 Stuart Henderson : > thanks, imported. > > On 2023/05/09 21:30, Alexander Bluhm wrote: >> On Mon, May 08, 2023 at 03:31:34PM +0200, Johannes Thyssen Tishman wrote: I followed your advice and compared p5-Graph-Easy with the o