Mon Jun 12 16:11:51 2017 UTC ()
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.


(sevan)
diff -r1.57 -r1.58 pkgsrc/mk/tools/tools.Darwin.mk

cvs diff -r1.57 -r1.58 pkgsrc/mk/tools/tools.Darwin.mk (expand / switch to unified diff)

--- pkgsrc/mk/tools/tools.Darwin.mk 2017/05/06 16:33:54 1.57
+++ pkgsrc/mk/tools/tools.Darwin.mk 2017/06/12 16:11:51 1.58
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: tools.Darwin.mk,v 1.57 2017/05/06 16:33:54 sevan Exp $ 1# $NetBSD: tools.Darwin.mk,v 1.58 2017/06/12 16:11:51 sevan Exp $
2# 2#
3# System-supplied tools for the Darwin (Mac OS X) operating system. 3# System-supplied tools for the Darwin (Mac OS X) operating system.
4 4
5TOOLS_PLATFORM.[?= [ # shell builtin 5TOOLS_PLATFORM.[?= [ # shell builtin
6TOOLS_PLATFORM.awk?= /usr/bin/awk 6TOOLS_PLATFORM.awk?= /usr/bin/awk
7TOOLS_PLATFORM.basename?= /usr/bin/basename 7TOOLS_PLATFORM.basename?= /usr/bin/basename
8TOOLS_PLATFORM.bash?= /bin/bash 8TOOLS_PLATFORM.bash?= /bin/bash
9# Native bison (at least up to version 2.3 in OSX Lion) does not work 9# Native bison (at least up to version 2.3 in OSX Lion) does not work
10# well in the tools environment and cannot locate m4sugar.m4 without 10# well in the tools environment and cannot locate m4sugar.m4 without
11# BISON_PKGDATADIR being set. For now just pull in the pkgsrc tool. 11# BISON_PKGDATADIR being set. For now just pull in the pkgsrc tool.
12#TOOLS_PLATFORM.bison?= /usr/bin/bison 12#TOOLS_PLATFORM.bison?= /usr/bin/bison
13#TOOLS_PLATFORM.bison-yacc?= /usr/bin/bison -y 13#TOOLS_PLATFORM.bison-yacc?= /usr/bin/bison -y
14.if exists(/usr/bin/bsdtar) 14.if exists(/usr/bin/bsdtar)
@@ -32,29 +32,27 @@ TOOLS_PLATFORM.csh?= /bin/tcsh @@ -32,29 +32,27 @@ TOOLS_PLATFORM.csh?= /bin/tcsh
32TOOLS_PLATFORM.curl?= /usr/bin/curl 32TOOLS_PLATFORM.curl?= /usr/bin/curl
33.endif 33.endif
34TOOLS_PLATFORM.cut?= /usr/bin/cut 34TOOLS_PLATFORM.cut?= /usr/bin/cut
35TOOLS_PLATFORM.date?= /bin/date 35TOOLS_PLATFORM.date?= /bin/date
36TOOLS_PLATFORM.diff?= /usr/bin/diff 36TOOLS_PLATFORM.diff?= /usr/bin/diff
37TOOLS_PLATFORM.dirname?= /usr/bin/dirname 37TOOLS_PLATFORM.dirname?= /usr/bin/dirname
38TOOLS_PLATFORM.echo?= echo # shell builtin 38TOOLS_PLATFORM.echo?= echo # shell builtin
39TOOLS_PLATFORM.egrep?= /usr/bin/egrep 39TOOLS_PLATFORM.egrep?= /usr/bin/egrep
40TOOLS_PLATFORM.env?= /usr/bin/env 40TOOLS_PLATFORM.env?= /usr/bin/env
41TOOLS_PLATFORM.expr?= /bin/expr 41TOOLS_PLATFORM.expr?= /bin/expr
42TOOLS_PLATFORM.false?= false # shell builtin 42TOOLS_PLATFORM.false?= false # shell builtin
43TOOLS_PLATFORM.fgrep?= /usr/bin/fgrep 43TOOLS_PLATFORM.fgrep?= /usr/bin/fgrep
44TOOLS_PLATFORM.file?= /usr/bin/file 44TOOLS_PLATFORM.file?= /usr/bin/file
45.if empty(MACHINE_PLATFORM:MDarwin-[0-8].*-*) 
46TOOLS_PLATFORM.find?= /usr/bin/find 45TOOLS_PLATFORM.find?= /usr/bin/find
47.endif 
48TOOLS_PLATFORM.flex?= /usr/bin/flex 46TOOLS_PLATFORM.flex?= /usr/bin/flex
49TOOLS_PLATFORM.ftp?= /usr/bin/ftp 47TOOLS_PLATFORM.ftp?= /usr/bin/ftp
50.if empty(MACHINE_PLATFORM:MDarwin-[0-8].*-*) 48.if empty(MACHINE_PLATFORM:MDarwin-[0-8].*-*)
51TOOLS_PLATFORM.gmake?= /usr/bin/gnumake 49TOOLS_PLATFORM.gmake?= /usr/bin/gnumake
52TOOLS_PLATFORM.gm4?= /usr/bin/gm4 50TOOLS_PLATFORM.gm4?= /usr/bin/gm4
53.endif 51.endif
54TOOLS_PLATFORM.grep?= /usr/bin/grep 52TOOLS_PLATFORM.grep?= /usr/bin/grep
55.if exists(/usr/bin/groff) 53.if exists(/usr/bin/groff)
56TOOLS_PLATFORM.groff?=/usr/bin/groff 54TOOLS_PLATFORM.groff?=/usr/bin/groff
57.endif 55.endif
58.if exists(/usr/bin/gnutar) 56.if exists(/usr/bin/gnutar)
59TOOLS_PLATFORM.gtar?= /usr/bin/gnutar 57TOOLS_PLATFORM.gtar?= /usr/bin/gnutar
60.endif 58.endif