6 Commits

Author SHA1 Message Date
naddy
85229c97e7 drop RCS Ids 2022-03-11 18:49:30 +00:00
kn
e7411f37c1 Remove RCSIDs from ports I maintain 2022-03-10 12:03:30 +00:00
kn
80d042e57f Fix absl_cordz_sample_token shared library version
Simply overlooked in SHARED_LIBS so it ended up with abseil's own version.

spotted by sthen
diff from Andrew Krasavin
2022-03-09 11:23:52 +00:00
kn
bbf845bbf1 Register gtest as build and test dependency
The most obvious thing was missing in the previous diff.
Found the hard way by phessler in an arm64 bulk.
2022-03-02 21:42:10 +00:00
kn
54ff61aeb3 Enable tests
"98% tests passed, 3 tests failed out of 180" on amd64 and arm64.
sparc64 fails to build, i.e. enabling tests knocks out the package itself,
thus disable it until we fixed it.

Heavy lifting and diff from Andrew Krasavin
sparc64 tests/exclusion from me
Feedback OK op
2022-03-02 11:46:58 +00:00
kn
fa7999d9b2 Import devel/abseil-cpp 20211102.0
With Andrew Krasavin <noiseless-ak AT yandex DOT ru>
macppc fix from gkoehler
OK op
---
Abseil is an open source collection of C++ libraries drawn from the most
fundamental pieces of Google's internal codebase.  These libraries are the
nuts-and-bolts that underpin almost everything Google runs.  Bits and pieces
of these APIs are embedded in most of our open source projects, and Abseil
aims to bring them together into one comprehensive project.  Abseil
encompasses the most basic building blocks of Google's codebase: code that
is production-tested and will be fully maintained for years to come.
2021-12-18 19:38:17 +00:00