Page MenuHomeFreeBSD

New port lang/guile3
AbandonedPublic

Authored by andrew_tao173.riddles.org.uk on Apr 7 2020, 8:45 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 10, 2:20 AM
Unknown Object (File)
Sun, Oct 5, 5:57 AM
Unknown Object (File)
Sat, Sep 27, 2:51 AM
Unknown Object (File)
Thu, Sep 18, 12:49 PM
Unknown Object (File)
Wed, Sep 17, 10:56 PM
Unknown Object (File)
Wed, Sep 17, 7:00 AM
Unknown Object (File)
Sep 15 2025, 5:23 PM
Unknown Object (File)
Sep 14 2025, 4:22 PM

Details

Reviewers
None
Summary

First draft of lang/guile3 port (not extensively tested yet).

Not sure what to do about the aclocal/guile.m4 file, which would conflict with the guile2 port. For now, it just doesn't get installed. Everything else is set up to not conflict with guile2.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Update to 3.0.4 plus cherry-picked JIT fixes for arm.

Update to 3.0.5, removing patches that were fixed upstream

The comment about aclocal/guile.m4 file is not relevant anymore?

The comment about aclocal/guile.m4 file is not relevant anymore?

It's still relevant, yes. I omitted it from the plist to avoid the conflict, but it needs to be there. The problem is that the guile3 version of guile.m4 needs to supersede the guile2 version if both are installed.