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: triaxx
Date: Tue Dec 20 07:04:42 UTC 2022
Modified Files:
pkgsrc/mk/platform: Darwin.mk
Log Message:
Darwin.mk: Update OSX_SDK_MAP for macOS 13.1
To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 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.120 pkgsrc/mk/platform/Darwin.mk:1.121
--- pkgsrc/mk/platform/Darwin.mk:1.120 Wed Nov 2 10:59:28 2022
+++ pkgsrc/mk/platform/Darwin.mk Tue Dec 20 07:04:42 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Darwin.mk,v 1.120 2022/11/02 10:59:28 tnn Exp $
+# $NetBSD: Darwin.mk,v 1.121 2022/12/20 07:04:42 triaxx Exp $
#
# Variable definitions for the Darwin operating system.
@@ -113,6 +113,7 @@ 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.1= 13.0
#
# 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