diff options
author | danw <danw@pkgsrc.org> | 2004-04-24 19:22:41 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2004-04-24 19:22:41 +0000 |
commit | ab3d23ac1f074deafa7faaebd654eda706fc482c (patch) | |
tree | d127c93241c6e29f6644b1c27e8fc2d42db1f7ab /bootstrap/README.Darwin | |
parent | e9dde6bca23270f864b6f45e0100aa545e07f5c7 (diff) | |
download | pkgsrc-ab3d23ac1f074deafa7faaebd654eda706fc482c.tar.gz |
Move the rest of the OS X-specific stuff out of README.Darwin into
README.MacOSX. Update the developer tools notes for 10.3. Mention that
XFree86 has X packages for older versions of OS X that Apple doesn't
provide X for.
Diffstat (limited to 'bootstrap/README.Darwin')
-rw-r--r-- | bootstrap/README.Darwin | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/bootstrap/README.Darwin b/bootstrap/README.Darwin index 1aeb9b32975..673ed25046a 100644 --- a/bootstrap/README.Darwin +++ b/bootstrap/README.Darwin @@ -1,11 +1,6 @@ -$NetBSD: README.Darwin,v 1.1.1.1 2004/03/11 13:03:58 grant Exp $ +$NetBSD: README.Darwin,v 1.2 2004/04/24 19:22:41 danw Exp $ -If you are using Mac OS X: -Before you start, you will need to download and install the Mac OS X Developer -Tools from Apple's Developer Connection. See http://developer.apple.com/macosx/ -for details. Also, make sure you install X11 for Mac OS X and the X11 SDK from -http://www.apple.com/macosx/x11/download/ if you intend to build packages -that use the X11 Window System. +If you are using Mac OS X, please read "README.MacOSX" as well. Terse instructions: @@ -20,14 +15,10 @@ $ sudo ./bootstrap \ --pkgdbdir=/Volumes/NetBSD/pkgdb \ --pkgsrcdir=/Volumes/NetBSD/pkgsrc -Note: if you already have a UFS partition, or have a spare partition[*] +Note: if you already have a UFS partition, or have a spare partition that you can format as UFS, use that instead of the UFS disk image. It'll be somewhat faster and will mount automatically at boot time. (Why can't you just use the HFS+ filesystem you've already got? Because pkgsrc currently requires the underlying filesystem to be case-sensitive, and HFS+ isn't.) - -[*] - If the partition you want to convert to UFS from HFS+ under -Mac OS X is on the boot disk, then the disk tools won't do anything -with it. See "README.MacOSX". |