pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/meta-pkgs/boost boost: The tarball contains files with...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2d533a9b75ae
branches: trunk
changeset: 312590:2d533a9b75ae
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Fri Sep 07 10:03:45 2018 +0000
description:
boost: The tarball contains files with spaces, use -print0.
diffstat:
meta-pkgs/boost/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1289415e558a -r 2d533a9b75ae meta-pkgs/boost/Makefile.common
--- a/meta-pkgs/boost/Makefile.common Fri Sep 07 09:44:49 2018 +0000
+++ b/meta-pkgs/boost/Makefile.common Fri Sep 07 10:03:45 2018 +0000
@@ -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.
Home |
Main Index |
Thread Index |
Old Index