Summary: | New port: devel/R-cran-git2r: Provides Access to Git Repositories | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jean-Paul Beconne <jpbeconne> | ||||||
Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | ||||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Created attachment 215008 [details]
SHAR file for new version
What do you think of using system libgit2 unstead? -USES= cran:auto-plist,compiles\ - ssl +LIB_DEPENDS= libgit2.so:devel/libgit2 + +USES= cran:auto-plist,compiles pkgconfig OK, the port compiles with this modification. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f0d25d51a563073a72867282863581293467b1f9 commit f0d25d51a563073a72867282863581293467b1f9 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-04-12 11:18:36 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-04-12 16:49:07 +0000 devel/R-cran-git2r: add ports Interface to the 'libgit2' library, which is a pure C implementation of the 'Git' core methods. Provides access to 'Git' repositories to extract data and running some basic 'Git' commands. WWW: https://CRAN.R-project.org/package=git2r PR: 243627 Submitted by: jpbeconne@free.fr devel/Makefile | 1 + devel/R-cran-git2r/Makefile (new) | 15 +++++++++++++++ devel/R-cran-git2r/distinfo (new) | 3 +++ devel/R-cran-git2r/pkg-descr (new) | 5 +++++ 4 files changed, 24 insertions(+) |
Created attachment 211078 [details] SHAR file of the port New port: devel/R-cran-git2r Provides Access to Git Repositories