Page MenuHomeFreeBSD

devel/gprbuild: install into $PREFIX
Needs ReviewPublic

Authored by saper_saper.info on Feb 27 2026, 3:47 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 13, 1:15 AM
Unknown Object (File)
Wed, Aug 12, 2:47 PM
Unknown Object (File)
Mon, Aug 10, 11:38 AM
Unknown Object (File)
Sat, Aug 8, 2:36 PM
Unknown Object (File)
Sat, Aug 8, 5:15 AM
Unknown Object (File)
Thu, Aug 6, 2:55 PM
Unknown Object (File)
Thu, Aug 6, 2:23 PM
Unknown Object (File)
Wed, Aug 5, 5:29 PM
Subscribers
None

Details

Summary

gprbuild is a universal utility not bound
to a particular GNAT version. Let's install
it into $PREFIX so that it can be used to
build code for various compilers without
setting $PATH just to run gprbuild.

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 71088
Build 67971: arc lint + arc unit

Event Timeline

saper_saper.info created this revision.

I'd say this is right for gprbuild but wrong for libgpr. Due to ABI differences we have to stack the libraries under /usr/local/gnat* prefix to make sure they can only compile with the same compiler.

saper_saper.info retitled this revision from devel/gprbuild, devel/libgpr: install into $PREFIX to devel/gprbuild: install into $PREFIX.Feb 28 2026, 1:52 AM