NEW: kf6-kio-extras, kf6-ksanecore, kf6-libkcddb, kf6-libkcompactdisc, kf6-libkdcraw, kf6-libkexiv2 and incidenceeditor

2024-04-25 Thread Rafael Sadowski
Now that part of the KDE6 ecosystem is in-tree we can easily build and import new KDE6 ports. All attached ports are marked UNLONKED=kf6 so you need BUILD_UNLINKED=kf6 in /etc/mk.conf and the following diff. As described in the KDE release notes instructions, we need these ports as Kf6 and Kf5. I

Re: lang/sbcl - building and installing libsbcl.so ?

2024-04-25 Thread Sebastien Marie
Dima Pasechnik writes: > On Fri, Apr 26, 2024 at 12:11:31AM +0200, Kirill A. Korinsky wrote: >> On Thu, 25 Apr 2024 23:28:27 +0200, >> Dima Pasechnik wrote: >> > >> > +SHARED_LIBS += sbcl 0.0 >> >> I suggest to match library version with sbcl version to avoid nigh

Re: [update] math/py-networkx to 2.7.1

2024-04-25 Thread Lucas Raab
On Sat, Apr 06, 2024 at 03:53:23AM GMT, Lucas Raab wrote: > Hello, > > networkx is getting a bit long in the tooth so let's try to bring it up > to the next version. Tests pass, but downstream users have any > regressions? > > CC maintainers of impacted ports: > devel/angr/py-angr: jasper@ > math

Re: lang/sbcl - building and installing libsbcl.so ?

2024-04-25 Thread Dima Pasechnik
On Fri, Apr 26, 2024 at 12:11:31AM +0200, Kirill A. Korinsky wrote: > On Thu, 25 Apr 2024 23:28:27 +0200, > Dima Pasechnik wrote: > > > > +SHARED_LIBS += sbcl 0.0 > > I suggest to match library version with sbcl version to avoid nightmare, as > far as I recall upstr

Re: lang/sbcl - building and installing libsbcl.so ?

2024-04-25 Thread Kirill A . Korinsky
On Thu, 25 Apr 2024 23:28:27 +0200, Dima Pasechnik wrote: > > +SHARED_LIBS += sbcl 0.0 I suggest to match library version with sbcl version to avoid nightmare, as far as I recall upstream doesn't care about ABI stability between releases, and, for example, .fasl sho

Re: update games/openmw (but crash, need some help)

2024-04-25 Thread Lucas Raab
On Thu, Apr 25, 2024 at 07:58:28PM GMT, Solene Rapenne wrote: > On Thu, Apr 25, 2024 at 05:33:03PM GMT, Pascal Stumpf wrote: > > On Thu, 25 Apr 2024 17:56:28 +0200, Solene Rapenne wrote: > > > I got openmw to work with latest version, > > > but unfortunately I get an error before the in-game menu.

Re: lang/sbcl - building and installing libsbcl.so ?

2024-04-25 Thread Dima Pasechnik
On Thu, Apr 25, 2024 at 12:49:07PM +0100, Stuart Henderson wrote: > On 2024/04/25 10:24, Dima Pasechnik wrote: > > > > 1) Is there a standard way to set up .so's major.minor version > > in the port, and propagate it to the build? > > (hardcoding major.minor in several patched places is a pain, obv

Rd: [update/wip] x11/lxqt 2.0.0

2024-04-25 Thread J. Scott Heppler
Thanks for the work on updating LXQt. amd64 runs with kwin which does bring up one issue. x11/openbox and obconf-qt are hard dependencies which is not the case for Debian Derivatives and Arch Linux. Not sure about *rpm based systems. In Debian, the default window manager is xfwm4 but openbo

Re: update games/openmw (but crash, need some help)

2024-04-25 Thread Solene Rapenne
On Thu, Apr 25, 2024 at 05:33:03PM GMT, Pascal Stumpf wrote: > On Thu, 25 Apr 2024 17:56:28 +0200, Solene Rapenne wrote: > > I got openmw to work with latest version, > > but unfortunately I get an error before the in-game menu. > > > > I share the diff so people could try if it works with > > the

Re: update games/openmw (but crash, need some help)

2024-04-25 Thread Pascal Stumpf
On Thu, 25 Apr 2024 17:56:28 +0200, Solene Rapenne wrote: > I got openmw to work with latest version, > but unfortunately I get an error before the in-game menu. > > I share the diff so people could try if it works with > their hardware, and potentially figure a fix =D > > > the crash logs looks

Re: [new] lnav 0.12.1

2024-04-25 Thread Frederic Cambus
On Wed, Apr 24, 2024 at 08:21:38AM +0200, Landry Breuil wrote: > > I previously didn't notice this, it always ran fine here during my tests: > > launching it in tmux worked both locally and through SSH. > > > > But launching it in alacritty outside of tmux indeed results in a crash, > > although

Re: [NEW] audio/furnace

2024-04-25 Thread Frederic Cambus
On Wed, Apr 17, 2024 at 11:18:44PM +0200, Frederic Cambus wrote: > Here is a new port: audio/furnace > > From DESCR: > > Furnace is a tool which allows you to create music using sound chips > ("chiptune"), most from the 8/16-bit era. > > It has a large selection of features and sound chips. Fro

update games/openmw (but crash, need some help)

2024-04-25 Thread Solene Rapenne
I got openmw to work with latest version, but unfortunately I get an error before the in-game menu. I share the diff so people could try if it works with their hardware, and potentially figure a fix =D the crash logs looks like this, I tried to add egdb in $PATH with the name gdb, but it didn't

Re: lang/sbcl - building and installing libsbcl.so ?

2024-04-25 Thread Kirill A . Korinsky
On Thu, 25 Apr 2024 15:22:27 +0200, Sebastien Marie wrote: > > Kirill A. Korinsky writes: > > > > Which requires at least this patch > > yes. I already have sent to upstream the full support for > --with-sb-linkable-runtime. > And you was in 20 seconds early than me with backporting to launchpa

Re: lang/sbcl - building and installing libsbcl.so ?

2024-04-25 Thread Sebastien Marie
Kirill A. Korinsky writes: > On Thu, 25 Apr 2024 14:11:32 +0200, > Sebastien Marie wrote: >> >> The static-library is simple to add (with --with-sb-linkable-runtime >> support). >> > > Which requires at least this patch yes. I already have sent to upstream the full support for --with-sb-linkabl

Re: lang/sbcl - building and installing libsbcl.so ?

2024-04-25 Thread Dima Pasechnik
On Thu, Apr 25, 2024 at 02:11:32PM +0200, Sebastien Marie wrote: > Dima Pasechnik writes: > > sbcl can be packaged into a dynamic library, something one needs for > > e.g. calling Lisp from C or Python, > > via sbcl-librarian https://github.com/quil-lang/sbcl-librarian > > > > A question about y

Re: lang/sbcl - building and installing libsbcl.so ?

2024-04-25 Thread Kirill A . Korinsky
On Thu, 25 Apr 2024 14:11:32 +0200, Sebastien Marie wrote: > > The static-library is simple to add (with --with-sb-linkable-runtime > support). > Which requires at least this patch diff --git src/cold/shared.lisp src/cold/shared.lisp index 773d36115..a7c55ea6c 100644 --- src/cold/shared.lisp +++

Re: lang/sbcl - building and installing libsbcl.so ?

2024-04-25 Thread Sebastien Marie
Dima Pasechnik writes: > Dear all, > sbcl can be packaged into a dynamic library, something one needs for > e.g. calling Lisp from C or Python, > via sbcl-librarian https://github.com/quil-lang/sbcl-librarian > A question about your use-case: would a static library (libsbcl.a) be enough for you

Re: lang/sbcl - building and installing libsbcl.so ?

2024-04-25 Thread Stuart Henderson
On 2024/04/25 10:24, Dima Pasechnik wrote: > > 1) Is there a standard way to set up .so's major.minor version > in the port, and propagate it to the build? > (hardcoding major.minor in several patched places is a pain, obviously) > > In port's makefile I now have a line > > SHARED_LIBS += sbcl

Re: lang/sbcl - building and installing libsbcl.so ?

2024-04-25 Thread Kirill A . Korinsky
On Thu, 25 Apr 2024 11:28:49 +0200, Dima Pasechnik wrote: > > [1 ] > On Wed, Apr 24, 2024 at 08:17:19PM +0200, Kirill A. Korinsky wrote: > > On Wed, 24 Apr 2024 15:20:46 +0200, > > Dima Pasechnik wrote: > > > > > > Could someone tell me what's missing? > > > > You must install it by hand from sr

Re: lang/sbcl - building and installing libsbcl.so ?

2024-04-25 Thread Dima Pasechnik
On Wed, Apr 24, 2024 at 08:17:19PM +0200, Kirill A. Korinsky wrote: > On Wed, 24 Apr 2024 15:20:46 +0200, > Dima Pasechnik wrote: > > > > Could someone tell me what's missing? > > You must install it by hand from src/runtime/libsbcl.so Well, that's just a quirk in sbcl-librarian, for the lack of

Re: lang/sbcl - building and installing libsbcl.so ?

2024-04-25 Thread Dima Pasechnik
On Thu, Apr 25, 2024 at 01:25:30AM +0200, Theo Buehler wrote: > On Thu, Apr 25, 2024 at 01:16:46AM +0200, Dima Pasechnik wrote: > > On Wed, Apr 24, 2024 at 03:31:32PM -0400, George Koehler wrote: > > [...] > > > > > > Try running "make update-plist" to add new files like libsbcl.so.0.0 > > > > I

Re: update net/kristall

2024-04-25 Thread Omar Polo
On 2024/04/18 23:29:20 +0200, Solene Rapenne wrote: > this updates kristall to latest commit > > not sure if we want to keep it, we have > many good gemini browsers nowadays and with > much less dependencies than this one I wouldn't remove this only due to the number of dependencies, otherwise w

delete net/kristall? (was update net/kristall)

2024-04-25 Thread Solene Rapenne
On Thu, Apr 18, 2024 at 11:29:20PM GMT, Solene Rapenne wrote: > this updates kristall to latest commit > > not sure if we want to keep it, we have > many good gemini browsers nowadays and with > much less dependencies than this one on a second thought, I propose we remove this port