Date: Wed, 11 Oct 95 15:11:01 +0100 From: Jean-Marc Zucconi <jmz@cabri.obs-besancon.fr> To: jkh@time.cdrom.com Cc: ports@freebsd.org Subject: Re: Another bad depend.. Message-ID: <9510111411.AA21655@cabri.obs-besancon.fr> In-Reply-To: <199510110944.CAA19271@time.cdrom.com> (jkh@time.cdrom.com)
next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> Jordan K Hubbard writes: > ===> tkhfs > Checksums OK. > ===> Extracting for tkhfs-2.4 > ===> Patching for tkhfs-2.4 > ===> Configuring for tkhfs-2.4 > ===> Building for tkhfs-2.4 > Can't find /usr/local/bin/hfs > *** Error code 1 > I see the same RUN_DEPENDS= hfs:${PORTSDIR}/emulators/hfs wish:${PORTSDIR}/x11/tk > Should there also be BUILD_DEPENDS with this port? No, this is because the makefile was written at a time where the *_DEPENDS did not exist :-). Use the following patch or wait a few minutes and re-fetch an updated distfile. *** Makefile~ Thu Nov 10 02:55:44 1994 --- Makefile Wed Oct 11 15:05:53 1995 *************** *** 9,16 **** check: @if [ ! -s $(BINDIR) ]; then echo "Directory $(BINDIR) does not exist"; exit 1; fi - @if [ ! -x $(WISH) ]; then echo "Can't find $(WISH)"; exit 1; fi - @if [ ! -x $(HFSBIN) ]; then echo "Can't find $(HFSBIN)"; exit 1; fi install: check @lib=`echo "puts [info library]"|tclsh`; \ --- 9,14 ---- > Jordan Jean-Marc _____________________________________________________________________________ Jean-Marc Zucconi Observatoire de Besancon F 25010 Besancon cedex PGP Key: finger jmz@cabri.obs-besancon.fr =============================================================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9510111411.AA21655>