Page MenuHomeFreeBSD

devel/gprbuild: install into $PREFIX
Needs ReviewPublic

Authored by saper_saper.info on Fri, Feb 27, 3:47 AM.
Tags
None
Referenced Files
F146134902: D55549.diff
Sat, Feb 28, 3:00 AM
F146126933: D55549.id.diff
Sat, Feb 28, 1:19 AM
F146110683: D55549.id172831.diff
Fri, Feb 27, 10:01 PM
F146071158: D55549.diff
Fri, Feb 27, 1:37 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.Sat, Feb 28, 1:52 AM