Subject: Re: use of LDD in pkgsrc/mk/bsd.pkg.mk?
To: Georg Schwarz <georg.schwarz@freenet.de>
From: Jeremy C. Reed <reed@reedmedia.net>
List: tech-pkg
Date: 11/29/2005 14:19:38
On Tue, 29 Nov 2005, Jeremy C. Reed wrote:
> - requires=`($$ldd $$bins $$libs 2>/dev/null ||
> ${TRUE}) |
> ${AWK} 'NF == 3 { print $$3 }' | ${SORT} -u`; \
> + requires=`($$ldd $$bins $$libs 2>/dev/null ||
> ${TRUE}) |
> ${AWK} '$$2 == "=>" && $$3 ~ "/" { print $$3 }' | ${SORT} -u`; \
I just committed this fix. (The discussion before was in the "REQUIRES= is
broken with ldd having non-NetBSD-like output" thread back in February.)
Jeremy C. Reed
technical support & remote administration
http://www.pugetsoundtechnology.com/