Sun Oct 6 09:44:41 2019 UTC ()
mk/configure: add more keywords for bmake help


(rillig)
diff -r1.21 -r1.22 pkgsrc/mk/configure/gnu-configure.mk

cvs diff -r1.21 -r1.22 pkgsrc/mk/configure/gnu-configure.mk (expand / switch to unified diff)

--- pkgsrc/mk/configure/gnu-configure.mk 2019/05/04 15:16:50 1.21
+++ pkgsrc/mk/configure/gnu-configure.mk 2019/10/06 09:44:41 1.22
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: gnu-configure.mk,v 1.21 2019/05/04 15:16:50 rillig Exp $ 1# $NetBSD: gnu-configure.mk,v 1.22 2019/10/06 09:44:41 rillig Exp $
2# 2#
3# Package-settable variables: 3# Package-settable variables:
4# 4#
5# GNU_CONFIGURE 5# GNU_CONFIGURE
6# Whether the package has a GNU-style configure script as the 6# Whether the package has a GNU-style configure script as the
7# primary means of configuring itself to the platform. 7# primary means of configuring itself to the platform.
8# 8#
9# Possible: yes no 9# Possible: yes no
10# Default: undefined 10# Default: undefined
11# 11#
12# GNU_CONFIGURE_STRICT 12# GNU_CONFIGURE_STRICT
13# Whether unknown --enable/--disable/--with/--without options make 13# Whether unknown --enable/--disable/--with/--without options make
14# the package fail immediately. 14# the package fail immediately.
@@ -17,27 +17,27 @@ @@ -17,27 +17,27 @@
17# of a package are effectively ignored and should be replaced with 17# of a package are effectively ignored and should be replaced with
18# their current equivalent (in case they have been renamed), or 18# their current equivalent (in case they have been renamed), or
19# otherwise be removed. 19# otherwise be removed.
20# 20#
21# This check may incorrectly report unknown options for packages 21# This check may incorrectly report unknown options for packages
22# that have multiple configure scripts, when one of these scripts 22# that have multiple configure scripts, when one of these scripts
23# recognizes the option and some other doesn't. To check this, run 23# recognizes the option and some other doesn't. To check this, run
24# "bmake show-unknown-configure-options" after the package failed. 24# "bmake show-unknown-configure-options" after the package failed.
25# 25#
26# Possible: yes no warn 26# Possible: yes no warn
27# Default: no 27# Default: no
28# See also: configure-help show-unknown-configure-options 28# See also: configure-help show-unknown-configure-options
29# 29#
30# Keywords: configure configure_args gnu 30# Keywords: configure configure_args gnu strict enable disable
31 31
32_VARGROUPS+= gnu-configure 32_VARGROUPS+= gnu-configure
33_USER_VARS.gnu-configure= # none 33_USER_VARS.gnu-configure= # none
34_PKG_VARS.gnu-configure= \ 34_PKG_VARS.gnu-configure= \
35 GNU_CONFIGURE GNU_CONFIGURE_STRICT GNU_CONFIGURE_PREFIX \ 35 GNU_CONFIGURE GNU_CONFIGURE_STRICT GNU_CONFIGURE_PREFIX \
36 SET_LIBDIR GNU_CONFIGURE_LIBSUBDIR \ 36 SET_LIBDIR GNU_CONFIGURE_LIBSUBDIR \
37 GNU_CONFIGURE_LIBDIR GNU_CONFIGURE_INFODIR GNU_CONFIGURE_MANDIR \ 37 GNU_CONFIGURE_LIBDIR GNU_CONFIGURE_INFODIR GNU_CONFIGURE_MANDIR \
38 CONFIGURE_HAS_LIBDIR CONFIGURE_HAS_MANDIR CONFIGURE_HAS_INFODIR \ 38 CONFIGURE_HAS_LIBDIR CONFIGURE_HAS_MANDIR CONFIGURE_HAS_INFODIR \
39 OVERRIDE_DIRDEPTH.configure \ 39 OVERRIDE_DIRDEPTH.configure \
40 USE_GNU_CONFIGURE_HOST 40 USE_GNU_CONFIGURE_HOST
41 41
42HAS_CONFIGURE= defined 42HAS_CONFIGURE= defined
43OVERRIDE_GNU_CONFIG_SCRIPTS= defined 43OVERRIDE_GNU_CONFIG_SCRIPTS= defined