ports/79010: [patch] bsd.port.mk - all-depends-tree target

Edwin Groothuis edwin at mavetju.org
Sun Mar 20 12:40:09 UTC 2005


The following reply was made to PR ports/79010; it has been noted by GNATS.

From: Edwin Groothuis <edwin at mavetju.org>
To: FreeBSD-gnats-submit at FreeBSD.org
Cc:  
Subject: Re: ports/79010: [patch] bsd.port.mk - all-depends-tree target
Date: Sun, 20 Mar 2005 23:38:12 +1100

 On Sat, Mar 19, 2005 at 11:58:43PM +1100, Edwin Groothuis wrote:
 > +			| ${FMT} -1 \
 > +			| ${SORT} -u \
 > +			| perl -e 'while (<>) { ~s/.*?\|/|\\_/g; ~s/\|\\_\|/|  |/g; ~s/\|\\_\|/|  |/g; print; }'; \
 > +    else \
 > +		echo ${PKGCATEGORY}/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} >&2; \
 > +		echo $${ALL}; \
 > +	fi
 > +.endif
 
 Please replace the perl line with:
 
 	| awk '{gsub(/[^\|]*\|/,"    ");print}'; \
 
 and remove the line with the echo of >&2.
 
 Edwin



More information about the freebsd-ports-bugs mailing list