git: 6c568d356418 - main - ports-mgmt/synth: add missed patchfile, fixes the build (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Aug 2024 15:25:44 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=6c568d3564185ac6c1a17f9000853b1cf5e2bf05 commit 6c568d3564185ac6c1a17f9000853b1cf5e2bf05 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-08-12 15:24:09 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-08-12 15:25:37 +0000 ports-mgmt/synth: add missed patchfile, fixes the build (+) followup to 8df72f129d791a1d80b2d47e43fb2569ba865c95 PR: 279870 --- ports-mgmt/synth/files/patch-parameters.adb | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ports-mgmt/synth/files/patch-parameters.adb b/ports-mgmt/synth/files/patch-parameters.adb new file mode 100644 index 000000000000..70b92a1c0246 --- /dev/null +++ b/ports-mgmt/synth/files/patch-parameters.adb @@ -0,0 +1,11 @@ +--- src/parameters.adb.orig 2024-06-17 13:37:33.229523000 +1200 ++++ src/parameters.adb 2024-06-17 13:35:59.280062000 +1200 +@@ -50,7 +50,7 @@ + end; + end if; + +- internal_config.Init (File_Name => conf_location, ++ internal_config.Init (Config_File_Name => conf_location, + On_Type_Mismatch => Config.Be_Quiet); + + if section_exists (master_section, global_01) then