Page MenuHomeFreeBSD

lang/clisp: Build with system compiler
ClosedPublic

Authored by jrm on May 1 2025, 6:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 14, 9:35 AM
Unknown Object (File)
Sat, Aug 9, 11:11 PM
Unknown Object (File)
Fri, Aug 8, 3:29 AM
Unknown Object (File)
Aug 5 2025, 7:50 AM
Unknown Object (File)
Aug 4 2025, 1:28 AM
Unknown Object (File)
Aug 3 2025, 8:49 PM
Unknown Object (File)
Aug 2 2025, 2:26 PM
Unknown Object (File)
Jul 28 2025, 11:25 PM
Subscribers
None

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 63826
Build 60710: arc lint + arc unit

Event Timeline

jrm requested review of this revision.May 1 2025, 6:32 PM
jrm created this revision.
gerald requested changes to this revision.May 1 2025, 10:48 PM

Nice, thank you!

I made one specific comment re the LDFLAGS magic that predates your changes (this one and the ones in the last half year) and which I believe can be removed as well.

For the sake of completeness: Seeing how this now builds with clang, even should GCC be required for some reason yet unknown, -fpermissive should not be required any longer.

lang/clisp/Makefile
38–39

I believe these two can go as well. They were added with revision 511d74702f779

commit 511d74702f7790d4938c55a5b80a2b73f18297d0
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
Date: Fri May 17 19:23:07 2019 +0000

lang/clisp: fix build with GCC-based architectures

Add -lthr to LDFLAGS on GCC architectures.

While here, also add USES=localbase:ldflags.

PR:             237524

and I do not think we have GCC architectures left.

Plus with you removing USES=compiler, $CHOSEN_COMPILER_TYPE won't be defined any longer, so these two lines become noops anyway?

This revision now requires changes to proceed.May 1 2025, 10:48 PM

Address comments from gerald

jrm marked an inline comment as done.May 2 2025, 1:20 AM
This revision is now accepted and ready to land.May 2 2025, 7:24 AM
This revision was automatically updated to reflect the committed changes.