Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 2024 15:25:44 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6c568d356418 - main - ports-mgmt/synth: add missed patchfile, fixes the build (+)
Message-ID:  <202408121525.47CFPi9Q095196@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408121525.47CFPi9Q095196>