Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Apr 2010 19:50:02 GMT
From:      Martin Simmons <martin@lispworks.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/145955: make fetch-required-list in a port repeatedly lists the port's own source files
Message-ID:  <201004221950.o3MJo2Sg056708@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/145955; it has been noted by GNATS.

From: Martin Simmons <martin@lispworks.com>
To: bug-followup@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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004221950.o3MJo2Sg056708>