Subject: Re: use of LDD in pkgsrc/mk/bsd.pkg.mk?
To: Jeremy C. Reed <reed@reedmedia.net>
From: Georg Schwarz <georg.schwarz@freenet.de>
List: tech-pkg
Date: 11/29/2005 23:37:02
> 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.)

OK, now it works for NetBSD and Linux, what about the rest?

-- 
Georg Schwarz    http://home.pages.de/~schwarz/
 georg.schwarz@freenet.de  +49 178 8545053