From owner-freebsd-ports Sat Feb 1 2:52:24 2003 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 C67D537B401 for ; Sat, 1 Feb 2003 02:52:23 -0800 (PST) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CDFE43F75 for ; Sat, 1 Feb 2003 02:52:21 -0800 (PST) (envelope-from pfeifer@dbai.tuwien.ac.at) Received: from [128.130.111.39] (acrux [128.130.111.39]) by vexpert.dbai.tuwien.ac.at (8.12.6/8.12.6) with ESMTP id h11AqKZc029057 for ; Sat, 1 Feb 2003 11:52:20 +0100 (CET) Date: Sat, 1 Feb 2003 11:52:22 +0100 (CET) From: Gerald Pfeifer To: ports@freebsd.org Subject: portlint ignoring $PORTSDIR Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I have PORTSDIR set, and a full checkout of our ports collection there: % echo $PORTSDIR/ /sw/FreeBSD/ports/ % ls $PORTSDIR/Mk/bsd.sites.mk /sw/FreeBSD/ports/Mk/bsd.sites.mk However, portlint simply ignores $PORTSDIR and tries to access /usr/ports/Mk -- which does not exist on this host: /sw/FreeBSD/ports/emulators/wine% portlint /usr/ports/Mk/bsd.sites.mk: No such file or directory at /usr/local/bin/portlint line 211. IMnsHO portlint should exclusively use $PORTSDIR if that has been set, and never fall back to /usr/ports in that case. Or am I missing something? Gerald -- Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.pfeifer.com/gerald/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message