ports/145955: make fetch-required-list in a port repeatedly lists the port's own source files
Martin Simmons
martin at lispworks.com
Thu Apr 22 19:50:03 UTC 2010
The following reply was made to PR ports/145955; it has been noted by GNATS.
From: Martin Simmons <martin at lispworks.com>
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/145955: make fetch-required-list in a port repeatedly lists the port's own source files
Date: Thu, 22 Apr 2010 20:32:02 +0100
--0__=SHOZBOHVRDPRWXDCCCSPSCNTVDHLTMGMTVMVKTQBWGSSEVVGXNWPQJJL
Content-type: text/plain; charset=us-ascii
Content-Disposition: inline
Here is a better fix in patch-echo-and-cd.txt, which contains the echo as well
as the cd (so it possible to see each dependent port's name).
--0__=SHOZBOHVRDPRWXDCCCSPSCNTVDHLTMGMTVMVKTQBWGSSEVVGXNWPQJJL
Content-type: text/plain;
name="patch-echo-and-cd.txt"
Content-Disposition: attachment; filename="patch-echo-and-cd.txt"
Content-transfer-encoding: quoted-printable
--- /usr/ports/Mk/bsd.port.mk.orig 2010-04-22 20:12:33.656348000 +0100
+++ /usr/ports/Mk/bsd.port.mk 2010-04-22 20:22:10.029606440 +0100
@@ -5295,7 +5295,7 @@
continue; \
fi;; \
esac; \
- echo cd $$dir; ${MAKE} $$targ; \
+ echo cd $$dir; cd $$dir; ${MAKE} $$targ; \
done
=
.if !target(fetch-required)
--0__=SHOZBOHVRDPRWXDCCCSPSCNTVDHLTMGMTVMVKTQBWGSSEVVGXNWPQJJL--
More information about the freebsd-ports-bugs
mailing list