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)
Fri, Jul 24, 9:32 PM
Unknown Object (File)
Thu, Jul 23, 5:40 AM
Unknown Object (File)
Mon, Jul 20, 11:58 PM
Unknown Object (File)
Sat, Jul 18, 7:32 PM
Unknown Object (File)
Fri, Jul 10, 2:36 PM
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
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
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 71047
Build 67930: 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