1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

net/libmaxminddb: Update to 1.6.0

Changes:	https://github.com/maxmind/libmaxminddb/releases
This commit is contained in:
Po-Chuan Hsieh 2021-05-12 05:14:44 +08:00
parent 4b783f69ff
commit c5b9a1857d
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 10 additions and 13 deletions

View File

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

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1618319968
SHA256 (libmaxminddb-1.5.2.tar.gz) = 5237076d250a5f7c297e331c35a433eeaaf0dc205e070e4db353c9ba10f340a2
SIZE (libmaxminddb-1.5.2.tar.gz) = 604683
TIMESTAMP = 1620405351
SHA256 (libmaxminddb-1.6.0.tar.gz) = 7620ac187c591ce21bcd7bf352376a3c56a933e684558a1f6bef4bd4f3f98267
SIZE (libmaxminddb-1.6.0.tar.gz) = 605099

View File

@ -1,26 +1,23 @@
--- configure.orig 2018-01-17 21:36:20 UTC
--- configure.orig 2021-04-29 17:10:40 UTC
+++ configure
@@ -12615,23 +12615,11 @@ if test "x$ac_cv_type_unsigned___int128"
@@ -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
-fi
-
ac_fn_c_check_type "$LINENO" "boolean" "ac_cv_type_boolean" "$ac_includes_default"
if test "x$ac_cv_type_boolean" = xyes; then :