From owner-freebsd-ports Mon Feb 24 21:30:38 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 0BB2D37B401 for ; Mon, 24 Feb 2003 21:30:37 -0800 (PST) Received: from net2.dinoex.sub.org (net2.dinoex.sub.org [212.184.201.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD5EF43FA3 for ; Mon, 24 Feb 2003 21:30:34 -0800 (PST) (envelope-from dirk.meyer@dinoex.sub.org) Received: from net2.dinoex.sub.org (dinoex@net2.dinoex.de [212.184.201.182]) by net2.dinoex.sub.org (8.12.6/8.12.6) with ESMTP id h1P5U7BH028644 for ; Tue, 25 Feb 2003 06:30:11 +0100 (CET) (envelope-from dirk.meyer@dinoex.sub.org) X-MDaemon-Deliver-To: X-Authentication-Warning: net2.dinoex.sub.org: Host dinoex@net2.dinoex.de [212.184.201.182] claimed to be net2.dinoex.sub.org Received: from gate.dinoex.sub.org (dinoex@localhost) by net2.dinoex.sub.org (8.12.6/8.12.6/Submit) with BSMTP id h1P5U6aO028631 for ; Tue, 25 Feb 2003 06:30:06 +0100 (CET) (envelope-from dirk.meyer@dinoex.sub.org) To: freebsd-ports@FreeBSD.ORG Message-ID: <1yoeVKlBqn@dmeyer.dinoex.sub.org> From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Subject: Re: Bento package builds Date: Tue, 25 Feb 2003 06:27:21 +0100 X-Mailer: Dinoex 1.79 References: <20030219200008.GE22783@droso.net> <20030218183937.GC30562@rot13.obsecurity.org> <20030219200008.GE22783@droso.net> <20030224203707.GA73034@rot13.obsecurity.org> X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect 0.94] X-Accept-Language: de,en X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-Noad: Please don't send me ad's by mail. I'm bored by this type of mail. X-Copyright: (C) Copyright 2001 by Dirk Meyer -- All rights reserved. X-Note: sending SPAM is a violation of both german and US law and will at least trigger a complaint at your provider's postmaster. X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-No-Archive: yes X-ZC-VIA: 20030225000000W+1@dinoex.sub.org 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 Kris Kennaway schrieb:, > http://bento.freebsd.org/errorlogs/i386-4-exp-latest/ipsc-0.4.2.log > > BUILD_DEPENDS=3D ${PORTSDIR}/sysutils/prips/work/prips/prips.o:${PORTSDIR}= > /sysutils/prips:build > > where it's not enough that the package is already installed, because > it still needs the tarball. Do you have any ideas about how to > address this? a simple pre-fetch target can solve this ... I did this for c-nocem and tk84 pre-fetch: (cd ${PORTSDIR}/lang/tcl84 && ${SETENV} ${MAKE_ENV} ${MAKE} fetch) which was objected without reason, but soved the problem. http://www.freebsd.org/cgi/cvsweb.cgi/ports/news/c-nocem/Makefile.diff?r1=1.17&r2=1.18 http://www.freebsd.org/cgi/cvsweb.cgi/ports/x11-toolkits/tk84/Makefile.diff?r1=1.62&r2=1.63 Maybe add a new SRC_DEPENDS line? SRC_DEPENDS+= ${PORTSDIR}/lang/tcl84:build Why cant we fix this simple problem in the few Makefiles that needs it? - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message