pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/regress/pkg-options/files test legacy var with `-' in ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/612fb9ae23f8
branches:  trunk
changeset: 494976:612fb9ae23f8
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Wed Jun 01 13:40:46 2005 +0000

description:
test legacy var with `-' in option name

diffstat:

 regress/pkg-options/files/all.mk  |  10 +++++-----
 regress/pkg-options/files/all.out |   2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (35 lines):

diff -r 6d0df1b6d9ab -r 612fb9ae23f8 regress/pkg-options/files/all.mk
--- a/regress/pkg-options/files/all.mk  Wed Jun 01 13:40:14 2005 +0000
+++ b/regress/pkg-options/files/all.mk  Wed Jun 01 13:40:46 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: all.mk,v 1.2 2005/05/31 13:33:39 dillo Exp $
+# $NetBSD: all.mk,v 1.3 2005/06/01 13:40:46 dillo Exp $
 #
 # This file tests legacy variables and precedence of the various
 # option variables.
@@ -6,15 +6,15 @@
 
 MAKECONF=              /dev/null
 
-PKG_OPTIONS_LEGACY_VARS+=USE_F:f
+PKG_OPTIONS_LEGACY_VARS+=USE_F:f-1
 PKG_OPTIONS_LEGACY_VARS+=USE_G:g
 PKG_OPTIONS_LEGACY_VARS+=NO_H:-h
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.foo
-PKG_SUPPORTED_OPTIONS= a  b  c  d  e  f  g  h
-PKG_SUGGESTED_OPTIONS=    b  c     e        h
+PKG_SUPPORTED_OPTIONS= a  b  c  d  e  f-1  g  h
+PKG_SUGGESTED_OPTIONS=    b  c     e          h
 PKG_DEFAULT_OPTIONS=   a -b     d
-PKG_OPTIONS.foo=            -c -d     f -g
+PKG_OPTIONS.foo=            -c -d         -g
 USE_F=YES
 USE_G=YES
 NO_H=YES
diff -r 6d0df1b6d9ab -r 612fb9ae23f8 regress/pkg-options/files/all.out
--- a/regress/pkg-options/files/all.out Wed Jun 01 13:40:14 2005 +0000
+++ b/regress/pkg-options/files/all.out Wed Jun 01 13:40:46 2005 +0000
@@ -1,1 +1,1 @@
-a e f
+a e f-1



Home | Main Index | Thread Index | Old Index