pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/meta-pkgs/boost



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Sep  7 10:03:45 UTC 2018

Modified Files:
        pkgsrc/meta-pkgs/boost: Makefile.common

Log Message:
boost: The tarball contains files with spaces, use -print0.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/meta-pkgs/boost/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/meta-pkgs/boost/Makefile.common
diff -u pkgsrc/meta-pkgs/boost/Makefile.common:1.77 pkgsrc/meta-pkgs/boost/Makefile.common:1.78
--- pkgsrc/meta-pkgs/boost/Makefile.common:1.77 Sun Sep  2 12:53:36 2018
+++ pkgsrc/meta-pkgs/boost/Makefile.common      Fri Sep  7 10:03:45 2018
@@ -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 @@ post-wrapper:
 # 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