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:   adam
Date:           Mon Jul  2 20:32:09 UTC 2018

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

Log Message:
boost: faster "find"


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 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.73 pkgsrc/meta-pkgs/boost/Makefile.common:1.74
--- pkgsrc/meta-pkgs/boost/Makefile.common:1.73 Mon Apr 30 00:21:12 2018
+++ pkgsrc/meta-pkgs/boost/Makefile.common      Mon Jul  2 20:32:09 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.73 2018/04/30 00:21:12 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.74 2018/07/02 20:32:09 adam 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 -exec ${TOUCH} {} \;
+       ${FIND} ${WRKSRC} -type f -exec ${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