git: 976c2003f373 - main - Mk/Uses/emacs.mk: Tweak documentation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 22 Feb 2025 17:32:21 UTC
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=976c2003f3735f7d3331ec0c1b07ab1f6cf691b7 commit 976c2003f3735f7d3331ec0c1b07ab1f6cf691b7 Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2025-02-21 17:39:29 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2025-02-22 17:31:45 +0000 Mk/Uses/emacs.mk: Tweak documentation Reviewed by: yasu Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D49097 --- Mk/Uses/emacs.mk | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/Mk/Uses/emacs.mk b/Mk/Uses/emacs.mk index 335f5a1c5dc7..14f03f9af922 100644 --- a/Mk/Uses/emacs.mk +++ b/Mk/Uses/emacs.mk @@ -15,11 +15,11 @@ # dependencies. # # Variables, which can be set in make.conf: -# DEFAULT_VERSIONS+= The default flavor for Emacs ports (ports with -# USES=emacs, but not the Emacs ports themselves) -# can be added to DEFAULT_VERSIONS. For example, -# DEFAULT_VERSIONS+= emacs=nox -# Valid flavors: full canna nox devel_full devel_nox +# DEFAULT_VERSIONS+= The default flavor for ports with +# USES=emacs can be added to DEFAULT_VERSIONS. +# For example: DEFAULT_VERSIONS+= emacs=nox +# Valid flavors: full canna nox wayland +# devel_full devel_nox # Flavors specified on the command line take # precedence. # @@ -31,18 +31,19 @@ # then all valid Emacs flavors are assumed. # # EMACS_NO_DEPENDS: Do NOT add build or run dependencies on Emacs. -# This will prevent flavors. +# This will prevent flavors, and no byte code files +# will be generated as part of the package. # # Variables, which can be read by ports: -# EMACS_CMD: Emacs command with full path (e.g. /usr/local/bin/emacs-28.2) +# EMACS_CMD: Emacs command with full path (e.g. /usr/local/bin/emacs-30.1) # EMACS_FLAVOR: Used for dependencies (e.g. BUILD_DEPENDS= dash.el${EMACS_PKGNAMESUFFIX}>0:devel/dash@${EMACS_FLAVOR}) # EMACS_LIBDIR: Emacs Library directory without ${PREFIX} (e.g. share/emacs) -# EMACS_LIBDIR_WITH_VER: Library directory without ${PREFIX} including version (e.g. share/emacs/28.2) -# EMACS_MAJOR_VER: Emacs major version (e.g. 28) +# EMACS_LIBDIR_WITH_VER: Library directory without ${PREFIX} including version (e.g. share/emacs/30.1) +# EMACS_MAJOR_VER: Emacs major version (e.g. 30) # EMACS_PKGNAMESUFFIX: PKGNAMESUFFIX to distinguish Emacs flavors # EMACS_SITE_LISPDIR: Emacs site-lisp directory without ${PREFIX} (e.g. share/emacs/site-lisp) -# EMACS_VER: Emacs version (e.g. 28.2) -# EMACS_VERSION_SITE_LISPDIR: Include version (e.g. share/emacs/28.2/site-lisp) +# EMACS_VER: Emacs version (e.g. 30.1) +# EMACS_VERSION_SITE_LISPDIR: Include version (e.g. share/emacs/30.1/site-lisp) #------------------------------------------------------------------------------- # # MAINTAINER: emacs@FreeBSD.org