pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform Add a list of the codename, os, kernel and...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5be4e703f40
branches:  trunk
changeset: 538712:a5be4e703f40
user:      yyamano <yyamano%pkgsrc.org@localhost>
date:      Sun Feb 17 11:45:14 2008 +0000

description:
Add a list of the codename, os, kernel and xcode version based on
tron's mail on tech-pkg. Thanks gtd for yourusuggestion to add xcode version.

diffstat:

 mk/platform/Darwin.mk |  13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 0a31ddfa5b8a -r a5be4e703f40 mk/platform/Darwin.mk
--- a/mk/platform/Darwin.mk     Sun Feb 17 10:47:47 2008 +0000
+++ b/mk/platform/Darwin.mk     Sun Feb 17 11:45:14 2008 +0000
@@ -1,7 +1,18 @@
-# $NetBSD: Darwin.mk,v 1.29 2008/01/30 22:57:42 tron Exp $
+# $NetBSD: Darwin.mk,v 1.30 2008/02/17 11:45:14 yyamano Exp $
 #
 # Variable definitions for the Darwin operating system.
 
+# OS, Kernel, Xcode Version
+#
+# Codename     OS      Kernel  Xcode
+# Cheetah      10.0.x  1.3.1
+# Puma         10.1    1.4.1
+#              10.1.x  5.x.y
+# Jaguar       10.2.x  6.x.y
+# Panther      10.3.x  7.x.y
+# Tiger                10.4.x  8.x.y   2.x (gcc 4.0, 4.0.1 from 2.2)
+# Leopard      10.5.x  9.x.y   3.0
+
 .if !defined(CPP) || ${CPP} == "cpp"
 CPP=           ${CC} -E ${CPP_PRECOMP_FLAGS}
 .endif



Home | Main Index | Thread Index | Old Index