pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap It's been possible to use case-insensitive f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b08aa5418656
branches:  trunk
changeset: 542242:b08aa5418656
user:      agc <agc%pkgsrc.org@localhost>
date:      Fri May 09 18:35:35 2008 +0000

description:
It's been possible to use case-insensitive file systems for Mac OS X for
about a year now. In celebration of this, remove the check and error message
when ensuring a case- sensitive filesystem on Mac OS X.

Keep the check for Interix.

diffstat:

 bootstrap/bootstrap |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 6a9ddd8dd587 -r b08aa5418656 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Fri May 09 18:30:49 2008 +0000
+++ b/bootstrap/bootstrap       Fri May 09 18:35:35 2008 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.123 2008/04/30 03:14:55 minskim Exp $
+# $NetBSD: bootstrap,v 1.124 2008/05/09 18:35:35 agc Exp $
 #
 #
 # Copyright (c) 2001-2002 Alistair G. Crooks.  All rights reserved.
@@ -774,7 +774,7 @@
 # make sure we're using a case-sensitive file system
 if [ $ignorecasecheck = "no" ]; then
 case "$opsys" in
-Darwin|Interix)
+Interix)
        echo_msg "Testing file system case sensitivity"
        for fs in "$prefix"; do
                testdir="pkgsrc-REQUIRES-case-SENSITIVE-filesystem"



Home | Main Index | Thread Index | Old Index