From owner-freebsd-ports Wed Sep 17 00:13:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA24682 for ports-outgoing; Wed, 17 Sep 1997 00:13:44 -0700 (PDT) Received: from itojun.csl.sony.co.jp (root@itojun.csl.sony.co.jp [133.138.1.134]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA24672 for ; Wed, 17 Sep 1997 00:13:32 -0700 (PDT) From: itojun@itojun.org Received: from localhost (itojun@localhost [127.0.0.1]) by itojun.csl.sony.co.jp (8.8.5/3.3W3) with ESMTP id QAA20160; Wed, 17 Sep 1997 16:08:42 +0900 (JST) To: Thomas Gellekum Cc: ports@freebsd.org Subject: portlint check to dependency pathname X-Template-Reply-To: itojun@itojun.org X-Template-Return-Receipt-To: itojun@itojun.org X-PGP-Fingerprint: F8 24 B4 2C 8C 98 57 FD 90 5F B4 60 79 54 16 E2 References: <87k9gg8maz.fsf@ghpc6.ihf.rwth-aachen.de> In-reply-to: Thomas Gellekum 's message of 17 Sep 1997 08:52:04 +0200. <87k9gg8maz.fsf@ghpc6.ihf.rwth-aachen.de> X-Mailer: comp (MHng project) version 1997/08/04 03:38:46, by Jun-ichiro Itoh MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Content-ID: Date: Wed, 17 Sep 1997 16:08:41 +0900 Message-ID: <20157.874480121@itojun.csl.sony.co.jp> Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >> asami 1997/09/16 23:29:26 PDT >> Modified files: >> math/femlab Makefile >> Log: >> Typo in dependency (X11/libsx -> x11/libsx). >Whoops. Could portlint maybe check for this kind of error? mmm. I'd like to avoid hard-coding name of port directory (x11/libsx, for example) into portlint. I may be able to check if there's directory named ../../x11/libsx. Is it enough for you? If there's any other ideas to check this case, please let me know. (is there any possibility for more-than-two-layers port subdir? In that case, it becomes harder) itojun