Cannot upgrade TCL port
Nagy László Zsolt
nagylzs at freemail.hu
Thu Jul 20 14:05:30 UTC 2006
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
More information about the freebsd-questions
mailing list