Date: Fri, 7 Jul 2023 07:36:11 GMT From: =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b1fb7156b9d8 - main - devel/gearmand: Unbreak build Message-ID: <202307070736.3677aBYn090239@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=b1fb7156b9d8d9d26dbd8603083a4654d2ab6013 commit b1fb7156b9d8d9d26dbd8603083a4654d2ab6013 Author: Tomohiro Hosaka <bokutin@bokut.in> AuthorDate: 2023-07-07 06:11:50 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2023-07-07 07:35:52 +0000 devel/gearmand: Unbreak build devel/gearmand builds have been failing since 2023Q2. For instance: https://lists.freebsd.org/archives/freebsd-pkg-fallout/2023-July/429715.html PR: 272399 Reported by: bokutin@bokut.in --- devel/gearmand/files/patch-libgearman-1.0_gearman.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/devel/gearmand/files/patch-libgearman-1.0_gearman.h b/devel/gearmand/files/patch-libgearman-1.0_gearman.h new file mode 100644 index 000000000000..42f8b932edc5 --- /dev/null +++ b/devel/gearmand/files/patch-libgearman-1.0_gearman.h @@ -0,0 +1,11 @@ +--- libgearman-1.0/gearman.h.orig 2013-02-14 11:34:29 UTC ++++ libgearman-1.0/gearman.h +@@ -50,7 +50,7 @@ + #endif + + #ifdef __cplusplus +-# include <tr1/cinttypes> ++# include <cinttypes> + # include <cstddef> + # include <cstdlib> + # include <ctime>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307070736.3677aBYn090239>