Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Dieter Baron <dillo@netbsd.org>
List: pkgsrc-changes
Date: 07/26/2005 09:00:42
Module Name: pkgsrc
Committed By: dillo
Date: Tue Jul 26 09:00:42 UTC 2005
Modified Files:
pkgsrc/mk: bsd.options.mk
pkgsrc/regress/pkg-options: Makefile
Added Files:
pkgsrc/regress/pkg-options/files: sets.mk sets.out
Log Message:
Add support for sets of options where at least one option from each
set must be selected, requested and reviewed by wiz:
PKG_OPTIONS_NONEMPTY_SETS
This is a list of names of sets of options. At
least one option from each set must be selected.
The options in each set are listed in
PKG_OPTIONS_SET.<setname>. Options from the sets
will be automatically added to PKG_SUPPORTED_OPTIONS.
To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 pkgsrc/mk/bsd.options.mk
cvs rdiff -r1.5 -r1.6 pkgsrc/regress/pkg-options/Makefile
cvs rdiff -r0 -r1.1 pkgsrc/regress/pkg-options/files/sets.mk \
pkgsrc/regress/pkg-options/files/sets.out
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.