tech-pkg archive

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

Re: Update mk/platform/Darwin.mk



On 8/20/23 01:12, Tobias Nygren wrote:
On Sun, 20 Aug 2023 08:05:23 +0200
Tobias Nygren <tnn%NetBSD.org@localhost> wrote:

On Sat, 19 Aug 2023 22:33:49 -0600
Brook Milligan <brook%nmsu.edu@localhost> wrote:

I would like to comit the following patch to cover this case.

+OSX_SDK_MAP.13.5=	13.3

This is correct, please do. Thanks!

Actually it looks like OSX_SDK_MAP was removed already last month so
just cvs up and see if that fixes the problem.

Yes, I removed it (with announcements on pkgsrc-users).  Pkgsrc now
relies on the MacOSX.sdk symlink by default, which should always point
to the latest SDK.  This can be overriddden in mk.conf.  See comments in
Darwin.mk.

# ls -al /Library/Developer/CommandLineTools/SDKs/
total 0
drwxr-xr-x  8 root  wheel   256B Jul  8 09:19 ./
drwxr-xr-x  5 root  wheel   160B May 16 17:13 ../
lrwxr-xr-x  1 root  wheel    14B Jul  8 09:18 MacOSX.sdk@ -> MacOSX13.3.sdk
drwxr-xr-x  7 root  wheel   224B Jul  8 09:19 MacOSX12.3.sdk/
lrwxr-xr-x  1 root  wheel    14B Jul  8 09:17 MacOSX12.sdk@ ->
MacOSX12.3.sdk
drwxr-xr-x  7 root  wheel   224B Nov 12  2022 MacOSX13.1.sdk/
drwxr-xr-x  7 root  wheel   224B Jul  8 09:18 MacOSX13.3.sdk/
lrwxr-xr-x  1 root  wheel    14B Jul  8 09:17 MacOSX13.sdk@ ->
MacOSX13.3.sdk



Home | Main Index | Thread Index | Old Index