devel/gprbuild: Update to 26.0.0
Update to 26.0.0:
- Add all build application options, however DEBUG is broken due to style violations in the GNAT tool-chains
- De-couple the install from the GNAT ${PREFIX}, and install GPR tools into ${PREFIX}. This makes the GPR tools available in the usual ${PATH} namespace
- Install Sphinx generated manual page
- Install Ada Library Information files (.ali) into ${PREFIX}/libdata/gprbuild instead of in ${PREFIX}/lib/ this respects the default layout described in hier(7)
- Patch build to enable GPR searching in ${PREFIX}/share/gpr, instead of the current limitation constraining it to the GNAT prefix. This makes it easier for integration and use of other Ada libraries/packages in the Ports Tree or external to it
- Remove fixed dependency on GNAT-12 from the Makefile and the pkg-plist
https://github.com/AdaCore/gprbuild/compare/v25.0.0...v26.0.0
PR: 296252
Co-authored-by: Marcin Cieślak <saper@saper.info>
Differential Revision: <https://reviews.freebsd.org/D55552
Differential Revision: <https://reviews.freebsd.org/D55549
Differential Revision: <https://reviews.freebsd.org/D55553