Date: Thu, 20 Jul 2006 16:05:59 +0200 From: =?ISO-8859-15?Q?Nagy_L=E1szl=F3_Zsolt?= <nagylzs@freemail.hu> To: Andrew Robinson <A.Robinson@ms.unimelb.edu.au>, freebsd-questions@freebsd.org Subject: Re: Cannot upgrade TCL port Message-ID: <44BF8DC7.3040408@freemail.hu> In-Reply-To: <20060720135752.GG42273@ms.unimelb.edu.au> References: <20060720120041.384BF16A610@hub.freebsd.org> <20060720135752.GG42273@ms.unimelb.edu.au>
index | next in thread | previous in thread | raw e-mail
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
> # ====================================================
> # net.inet.tcp.blackhole is non-zero. Some http-tests
> # will appear to hang and then fail. Do not be alarmed.
> # The socket.test would hang, so it is disabled:
> ${MV} ${WRKSRC:H}/tests/socket.test ${WRKSRC:H}/tests/socket.test.dis;
> # ====================================================
> .endif
>
>
> To:
>
> #.if ${BLACKHOLE} != '' && ${BLACKHOLE} != 0
> # ====================================================
> # net.inet.tcp.blackhole is non-zero. Some http-tests
> # will appear to hang and then fail. Do not be alarmed.
> # The socket.test would hang, so it is disabled:
> ${MV} ${WRKSRC:H}/tests/socket.test ${WRKSRC:H}/tests/socket.test.dis;
> # ====================================================
> #.endif
>
>
> Good luck!
>
> Andrew
>
This did not work, but I deleted *.test files from the source tree and
then I could install the port. Thank you!
Should this be mentioned to the port maintainer?
Laszlo
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44BF8DC7.3040408>
