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

Annotation of pkgsrc/devel/deforaos-libsystem/patches/patch-tests_tests.sh, Revision 1.6

1.6     ! khorben     1: $NetBSD: patch-tests_tests.sh,v 1.5 2017/04/13 00:41:02 khorben Exp $
1.1       khorben     2:
                      3: Avoid building the (experimental) Python binding.
                      4:
1.6     ! khorben     5: --- tests/tests.sh.orig        2019-08-29 00:00:20.000000000 +0000
1.1       khorben     6: +++ tests/tests.sh
1.6     ! khorben     7: @@ -119,21 +119,6 @@ fi
1.5       khorben     8:
1.6     ! khorben     9:  tests="array buffer config error event includes parser string variable"
        !            10:  failures=
        !            11: -$PKGCONFIG --exists "python-2.7"
        !            12: -case $? in
        !            13: -      127)
        !            14: -              failures="pkgconfig.sh python.sh"
        !            15: -              ;;
        !            16: -      0)
        !            17: -              if [ -n "$PKG_CONFIG_SYSROOT_DIR" ]; then
        !            18: -                      #XXX cross-compiling
        !            19: -                      tests="pkgconfig.sh python.sh"
        !            20: -              fi
        !            21: -              ;;
        !            22: -      *)
        !            23: -              failures="$failures python.sh"
        !            24: -              ;;
        !            25: -esac
1.5       khorben    26:
1.6     ! khorben    27:  while [ $# -ne 0 ]; do
        !            28:        target="$1"

CVSweb <webmaster@jp.NetBSD.org>