From owner-freebsd-questions@FreeBSD.ORG Thu Jul 20 14:05:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FE0116A4DA for ; Thu, 20 Jul 2006 14:05:30 +0000 (UTC) (envelope-from nagylzs@freemail.hu) Received: from smtp.enternet.hu (smtp.enternet.hu [62.112.192.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3A0F43D45 for ; Thu, 20 Jul 2006 14:05:29 +0000 (GMT) (envelope-from nagylzs@freemail.hu) Received: from [83.216.51.124] (helo=[172.16.0.43]) by smtp.enternet.hu with esmtpa (Exim 4) id 1G3Z9Z-0009VK-Dx; Thu, 20 Jul 2006 16:05:25 +0200 Message-ID: <44BF8DC7.3040408@freemail.hu> Date: Thu, 20 Jul 2006 16:05:59 +0200 From: =?ISO-8859-15?Q?Nagy_L=E1szl=F3_Zsolt?= User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Andrew Robinson , freebsd-questions@freebsd.org References: <20060720120041.384BF16A610@hub.freebsd.org> <20060720135752.GG42273@ms.unimelb.edu.au> In-Reply-To: <20060720135752.GG42273@ms.unimelb.edu.au> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit Cc: Subject: Re: Cannot upgrade TCL port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jul 2006 14:05:30 -0000 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