Date: Tue, 6 Mar 2018 20:01:35 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463743 - head/Mk/Uses Message-ID: <201803062001.w26K1ZVA087208@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Tue Mar 6 20:01:35 2018 New Revision: 463743 URL: https://svnweb.freebsd.org/changeset/ports/463743 Log: Mk/Uses/emacs.mk: Tweak description of DEFAULT_VERSIONS+=emacs=... DEFAULT_VERSIONS+=emacs=<flavor> in make.conf only applies to ports with USES=emacs in their Makefile, and not to the Emacs ports, editors/emacs and editors/emacs-devel. While here, align some comments. Modified: head/Mk/Uses/emacs.mk Modified: head/Mk/Uses/emacs.mk ============================================================================== --- head/Mk/Uses/emacs.mk Tue Mar 6 19:29:08 2018 (r463742) +++ head/Mk/Uses/emacs.mk Tue Mar 6 20:01:35 2018 (r463743) @@ -3,20 +3,21 @@ # Provide support for ports requiring Emacs. This includes flavors with proper # dependencies and useful variables. # -# Feature: emacs -# Usage: USES=emacs or USES=emacs:args +# Feature: emacs +# Usage: USES=emacs or USES=emacs:args # Valid ARGS: build, run # -# build Indicates that Emacs is needed at build time. -# run Indicates that Emacs is needed at run time. +# build Indicates that Emacs is needed at build time. +# run Indicates that Emacs is needed at run time. # # If build and run are omitted from the argument list, Emacs will be added to # BUILD_DEPENDS and RUN_DEPENDS. EMACS_NO_DEPENDS can be set to prevent both # Emacs dependencies. # # Variables, which can be set in make.conf: -# DEFAULT_VERSIONS+= The default flavor for Emacs ports can be added to -# DEFAULT_VERSIONS. For example, +# 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 # Flavors specified on the command line take precedence.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803062001.w26K1ZVA087208>