From owner-freebsd-ports@FreeBSD.ORG Fri Apr 16 01:36:56 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E425F16A4CE for ; Fri, 16 Apr 2004 01:36:55 -0700 (PDT) Received: from vvs01.agava.net (vvs01.agava.net [195.161.118.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BFD443D39 for ; Fri, 16 Apr 2004 01:36:55 -0700 (PDT) (envelope-from alex@kapranoff.ru) Received: by vvs01.agava.net (Postfix, from userid 1000) id 83824146C4; Fri, 16 Apr 2004 12:36:53 +0400 (MSD) Date: Fri, 16 Apr 2004 12:36:53 +0400 From: Alex Kapranoff To: ports@freebsd.org Message-ID: <20040416083653.GA87841@vvs01.agava.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 4.8-RELEASE-p13 i386 Organization: Inner Mongolia User-Agent: Mutt/1.5.6i Subject: INDEX generation on a part of /usr/ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 08:36:56 -0000 Good day to all! I used to have only part of Ports collection on my servers (unneeded directories excluded via cvsup refuse-files) and about a week ago INDEX generation started to fail like this: Updating the ports index ... Generating INDEX.tmp - please wait..===> russian/xmms failed: "Makefile", line 21: Could not find /usr/ports/russian/xmms/../../multimedia/xmms/Makefile make: fatal errors encountered -- cannot continue *** Error code 1 1 error As far as I understand we no longer support incomplete ports hierarchy, am I right? This is stated in the error message, but I somehow wanted to make sure everyone needs all those /usr/ports/x11-* on their webservers from now on :)) --AK