From owner-freebsd-ports Wed Oct 11 00:44:48 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA26797 for ports-outgoing; Wed, 11 Oct 1995 00:44:48 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id AAA26792 for ; Wed, 11 Oct 1995 00:44:40 -0700 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id AAA10887; Wed, 11 Oct 1995 00:43:36 -0700 To: Thomas Gellekum cc: ports@freebsd.org Subject: Re: Failure in noweb port In-reply-to: Your message of "Wed, 11 Oct 1995 08:38:59 BST." <199510110738.IAA20987@ghpc6.ihf.rwth-aachen.de> Date: Wed, 11 Oct 1995 00:43:36 -0700 Message-ID: <10884.813397416@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org Precedence: bulk > Old sources? > > The latest Makefile _has_ `RUN_DEPENDS= icont:${PORTSDIR}/lang/icon'. > > tg root@time-> pwd /usr/ports/devel/noweb root@time-> grep RUN_DEPENDS Makefile RUN_DEPENDS= icont:${PORTSDIR}/lang/icon root@time-> make Checksums OK. ===> Building for noweb-2.7a cd c; make "CC=cc" "CFLAGS=-O2 -m486 -pipe" all for i in shell lib xdoc tex; do (cd $i; make all); done chmod +x unmarkup emptydefn toascii cd icon; make "ICONT=icont" "ICONC=icont" all icont totex.icn icont: not found *** Error code 1 Hmmmm! It looks like RUN_DEPENDS may sometimes fail to work as advertised? I've checked my bsd.port.mk, and it's the latest and greatest from 2.1-STABLE. Jordan