Fri Sep 7 10:03:45 2018 UTC ()
boost: The tarball contains files with spaces, use -print0.


(jperkin)
diff -r1.77 -r1.78 pkgsrc/meta-pkgs/boost/Makefile.common

cvs diff -r1.77 -r1.78 pkgsrc/meta-pkgs/boost/Makefile.common (expand / switch to context diff)
--- pkgsrc/meta-pkgs/boost/Makefile.common 2018/09/02 12:53:36 1.77
+++ pkgsrc/meta-pkgs/boost/Makefile.common 2018/09/07 10:03:45 1.78
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.77 2018/09/02 12:53:36 leot Exp $
+# $NetBSD: Makefile.common,v 1.78 2018/09/07 10:03:45 jperkin Exp $
 #
 # used by devel/boost-build/Makefile
 # used by devel/boost-docs/Makefile
@@ -89,7 +89,7 @@
 # We can't do this at post-extract because the extract cookie will get a future
 # timestamp than the sources.  If this happens, print-PLIST does not work.
 pre-configure:
-	${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH}
+	${FIND} ${WRKSRC} -type f -print0 | ${XARGS} -0 ${TOUCH}
 
 # Generate a new user.hpp or use the installed one, depending on the package
 # we are building.