Skip to content

Commit

Permalink
openal-soft: Update to 1.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandesign committed Feb 9, 2025
1 parent 912172d commit 788deb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 62 deletions.
17 changes: 5 additions & 12 deletions audio/openal-soft/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,13 @@ PortGroup legacysupport 1.1
legacysupport.newest_darwin_requires_legacy 14

name openal-soft
if {${os.platform} ne "darwin" || ${os.major} >= 19} {
version 1.24.1
if {${os.platform} ne "darwin" || ${os.major} >= 17} {
version 1.24.2
revision 0
checksums rmd160 dd1cdf0610fe16b079bb540ecb0694f247302376 \
sha256 0b9883d2e372d4ce66d37b142ab10b606a8a0ed3e873d1e070b1c878b695425a \
size 991155
checksums rmd160 8469975aa3192c68678db050b56ae17c26e04758 \
sha256 cd4c88c9b7311cb6785db71c0ed64f5430c9d5b3454e0158314b2ef25ace3e61 \
size 1020760
} else {
# macOS 10.14:
# https://build.macports.org/builders/ports-10.14_x86_64-builder/builds/223612/steps/install-port/logs/stdio
# utils/makemhr/loaddef.cpp:33:10: fatal error: 'filesystem' file not found
# https://github.com/kcat/openal-soft/issues/1065
#
# macOS 10.12:
# https://build.macports.org/builders/ports-10.12_x86_64-builder/builds/291362/steps/install-port/logs/stdio
# common/almalloc.h:78:46: error: aligned allocation function of type 'void *(std::size_t, std::align_val_t)' is only available on macOS 10.13 or newer
Expand Down Expand Up @@ -67,8 +62,6 @@ if {[vercmp ${version} < 1.24.0]} {

compiler.cxx_standard 2014
} else {
patchfiles-append spans.patch

compiler.cxx_standard 2017
}
compiler.thread_local_storage yes
Expand Down
50 changes: 0 additions & 50 deletions audio/openal-soft/files/spans.patch

This file was deleted.

0 comments on commit 788deb6

Please sign in to comment.