pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/abseil



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Nov  2 19:32:18 UTC 2023

Modified Files:
        pkgsrc/devel/abseil: Makefile distinfo

Log Message:
abseil: updated to 20230802.1

Abseil LTS 20230802.1

Added the nullability library for designating the expected nullability of pointers. Currently these serve as annotations only, but it is expected that compilers will one day be able to use these 
annotations for diagnostic purposes.
Added the prefetch library as a portable layer for moving data into caches before it is read.
Abseil's hash tables now detect many more programming errors in debug and sanitizer builds.
Abseil's synchronization objects now differentiate absolute waits (when passed an absl::Time) from relative waits (when passed an absl::Duration) when the underlying platform supports differentiating 
these cases. This only makes a difference when system clocks are adjusted.
Abseil's flag parsing library includes additional methods that make it easier to use when another library also expects to be able to parse flags.
absl::string_view is now available as a smaller target, @com_google_absl//absl/strings:string_view, so that users may use this library without depending on the much larger 
@com_google_absl//absl/strings target.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/abseil/Makefile \
    pkgsrc/devel/abseil/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/abseil/Makefile
diff -u pkgsrc/devel/abseil/Makefile:1.19 pkgsrc/devel/abseil/Makefile:1.20
--- pkgsrc/devel/abseil/Makefile:1.19   Mon Aug 21 14:52:26 2023
+++ pkgsrc/devel/abseil/Makefile        Thu Nov  2 19:32:18 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2023/08/21 14:52:26 adam Exp $
+# $NetBSD: Makefile,v 1.20 2023/11/02 19:32:18 adam Exp $
 
-DISTNAME=      abseil-20230802.0
+DISTNAME=      abseil-20230802.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=abseil/}
 GITHUB_PROJECT=        abseil-cpp
@@ -11,8 +11,9 @@ HOMEPAGE=     https://github.com/abseil/abse
 COMMENT=       C++ Common Libraries
 LICENSE=       apache-2.0
 
-USE_LANGUAGES= c++14
-CMAKE_ARGS+=   -DBUILD_SHARED_LIBS=ON
+USE_CXX_FEATURES=      c++14
+USE_LANGUAGES=         c++14
+CMAKE_CONFIGURE_ARGS+= -DBUILD_SHARED_LIBS=ON
 
 # .buildlink/include/absl/base/policy_checks.h:57:2: error:
 # #error "This package requires GCC 7 or higher."
Index: pkgsrc/devel/abseil/distinfo
diff -u pkgsrc/devel/abseil/distinfo:1.19 pkgsrc/devel/abseil/distinfo:1.20
--- pkgsrc/devel/abseil/distinfo:1.19   Mon Aug 21 14:52:26 2023
+++ pkgsrc/devel/abseil/distinfo        Thu Nov  2 19:32:18 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.19 2023/08/21 14:52:26 adam Exp $
+$NetBSD: distinfo,v 1.20 2023/11/02 19:32:18 adam Exp $
 
-BLAKE2s (abseil-20230802.0-20230802.0.tar.gz) = aa949a7cb9dd0f0bef85b3fb40d816f3934684ead76ead200c6801211d8d8e5b
-SHA512 (abseil-20230802.0-20230802.0.tar.gz) = 320295fa687ded05b774741eb4c5285291d44cc14402ec5d997057cb4f53fb3ba54cd162c7a7b1003312b677603a1c25e14bfdbd1fc22ccf4b4443e8a6e3ec02
-Size (abseil-20230802.0-20230802.0.tar.gz) = 2156669 bytes
+BLAKE2s (abseil-20230802.1-20230802.1.tar.gz) = fcf33c834f5b38b3912c323b3155fe405843876c51027bfac23df427e901327b
+SHA512 (abseil-20230802.1-20230802.1.tar.gz) = 14390380655c41483a98487e3b012110dd8d1743fdd68d8cde7e0d7c2730312d564b15726d8c9d2fff237d2fce3983bbbb5213f59612c7c6feaeb402dff9609f
+Size (abseil-20230802.1-20230802.1.tar.gz) = 2157158 bytes
 SHA1 (patch-absl_base_internal_sysinfo.cc) = c96dd302dde0f6071a8353a5877a3bac37949467
 SHA1 (patch-absl_debugging_internal_vdso__support.cc) = 2292c5b0f2b41679039a1697508343ff5b6cc401
 SHA1 (patch-absl_time_internal_cctz_src_time__zone__format.cc) = 8db9395b726965c5a9d62cdaa640f94cbd8ec02c



Home | Main Index | Thread Index | Old Index