Thu Sep 29 14:09:11 2011 UTC ()
Disable using perl and pkg-config as host tools for the upcoming branch.
Will be properly fixed and reenabled after the freeze ends.


(hans)
diff -r1.32 -r1.33 pkgsrc/mk/tools/tools.SunOS.mk

cvs diff -r1.32 -r1.33 pkgsrc/mk/tools/tools.SunOS.mk (expand / switch to unified diff)

--- pkgsrc/mk/tools/tools.SunOS.mk 2011/09/14 15:14:53 1.32
+++ pkgsrc/mk/tools/tools.SunOS.mk 2011/09/29 14:09:11 1.33
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: tools.SunOS.mk,v 1.32 2011/09/14 15:14:53 hans Exp $ 1# $NetBSD: tools.SunOS.mk,v 1.33 2011/09/29 14:09:11 hans Exp $
2# 2#
3# System-supplied tools for the Solaris operating system. 3# System-supplied tools for the Solaris operating system.
4# 4#
5# We bootstrap a pdksh shell on this platform. 5# We bootstrap a pdksh shell on this platform.
6 6
7TOOLS_PLATFORM.[?= [ # shell builtin 7TOOLS_PLATFORM.[?= [ # shell builtin
8.if exists(/usr/bin/gawk) 8.if exists(/usr/bin/gawk)
9TOOLS_PLATFORM.awk?= /usr/bin/gawk 9TOOLS_PLATFORM.awk?= /usr/bin/gawk
10.else 10.else
11TOOLS_PLATFORM.awk?= /usr/bin/nawk 11TOOLS_PLATFORM.awk?= /usr/bin/nawk
12.endif 12.endif
13TOOLS_PLATFORM.basename?= /usr/bin/basename 13TOOLS_PLATFORM.basename?= /usr/bin/basename
14.if exists(/bin/bash) 14.if exists(/bin/bash)
@@ -127,33 +127,33 @@ TOOLS_PLATFORM.mktemp?= /usr/bin/mktemp @@ -127,33 +127,33 @@ TOOLS_PLATFORM.mktemp?= /usr/bin/mktemp
127.endif 127.endif
128TOOLS_PLATFORM.mv?= /usr/bin/mv 128TOOLS_PLATFORM.mv?= /usr/bin/mv
129TOOLS_PLATFORM.nice?= /usr/xpg4/bin/nice 129TOOLS_PLATFORM.nice?= /usr/xpg4/bin/nice
130.if exists(/usr/bin/gnroff) 130.if exists(/usr/bin/gnroff)
131TOOLS_PLATFORM.nroff?= /usr/bin/gnroff 131TOOLS_PLATFORM.nroff?= /usr/bin/gnroff
132.endif 132.endif
133.if exists(/usr/bin/openssl) 133.if exists(/usr/bin/openssl)
134TOOLS_PLATFORM.openssl?= /usr/bin/openssl 134TOOLS_PLATFORM.openssl?= /usr/bin/openssl
135.endif 135.endif
136.if exists(/usr/bin/gpatch) 136.if exists(/usr/bin/gpatch)
137TOOLS_PLATFORM.gpatch?= /usr/bin/gpatch 137TOOLS_PLATFORM.gpatch?= /usr/bin/gpatch
138TOOLS_PLATFORM.patch?= /usr/bin/gpatch 138TOOLS_PLATFORM.patch?= /usr/bin/gpatch
139.endif 139.endif
140.if exists(/usr/bin/perl) 140#.if exists(/usr/bin/perl)
141TOOLS_PLATFORM.perl?= /usr/bin/perl 141#TOOLS_PLATFORM.perl?= /usr/bin/perl
142TOOLS_PLATFORM.pod2man?= /usr/perl5/bin/pod2man 142#TOOLS_PLATFORM.pod2man?= /usr/perl5/bin/pod2man
143.endif 143#.endif
144.if exists(/usr/bin/pkg-config) 144#.if exists(/usr/bin/pkg-config)
145TOOLS_PLATFORM.pkg-config?= /usr/bin/pkg-config 145#TOOLS_PLATFORM.pkg-config?= /usr/bin/pkg-config
146.endif 146#.endif
147TOOLS_PLATFORM.printf?= /bin/printf 147TOOLS_PLATFORM.printf?= /bin/printf
148TOOLS_PLATFORM.pwd?= /bin/pwd 148TOOLS_PLATFORM.pwd?= /bin/pwd
149.if exists(/usr/gnu/bin/readelf) 149.if exists(/usr/gnu/bin/readelf)
150TOOLS_PLATFORM.readelf?= /usr/gnu/bin/readelf 150TOOLS_PLATFORM.readelf?= /usr/gnu/bin/readelf
151.endif 151.endif
152TOOLS_PLATFORM.rm?= /usr/bin/rm 152TOOLS_PLATFORM.rm?= /usr/bin/rm
153TOOLS_PLATFORM.rmdir?= /usr/bin/rmdir 153TOOLS_PLATFORM.rmdir?= /usr/bin/rmdir
154.if exists(/usr/bin/gsdiff) 154.if exists(/usr/bin/gsdiff)
155TOOLS_PLATFORM.sdiff?= /usr/bin/gsdiff 155TOOLS_PLATFORM.sdiff?= /usr/bin/gsdiff
156.else 156.else
157TOOLS_PLATFORM.sdiff?= /usr/bin/sdiff 157TOOLS_PLATFORM.sdiff?= /usr/bin/sdiff
158.endif 158.endif
159.if exists(/usr/gnu/bin/sed) 159.if exists(/usr/gnu/bin/sed)