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

Mathieu Arnold mat at FreeBSD.org
Wed Apr 12 13:59:52 UTC 2017


Le 12/04/2017 à 15:48, Alexey Dokuchaev a écrit :
> 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)? :-)

Feel free to do it.

-- 
Mathieu Arnold


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20170412/d27d6303/attachment.sig>


More information about the svn-ports-head mailing list