pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Add a default fall-through for the shell case state...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f02bfbd0b622
branches:  trunk
changeset: 495483:f02bfbd0b622
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Jun 11 04:26:17 2005 +0000

description:
Add a default fall-through for the shell case statement (portability
issue).

diffstat:

 mk/bsd.pkg.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ed620532ba9a -r f02bfbd0b622 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Sat Jun 11 02:37:00 2005 +0000
+++ b/mk/bsd.pkg.mk     Sat Jun 11 04:26:17 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1693 2005/06/10 23:38:00 jlam Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1694 2005/06/11 04:26:17 jlam Exp $
 #
 # This file is in the public domain.
 #
@@ -2554,6 +2554,7 @@
 .      for _pattern_ in ${CHECK_WRKREF_SKIP}
 _CHECK_WRKREF_SKIP_FILTER+=    ${_pattern_}) continue ;;
 .      endfor
+_CHECK_WRKREF_SKIP_FILTER+=    *) ;;
 _CHECK_WRKREF_SKIP_FILTER+=    esac
 .    endif
 .  endif



Home | Main Index | Thread Index | Old Index