* [gentoo-commits] repo/gentoo:master commit in: dev-ada/xmlada/files/
@ 2017-05-28 13:42 Alfredo Tupone
0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2017-05-28 13:42 UTC (permalink / raw
To: gentoo-commits
commit: 81d693d7d9096070099c03049412601c56853ebc
Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 13:42:32 2017 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun May 28 13:42:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d693d7
dev-ada/xmlada: Enable verbose mode during build
Package-Manager: Portage-2.3.5, Repoman-2.3.1
dev-ada/xmlada/files/xmlada-2016-gentoo.patch | 16 +++-------------
1 file changed, 3 insertions(+), 13 deletions(-)
diff --git a/dev-ada/xmlada/files/xmlada-2016-gentoo.patch b/dev-ada/xmlada/files/xmlada-2016-gentoo.patch
index def06255cf5..7c28a02289f 100644
--- a/dev-ada/xmlada/files/xmlada-2016-gentoo.patch
+++ b/dev-ada/xmlada/files/xmlada-2016-gentoo.patch
@@ -5,25 +5,15 @@
static:
- ${GPRBUILD} -p -XLIBRARY_TYPE=static ${GPROPTS} xmlada.gpr
-+ ${GPRBUILD} -p -XLIBRARY_TYPE=static ${GPROPTS} xmlada.gpr -cargs $(ADAFLAGS)
++ ${GPRBUILD} -p -v -XLIBRARY_TYPE=static ${GPROPTS} xmlada.gpr -cargs $(ADAFLAGS)
shared relocatable:
- ${GPRBUILD} -p -XLIBRARY_TYPE=relocatable ${GPROPTS} xmlada.gpr
-+ ${GPRBUILD} -p -XLIBRARY_TYPE=relocatable ${GPROPTS} xmlada.gpr -cargs $(ADAFLAGS)
++ ${GPRBUILD} -p -v -XLIBRARY_TYPE=relocatable ${GPROPTS} xmlada.gpr -cargs $(ADAFLAGS)
static-pic:
- ${GPRBUILD} -p -XLIBRARY_TYPE=static-pic ${GPROPTS} xmlada.gpr
-+ ${GPRBUILD} -p -XLIBRARY_TYPE=static-pic ${GPROPTS} xmlada.gpr -cargs $(ADAFLAGS)
++ ${GPRBUILD} -p -v -XLIBRARY_TYPE=static-pic ${GPROPTS} xmlada.gpr -cargs $(ADAFLAGS)
# Rebuild the tests (and not the XML/Ada code itself)
test: force
---- xmlada-gpl-2016-src/shared.gpr.in.old 2017-03-26 21:48:46.613541125 +0200
-+++ xmlada-gpl-2016-src/shared.gpr.in 2017-03-26 21:49:32.713754025 +0200
-@@ -76,6 +76,7 @@
- when "profile" =>
- for Switches ("Ada") use warnings & ("-g", "-pg");
- end case;
-+ for Driver ("Ada") use External ("ADA", "gcc");
- end compiler;
-
- package binder is
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ada/xmlada/files/
@ 2018-01-03 10:35 Alfredo Tupone
0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2018-01-03 10:35 UTC (permalink / raw
To: gentoo-commits
commit: 9f37a921c664684733c4953b828b4f8c7bed96a5
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Jan 2 10:23:43 2018 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Jan 3 10:35:03 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f37a921
dev-ada/xmlada: remove unused patch
dev-ada/xmlada/files/xmlada-2016-gentoo.patch | 42 ---------------------------
1 file changed, 42 deletions(-)
diff --git a/dev-ada/xmlada/files/xmlada-2016-gentoo.patch b/dev-ada/xmlada/files/xmlada-2016-gentoo.patch
deleted file mode 100644
index a90b963edd3..00000000000
--- a/dev-ada/xmlada/files/xmlada-2016-gentoo.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- xmlada-2016-src/Makefile.in.old 2016-12-04 21:58:57.251338692 +0100
-+++ xmlada-2016-src/Makefile.in 2016-12-04 21:59:31.332755615 +0100
-@@ -49,16 +49,17 @@
- endif
-
- static:
-- ${GPRBUILD} -p -XLIBRARY_TYPE=static ${GPROPTS} xmlada.gpr
-+ ${GPRBUILD} -p -v -XLIBRARY_TYPE=static ${GPROPTS} xmlada.gpr -cargs $(ADAFLAGS)
-
- shared relocatable:
-- ${GPRBUILD} -p -XLIBRARY_TYPE=relocatable ${GPROPTS} xmlada.gpr
-+ ${GPRBUILD} -p -v -XLIBRARY_TYPE=relocatable ${GPROPTS} xmlada.gpr -cargs $(ADAFLAGS)
-
- static-pic:
-- ${GPRBUILD} -p -XLIBRARY_TYPE=static-pic ${GPROPTS} xmlada.gpr
-+ ${GPRBUILD} -p -v -XLIBRARY_TYPE=static-pic ${GPROPTS} xmlada.gpr -cargs $(ADAFLAGS)
-
- # Rebuild the tests (and not the XML/Ada code itself)
- test: force
-+ GPR_PROJECT_PATH=schema:input_sources:dom:sax:unicode \
- ${GPRBUILD} -p -XLIBRARY_TYPE=static ${GPROPTS} \
- -XTESTS_ACTIVATED=Only xmlada.gpr
-
---- xmlada-gpl-2016-src/tests/Makefile.old 2017-12-04 21:15:16.330459020 +0100
-+++ xmlada-gpl-2016-src/tests/Makefile 2017-12-04 21:15:33.176156634 +0100
-@@ -1,8 +1,6 @@
- TESTS= test_unicode \
- test_state \
-- test_xml \
- test_adacore_dom \
-- test_schema \
- test_date_time \
- test_numbers \
- test_adacore_schema \
-@@ -71,6 +71,7 @@
- test_multiple_xsd:
- @echo "multiple xsd"
- @cd schema/multiple_xsd; \
-+ GPR_PROJECT_PATH=../../../distrib:../../../input_sources:../../../dom:../../../sax:../../../schema:../../../unicode \
- gprbuild -q -Pdefault.gpr; \
- ./validate > $(RESULTS)/multiple_xsd.out; \
- cp $(RESULTS)/multiple_xsd.out $(RESULTS)/multiple_xsd.diff; \
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ada/xmlada/files/
@ 2019-12-08 15:53 Aaron Bauman
0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2019-12-08 15:53 UTC (permalink / raw
To: gentoo-commits
commit: 322ae8e3f2258569f9451294771d7bac18ccfe9a
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Dec 8 13:19:19 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Dec 8 15:53:00 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=322ae8e3
dev-ada/xmlada: remove unused patch
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-ada/xmlada/files/xmlada-2018-gentoo.patch | 41 ---------------------------
1 file changed, 41 deletions(-)
diff --git a/dev-ada/xmlada/files/xmlada-2018-gentoo.patch b/dev-ada/xmlada/files/xmlada-2018-gentoo.patch
deleted file mode 100644
index 439b85026d5..00000000000
--- a/dev-ada/xmlada/files/xmlada-2018-gentoo.patch
+++ /dev/null
@@ -1,41 +0,0 @@
---- a/Makefile.in 2017-12-04 20:09:23.730805855 +0100
-+++ b/Makefile.in 2017-12-04 20:09:51.586331155 +0100
-@@ -62,7 +62,8 @@
-
- # Rebuild the tests (and not the XML/Ada code itself)
- test: force
-+ GPR_PROJECT_PATH=schema:input_sources:dom:sax:unicode \
- ${GPRBUILD} -p -XLIBRARY_TYPE=static ${GPROPTS} \
- -XTESTS_ACTIVATED=Only xmlada.gpr
-
- # Run the tests. This requires an install of XML/Ada first
---- a/tests/Makefile 2017-12-04 21:38:29.722818904 +0100
-+++ b/tests/Makefile 2017-12-04 21:38:54.229382658 +0100
-@@ -1,8 +1,6 @@
- TESTS= test_unicode \
- test_state \
-- test_xml \
- test_adacore_dom \
-- test_schema \
- test_date_time \
- test_numbers \
- test_adacore_schema \
-@@ -71,6 +71,7 @@
- test_multiple_xsd:
- @echo "multiple xsd"
- @cd schema/multiple_xsd; \
-+ GPR_PROJECT_PATH=../../../distrib:../../../input_sources:../../../dom:../../../sax:../../../schema:../../../unicode \
- gprbuild -q -Pdefault.gpr; \
- ./validate > $(RESULTS)/multiple_xsd.out; \
- cp $(RESULTS)/multiple_xsd.out $(RESULTS)/multiple_xsd.diff; \
---- a/input_sources/input_sources-http.adb 2019-05-29 10:18:23.428517625 +0200
-+++ b/input_sources/input_sources-http.adb 2019-05-29 10:17:53.451007226 +0200
-@@ -191,7 +191,7 @@
-
- Create_Socket (Socket);
- Set_Socket_Option (Socket, Socket_Level, (Reuse_Address, True));
-- Set_Socket_Option (Socket, Option => (Receive_Buffer, 3000));
-+ Set_Socket_Option (Socket, Socket_Level, (Receive_Buffer, 3000));
- Connect_Socket (Socket, Addr);
-
- Channel := Stream (Socket);
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-12-08 15:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-03 10:35 [gentoo-commits] repo/gentoo:master commit in: dev-ada/xmlada/files/ Alfredo Tupone
-- strict thread matches above, loose matches on Subject: below --
2019-12-08 15:53 Aaron Bauman
2017-05-28 13:42 Alfredo Tupone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox