pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/tools
Module Name: pkgsrc
Committed By: sevan
Date: Mon Jun 12 16:11:51 UTC 2017
Modified Files:
pkgsrc/mk/tools: tools.Darwin.mk
Log Message:
Whilst the version of find in Darwin 8 & prior is insufficient for installing Python modules,
there are further issues with circular dependencies which need to be resolved
before the change to using find from coreutils can be made.
Revert previous change for now.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/mk/tools/tools.Darwin.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/tools/tools.Darwin.mk
diff -u pkgsrc/mk/tools/tools.Darwin.mk:1.57 pkgsrc/mk/tools/tools.Darwin.mk:1.58
--- pkgsrc/mk/tools/tools.Darwin.mk:1.57 Sat May 6 16:33:54 2017
+++ pkgsrc/mk/tools/tools.Darwin.mk Mon Jun 12 16:11:51 2017
@@ -1,4 +1,4 @@
-# $NetBSD: tools.Darwin.mk,v 1.57 2017/05/06 16:33:54 sevan Exp $
+# $NetBSD: tools.Darwin.mk,v 1.58 2017/06/12 16:11:51 sevan Exp $
#
# System-supplied tools for the Darwin (Mac OS X) operating system.
@@ -42,9 +42,7 @@ TOOLS_PLATFORM.expr?= /bin/expr
TOOLS_PLATFORM.false?= false # shell builtin
TOOLS_PLATFORM.fgrep?= /usr/bin/fgrep
TOOLS_PLATFORM.file?= /usr/bin/file
-.if empty(MACHINE_PLATFORM:MDarwin-[0-8].*-*)
TOOLS_PLATFORM.find?= /usr/bin/find
-.endif
TOOLS_PLATFORM.flex?= /usr/bin/flex
TOOLS_PLATFORM.ftp?= /usr/bin/ftp
.if empty(MACHINE_PLATFORM:MDarwin-[0-8].*-*)
Home |
Main Index |
Thread Index |
Old Index