From owner-freebsd-ports@FreeBSD.ORG Sun Mar 4 23:20:48 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAD7B1065674 for ; Sun, 4 Mar 2012 23:20:48 +0000 (UTC) (envelope-from conrads@cox.net) Received: from eastrmfepo203.cox.net (eastrmfepo203.cox.net [68.230.241.218]) by mx1.freebsd.org (Postfix) with ESMTP id 552B98FC13 for ; Sun, 4 Mar 2012 23:20:48 +0000 (UTC) Received: from eastrmimpo305.cox.net ([68.230.241.237]) by eastrmfepo203.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20120304232042.ISVH18532.eastrmfepo203.cox.net@eastrmimpo305.cox.net> for ; Sun, 4 Mar 2012 18:20:42 -0500 Received: from serene.no-ip.org ([98.164.84.176]) by eastrmimpo305.cox.net with bizsmtp id hbLh1i00V3oG0Ji02bLiwB; Sun, 04 Mar 2012 18:20:42 -0500 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020209.4F53F8CA.0063,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=1.1 cv=OLYWm8rsXOQzYMEGvanztpEcPE7h0nVat2K0sMgB+NQ= c=1 sm=1 a=8jidjnsLY48A:10 a=G8Uczd0VNMoA:10 a=kj9zAlcOel0A:10 a=qwmwShWo9LG1Fa0ONy89vg==:17 a=kviXuzpPAAAA:8 a=etNsooBEnJQTpRoN3e0A:9 a=CjuIK1q_8ugA:10 a=4vB-4DCPJfMA:10 a=qwmwShWo9LG1Fa0ONy89vg==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Received: from cox.net (localhost [127.0.0.1]) by serene.no-ip.org (8.14.5/8.14.5) with ESMTP id q24NKf9W007968 for ; Sun, 4 Mar 2012 17:20:41 -0600 (CST) (envelope-from conrads@cox.net) Date: Sun, 4 Mar 2012 17:20:36 -0600 From: "Conrad J. Sabatier" To: freebsd-ports@FreeBSD.org Message-ID: <20120304172036.3963aafc@cox.net> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Unexpected results from "make index" on a ports tree in a non-standard location, X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Mar 2012 23:20:48 -0000 To test mkreadmes handling of ports trees in non-standard locations, I just did the following: #cd /usr #mv ports /usr/local #cd /usr/local/ports #export PORTSDIR=/usr/local/ports #make index All seemed to proceed normally during the index build, but when I checked the resulting INDEX-10 file, all of the ports' paths were still using /usr/ports, not /usr/local/ports. Did I overlook something, or is there a defect in "make index"? -- Conrad J. Sabatier conrads@cox.net