mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
The transition from gcc-aux to gcc5-aux in the Ada framework has been blocked by the inability to build gtkada3 and, once resolved, GPS (due to tight locking with compiler). A few days ago, Adacore made their annual release of their main libre products, include GPS. However, some products were tightly coupled with the recent compilers, so in order to upgrade, the compiler had to be switched and dependencies require many ports to be upgraded at once: * lang/asis * devel/gnatcoll * devel/gps * x11-toolkits/gtkada3 * www/aws * www/aws-demos While the version upgrades were modest in most cases (gps, gtkada3), the amount of work put into each port was significant. There are too many improvements to mention here. A few include the removal of dynamic package lists and incorporating gnatcoll into gps to avoid building it twice. A private "exp-run" was done all on all 50+ Ada ports to ensure they still build. Also, a new argument was added to Uses/ada.mk, "run", that pulls in the GNAT compiler as a run depends. This was necessary for GPS that will not launch correctly without the compiler in place.
11 lines
383 B
Ada
11 lines
383 B
Ada
--- src/extended/aws-services-web_block-context.ads.orig 2015-06-22 10:52:10 UTC
|
|
+++ src/extended/aws-services-web_block-context.ads
|
|
@@ -95,7 +95,7 @@ private
|
|
use Ada;
|
|
use GNAT;
|
|
|
|
- pragma Suppress (Tampering_Check);
|
|
+ -- pragma Suppress (Tampering_Check);
|
|
-- Suppress Tampering_Check until O608-005 fixed.
|
|
|
|
package KV is new Containers.Indefinite_Hashed_Maps
|