Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20240722.0 05 Sep 2024 06:18:34 |
Po-Chuan Hsieh (sunpoet) |
devel/abseil: Add LICENSE_FILE
Approved by: portmgr (blanket) |
20240722.0 07 Aug 2024 06:00:30 |
Alexey Dokuchaev (danfe) |
devel/abseil: update Abseil C++ to LTS version 20240722.0
Switch to the "real" distfile over the GitHub-generated one
and fix the warning emitted by `fixup-lib-pkgconfig' target.
PR: 275887
Reported by: portscout |
20230125.3 27 Feb 2024 22:51:23 |
Bryan Drewery (bdrewery) |
devel/abseil: Hide grep warning with make -V PLIST_SUB |
20230125.3 11 Sep 2023 03:22:48 |
Po-Chuan Hsieh (sunpoet) |
devel/abseil: Update to 20230125.3
- Bump PORTREVISION of dependent ports for shlib change
some ports are skipped due to re2 shlib change
Changes: https://github.com/abseil/abseil-cpp/releases
PR: 270233
Approved by: danfe (maintainer) |
20220623.1 06 Nov 2022 16:26:12 |
Alexey Dokuchaev (danfe) |
devel/abseil: update Abseil C++ to June 2022 LTS patch 1
Reported by: portscout |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
20220623.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
20220623.0 13 Aug 2022 21:56:58 |
Alexey Dokuchaev (danfe) |
devel/abseil: update Abseil C++ to the latest LTS version (June 2022)
Reported by: portscout |
20211102.0 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
20211102.0 23 Nov 2021 16:19:53 |
Alexey Dokuchaev (danfe) |
devel/abseil: update the port to the latest version (20211102.0)
Reported by: portscout |
20210324.2 09 Jun 2021 04:10:45 |
Alexey Dokuchaev (danfe) |
devel/abseil: update the port to the next LTS patch
- Update Abseil C++ libraries to version 20210324.2
- Inferring shared libraries suffix from PORTVERSION
does not always work, so obtain correct value from
the project's CMake files (SOVERSION)
Found out via: repology.org |
20210324.1 22 Apr 2021 02:32:35 |
Alexey Dokuchaev (danfe) |
Update Abseil C++ libraries to LTS version 20210324, patch one.
Reported by: portscout |
20210324.0 09 Apr 2021 08:04:28 |
Alexey Dokuchaev (danfe) |
- Update Google's Abseil to LTS version 20210324.0
- Patch one consumer port so it builds against it |
20200923.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20200923.3 29 Jan 2021 17:33:34 |
danfe |
Update to LTS version 20200923, patch three.
Found out via: repology.org |
20200923.2_1 29 Dec 2020 22:25:03 |
yuri |
devel/abseil: Change to C++17 to allow all dependent ports to build
PR: 250376
Approved by: danfe (maintainer's timeout) |
20200923.2 23 Oct 2020 11:32:42 |
danfe |
Update to LTS version 20200923, patch two.
Found out via: repology.org |
20200923.1 10 Oct 2020 10:22:51 |
danfe |
Update Abseil to LTS version 20200923, patch 1.
Reported by: portscout |
20200923 30 Sep 2020 01:30:04 |
danfe |
Update to version 20200923.
Found out via: repology.org |
20200225.2 09 Aug 2020 20:39:40 |
pkubaj |
devel/abseil: fix build on powerpc64
sys/sysctl.h needs to be included after sys/types.h.
For once_flag, threads.h needs to be included.
For call_once, absl/base/call_once.h needs to be included.
MFH: 2020Q3 (fix build blanket) |
20200225.2 13 May 2020 06:38:31 |
danfe |
Pull small patch from the upstream (forgotten in the previous commit).
PR: 246396 |
20200225.2 13 May 2020 06:27:11 |
danfe |
- Update `devel/abseil' to version 20200225.2
- Install shared libraries rather than static
- Fix typo in the port description while here
PR: 246396
Submitted by: sunpoet
Reported by: portscout (also) |
g20190703_1 28 Aug 2019 17:15:45 |
pkubaj |
devel/abseil: fix build on powerpc*
Implement logic for querying TBR and TBR frequency to fix build.
PR: 239423
Approved by: danfe (maintainer), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D21430 |
g20190703_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
g20190703 05 Jul 2019 11:10:55 |
danfe |
Abseil is an open source collection of C++ libraries drawn from the
most fundamental pieces of Google's internal codebase.
WWW: https://abseil.io/ |