summaryrefslogtreecommitdiff
path: root/www/aws/files/patch-src_src.gpr
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-10-11 07:49:54 +0000
committerJohn Marino <marino@FreeBSD.org>2016-10-11 07:49:54 +0000
commit9666dc78cb285d40309496436dfe8e132e4ae0c5 (patch)
treea780a4ba2a5844112ae9f367336d3fbf7982c310 /www/aws/files/patch-src_src.gpr
parent- Update to 16.09 (diff)
www/aws(-demos): Upgrade version 17.0.0 => 17.0.1
Using a separately built templates_parser is just too much work. Instead, use the framework's GITHUB support to pull template_parser from github and install in the source tree (as designed). This allows removal and simplification of several patches. Rework the -demos port to install several missing files and maintain the directory tree so that web_elements are relatively in the intended location.
Diffstat (limited to 'www/aws/files/patch-src_src.gpr')
-rw-r--r--www/aws/files/patch-src_src.gpr47
1 files changed, 2 insertions, 45 deletions
diff --git a/www/aws/files/patch-src_src.gpr b/www/aws/files/patch-src_src.gpr
index d2d760cea269..7091cb6a81c2 100644
--- a/www/aws/files/patch-src_src.gpr
+++ b/www/aws/files/patch-src_src.gpr
@@ -1,31 +1,6 @@
--- src/src.gpr.orig 2015-06-22 10:52:10 UTC
+++ src/src.gpr
-@@ -21,13 +21,14 @@ with "../.build/projects/aws_xmlada";
- with "../shared";
- with "../include/include";
- with "../ssl/ssl";
-+with "../templates_parser/temparse";
-
- library project Src is
-
- for Languages use ("Ada", "Project file", "Makefile");
-
- for Source_Dirs use
-- ("core", "extended", "../templates_parser/src", "../config/src",
-+ ("core", "extended", "../config/src",
- "../config/ssl", "../" & Shared.Target_Dir & "/setup/src", ".");
-
- -- XMLAda Installed, add xsrc and soap directories
-@@ -35,7 +36,7 @@ library project Src is
- case Shared.XMLAda is
- when "Installed" =>
- for Source_Dirs use project'Source_Dirs &
-- ("xsrc", "soap", "../templates_parser/xsrc");
-+ ("xsrc", "soap");
- when "Disabled" =>
- null;
- end case;
-@@ -68,7 +69,7 @@ library project Src is
+@@ -68,7 +68,7 @@ library project Src is
when "Windows_NT" =>
for Library_Options use ("-lwsock32", "-lws2_32");
when others =>
@@ -34,7 +9,7 @@
end case;
case Shared.LDAP is
-@@ -79,7 +80,7 @@ library project Src is
+@@ -79,7 +79,7 @@ library project Src is
Project'Library_Options & ("-lwldap32");
when others =>
for Library_Options use
@@ -43,21 +18,3 @@
end case;
when "Disabled" =>
-@@ -124,17 +125,6 @@ library project Src is
- for Implementation_Suffix ("Makefile") use ".txt";
- for Implementation_Exceptions ("Makefile") use ("Makefile");
-
-- -- Templates Parser
--
-- for Specification ("Templates_Parser.Configuration")
-- use "templates_parser-configuration__aws.ads";
--
-- for Implementation ("Templates_Parser.Input")
-- use "templates_parser-input__aws.adb";
--
-- for Implementation ("Templates_Parser_Tasking")
-- use "templates_parser_tasking__standard_tasking.adb";
--
- -- SOCKLIB
-
- case Shared.SOCKLIB is