[BACK]Return to patch-tests_tests.sh CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / deforaos-libsystem / patches

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/devel/deforaos-libsystem/patches/patch-tests_tests.sh between version 1.5 and 1.6

version 1.5, 2017/04/13 00:41:02 version 1.6, 2019/10/09 01:58:56
Line 1 
Line 1 
 $NetBSD$  $NetBSD$
   
 Avoid building the (experimental) Python binding.  Avoid building the (experimental) Python binding.
 Use LD_LIBRARY_PATH to find pre-installed libraries.  
   
 --- tests/tests.sh.orig 2017-04-13 00:29:45.000000000 +0000  --- tests/tests.sh.orig 2019-08-29 00:00:20.000000000 +0000
 +++ tests/tests.sh  +++ tests/tests.sh
 @@ -114,8 +114,8 @@ failures=  @@ -119,21 +119,6 @@ fi
   
  if $PKGCONFIG --exists python-2.7; then   tests="array buffer config error event includes parser string variable"
         tests="$tests python.sh"   failures=
 -else  -$PKGCONFIG --exists "python-2.7"
 -       failures="$failures python.sh"  -case $? in
 +#else  -       127)
 +#      failures="$failures python.sh"  -               failures="pkgconfig.sh python.sh"
  fi  -               ;;
   -       0)
   -               if [ -n "$PKG_CONFIG_SYSROOT_DIR" ]; then
   -                       #XXX cross-compiling
   -                       tests="pkgconfig.sh python.sh"
   -               fi
   -               ;;
   -       *)
   -               failures="$failures python.sh"
   -               ;;
   -esac
   
  $DATE > "$target"   while [ $# -ne 0 ]; do
           target="$1"

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>