pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform Darwin.mk: require latest Xcode on Ventura...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf2ee2288d9e
branches:  trunk
changeset: 387601:bf2ee2288d9e
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Nov 02 10:59:28 2022 +0000

description:
Darwin.mk: require latest Xcode on Ventura to build with native SDK

diffstat:

 mk/platform/Darwin.mk |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 698c5d8ba846 -r bf2ee2288d9e mk/platform/Darwin.mk
--- a/mk/platform/Darwin.mk     Wed Nov 02 10:57:29 2022 +0000
+++ b/mk/platform/Darwin.mk     Wed Nov 02 10:59:28 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Darwin.mk,v 1.119 2022/10/27 15:56:14 tnn Exp $
+# $NetBSD: Darwin.mk,v 1.120 2022/11/02 10:59:28 tnn Exp $
 #
 # Variable definitions for the Darwin operating system.
 
@@ -27,7 +27,7 @@
 #      Catalina        10.15.x         19.x.y  11.x    (llvm clang 11)
 #      Big Sur         11.x            20.x.y  12.x    (llvm clang 12)
 #      Monterey        12.x            21.x.y  13.x    (llvm clang 13)
-#      Ventura         13.x            22.x.y  14.x    (llvm clang 14)
+#      Ventura         13.x            22.x.y  14.1+   (llvm clang 14)
 #
 
 # Tiger (and earlier) use Xfree 4.4.0 (and earlier)
@@ -113,7 +113,6 @@
 OSX_SDK_MAP.12.4=      12.3
 OSX_SDK_MAP.12.5=      12.3
 OSX_SDK_MAP.12.6=      12.3
-OSX_SDK_MAP.13.0=      12.3
 #
 # If the user has set MACOSX_DEPLOYMENT_TARGET (ideally at bootstrap time) to
 # select a specific SDK then we prefer that.



Home | Main Index | Thread Index | Old Index