From owner-freebsd-questions@FreeBSD.ORG Sun Jul 31 14:41:06 2005 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 CAD9816A41F for ; Sun, 31 Jul 2005 14:41:06 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from mxout5.cac.washington.edu (mxout5.cac.washington.edu [140.142.32.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5040B43D46 for ; Sun, 31 Jul 2005 14:41:06 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9]) by mxout5.cac.washington.edu (8.13.4+UW05.04/8.13.4+UW05.05) with ESMTP id j6VEf5rP025077 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 31 Jul 2005 07:41:05 -0700 X-Auth-Received: from [140.142.179.43] (cs333-42.spmodem.washington.edu [140.142.179.43]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.4+UW05.04/8.13.4+UW05.07) with ESMTP id j6VEf1XB010568 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 31 Jul 2005 07:41:03 -0700 Message-ID: <42ECE2E1.1010903@u.washington.edu> Date: Sun, 31 Jul 2005 07:40:33 -0700 From: Garrett Cooper User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050319 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Francisco Reyes References: <20050731102633.K6839@zoraida.natserv.net> In-Reply-To: <20050731102633.K6839@zoraida.natserv.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Requires 'gettext-0.14.1', but 'gettext-0.14.5' is installed 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: Sun, 31 Jul 2005 14:41:06 -0000 Francisco Reyes wrote: > Doing a set of packages so when building new machines can do the whole > ports installations through packages. > > When I did pkg_add mc-4.6.0_15 got the warning > requires 'gettext-0.14.1', but 'gettext-0.14.5' is installed > > Is it safe to ignore these type of errors? With gettext, yes. With autoconf, automake and some other GNU packages, no. -Garrett