pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/platform Revert last change for the moment as "/bin...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f2f3c7d2a396
branches: trunk
changeset: 392136:f2f3c7d2a396
user: tron <tron%pkgsrc.org@localhost>
date: Mon Apr 27 12:03:36 2009 +0000
description:
Revert last change for the moment as "/bin/ksh" fails to execute
the "configure" script of "pkg_install".
diffstat:
mk/platform/Darwin.mk | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diffs (22 lines):
diff -r 2c38b567a7ca -r f2f3c7d2a396 mk/platform/Darwin.mk
--- a/mk/platform/Darwin.mk Mon Apr 27 09:33:54 2009 +0000
+++ b/mk/platform/Darwin.mk Mon Apr 27 12:03:36 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Darwin.mk,v 1.35 2009/04/24 11:54:14 tron Exp $
+# $NetBSD: Darwin.mk,v 1.36 2009/04/27 12:03:36 tron Exp $
#
# Variable definitions for the Darwin operating system.
@@ -34,12 +34,6 @@
IMAKEOPTS+= -DInstallFlags=-c # do not set user or group
.endif
-# Use "/bin/ksh" under Mac OS X Leopard and newer because it is
-# considerably faster that "/bin/sh" (BASH).
-.if empty(MACHINE_PLATFORM:MDarwin-[0-8].*-*)
-SH?= /bin/ksh
-.endif
-
.if !defined(PKGSRC_COMPILER) || !empty(PKGSRC_COMPILER:Mgcc)
# Use the GNU cpp, not the OS X cpp, don't look in "/usr/local/include"
# before "/usr/include".
Home |
Main Index |
Thread Index |
Old Index