git: 8e6e8bdf5b89 - main - misc/dynomite: Fix build on 14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Mar 2023 06:14:18 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=8e6e8bdf5b8932fa9aa7233701299327393eab9e commit 8e6e8bdf5b8932fa9aa7233701299327393eab9e Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-03-24 06:13:57 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-03-24 06:13:57 +0000 misc/dynomite: Fix build on 14 --- misc/dynomite/files/patch-src_seedsprovider_dyn__florida.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/misc/dynomite/files/patch-src_seedsprovider_dyn__florida.c b/misc/dynomite/files/patch-src_seedsprovider_dyn__florida.c new file mode 100644 index 000000000000..2dd2f5966d3b --- /dev/null +++ b/misc/dynomite/files/patch-src_seedsprovider_dyn__florida.c @@ -0,0 +1,13 @@ +- workaround for https://github.com/Netflix/dynomite/issues/818 + +--- src/seedsprovider/dyn_florida.c.orig 2023-03-24 06:10:53 UTC ++++ src/seedsprovider/dyn_florida.c +@@ -32,7 +32,7 @@ + #endif + + static char *floridaIp = NULL; +-static int floridaPort = NULL; ++static int floridaPort = 0; + static char *request = NULL; + static int isOsVarEval = 0; +