Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Mar 2005 13:50:06 GMT
From:      Kirill Ponomarew <krion@voodoo.oberon.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/79010: [patch] bsd.port.mk - all-depends-tree target
Message-ID:  <200503191350.j2JDo6nt081670@freefall.freebsd.org>

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

From: Kirill Ponomarew <krion@voodoo.oberon.net>
To: Edwin Groothuis <edwin@mavetju.org>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/79010: [patch] bsd.port.mk - all-depends-tree target
Date: Sat, 19 Mar 2005 14:49:29 +0100

 On Sat, Mar 19, 2005 at 11:58:43PM +1100, Edwin Groothuis wrote:
 > +		echo $${ALL} \
 > +			| ${SED} -e 's,${PORTSDIR}/,,g' \
 > +			| ${FMT} -1 \
 > +			| ${SORT} -u \
 > +			| perl -e 'while (<>) { ~s/.*?\|/|\\_/g; ~s/\|\\_\|/|  |/g; ~s/\|\\_\|/|  |/g; print; }'; \
 
 Which means you can't use target if perl isn't installed, I think
 awk would be quite suitable in this case.
 
 -Kirill



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