svn commit: r438356 - in head: emulators/i386-wine emulators/i386-wine-devel lang/smalltalk

Alexey Dokuchaev danfe at FreeBSD.org
Wed Apr 12 13:48:36 UTC 2017


On Wed, Apr 12, 2017 at 01:31:05PM +0000, Mathieu Arnold wrote:
> New Revision: 438356
> URL: https://svnweb.freebsd.org/changeset/ports/438356
> 
> Log:
>   fix ports using xargs directly.
>   
> @@ -52,7 +52,7 @@ post-install-script:
>  	done
>  	# Find all soft dependencies (via strings(1))
>  	grep -v '[@%]' ${TMPPLIST} | sed "s!^!${STAGEDIR}${PREFIX}/!g" | \
> -	xargs -n1 file -F' ' | grep ELF | cut -f1 -d' ' | xargs strings | \
> +	${XARGS} -n1 file -F' ' | grep ELF | cut -f1 -d' ' | ${XARGS} strings | \
>  	grep '^lib.*\.so' | sort -u > ${WRKDIR}/winesoftlibs

What about grep(1)? :-)

./danfe


More information about the svn-ports-head mailing list