From owner-freebsd-ports@FreeBSD.ORG Fri Mar 4 10:57:18 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28EA21065672; Fri, 4 Mar 2011 10:57:18 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id CE5A28FC0A; Fri, 4 Mar 2011 10:57:17 +0000 (UTC) Received: by iwn33 with SMTP id 33so2088443iwn.13 for ; Fri, 04 Mar 2011 02:57:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:from :date:x-google-sender-auth:message-id:subject:to:cc:content-type; bh=qh1P56xfmDLt4xg4E03V9Ex6au824w2JEeGfoe7jf38=; b=H1k9JbpsUq+hI8lcdiKRZaYMsjwEwXCjW+FpB3u9/W7usfq15Qvg8S/slEx2Bsmb/P UESQiwqwZrs5luV9A/L0HpFtoxcJQ5nBgTyDHq169IuPrGsOfenXREmq06SuRA/MJs9a UAzcRc7f5xsNzy77ChuwOb0apWW70K+f02FjA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=i4EAPYT5R3ntZGrcGgIrzmeRWiPStaguqyri8G+3rsdgdX6gLdNKsFDjL2lcsqVQ3y HGjJP7gqBM4P5QPosYzzvErEBnGvvvtUOX+WDTsOVDGjt5/5poF4YTSHe1QgMQDGE2jw 7MvR2e51xU2nOrGwkZrZUS3d2lwA9PSJEtKEE= Received: by 10.43.65.13 with SMTP id xk13mr637575icb.56.1299236237150; Fri, 04 Mar 2011 02:57:17 -0800 (PST) MIME-Version: 1.0 Sender: baptiste.daroussin@gmail.com Received: by 10.231.224.94 with HTTP; Fri, 4 Mar 2011 02:56:57 -0800 (PST) In-Reply-To: References: <20110303135717.GD48908@atarininja.org> From: Baptiste Daroussin Date: Fri, 4 Mar 2011 11:56:57 +0100 X-Google-Sender-Auth: VTFQFVU4wno_ULdBNE3tGjtxCJ4 Message-ID: To: Alexander Kojevnikov Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org, udo.schweigert@siemens.com, Wesley Shields Subject: Re: shells/zsh links to devel/ncurses X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2011 10:57:18 -0000 2011/3/4 Alexander Kojevnikov : > On 3 March 2011 22:40, Baptiste Daroussin wrote: >> For information, about all (almost) the ports that links to ncurses >> have this problem. > > You are right, libchk reports a lot of broken ports on my box. To name > just a few: emacs, lynx, gnome-terminal, ghc, erlang, aspell, vte, > etc, etc. > Here is a patch loosely based on bsd.openssl.mk that should fix the situation (add USE_NCURSES=yes to the corresponding Makefiles) http://people.freebsd.org/~bapt/bsd.ncurses.mk.diff regards, Bapt