From owner-freebsd-stable@FreeBSD.ORG Sat Dec 4 05:23:28 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3457916A4CE for ; Sat, 4 Dec 2004 05:23:28 +0000 (GMT) Received: from lp1001.snu.ac.kr (lp1001.snu.ac.kr [147.46.70.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94E6243D67 for ; Sat, 4 Dec 2004 05:23:25 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from [147.46.44.181] (cisr.snu.ac.kr [147.46.44.181]) (authenticated (0 bits)) by lp1001.snu.ac.kr (8.13.1/8.11.6) with ESMTP id iB45LAxI028637 for ; Sat, 4 Dec 2004 14:21:10 +0900 Message-ID: <41B149C1.9040304@yahoo.com> Date: Sat, 04 Dec 2004 14:23:13 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: 'whereis portname' behaviour changed from 4.X to 5.X ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 05:23:28 -0000 Hi, When I search a port with 'whereis', I get different results on my 4.10 and 5.3 systems. For example 4.10 $ whereis lyx /usr/ports/print/lyx /usr/ports/japanese/lyx 5.3 $ whereis lyx /usr/ports/japanese/lyx Why this difference? On both systems /usr/ports/print/lyx exists. Similar cases are there with other ports. The result on 5.3 is rather confusing. Rob.