Re: ghc bootstrap

2022-09-04 Thread Stuart Henderson
On 2022/09/04 21:28, Matthias Kilian wrote: > FYI: to get the ghc bootstrap fuckup solved some way, I now took > the old bootstrap (ghc-8.10.7.20220419), manually replaced the > shared libs and uploaded the result (ghc-8.10.7.20220904). ghc is > currently building on my machine. If that succeeds, I

ghc bootstrap

2022-09-04 Thread Matthias Kilian
FYI: to get the ghc bootstrap fuckup solved some way, I now took the old bootstrap (ghc-8.10.7.20220419), manually replaced the shared libs and uploaded the result (ghc-8.10.7.20220904). ghc is currently building on my machine. If that succeeds, I'll just commit the change. I've still no idea how t

Re: [new] www/libreddit

2022-09-04 Thread Lucas Raab
On Sun, Sep 04, 2022 at 07:41:38PM +0100, Stuart Henderson wrote: > See the first line of crates.inc Fixed up (and will remember for next time) > > Looks like maybe the pexp setting isn't needed? Doesn't seem to be. I removed the line, recycled, stopped, and started with no issues. > > Please

Re: [new] www/libreddit

2022-09-04 Thread Stuart Henderson
See the first line of crates.inc Looks like maybe the pexp setting isn't needed? Please zap the comments on rc_bg/rc_reload -- Sent from a phone, apologies for poor formatting. On 4 September 2022 15:38:02 Lucas Raab wrote: Hello, Inspired by a recent post[0] by solene@, I took a stab at

Re: current status of OCaml

2022-09-04 Thread Daniel Dickman
> On Sep 3, 2022, at 11:34 AM, Volker Schlecht > wrote: > > Hi, > > just wanted to get a quick idea about the state of affairs with OCaml in > ports: there's been a lot happening in the OCaml world and not so much in the > related ports. > Is that due to lack of time and/or interest or an

Re: [new] www/libreddit

2022-09-04 Thread Brian Callahan
Hi Lucas -- On 9/4/2022 10:37 AM, Lucas Raab wrote: > Hello, > > Inspired by a recent post[0] by solene@, I took a stab at creating > a port of libreddit. > > From the README.md: > Libreddit hopes to provide an easier way to browse Reddit, without > the ads, trackers, and bloat. Libreddit was in

[new] www/libreddit

2022-09-04 Thread Lucas Raab
Hello, Inspired by a recent post[0] by solene@, I took a stab at creating a port of libreddit. >From the README.md: Libreddit hopes to provide an easier way to browse Reddit, without the ads, trackers, and bloat. Libreddit was inspired by other alternative front-ends to popular services such as I

Re: [UPDATE] lang/elixir 1.14.0

2022-09-04 Thread Omar Polo
On 2022/09/03 15:20:43 +0200, Volker Schlecht wrote: > Updates lang/elixir to 1.14.0 > Tested on amd64, requires a patch to net/rabbitmq to whitelist 1.14.x > versions for the build. > > Patch adds myself as maintainer, unless there's any objections, of course. if my awk-ing is not wrong, make

Re: Fix FindInotify in devel/kf5/extra-cmake-modules

2022-09-04 Thread Rafael Sadowski
On Sun Sep 04, 2022 at 09:28:35AM +0200, Antoine Jacoutot wrote: > On Sun, Sep 04, 2022 at 09:24:22AM +0200, Rafael Sadowski wrote: > > I figure out that FindInotify from ecm was useless. Please find below a > > patch to unbreak FindInotify. With this FindInotify will find our > > devel/libinotify

Re: Fix FindInotify in devel/kf5/extra-cmake-modules

2022-09-04 Thread Antoine Jacoutot
On Sun, Sep 04, 2022 at 09:24:22AM +0200, Rafael Sadowski wrote: > I figure out that FindInotify from ecm was useless. Please find below a > patch to unbreak FindInotify. With this FindInotify will find our > devel/libinotify includes and shared lib. > > In most ports it should then look like this

Fix FindInotify in devel/kf5/extra-cmake-modules

2022-09-04 Thread Rafael Sadowski
I figure out that FindInotify from ecm was useless. Please find below a patch to unbreak FindInotify. With this FindInotify will find our devel/libinotify includes and shared lib. In most ports it should then look like this: WANTLIB += lib/inotify/inotify LIB_DEPENDS = devel/libinotify