head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.6 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.4 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.2 pkgsrc-2025Q3-base:1.1; locks; strict; comment @# @; 1.1 date 2025.09.04.13.02.47; author dkazankov; state Exp; branches; next ; commitid QyTZKc1iItmUGo9G; desc @@ 1.1 log @www/ada-aws-25: add new package 25.1.0 Ada Web Server @ text @$NetBSD: patch-tools_tools.gpr,v 1.0 2024/12/17 20:00:00 dkazankov Exp $ Resolve name conflict with standalone templates parser --- tools/tools.gpr.orig 2024-12-20 16:02:53.000000000 +0200 +++ tools/tools.gpr @@@@ -98,6 +98,8 @@@@ for Switches (others) use Shared.Builder'Switches (others); for Executable ("ada2wsdl-main.adb") use "ada2wsdl"; for Executable ("wsdl2aws-main.adb") use "wsdl2aws"; + for Executable ("templates2ada.adb") use "aws_templates2ada"; + for Executable ("templatespp.adb") use "aws_templatespp"; end Builder; --------- @