py-meson,meson: explicitly add "subsystem = 'macos'" to cross files

Closes: https://trac.macports.org/ticket/74047
Closes: https://trac.macports.org/ticket/73976
This commit is contained in:
Renee Otten
2026-05-29 10:57:42 -04:00
parent bbf2f499aa
commit 4c73268f93
7 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ PortSystem 1.0
name meson
version 1.11.1
revision 0
revision 1
license Apache-2
categories-prepend devel
+1 -1
View File
@@ -8,7 +8,7 @@ name py-meson
# update version and revision also in the meson port
github.setup mesonbuild meson 1.11.1
github.tarball_from releases
revision 3
revision 4
checksums rmd160 c7bd966adc6b4b9ebd8f63ef988ac768cabec5eb \
sha256 6788ae299979643f8d841bcaf64352558436cae45a0355148a3aeeccf7913866 \
+1
View File
@@ -1,5 +1,6 @@
[host_machine]
system = 'darwin'
subsystem = 'macos'
cpu_family = 'aarch64'
cpu = 'arm64'
endian = 'little'
+1
View File
@@ -1,5 +1,6 @@
[host_machine]
system = 'darwin'
subsystem = 'macos'
cpu_family = 'x86'
cpu = 'i386'
endian = 'little'
+1
View File
@@ -1,5 +1,6 @@
[host_machine]
system = 'darwin'
subsystem = 'macos'
cpu_family = 'ppc'
cpu = 'ppc'
endian = 'big'
+1
View File
@@ -1,5 +1,6 @@
[host_machine]
system = 'darwin'
subsystem = 'macos'
cpu_family = 'ppc64'
cpu = 'ppc64'
endian = 'big'
@@ -1,5 +1,6 @@
[host_machine]
system = 'darwin'
subsystem = 'macos'
cpu_family = 'x86_64'
cpu = 'x86_64'
endian = 'little'