summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2006-08-30 04:47:16 +0000
committerschmonz <schmonz@pkgsrc.org>2006-08-30 04:47:16 +0000
commit27579dfb14b2f5e914e3f1f511df11d0dcf8d0bd (patch)
tree02e32330f8fbde71d00218982270e98b97b923a9 /doc
parent3e66a7cf3d51b20ce37cfb90e51aff8c09842492 (diff)
downloadpkgsrc-27579dfb14b2f5e914e3f1f511df11d0dcf8d0bd.tar.gz
Minimalist update for case-sensitive HFS+ support on Darwin. This
section needs to be internally reorganized.
Diffstat (limited to 'doc')
-rw-r--r--doc/guide/files/platforms.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/guide/files/platforms.xml b/doc/guide/files/platforms.xml
index 4471501948a..db46c267d21 100644
--- a/doc/guide/files/platforms.xml
+++ b/doc/guide/files/platforms.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: platforms.xml,v 1.36 2006/08/30 04:30:53 schmonz Exp $ -->
+<!-- $NetBSD: platforms.xml,v 1.37 2006/08/30 04:47:16 schmonz Exp $ -->
<chapter id="platforms">
<title>Using pkgsrc on systems other than &os;</title>
@@ -251,7 +251,7 @@ file and inspect the contents before extracting it.
<sect2 id="darwin">
<title>Darwin (Mac OS X)</title>
- <para>Darwin 5.x and 6.x are supported. There are two methods of using
+ <para>Darwin 5.x and up are supported. There are two methods of using
pkgsrc on Mac OS X, by using a <link linkend="platform.osx-image">disk
image</link>, or a <link linkend="platform.osx-ufs">UFS
partition</link>.</para>
@@ -270,8 +270,8 @@ file and inspect the contents before extracting it.
at boot time, where you must manually mount a disk image.</para>
<note>
- <para>You cannot use a HFS+ file system for pkgsrc, because pkgsrc currently
- requires the file system to be case-sensitive, and HFS+ is not.</para>
+ <para>You cannot use an ordinary HFS+ file system for pkgsrc, because pkgsrc currently
+ requires the file system to be case-sensitive. You can, however, use a case-sensitive HFS+ file system as found in Darwin 7.0 and newer.</para>
</note>
<sect3 id="platform.osx-image">