Path to this page:
Subject: CVS commit: pkgsrc/devel/R-git2r
From: Makoto Fujiwara
Date: 2024-10-27 06:28:57
Message id: 20241027052857.78217FC7E@cvs.NetBSD.org
Log Message:
(devel/R-git2r) Updated 0.33.0 to 0.35.0
# git2r 0.35.0 (2024-10-20)
## CHANGES
* The bundled libgit2 source code has been removed and libgit2 must
now be installed on the system.
* Fix build after API change in libgit2 1.8.0.
* The system requirement for libgit2 has been updated to libgit2
version >= 1.0.
* Add `$(C_VISIBILITY)` to compiler flags to hide internal symbols
from shared object.
* On MacOS, if libgit2 is not found, the build configuration tries to
download a static build of libgit2 version 1.8.1
(https://github.com/autobrew/bundler/releases/tag/libgit2-1.8.1) and
use that instead, after the sha256 of the downloaded
'libgit2-1.8.1-universal.tar.xz' file has been checked.
Files: