Page MenuHomeFreeBSD

Mk/Uses/cabal.mk: Support for USE_CABAL in separate Makefile.modules
Needs ReviewPublic

Authored by alven on Aug 16 2025, 9:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 11, 10:30 PM
Unknown Object (File)
Sat, Oct 11, 10:30 PM
Unknown Object (File)
Sat, Oct 11, 1:14 PM
Unknown Object (File)
Sun, Sep 28, 3:02 AM
Unknown Object (File)
Thu, Sep 25, 2:20 PM
Unknown Object (File)
Mon, Sep 22, 7:41 PM
Unknown Object (File)
Thu, Sep 18, 12:01 PM
Unknown Object (File)
Sep 17 2025, 9:56 AM
Subscribers
None

Details

Reviewers
arrowd
db
yuri
vvd
Group Reviewers
portmgr
Summary

Like we already do have in Mk/Uses/cargo.mk for Makefile.crates

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 66289
Build 63172: arc lint + arc unit

Event Timeline

alven requested review of this revision.Aug 16 2025, 9:52 PM
alven created this revision.

I find .modules part to be confusing. Rust names it .crates, so we probably should call it .cabal

Mk/Uses/cabal.mk
78
3) make make-use-cabal > Makefile.modules

I find .modules part to be confusing. Rust names it .crates, so we probably should call it .cabal

crate => crates
cabal => cabals

Cabal is a package manager name and a file format, so no, plural seems unfitting there.

Anyone from portmgr@: please come and help us with this simplest task... :)

alven retitled this revision from Mk/Uses/cabal.mk: support for USE_CABAL in separate Makefile.modules to Mk/Uses/cabal.mk: Support for USE_CABAL in separate Makefile.modules.Tue, Oct 7, 3:15 PM