From owner-freebsd-current@FreeBSD.ORG Sat Jul 23 04:18:27 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1295916A422 for ; Sat, 23 Jul 2005 04:18:27 +0000 (GMT) (envelope-from forrie@forrie.com) Received: from forrie.com (forrie.hsd1.ma.comcast.net [24.147.45.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id F036843D60 for ; Sat, 23 Jul 2005 04:18:23 +0000 (GMT) (envelope-from forrie@forrie.com) Received: from [192.168.1.99] (i-99.forrie.net. [192.168.1.99]) (authenticated bits=0) by forrie.com with ESMTP id j6N4IJIT007371 for ; Sat, 23 Jul 2005 00:18:19 -0400 (EDT) (envelope-from forrie@forrie.com) Message-ID: <42E1C50A.1000202@forrie.com> Date: Sat, 23 Jul 2005 00:18:18 -0400 From: Forrest Aldrich User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050719) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-RAVMilter-Version: 8.3.0(snapshot 20010925) (forrie.hsd1.ma.comcast.net) X-MailScanner-LocalNet: Found to be clean X-Mailman-Approved-At: Sat, 23 Jul 2005 11:56:15 +0000 Subject: NOINFO is deprecated in favor of NO_INFO X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 23 Jul 2005 04:18:27 -0000 Just updated a system to FreeBSD-6.x (RELENG_6) - noting a copious amount of these errors in all builds (including ports): "/usr/share/mk/bsd.compat.mk", line 36: warning: NOINFO is deprecated in favor of NO_INFO "/usr/share/mk/bsd.compat.mk", line 36: warning: NOPROFILE is deprecated in favor of NO_PROFILE (along with others). I didn't see mention of a correction in UPDATING. Is this dependent upon other ports/items updating their build process or is there a more general fix for it. Thanks.