diff options
| author | John Marino <marino@FreeBSD.org> | 2015-06-23 22:20:35 +0000 |
|---|---|---|
| committer | John Marino <marino@FreeBSD.org> | 2015-06-23 22:20:35 +0000 |
| commit | fc445b2e3f2fe16d96e8f4333d11b52df231a9ff (patch) | |
| tree | 314651731338885ef789fdf94361fb0e78e75437 /www/aws/files/patch-makefile | |
| parent | - Fix build with Clang 3.6 (diff) | |
Ada Framework: Switch to gcc5-aux, upgrade 6 packages at once
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.
Diffstat (limited to 'www/aws/files/patch-makefile')
| -rw-r--r-- | www/aws/files/patch-makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/www/aws/files/patch-makefile b/www/aws/files/patch-makefile deleted file mode 100644 index 88d3ca23cc4e..000000000000 --- a/www/aws/files/patch-makefile +++ /dev/null @@ -1,27 +0,0 @@ ---- makefile.orig 2014-05-15 19:48:07.000000000 +0000 -+++ makefile -@@ -61,15 +61,14 @@ ALL_OPTIONS = $(MAKE_OPT) SOCKET="$(SOCK - GPRBUILD="$(GPRBUILD)" ZLIB="$(ZLIB)" BDIR="$(BDIR)" \ - prefix="$(prefix)" ENABLE_SHARED="$(ENABLE_SHARED)" \ - SOEXT="$(SOEXT)" BUILD_DOC_SCRIPT="false" GNAT="$(GNAT)" \ -- T2A="../../$(BDIR)/static/tools/templates2ada" \ -+ T2A="$(prefix)/bin/templates2ada" \ - LIBRARY_TYPE="$(LIBRARY_TYPE)" PYTHON="$(PYTHON)" \ - TARGET="$(TARGET)" IS_CROSS=$(IS_CROSS) GPRINSTALL="$(GPRINSTALL)" - - build-doc: - echo "" - echo "=== Build doc" -- ${MAKE} -C docs html latexpdf -- ${MAKE} -C templates_parser/docs html latexpdf -+ ${MAKE} -C docs html - - run_regtests: - echo "" -@@ -343,4 +342,5 @@ gen_setup: - setup: gen_setup setup_dir setup_modules setup_config setup_tp $(GEXT_MODULE) - - setup_tp: -- $(MAKE) -C templates_parser setup $(GALL_OPTIONS) -+ echo "Templates Parser has already been externally built" -+ #$(MAKE) -C templates_parser setup $(GALL_OPTIONS) |
