Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Dec 2023 04:26:42 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9ace7f8c42ff - main - devel/libthmap : Jettison byteswap/endian hacks
Message-ID:  <202312310426.3BV4QgNx034687@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9ace7f8c42ff40e9ddb069d9d62bfba8c442cc82

commit 9ace7f8c42ff40e9ddb069d9d62bfba8c442cc82
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-31 04:16:26 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-31 04:16:26 +0000

    devel/libthmap : Jettison byteswap/endian hacks
---
 devel/libthmap/files/patch-murmurhash.c | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/devel/libthmap/files/patch-murmurhash.c b/devel/libthmap/files/patch-murmurhash.c
deleted file mode 100644
index 5dec518ab303..000000000000
--- a/devel/libthmap/files/patch-murmurhash.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- murmurhash.c.orig	2020-08-28 21:41:19 UTC
-+++ murmurhash.c
-@@ -9,7 +9,7 @@
-  */
- 
- #include <inttypes.h>
--#include <endian.h>
-+#include <sys/endian.h>
- 
- #include "utils.h"
- 



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