From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 19:46:44 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CA2F16A417 for ; Sat, 6 Oct 2007 19:46:44 +0000 (UTC) (envelope-from ivand58@hotpop.com) Received: from smtp-out.hotpop.com (smtp-out.hotpop.com [38.113.3.61]) by mx1.freebsd.org (Postfix) with ESMTP id 0DFED13C461 for ; Sat, 6 Oct 2007 19:46:43 +0000 (UTC) (envelope-from ivand58@hotpop.com) Received: from hotpop.com (kubrick.hotpop.com [38.113.3.105]) by smtp-out.hotpop.com (Postfix) with SMTP id 1E4479D29297 for ; Sat, 6 Oct 2007 16:43:35 +0000 (UTC) Received: from [192.168.1.93] (unknown [85.196.191.64]) by smtp-2.hotpop.com (Postfix) with ESMTP id 3A748A1B781B for ; Sat, 6 Oct 2007 16:42:59 +0000 (UTC) Message-ID: <4707BB2B.3020703@hotpop.com> Date: Sat, 06 Oct 2007 19:43:23 +0300 From: Ivan Dimitrov User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- Subject: avr-libc port problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ivand58@hotpop.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 19:46:44 -0000 Dear list. I found a problem with the port named avr-libc. The reason is ... there is one line of code in the Makefile with the following content: BROKEN= Does not build what can be the reason to checkin an intentionally broken makefile, and how can I use this port again? thanks in advance I.