Subject: CVS commit: pkgsrc/meta-pkgs/boost
From: Michael Forney
Date: 2020-10-02 10:08:26
Message id: 20201002080826.1FE27FB28@cvs.NetBSD.org

Log Message:
boost: use more portable invocation of find(1)

The find -print0 and xargs -0 options are not supported by all
implementations. Instead, use the POSIX equivalent syntax
`find -exec ... {} +`, which is already in use by several of the
boost packages (boost-build, boost-docs, and boost-headers).

Files:
RevisionActionfile
1.88modifypkgsrc/meta-pkgs/boost/Makefile.common