Re: Cannot upgrade TCL port
- From: Nagy László Zsolt <nagylzs@xxxxxxxxxxx>
- Date: Thu, 20 Jul 2006 16:05:59 +0200
Andrew Robinson írta:
I found that the easiest way to fix this problem is to edit theThis did not work, but I deleted *.test files from the source tree and then I could install the port. Thank you!
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
Should this be mentioned to the port maintainer?
Laszlo
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- References:
- Re: Cannot upgrade TCL port
- From: Andrew Robinson
- Re: Cannot upgrade TCL port
- Prev by Date: Re: Cannot upgrade TCL port
- Next by Date: portupgrade question
- Previous by thread: Re: Cannot upgrade TCL port
- Next by thread: Kernel Source
- Index(es):