Cannot upgrade TCL port

2006-07-20 Thread Nagy László
My system is FreeBSD 6.0. After running portupgrade -aP it start upgrading Tcl. After compilation, it starts making tests like the one below. Each test times out after some minutes. It would take a day to run all the tests. Why they are failing? How can I disable the tests? The main problem

Re: Cannot upgrade TCL port

2006-07-20 Thread Andrew Robinson
}/tests/socket.test ${WRKSRC:H}/tests/socket.test.dis; # #.endif Good luck! Andrew Message: 3 Date: Thu, 20 Jul 2006 08:27:41 +0200 From: Nagy L?szl? [EMAIL PROTECTED] Subject: Cannot upgrade TCL port To: freebsd-questions

Re: Cannot upgrade TCL port

2006-07-20 Thread Nagy László Zsolt
Andrew Robinson írta: I found that the easiest way to fix this problem is to edit the Makefile. Comment out the following two lines and it should run. From: .if ${BLACKHOLE} != '' ${BLACKHOLE} != 0 # #