Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/xmlada/files/
Date: Sun, 28 May 2017 13:42:55
Message-Id: 1495978952.81d693d7d9096070099c03049412601c56853ebc.tupone@gentoo
1 commit: 81d693d7d9096070099c03049412601c56853ebc
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 28 13:42:32 2017 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sun May 28 13:42:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d693d7
7
8 dev-ada/xmlada: Enable verbose mode during build
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 dev-ada/xmlada/files/xmlada-2016-gentoo.patch | 16 +++-------------
13 1 file changed, 3 insertions(+), 13 deletions(-)
14
15 diff --git a/dev-ada/xmlada/files/xmlada-2016-gentoo.patch b/dev-ada/xmlada/files/xmlada-2016-gentoo.patch
16 index def06255cf5..7c28a02289f 100644
17 --- a/dev-ada/xmlada/files/xmlada-2016-gentoo.patch
18 +++ b/dev-ada/xmlada/files/xmlada-2016-gentoo.patch
19 @@ -5,25 +5,15 @@
20
21 static:
22 - ${GPRBUILD} -p -XLIBRARY_TYPE=static ${GPROPTS} xmlada.gpr
23 -+ ${GPRBUILD} -p -XLIBRARY_TYPE=static ${GPROPTS} xmlada.gpr -cargs $(ADAFLAGS)
24 ++ ${GPRBUILD} -p -v -XLIBRARY_TYPE=static ${GPROPTS} xmlada.gpr -cargs $(ADAFLAGS)
25
26 shared relocatable:
27 - ${GPRBUILD} -p -XLIBRARY_TYPE=relocatable ${GPROPTS} xmlada.gpr
28 -+ ${GPRBUILD} -p -XLIBRARY_TYPE=relocatable ${GPROPTS} xmlada.gpr -cargs $(ADAFLAGS)
29 ++ ${GPRBUILD} -p -v -XLIBRARY_TYPE=relocatable ${GPROPTS} xmlada.gpr -cargs $(ADAFLAGS)
30
31 static-pic:
32 - ${GPRBUILD} -p -XLIBRARY_TYPE=static-pic ${GPROPTS} xmlada.gpr
33 -+ ${GPRBUILD} -p -XLIBRARY_TYPE=static-pic ${GPROPTS} xmlada.gpr -cargs $(ADAFLAGS)
34 ++ ${GPRBUILD} -p -v -XLIBRARY_TYPE=static-pic ${GPROPTS} xmlada.gpr -cargs $(ADAFLAGS)
35
36 # Rebuild the tests (and not the XML/Ada code itself)
37 test: force
38 ---- xmlada-gpl-2016-src/shared.gpr.in.old 2017-03-26 21:48:46.613541125 +0200
39 -+++ xmlada-gpl-2016-src/shared.gpr.in 2017-03-26 21:49:32.713754025 +0200
40 -@@ -76,6 +76,7 @@
41 - when "profile" =>
42 - for Switches ("Ada") use warnings & ("-g", "-pg");
43 - end case;
44 -+ for Driver ("Ada") use External ("ADA", "gcc");
45 - end compiler;
46 -
47 - package binder is