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)
Sat, Jul 4, 1:12 AM
Unknown Object (File)
Jun 5 2026, 10:44 PM
Unknown Object (File)
Jun 4 2026, 7:56 AM
Unknown Object (File)
Jun 1 2026, 8:52 AM
Unknown Object (File)
Jun 1 2026, 7:58 AM
Unknown Object (File)
May 31 2026, 9:47 AM
Unknown Object (File)
May 29 2026, 10:23 AM
Unknown Object (File)
May 14 2026, 10:54 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