NOTICE: This package has been removed from pkgsrc

./regress/ignore-tools, Test circular dependency avoidance logic in tools.mk

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.0, Package name: regress-ignore-tools-0.0, Maintainer: gavan
Required to build:
[pkgtools/cwrappers]

Version history: (Expand)


CVS history: (Expand)


   2020-05-09 23:48:59 by Roland Illig | Files touched by this commit (3) | Package removed
Log message:
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.
   2014-06-21 18:34:13 by Benny Siegert | Files touched by this commit (1)
Log message:
Do not use a naked "make", instead use TEST_MAKE. Now it fails differently.
   2014-06-21 18:15:01 by Benny Siegert | Files touched by this commit (13)
Log message:
Add PLISTs for all regression tests. The infrastructure now sets
PKG_FAIL_REASON if there is no PLIST, breaking all but one test.

Goes from "1 passed, 12 failed" to "6 passed, 7 failed" on \ 
Mac OS.

"haha" schmonz@
   2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035)
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
   2005-02-12 15:45:53 by Gavan Fantom | Files touched by this commit (2)
Log message:
New test to verify that the USE_GNU_TOOLS mechanism works while building
a different GNU tool.

For now, this test fails if flex or bison are already installed. This is
suboptimal, but the alternatives (choosing a different PKG_DBDIR and
LOCALBASE) are difficult to implement at the individual test level.