pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools Whilst the version of find in Darwin 8 & prio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d0ec8ec600c
branches:  trunk
changeset: 363608:0d0ec8ec600c
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Mon Jun 12 16:11:51 2017 +0000

description:
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.

diffstat:

 mk/tools/tools.Darwin.mk |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r e1957a711656 -r 0d0ec8ec600c mk/tools/tools.Darwin.mk
--- a/mk/tools/tools.Darwin.mk  Mon Jun 12 16:07:25 2017 +0000
+++ b/mk/tools/tools.Darwin.mk  Mon Jun 12 16:11:51 2017 +0000
@@ -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.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