From owner-freebsd-current@FreeBSD.ORG Fri Sep 13 00:45:02 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0083E6FC for ; Fri, 13 Sep 2013 00:45:01 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 91FA12A25 for ; Fri, 13 Sep 2013 00:45:01 +0000 (UTC) Received: from mandree.no-ip.org ([78.53.49.72]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0MMShK-1VIfDB1wkQ-008JqU for ; Fri, 13 Sep 2013 02:44:59 +0200 Received: from [IPv6:::1] (localhost6.localdomain6 [IPv6:::1]) by apollo.emma.line.org (Postfix) with ESMTP id 5E0B523CF75 for ; Fri, 13 Sep 2013 02:44:58 +0200 (CEST) Message-ID: <52326009.1070000@gmx.de> Date: Fri, 13 Sep 2013 02:44:57 +0200 From: Matthias Andree User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130804 Thunderbird/17.0.8 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: dns/libidn puzzle References: In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:IhOK/fV0l5qIK8Jy5ICagH80z6SmkS4p200/PvEoYKmAOP/s7br zTK8HBnd8AOwWRrvPoTQuDQENn6Qx5BIHBtOxA4VYG5vjRhPkqFWs2ytxM0ZYC+ZEN+xbVz EuTPwkKO2F2WKbEls55F3nvVwSWAJtBQTsdTsF0WbvplN/k1xWz290rvKsBVAKkh75/PEFQ bsEdN/rM9uRSxxLHHonxA== X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 00:45:02 -0000 Am 12.09.2013 23:44, schrieb Walter Hurry: > On 9.1, if I cd to /usr/ports/dns/libidn and issue 'sudo make config', I > get a dialog asking me whether I want DOCS and/or NLS. > > However, on 10-CURRENT (r255358) I get this: > > $ cd /usr/ports/dns/libidn > $ sudo make config > ===> Options unchanged > $ > > Why the difference? Is dialog4ports installed on your 10-CURRENT?