git: ff5d36478476 - main - devel/libegit2: fix with emacs-devel
Kevin Bowling
kbowling at FreeBSD.org
Thu Apr 8 06:41:21 UTC 2021
The branch main has been updated by kbowling:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ff5d36478476044aef26d9cfa51f6d42d6cb50cd
commit ff5d36478476044aef26d9cfa51f6d42d6cb50cd
Author: Kevin Bowling <kbowling at FreeBSD.org>
AuthorDate: 2021-04-08 06:37:45 +0000
Commit: Kevin Bowling <kbowling at FreeBSD.org>
CommitDate: 2021-04-08 06:41:13 +0000
devel/libegit2: fix with emacs-devel
PR: 254685
Reported by: Sean Champ <lab+bsd at thinkum.space>
Approved by: Yasuhiro Kimura <yasu at utahime.org> (maintainer)
---
devel/libegit2/Makefile | 2 +-
devel/libegit2/files/patch-libgit.el | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/devel/libegit2/Makefile b/devel/libegit2/Makefile
index b9f114db6157..3ec717ed8cb5 100644
--- a/devel/libegit2/Makefile
+++ b/devel/libegit2/Makefile
@@ -1,6 +1,6 @@
PORTNAME= libegit2
DISTVERSION= g20200515
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/devel/libegit2/files/patch-libgit.el b/devel/libegit2/files/patch-libgit.el
index c325531c1e3c..4f272799f782 100644
--- a/devel/libegit2/files/patch-libgit.el
+++ b/devel/libegit2/files/patch-libgit.el
@@ -1,11 +1,11 @@
---- libgit.el.orig 2020-05-15 17:59:08 UTC
-+++ libgit.el
+--- libgit.el.orig 2020-05-15 17:59:08.000000000 +0000
++++ libgit.el 2021-04-01 04:02:35.637193000 +0000
@@ -41,7 +41,7 @@
"Directory where the libegit2 dynamic module file should be built.")
(defvar libgit--module-file
- (expand-file-name (concat "libegit2" module-file-suffix) libgit--build-dir)
-+ (expand-file-name (concat "libegit2" module-file-suffix) "/usr/local/share/emacs/27.1/site-lisp")
++ (expand-file-name (concat "libegit2" module-file-suffix) "%%LIBEGIT2_INSTALL_DIR%%")
"Path to the libegit2 dynamic module file.")
(defun libgit--configure ()
More information about the dev-commits-ports-all
mailing list