Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Apr 2026 03:11:44 +0000
Message-ID:  <69e59970.2483b.38db4b41@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by jrm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ffaca0951d078e9130c267228b60037ed1fbcb7f

commit ffaca0951d078e9130c267228b60037ed1fbcb7f
Author:     Joseph Mingrone <jrm@FreeBSD.org>
AuthorDate: 2026-04-19 23:06:23 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2026-04-20 03:11:02 +0000

    devel/llama.el: Update to 1.0.4
    
    Also, do not byte-compile Elisp since .elc files are no longer packaged.
    This means we can remove BUILD_DEPENDS and MAKE_JOBS_UNSAFE.
    
    Sponsored by:   The FreeBSD Foundation
---
 devel/llama.el/Makefile | 6 ++----
 devel/llama.el/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/devel/llama.el/Makefile b/devel/llama.el/Makefile
index f1919fa3156f..2943fd92d65c 100644
--- a/devel/llama.el/Makefile
+++ b/devel/llama.el/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	llama.el
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.0.3
-PORTREVISION=	1
+DISTVERSION=	1.0.4
 CATEGORIES=	devel elisp
 
 MAINTAINER=	jrm@FreeBSD.org
@@ -11,7 +10,6 @@ WWW=		https://github.com/tarsius/llama
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	compat.el>=30.1.0.0:misc/compat.el
 RUN_DEPENDS=	compat.el>=30.1.0.0:misc/compat.el
 
 USES=		emacs:build gmake
@@ -20,7 +18,7 @@ GH_ACCOUNT=	tarsius
 GH_PROJECT=	llama
 
 MAKE_ARGS=	LOAD_PATH=" -L ${PREFIX}/${EMACS_SITE_LISPDIR} -L ."
-MAKE_JOBS_UNSAFE=	Opening input file: No such file or directory, /wrkdirs/usr/ports/devel/llama.el/work-nox/llama-0.6.0/.#llama-autoloads.el
+ALL_TARGET=	autoloads
 
 CONFLICTS_INSTALL=	llama.el-emacs_*
 
diff --git a/devel/llama.el/distinfo b/devel/llama.el/distinfo
index 6f87f99b9371..d2e2f6b4b5b8 100644
--- a/devel/llama.el/distinfo
+++ b/devel/llama.el/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1771585671
-SHA256 (tarsius-llama-v1.0.3_GH0.tar.gz) = 2afc2d89b77159c59b5bb21d506ceef5bbf448a97bf0cfb859a9632b7ac46142
-SIZE (tarsius-llama-v1.0.3_GH0.tar.gz) = 22506
+TIMESTAMP = 1776639872
+SHA256 (tarsius-llama-v1.0.4_GH0.tar.gz) = 17d3577af4fd3cd58b848132df90480c1ab5810e467ed2925a1c07631c7337e3
+SIZE (tarsius-llama-v1.0.4_GH0.tar.gz) = 22469


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e59970.2483b.38db4b41>