pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/platform
Module Name: pkgsrc
Committed By: tnn
Date: Wed Nov 2 10:59:29 UTC 2022
Modified Files:
pkgsrc/mk/platform: Darwin.mk
Log Message:
Darwin.mk: require latest Xcode on Ventura to build with native SDK
To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 pkgsrc/mk/platform/Darwin.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/platform/Darwin.mk
diff -u pkgsrc/mk/platform/Darwin.mk:1.119 pkgsrc/mk/platform/Darwin.mk:1.120
--- pkgsrc/mk/platform/Darwin.mk:1.119 Thu Oct 27 15:56:14 2022
+++ pkgsrc/mk/platform/Darwin.mk Wed Nov 2 10:59:28 2022
@@ -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.2= 12.1
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