Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/regress/ignore-tools regress/ignore-tools: remove
details: https://anonhg.NetBSD.org/pkgsrc/rev/dfa3a450f05c
branches: trunk
changeset: 431165:dfa3a450f05c
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat May 09 21:48:59 2020 +0000
description:
regress/ignore-tools: remove
This regression test has been broken for a long time now. It tested the
_TOOLS_OPSYS_INCOMPAT variable, which does not exist anymore.
diffstat:
regress/ignore-tools/Makefile | 17 -----------------
regress/ignore-tools/spec | 39 ---------------------------------------
2 files changed, 0 insertions(+), 56 deletions(-)
diffs (64 lines):
diff -r 4b775bf99559 -r dfa3a450f05c regress/ignore-tools/Makefile
--- a/regress/ignore-tools/Makefile Sat May 09 21:08:05 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2005/05/22 20:08:29 jlam Exp $
-#
-
-DISTNAME= regress-ignore-tools-0.0
-CATEGORIES= regress
-DISTFILES= #empty
-
-MAINTAINER= gavan%NetBSD.org@localhost
-COMMENT= Test circular dependency avoidance logic in tools.mk
-
-USE_TOOLS+= lex
-
-# Force dependencies
-_TOOLS_OPSYS_INCOMPAT.lex+= *-*-*
-_TOOLS_OPSYS_INCOMPAT.yacc+= *-*-*
-
-.include "../../mk/bsd.pkg.mk"
diff -r 4b775bf99559 -r dfa3a450f05c regress/ignore-tools/spec
--- a/regress/ignore-tools/spec Sat May 09 21:08:05 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,39 +0,0 @@
-# $NetBSD: spec,v 1.2 2014/06/21 16:34:13 bsiegert Exp $
-
-# Trigger the circular dependency detection logic to fail the package build before
-# actually wasting time building anything.
-
-_PKGSRC_DEPS=`cd ../../devel/bison && ${TEST_MAKE} show-var VARNAME=PKGNAME`
-MAKEARGS_TEST="install _PKGSRC_DEPS=${_PKGSRC_DEPS}"
-MAKEARGS_CLEAN="clean clean-depends"
-
-# This test doesn't work if flex or bison are installed.
-
-if pkg_info -qe flex
-then
- MAKEARGS_TEST="PKG_FAIL_REASON=flex-must-be-deinstalled"
-fi
-
-if pkg_info -qe bison
-then
- MAKEARGS_TEST="PKG_FAIL_REASON=bison-must-be-deinstalled"
-fi
-
-check_result()
-{
-
-# This test should fail with a circular dependency error
-
-exit_status 1
-
-output_require "Required package bison"
-output_require "Circular dependency detected"
-
-# This test should not start configuring anything
-
-output_prohibit "Configuring for"
-output_prohibit "bison-must-be-deinstalled"
-output_prohibit "flex-must-be-deinstalled"
-
-}
-
Home |
Main Index |
Thread Index |
Old Index