From owner-freebsd-ports Wed Oct 11 00:54:47 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA26980 for ports-outgoing; Wed, 11 Oct 1995 00:54:47 -0700 Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.RWTH-Aachen.DE [134.130.90.6]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id AAA26971 for ; Wed, 11 Oct 1995 00:54:41 -0700 Received: (from thomas@localhost) by ghpc6.ihf.rwth-aachen.de (8.6.11/8.6.9) id IAA21028; Wed, 11 Oct 1995 08:52:14 +0100 From: Thomas Gellekum Message-Id: <199510110752.IAA21028@ghpc6.ihf.rwth-aachen.de> Subject: Re: Failure in noweb port To: thomas@ghpc8.ihf.rwth-aachen.de (Thomas Gellekum) Date: Wed, 11 Oct 1995 08:52:13 +0100 (MET) Cc: jkh@time.cdrom.com, thomas@ghpc8.ihf.rwth-aachen.de, ports@freebsd.org In-Reply-To: <199510110738.IAA20987@ghpc6.ihf.rwth-aachen.de> from "Thomas Gellekum" at Oct 11, 95 08:38:59 am Organization: Institut f. Hochfrequenztechnik, RWTH Aachen X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 696 Sender: owner-ports@freebsd.org Precedence: bulk Thomas Gellekum wrote: > > Old sources? > > The latest Makefile _has_ `RUN_DEPENDS= icont:${PORTSDIR}/lang/icon'. Argh. Next try after the first sip of coffee. Could someone please apply the attached patch (relative to /usr/ports)? Thanks. tg *** devel/noweb/Makefile.orig Wed Oct 11 08:48:18 1995 --- devel/noweb/Makefile Wed Oct 11 08:48:46 1995 *************** *** 14,20 **** MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de ! RUN_DEPENDS= icont:${PORTSDIR}/lang/icon WRKSRC= ${WRKDIR}/src --- 14,21 ---- MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de ! BUILD_DEPENDS= icont:${PORTSDIR}/lang/icon ! RUN_DEPENDS= iconx:${PORTSDIR}/lang/icon WRKSRC= ${WRKDIR}/src