Subject: CVS commit: pkgsrc
From: Dieter Baron
Date: 2005-05-31 13:05:31
Message id: 20050531110531.9FD3C2DA27@cvs.netbsd.org

Log Message:
To ease cleanup of the options namespace, add code to support legacy
option names:

PKG_OPTIONS_LEGACY_OPTS+=	old:new

If PKG_DEFAULT_OPTIONS or PKG_OPTIONS.foo contains option old (or
-old) it is rewritten to new (or -new) and a warning is issued by
the supported-options-message target.

Files:
RevisionActionfile
1.4modifypkgsrc/regress/pkg-options/Makefile
1.1addpkgsrc/regress/pkg-options/files/legacy-opt.mk
1.1addpkgsrc/regress/pkg-options/files/legacy-opt.out