Thu Feb 27 08:47:32 2014 UTC ()
fixes copy & paste fault for xz.


(obache)
diff -r1.6 -r1.7 pkgsrc/mk/tools/tools.Cygwin.mk

cvs diff -r1.6 -r1.7 pkgsrc/mk/tools/tools.Cygwin.mk (switch to unified diff)

--- pkgsrc/mk/tools/tools.Cygwin.mk 2014/02/14 07:43:46 1.6
+++ pkgsrc/mk/tools/tools.Cygwin.mk 2014/02/27 08:47:32 1.7
@@ -1,152 +1,152 @@ @@ -1,152 +1,152 @@
1# $NetBSD: tools.Cygwin.mk,v 1.6 2014/02/14 07:43:46 obache Exp $ 1# $NetBSD: tools.Cygwin.mk,v 1.7 2014/02/27 08:47:32 obache Exp $
2# 2#
3# System-supplied tools for the Cygwin operating system. 3# System-supplied tools for the Cygwin operating system.
4 4
5TOOLS_PLATFORM.[?= [ # shell builtin 5TOOLS_PLATFORM.[?= [ # shell builtin
6TOOLS_PLATFORM.awk?= /bin/awk 6TOOLS_PLATFORM.awk?= /bin/awk
7TOOLS_PLATFORM.basename?= /bin/basename 7TOOLS_PLATFORM.basename?= /bin/basename
8TOOLS_PLATFORM.bash?= /bin/bash 8TOOLS_PLATFORM.bash?= /bin/bash
9.if exists(/bin/bison) 9.if exists(/bin/bison)
10TOOLS_PLATFORM.bison?= /bin/bison 10TOOLS_PLATFORM.bison?= /bin/bison
11TOOLS_PLATFORM.bison-yacc?= /bin/bison -y 11TOOLS_PLATFORM.bison-yacc?= /bin/bison -y
12.endif 12.endif
13.if exists(/bin/bsdtar) 13.if exists(/bin/bsdtar)
14TOOLS_PLATFORM.bsdtar?= /bin/bsdtar 14TOOLS_PLATFORM.bsdtar?= /bin/bsdtar
15.endif 15.endif
16.if exists(/bin/byacc) 16.if exists(/bin/byacc)
17TOOLS_PLATFORM.byacc?= /bin/byacc 17TOOLS_PLATFORM.byacc?= /bin/byacc
18.endif 18.endif
19TOOLS_PLATFORM.bzcat?= /bin/bzcat 19TOOLS_PLATFORM.bzcat?= /bin/bzcat
20TOOLS_PLATFORM.bzip2?= /bin/bzip2 20TOOLS_PLATFORM.bzip2?= /bin/bzip2
21TOOLS_PLATFORM.cat?= /bin/cat 21TOOLS_PLATFORM.cat?= /bin/cat
22TOOLS_PLATFORM.chgrp?= /bin/chgrp 22TOOLS_PLATFORM.chgrp?= /bin/chgrp
23TOOLS_PLATFORM.chmod?= /bin/chmod 23TOOLS_PLATFORM.chmod?= /bin/chmod
24TOOLS_PLATFORM.chown?= /bin/chown 24TOOLS_PLATFORM.chown?= /bin/chown
25TOOLS_PLATFORM.cmp?= /bin/cmp 25TOOLS_PLATFORM.cmp?= /bin/cmp
26TOOLS_PLATFORM.cp?= /bin/cp 26TOOLS_PLATFORM.cp?= /bin/cp
27.if exists(/bin/tcsh) 27.if exists(/bin/tcsh)
28TOOLS_PLATFORM.csh?= /bin/tcsh 28TOOLS_PLATFORM.csh?= /bin/tcsh
29.endif 29.endif
30.if exists(/bin/curl) 30.if exists(/bin/curl)
31TOOLS_PLATFORM.curl?= /bin/curl 31TOOLS_PLATFORM.curl?= /bin/curl
32.endif 32.endif
33TOOLS_PLATFORM.cut?= /bin/cut 33TOOLS_PLATFORM.cut?= /bin/cut
34TOOLS_PLATFORM.date?= /bin/date 34TOOLS_PLATFORM.date?= /bin/date
35TOOLS_PLATFORM.diff?= /bin/diff 35TOOLS_PLATFORM.diff?= /bin/diff
36TOOLS_PLATFORM.diff3?= /bin/diff3 36TOOLS_PLATFORM.diff3?= /bin/diff3
37TOOLS_PLATFORM.dirname?= /bin/dirname 37TOOLS_PLATFORM.dirname?= /bin/dirname
38TOOLS_PLATFORM.echo?= echo # shell builtin 38TOOLS_PLATFORM.echo?= echo # shell builtin
39TOOLS_PLATFORM.egrep?= /bin/egrep 39TOOLS_PLATFORM.egrep?= /bin/egrep
40TOOLS_PLATFORM.env?= /bin/env 40TOOLS_PLATFORM.env?= /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?= /bin/fgrep 43TOOLS_PLATFORM.fgrep?= /bin/fgrep
44TOOLS_PLATFORM.file?= /bin/file 44TOOLS_PLATFORM.file?= /bin/file
45TOOLS_PLATFORM.find?= /bin/find 45TOOLS_PLATFORM.find?= /bin/find
46.if exists(/bin/flex) 46.if exists(/bin/flex)
47TOOLS_PLATFORM.flex?= /bin/flex 47TOOLS_PLATFORM.flex?= /bin/flex
48.endif 48.endif
49.if exists(/bin/tnftp) 49.if exists(/bin/tnftp)
50TOOLS_PLATFORM.ftp?= /bin/tnftp 50TOOLS_PLATFORM.ftp?= /bin/tnftp
51.endif 51.endif
52TOOLS_PLATFORM.gawk?= /bin/gawk 52TOOLS_PLATFORM.gawk?= /bin/gawk
53.if exists(/bin/m4) 53.if exists(/bin/m4)
54TOOLS_PLATFORM.gm4?= /bin/m4 54TOOLS_PLATFORM.gm4?= /bin/m4
55.endif 55.endif
56TOOLS_PLATFORM.grep?= /bin/grep 56TOOLS_PLATFORM.grep?= /bin/grep
57TOOLS_PLATFORM.gsed?= /bin/sed 57TOOLS_PLATFORM.gsed?= /bin/sed
58TOOLS_PLATFORM.gsoelim?= /bin/soelim 58TOOLS_PLATFORM.gsoelim?= /bin/soelim
59TOOLS_PLATFORM.gtar?= /bin/tar 59TOOLS_PLATFORM.gtar?= /bin/tar
60TOOLS_PLATFORM.gunzip?= /bin/gunzip -f 60TOOLS_PLATFORM.gunzip?= /bin/gunzip -f
61TOOLS_PLATFORM.gzcat?= /bin/zcat 61TOOLS_PLATFORM.gzcat?= /bin/zcat
62TOOLS_PLATFORM.gzip?= /bin/gzip -nf ${GZIP} 62TOOLS_PLATFORM.gzip?= /bin/gzip -nf ${GZIP}
63TOOLS_PLATFORM.head?= /bin/head 63TOOLS_PLATFORM.head?= /bin/head
64TOOLS_PLATFORM.hostname?= /bin/hostname 64TOOLS_PLATFORM.hostname?= /bin/hostname
65TOOLS_PLATFORM.id?= /bin/id 65TOOLS_PLATFORM.id?= /bin/id
66.if exists(/bin/ident) 66.if exists(/bin/ident)
67TOOLS_PLATFORM.ident?= /bin/ident 67TOOLS_PLATFORM.ident?= /bin/ident
68.endif 68.endif
69TOOLS_PLATFORM.install?= /bin/install 69TOOLS_PLATFORM.install?= /bin/install
70TOOLS_PLATFORM.install-info?= /bin/install-info 70TOOLS_PLATFORM.install-info?= /bin/install-info
71.if exists(/bin/flex) 71.if exists(/bin/flex)
72TOOLS_PLATFORM.lex?= /bin/flex 72TOOLS_PLATFORM.lex?= /bin/flex
73.endif 73.endif
74TOOLS_PLATFORM.ln?= /bin/ln 74TOOLS_PLATFORM.ln?= /bin/ln
75TOOLS_PLATFORM.ls?= /bin/ls 75TOOLS_PLATFORM.ls?= /bin/ls
76.if exists(/bin/m4) 76.if exists(/bin/m4)
77TOOLS_PLATFORM.m4?= /bin/m4 77TOOLS_PLATFORM.m4?= /bin/m4
78.endif 78.endif
79.if exists(/bin/make) 79.if exists(/bin/make)
80TOOLS_PLATFORM.gmake?= /bin/make 80TOOLS_PLATFORM.gmake?= /bin/make
81.endif 81.endif
82TOOLS_PLATFORM.makeinfo?= /bin/makeinfo 82TOOLS_PLATFORM.makeinfo?= /bin/makeinfo
83TOOLS_PLATFORM.mkdir?= /bin/mkdir -p 83TOOLS_PLATFORM.mkdir?= /bin/mkdir -p
84TOOLS_PLATFORM.mktemp?= /bin/mktemp 84TOOLS_PLATFORM.mktemp?= /bin/mktemp
85.if exists(/bin/msgfmt) 85.if exists(/bin/msgfmt)
86TOOLS_PLATFORM.msgfmt?= /bin/msgfmt 86TOOLS_PLATFORM.msgfmt?= /bin/msgfmt
87.endif 87.endif
88TOOLS_PLATFORM.mv?= /bin/mv 88TOOLS_PLATFORM.mv?= /bin/mv
89TOOLS_PLATFORM.nice?= /bin/nice 89TOOLS_PLATFORM.nice?= /bin/nice
90TOOLS_PLATFORM.nroff?= /bin/nroff 90TOOLS_PLATFORM.nroff?= /bin/nroff
91.if exists(/bin/openssl) 91.if exists(/bin/openssl)
92TOOLS_PLATFORM.openssl?= /bin/openssl 92TOOLS_PLATFORM.openssl?= /bin/openssl
93.endif 93.endif
94.if exists(/bin/pax) 94.if exists(/bin/pax)
95TOOLS_PLATFORM.pax?= /bin/pax 95TOOLS_PLATFORM.pax?= /bin/pax
96.endif 96.endif
97.if exists(/bin/perl) 97.if exists(/bin/perl)
98TOOLS_PLATFORM.perl?= /bin/perl 98TOOLS_PLATFORM.perl?= /bin/perl
99TOOLS_PLATFORM.pod2man?= /bin/pod2man 99TOOLS_PLATFORM.pod2man?= /bin/pod2man
100.endif 100.endif
101# Don't use GNU patch 101# Don't use GNU patch
102#.if exists(/bin/patch) 102#.if exists(/bin/patch)
103#TOOLS_PLATFORM.patch?= /bin/patch 103#TOOLS_PLATFORM.patch?= /bin/patch
104#.endif 104#.endif
105.if exists(/bin/pkg-config) 105.if exists(/bin/pkg-config)
106TOOLS_PLATFORM.pkg-config?= /bin/pkg-config 106TOOLS_PLATFORM.pkg-config?= /bin/pkg-config
107.endif 107.endif
108TOOLS_PLATFORM.printf?= /bin/printf 108TOOLS_PLATFORM.printf?= /bin/printf
109TOOLS_PLATFORM.pwd?= /bin/pwd 109TOOLS_PLATFORM.pwd?= /bin/pwd
110TOOLS_PLATFORM.readlink?= /bin/readlink 110TOOLS_PLATFORM.readlink?= /bin/readlink
111TOOLS_PLATFORM.rm?= /bin/rm 111TOOLS_PLATFORM.rm?= /bin/rm
112TOOLS_PLATFORM.rmdir?= /bin/rmdir 112TOOLS_PLATFORM.rmdir?= /bin/rmdir
113TOOLS_PLATFORM.sdiff?= /bin/sdiff 113TOOLS_PLATFORM.sdiff?= /bin/sdiff
114TOOLS_PLATFORM.sed?= /bin/sed -b 114TOOLS_PLATFORM.sed?= /bin/sed -b
115TOOLS_PLATFORM.sh?= /bin/sh 115TOOLS_PLATFORM.sh?= /bin/sh
116TOOLS_PLATFORM.sleep?= /bin/sleep 116TOOLS_PLATFORM.sleep?= /bin/sleep
117TOOLS_PLATFORM.soelim?= /bin/soelim 117TOOLS_PLATFORM.soelim?= /bin/soelim
118TOOLS_PLATFORM.sort?= /bin/sort 118TOOLS_PLATFORM.sort?= /bin/sort
119.if exists(/bin/strip) 119.if exists(/bin/strip)
120TOOLS_PLATFORM.strip?= /bin/strip 120TOOLS_PLATFORM.strip?= /bin/strip
121.endif 121.endif
122TOOLS_PLATFORM.tail?= /bin/tail 122TOOLS_PLATFORM.tail?= /bin/tail
123TOOLS_PLATFORM.tar?= /bin/tar 123TOOLS_PLATFORM.tar?= /bin/tar
124TOOLS_PLATFORM.tbl?= /bin/tbl 124TOOLS_PLATFORM.tbl?= /bin/tbl
125TOOLS_PLATFORM.tee?= /bin/tee 125TOOLS_PLATFORM.tee?= /bin/tee
126TOOLS_PLATFORM.test?= test # shell builtin 126TOOLS_PLATFORM.test?= test # shell builtin
127.if exists(/bin/texi2html) 127.if exists(/bin/texi2html)
128TOOLS_PLATFORM.texi2html?= /bin/texi2html 128TOOLS_PLATFORM.texi2html?= /bin/texi2html
129.endif 129.endif
130TOOLS_PLATFORM.touch?= /bin/touch 130TOOLS_PLATFORM.touch?= /bin/touch
131TOOLS_PLATFORM.tr?= /bin/tr 131TOOLS_PLATFORM.tr?= /bin/tr
132TOOLS_PLATFORM.true?= true # shell builtin 132TOOLS_PLATFORM.true?= true # shell builtin
133TOOLS_PLATFORM.tsort?= /bin/tsort 133TOOLS_PLATFORM.tsort?= /bin/tsort
134.if exists(/bin/unzip) 134.if exists(/bin/unzip)
135TOOLS_PLATFORM.unzip?= /bin/unzip 135TOOLS_PLATFORM.unzip?= /bin/unzip
136.endif 136.endif
137TOOLS_PLATFORM.wc?= /bin/wc 137TOOLS_PLATFORM.wc?= /bin/wc
138.if exists(/bin/wget) 138.if exists(/bin/wget)
139TOOLS_PLATFORM.wget?= /bin/wget 139TOOLS_PLATFORM.wget?= /bin/wget
140.endif 140.endif
141TOOLS_PLATFORM.xargs?= /bin/xargs -r 141TOOLS_PLATFORM.xargs?= /bin/xargs -r
142.if exists(/bin/xgettext) 142.if exists(/bin/xgettext)
143TOOLS_PLATFORM.xgettext?= /bin/xgettext 143TOOLS_PLATFORM.xgettext?= /bin/xgettext
144.endif 144.endif
145TOOLS_PLATFORM.xzcat?= /bin/xz 145TOOLS_PLATFORM.xz?= /bin/xz
146TOOLS_PLATFORM.xzcat?= /bin/xzcat 146TOOLS_PLATFORM.xzcat?= /bin/xzcat
147.if exists(/bin/yacc) 147.if exists(/bin/yacc)
148TOOLS_PLATFORM.yacc?= /bin/yacc 148TOOLS_PLATFORM.yacc?= /bin/yacc
149.endif 149.endif
150.if exists(/bin/zip) 150.if exists(/bin/zip)
151TOOLS_PLATFORM.zip?= /bin/zip 151TOOLS_PLATFORM.zip?= /bin/zip
152.endif 152.endif