pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap Move the rest of the OS X-specific stuff out...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dfbc059c1086
branches:  trunk
changeset: 473799:dfbc059c1086
user:      danw <danw%pkgsrc.org@localhost>
date:      Sat Apr 24 19:22:41 2004 +0000

description:
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:

 bootstrap/README.Darwin |  15 +++------------
 bootstrap/README.MacOSX |  24 ++++++++++++++++++++++--
 2 files changed, 25 insertions(+), 14 deletions(-)

diffs (69 lines):

diff -r 6b3068a034d4 -r dfbc059c1086 bootstrap/README.Darwin
--- a/bootstrap/README.Darwin   Sat Apr 24 19:18:46 2004 +0000
+++ b/bootstrap/README.Darwin   Sat Apr 24 19:22:41 2004 +0000
@@ -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 @@
     --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".
diff -r 6b3068a034d4 -r dfbc059c1086 bootstrap/README.MacOSX
--- a/bootstrap/README.MacOSX   Sat Apr 24 19:18:46 2004 +0000
+++ b/bootstrap/README.MacOSX   Sat Apr 24 19:22:41 2004 +0000
@@ -1,6 +1,10 @@
-$NetBSD: README.MacOSX,v 1.1.1.1 2004/03/11 13:03:59 grant Exp $
+$NetBSD: README.MacOSX,v 1.2 2004/04/24 19:22:41 danw Exp $
 
-Please read "README.Darwin" first, as it applies to Mac OS X.
+Please read "README.Darwin" as well, as everything there also applies
+to Mac OS X.
+
+
+Creating a case-sensitive pkgsrc partition:
 
 Since most Macintoshes come with only 1 disk installed, and you
 want to have your pkgsrc UFS partition on that disk, there's a
@@ -28,3 +32,19 @@
 
 This note is as of 10.2 (Jaguar) and applies to earlier versions.
 [Hopefully Apple will fix Disk Utility in 10.3 (Panther)].
+
+
+Developer tools:
+
+If you haven't already, you will need to install the Mac OS X Developer
+Tools package. Depending on the version of OS X you are running, you
+may have this on CD. If not, you can download it from Apple's
+Developer Connection. (You will need to register for a free ADC
+account.) See http://developer.apple.com/macosx/ for details.
+
+If you plan to build packages that use the X11 Window System, you will
+also need to make sure you have X11 installed. OS X 10.3 (Panther)
+includes X11 and X11 SDK packages on CD. If you are using an older
+version of OS X, you can install the XFree86 packages instead, from
+www.xfree86.org.
+



Home | Main Index | Thread Index | Old Index