Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Mar 2020 16:05:11 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528181 - head/Mk/Uses
Message-ID:  <202003101605.02AG5Bs9074367@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Mar 10 16:05:11 2020
New Revision: 528181
URL: https://svnweb.freebsd.org/changeset/ports/528181

Log:
  Update documentation for USES=bison with arguments alias and wrappers

Modified:
  head/Mk/Uses/bison.mk

Modified: head/Mk/Uses/bison.mk
==============================================================================
--- head/Mk/Uses/bison.mk	Tue Mar 10 15:40:48 2020	(r528180)
+++ head/Mk/Uses/bison.mk	Tue Mar 10 16:05:11 2020	(r528181)
@@ -4,7 +4,12 @@
 #
 # Feature:	bison
 # Usage:	USES=bison or USES=bison:ARGS
-# Valid ARGS:	build (default, implicit), run, both
+# Valid ARGS:	build (default, implicit), run, both, alias, wrappers
+#
+# 'alias'	will automatically create a BINARY_ALIAS to use base
+#		byacc invoked as bison
+# 'wrapper'	will automatically create BINARY_WRAPPER to use base
+#		byacc with a wrapper to mimic a bit more bison
 #
 # MAINTAINER: portmgr@FreeBSD.org
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003101605.02AG5Bs9074367>