Date: Thu, 8 Apr 2021 06:41:20 GMT From: Kevin Bowling <kbowling@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ff5d36478476 - main - devel/libegit2: fix with emacs-devel Message-ID: <202104080641.1386fKLU028612@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=ff5d36478476044aef26d9cfa51f6d42d6cb50cd commit ff5d36478476044aef26d9cfa51f6d42d6cb50cd Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2021-04-08 06:37:45 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2021-04-08 06:41:13 +0000 devel/libegit2: fix with emacs-devel PR: 254685 Reported by: Sean Champ <lab+bsd@thinkum.space> Approved by: Yasuhiro Kimura <yasu@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 ()home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104080641.1386fKLU028612>
