From 9e9ae4ca9dbdcb6eea0f79a0701958f502debb43 Mon Sep 17 00:00:00 2001 From: Tupone Alfredo Date: Sat, 10 Nov 2018 09:43:30 +0100 Subject: [PATCH] dev-ada/gnatcoll: verbose compile Signed-off-by: Alfredo Tupone Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- .../gnatcoll/files/gnatcoll-2016-gentoo.patch | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/dev-ada/gnatcoll/files/gnatcoll-2016-gentoo.patch b/dev-ada/gnatcoll/files/gnatcoll-2016-gentoo.patch index cd9507026e2ee..b33c2bbb36413 100644 --- a/dev-ada/gnatcoll/files/gnatcoll-2016-gentoo.patch +++ b/dev-ada/gnatcoll/files/gnatcoll-2016-gentoo.patch @@ -1,17 +1,17 @@ ---- gnatcoll-gpl-2016-src/Makefile.old 2017-01-20 19:39:07.131398270 +0100 -+++ gnatcoll-gpl-2016-src/Makefile 2017-01-20 19:42:30.088728844 +0100 +--- a/Makefile 2017-01-20 19:39:07.131398270 +0100 ++++ b/Makefile 2017-01-20 19:42:30.088728844 +0100 @@ -34,19 +36,19 @@ @${RM} src/gnatcoll-atomic.adb @echo "====== Building $(@F) libraries ======" - ${GPRBUILD} ${GPRBLD_OPTS} -Pgnatcoll_full -+ ${GPRBUILD} ${GPRBLD_OPTS} -Pgnatcoll_full -cargs ${ADAFLAGS} ++ ${GPRBUILD} ${GPRBLD_OPTS} -Pgnatcoll_full -v -cargs ${ADAFLAGS} @# Need to build libgnatcoll_gtk separately, because its project files @# requires gtkada.gpr, which might not exist on the machine. ifeq (${WITH_GTK},yes) - ${GPRBUILD} ${GPRBLD_OPTS} -Psrc/gnatcoll_gtk -+ ${GPRBUILD} ${GPRBLD_OPTS} -Psrc/gnatcoll_gtk -cargs ${ADAFLAGS} ++ ${GPRBUILD} ${GPRBLD_OPTS} -Psrc/gnatcoll_gtk -v -cargs ${ADAFLAGS} endif @# Build the tools (the list is the project\'s Main attribute) @@ -19,12 +19,12 @@ @# gnatcoll_full.gpr are build. We could use aggregate projects to @# speed things up. - ${GPRBUILD} ${GPRBLD_OPTS} -q -Psrc/gnatcoll_tools -+ ${GPRBUILD} ${GPRBLD_OPTS} -q -Psrc/gnatcoll_tools -cargs ${ADAFLAGS} ++ ${GPRBUILD} ${GPRBLD_OPTS} -q -Psrc/gnatcoll_tools -v -cargs ${ADAFLAGS} ####################################################################### # install ---- gnatcoll-gpl-2015-src/src/gnatcoll_sqlite.gpr.old 2017-01-07 09:00:17.146448202 +0100 -+++ gnatcoll-gpl-2015-src/src/gnatcoll_sqlite.gpr 2017-01-07 09:00:44.884885281 +0100 +--- a/src/gnatcoll_sqlite.gpr 2017-01-07 09:00:17.146448202 +0100 ++++ b/src/gnatcoll_sqlite.gpr 2017-01-07 09:00:44.884885281 +0100 @@ -60,7 +60,7 @@ -- force full optimization for sqlite, we do not debug it @@ -34,8 +34,8 @@ end case; end Compiler; ---- gnatcoll-gpl-2015-src/src/gnatcoll_python.gpr.in.old 2017-01-07 09:12:30.490399897 +0100 -+++ gnatcoll-gpl-2015-src/src/gnatcoll_python.gpr.in 2017-01-07 09:12:53.111976591 +0100 +--- a/src/gnatcoll_python.gpr.in 2017-01-07 09:12:30.490399897 +0100 ++++ b/src/gnatcoll_python.gpr.in 2017-01-07 09:12:53.111976591 +0100 @@ -30,7 +30,7 @@ GnatColl_Shared.Compiler'Switches ("Ada"); @@ -45,8 +45,8 @@ end Compiler; package Linker is ---- gnatcoll-gpl-2016-src/gnatcoll_shared.gpr.in.old 2017-01-20 19:50:03.222808656 +0100 -+++ gnatcoll-gpl-2016-src/gnatcoll_shared.gpr.in 2017-01-20 19:50:28.200399274 +0100 +--- a/gnatcoll_shared.gpr.in 2017-01-20 19:50:03.222808656 +0100 ++++ b/gnatcoll_shared.gpr.in 2017-01-20 19:50:28.200399274 +0100 @@ -13,7 +13,7 @@ type Yes_No is ("yes", "no"); @@ -65,8 +65,8 @@ end case; case Syslog is ---- gnatcoll-gpl-2016-src/src/gnatcoll_gtk.gpr.in.old 2017-01-20 19:53:16.647607400 +0100 -+++ gnatcoll-gpl-2016-src/src/gnatcoll_gtk.gpr.in 2017-01-20 19:53:57.302925708 +0100 +--- a/src/gnatcoll_gtk.gpr.in 2017-01-20 19:53:16.647607400 +0100 ++++ b/src/gnatcoll_gtk.gpr.in 2017-01-20 19:53:57.302925708 +0100 @@ -63,7 +63,7 @@ for Switches ("Ada") use GnatColl_Shared.Compiler'Switches ("Ada"); @@ -76,8 +76,8 @@ & GnatColl_Shared.Python_Cflags & GnatColl_Shared.Pygtk_Include & GnatColl_Shared.PyGobject_Include ---- gnatcoll-gpl-2016-src/aclocal.m4.old 2017-04-06 08:25:14.796699365 +0200 -+++ gnatcoll-gpl-2016-src/aclocal.m4 2017-04-06 08:25:36.622318016 +0200 +--- a/aclocal.m4 2017-04-06 08:25:14.796699365 +0200 ++++ b/aclocal.m4 2017-04-06 08:25:36.622318016 +0200 @@ -45,7 +45,7 @@ cat > conftest.ada <