Page MenuHomeFreeBSD

Mk/Uses/cl.mk: Add USES=cl for Common Lisp ports
AbandonedPublic

Authored by jrm on Dec 8 2024, 12:06 AM.
Tags
None
Referenced Files
Unknown Object (File)
Jun 28 2025, 3:56 PM
Unknown Object (File)
Jun 26 2025, 10:19 PM
Unknown Object (File)
Jun 21 2025, 4:12 PM
Unknown Object (File)
May 29 2025, 8:57 AM
Unknown Object (File)
Apr 12 2025, 7:04 PM
Unknown Object (File)
Feb 26 2025, 9:43 AM
Unknown Object (File)
Jan 31 2025, 12:15 PM
Unknown Object (File)
Jan 30 2025, 9:28 AM

Details

Reviewers
olgeni
Summary

Convert devel/cl-asdf/bsd.cl-asdf.mk to USES=cl. The only real change
is that make files for Common Lisp ports now contain:

USES=cl

rather than

.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk".

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 61029
Build 57913: arc lint + arc unit

Event Timeline

jrm requested review of this revision.Dec 8 2024, 12:06 AM
jrm created this revision.

I've done more work on our CL infrastructure, so this revision makes less sense on its own. I will combine it with another review shortly.