Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions sysutils/yabai/Portfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

Check warning on line 1 in sysutils/yabai/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port test yabai: Warning: yabai is configured to build for the architecture(s) 'arm64', but installed Mach-O files built for the following archs: Warning: arm64,x86_64: Warning: /opt/local/bin/yabai Warning:

Check warning on line 1 in sysutils/yabai/Portfile

View workflow job for this annotation

GitHub Actions / macos-26

port test yabai: Warning: yabai is configured to build for the architecture(s) 'arm64', but installed Mach-O files built for the following archs: Warning: arm64,x86_64: Warning: /opt/local/bin/yabai Warning:

Check warning on line 1 in sysutils/yabai/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port test yabai: Warning: yabai is configured to build for the architecture(s) 'arm64', but installed Mach-O files built for the following archs: Warning: arm64,x86_64: Warning: /opt/local/bin/yabai Warning:

PortSystem 1.0
PortGroup github 1.0
PortGroup makefile 1.0

github.setup koekeishiya yabai 7.1.15 v
github.setup koekeishiya yabai 7.1.18 v
github.tarball_from archive

categories sysutils
Expand All @@ -13,9 +13,9 @@
description A tiling window manager for macOS based on binary space partitioning
long_description yabai is a window management utility that is designed to work as an extension to the built-in window manager of macOS.

checksums rmd160 975f0cc62be38cf1b8b2b7029b14896b999a6cc3 \
sha256 3b07916b32f1f1488ff817b1f60559df8b9225a2d8e840edc5ebb10e3e1334f3 \
size 1570025
checksums rmd160 2942e98865e69c6f13528cb8c17b0294f38093f9 \
sha256 2ac5e1c8ae5d1e197c848c934564cf93d82b914bfb704e4c5ba11bb3aee65f40 \
size 1570895

use_parallel_build no

Expand Down