1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

net/libmaxminddb: Update to 1.7.1

Changes:	https://github.com/maxmind/libmaxminddb/releases
This commit is contained in:
Po-Chuan Hsieh 2023-03-22 02:40:11 +08:00
parent 4315f6076a
commit fb02c58c06
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 4 additions and 27 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= libmaxminddb
PORTVERSION= 1.6.0
PORTVERSION= 1.7.1
CATEGORIES= net
MASTER_SITES= https://github.com/maxmind/libmaxminddb/releases/download/${PORTVERSION}/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1620405351
SHA256 (libmaxminddb-1.6.0.tar.gz) = 7620ac187c591ce21bcd7bf352376a3c56a933e684558a1f6bef4bd4f3f98267
SIZE (libmaxminddb-1.6.0.tar.gz) = 605099
TIMESTAMP = 1677771033
SHA256 (libmaxminddb-1.7.1.tar.gz) = e8414f0dedcecbc1f6c31cb65cd81650952ab0677a4d8c49cab603b3b8fb083e
SIZE (libmaxminddb-1.7.1.tar.gz) = 609542

View File

@ -1,23 +0,0 @@
--- configure.orig 2021-04-29 17:10:40 UTC
+++ configure
@@ -12617,20 +12617,8 @@ if test "x$ac_cv_type_unsigned___int128" = xyes; then
$as_echo "#define MMDB_UINT128_IS_BYTE_ARRAY 0" >>confdefs.h
else
- as_ac_Type=`$as_echo "ac_cv_type_unsigned int __attribute__((mode(TI)))" | $as_tr_sh`
-ac_fn_c_check_type "$LINENO" "unsigned int __attribute__((mode(TI)))" "$as_ac_Type" "$ac_includes_default"
-if eval test \"x\$"$as_ac_Type"\" = x"yes"; then :
-$as_echo "#define MMDB_UINT128_IS_BYTE_ARRAY 0" >>confdefs.h
-
-
-$as_echo "#define MMDB_UINT128_USING_MODE 1" >>confdefs.h
-
-else
-
$as_echo "#define MMDB_UINT128_IS_BYTE_ARRAY 1" >>confdefs.h
-
-fi
fi