From owner-freebsd-ports Wed Aug 19 23:37:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA02016 for freebsd-ports-outgoing; Wed, 19 Aug 1998 23:37:22 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from localhost.my.domain (ppp1635.on.bellglobal.com [206.172.249.99]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA02009; Wed, 19 Aug 1998 23:37:17 -0700 (PDT) (envelope-from hoek@FreeBSD.ORG) Received: from localhost (tim@localhost) by localhost.my.domain (8.8.8/8.8.8) with SMTP id CAA00682; Thu, 20 Aug 1998 02:36:13 -0400 (EDT) (envelope-from ac199@hwcn.org) X-Authentication-Warning: localhost.my.domain: tim owned process doing -bs Date: Thu, 20 Aug 1998 02:36:13 -0400 (EDT) From: Tim Vanderhoek X-Sender: tim@localhost Reply-To: ac199@hwcn.org To: Satoshi Asami cc: obrien@NUXI.com, ports@FreeBSD.ORG, hoek@FreeBSD.ORG Subject: Re: cvs commit: ports/lang/glibstdc++28 Makefile In-Reply-To: <199808200623.XAA03963@silvia.hip.berkeley.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 19 Aug 1998, Satoshi Asami wrote: % @@ -1536,7 +1533,7 @@ % if [ -d $$dir ]; then \ % (cd $$dir ; ${MAKE} package-name package-depends); \ % else \ %- ${ECHO_MSG} "Warning: \"$$dir\" non-existent -- @pkgdep registration incomplete" >&2; \ %+ ${ECHO_MSG} "${PKGNAME}: \"$$dir\" non-existent -- dependency list incomplete" >&2; \ % fi; \ >> Hmm... Is that actually the normal cause of this error? > > What do you mean? Nevermind. I was copying these patches into my own bsd.port.mk and I thought you'd removed the "$$dir non-existent" part. After that I read "dependency list incomplete" as "one of your _DEPENDS lines is only half-written". Arg. Well, a half-written dependency list is an incomplete dependency list too, right? :) Hey. It's starting to get a little late at night here, ok? ;-) -- This .sig is not innovative, witty, or profund. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message