CVS: cvs.openbsd.org: ports

2023-10-04 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:ports Changes by: yasu...@cvs.openbsd.org 2023/10/04 17:40:05 Modified files: inputmethods/anthy: Makefile inputmethods/anthy/patches: patch-src-util_anthy_el Log message: Fix emacs-anthy again. Replace functions which are deleted at

Re: vis(e) broken: can't load library 'liblua5.4.so.5.4'

2023-10-04 Thread James Cook
if lua 5.4 is installed at build time: checking for liblua >= 5.2 ... checking for lua... no checking for lua5.4... no checking for lua5.3... no checking for lua5.2... no checking for lua-5.3... no checking for lua-5.2... no checking for lua54... yes regardless of which lua version is used (the

Re: fix for smtp-vilter link stage on clang archs

2023-10-04 Thread Theo Buehler
On Wed, Aug 16, 2023 at 12:07:28PM +0200, Niklas Hallqvist wrote: > Clang does not have -export-dynamic. Instead dlopen(3) teaches us to use the > -rdynamic option to cc(1). > > The attached patch is needed for smtp-vilter to be able to dlopen(3) the > clamd and spamd backends on clang archs too.

Support for TLS 1.0 in recent wpa_supplicant builds

2023-10-04 Thread haywirrr
Hi Stuart, I found that creating a symlink to the PC/SC library file in the OpenSSL directory allowed wpa_supplicant to run without issue. ln -s /usr/local/lib/libpcsclite.so.1.0 /usr/local/lib/eopenssl31 Is it possible that the Makefile patch is somehow overriding the library file location

Re: vis(e) broken: can't load library 'liblua5.4.so.5.4'

2023-10-04 Thread Stefan Hagen
Klemens Nanni wrote (2023-10-04 20:14 CEST): > 4 окт. 2023 г. 19:51:20 Stuart Henderson : > > > On 2023/10/04 15:58, James Cook wrote: > >> After a recent pkg_add -Dsnap -u, running "vise" from the vis package > >> gives: > >> > >> $ vise > >> ld.so: vise: can't load library 'liblua5.4.so.5.4'

Re: vis(e) broken: can't load library 'liblua5.4.so.5.4'

2023-10-04 Thread Klemens Nanni
4 окт. 2023 г. 19:51:20 Stuart Henderson : > On 2023/10/04 15:58, James Cook wrote: >> After a recent pkg_add -Dsnap -u, running "vise" from the vis package gives: >> >> $ vise >> ld.so: vise: can't load library 'liblua5.4.so.5.4' >> Killed >> >> It looks like the vis package depends on the

Support for TLS 1.0 in recent wpa_supplicant builds

2023-10-04 Thread haywirrr
Hi Stuart, I had an opportunity to attempt a fresh install of the OpenSSL flavor of wpa_supplicant and I am still getting the error mentioned previously. I've tried the package you passed along with the same outcome - I've even gone so far as to create new 7.3 and -current virtual machines and

Re: vis(e) broken: can't load library 'liblua5.4.so.5.4'

2023-10-04 Thread Stuart Henderson
On 2023/10/04 15:58, James Cook wrote: > After a recent pkg_add -Dsnap -u, running "vise" from the vis package gives: > > $ vise > ld.so: vise: can't load library 'liblua5.4.so.5.4' > Killed > > It looks like the vis package depends on the wrong version (5.3.6) of lua. > If I manually install

vis(e) broken: can't load library 'liblua5.4.so.5.4'

2023-10-04 Thread James Cook
After a recent pkg_add -Dsnap -u, running "vise" from the vis package gives: $ vise ld.so: vise: can't load library 'liblua5.4.so.5.4' Killed It looks like the vis package depends on the wrong version (5.3.6) of lua. If I manually install lua 5.4.6, vise works, but says "WARNING: could not

CVS: cvs.openbsd.org: ports

2023-10-04 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/04 09:15:40 Modified files: graphics/libavif: Makefile Log message: libavif: add dep on graphics/libwebp for libsharpyuv. remove -DCMAKE_DISABLE_FIND_PACKAGE_libsharpyuv=OFF (which is a noop,

Re: update games/taisei to 1.4

2023-10-04 Thread Stuart Henderson
On 2023/10/04 16:11, Antoine Jacoutot wrote: > On Wed, Oct 04, 2023 at 03:03:29PM +0100, Stuart Henderson wrote: > > On 2023/10/01 11:24, Omar Polo wrote: > > > On 2023/09/30 13:10:19 +0100, Stuart Henderson > > > wrote: > > > > On 2023/09/30 10:00, Omar Polo wrote: > > > > > c++ -o src/taisei

Re: update games/taisei to 1.4

2023-10-04 Thread Antoine Jacoutot
On Wed, Oct 04, 2023 at 03:03:29PM +0100, Stuart Henderson wrote: > On 2023/10/01 11:24, Omar Polo wrote: > > On 2023/09/30 13:10:19 +0100, Stuart Henderson wrote: > > > On 2023/09/30 10:00, Omar Polo wrote: > > > > c++ -o src/taisei [...many objects files...] \ > > > > -flto \ > > > >

Re: update games/taisei to 1.4

2023-10-04 Thread Stuart Henderson
On 2023/10/01 11:24, Omar Polo wrote: > On 2023/09/30 13:10:19 +0100, Stuart Henderson wrote: > > On 2023/09/30 10:00, Omar Polo wrote: > > > c++ -o src/taisei [...many objects files...] \ > > > -flto \ > > > -Wl,--as-needed \ > > > -Wl,--allow-shlib-undefined -O2 -pipe -g \ > > >

CVS: cvs.openbsd.org: ports

2023-10-04 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2023/10/04 06:05:41 Modified files: www/chromium : Makefile distinfo Log message: update to 117.0.5938.149