git: ea28eb85638e - main - audio/mac: Update to 11.41
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 Sep 2025 00:37:03 UTC
The branch main has been updated by jhale:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ea28eb85638e6bf33b88af0c4b44ff29f67fcfc2
commit ea28eb85638e6bf33b88af0c4b44ff29f67fcfc2
Author: Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2025-09-04 00:36:09 +0000
Commit: Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2025-09-04 00:36:58 +0000
audio/mac: Update to 11.41
https://www.monkeysaudio.com/versionhistory.html
---
audio/mac/Makefile | 2 +-
audio/mac/distinfo | 6 +++---
audio/mac/files/patch-CMakeLists.txt | 23 ++++++++++++++++++++++-
audio/mac/pkg-plist | 2 +-
4 files changed, 27 insertions(+), 6 deletions(-)
diff --git a/audio/mac/Makefile b/audio/mac/Makefile
index 50138efd93c6..90dceadc3f27 100644
--- a/audio/mac/Makefile
+++ b/audio/mac/Makefile
@@ -1,5 +1,5 @@
PORTNAME= mac
-PORTVERSION= 11.38
+PORTVERSION= 11.41
CATEGORIES= audio
MASTER_SITES= https://www.monkeysaudio.com/files/
DISTNAME= ${PORTNAME:tu}_${PORTVERSION:S|.||}_SDK
diff --git a/audio/mac/distinfo b/audio/mac/distinfo
index f579cb43ad28..cd2331c26aab 100644
--- a/audio/mac/distinfo
+++ b/audio/mac/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1756358910
-SHA256 (MAC_1138_SDK.zip) = 50fb286ef83fe739427610b7658d5d3422d0b5b636e1aa52ae14277c635ffcad
-SIZE (MAC_1138_SDK.zip) = 1710212
+TIMESTAMP = 1756944953
+SHA256 (MAC_1141_SDK.zip) = e31329e426802ee5072ebfcc4ea746005dafd54a0ab2793056f50764378fd94f
+SIZE (MAC_1141_SDK.zip) = 1708143
diff --git a/audio/mac/files/patch-CMakeLists.txt b/audio/mac/files/patch-CMakeLists.txt
index 405846035bfc..b26b2cdbbbee 100644
--- a/audio/mac/files/patch-CMakeLists.txt
+++ b/audio/mac/files/patch-CMakeLists.txt
@@ -1,7 +1,9 @@
Version 11.00 added multi-threading support, but we need to link to -lpthread
to resolve symbols.
---- CMakeLists.txt.orig 2025-04-25 04:13:46 UTC
+Version 11.41 renamed IO.h to IAPEIO.h, but they didn't update CMakeLists.txt
+
+--- CMakeLists.txt.orig 2025-09-01 19:26:38 UTC
+++ CMakeLists.txt
@@ -6,6 +6,8 @@ option(BUILD_UTIL "Build the mac command line tool" ON
option(BUILD_SHARED "Build libMAC as a shared library" ON)
@@ -12,6 +14,25 @@ to resolve symbols.
#
# Determine interface version
#
+@@ -74,7 +76,7 @@ set(MAC_PUBLIC_HEADERS
+ Shared/All.h
+ Shared/APETag.h
+ Shared/CharacterHelper.h
+- Shared/IO.h
++ Shared/IAPEIO.h
+ Shared/MACDll.h
+ Shared/MACLib.h
+ Shared/NoWindows.h
+@@ -91,8 +93,8 @@ set(MAC_SHARED_HEADERS
+ Source/Shared/CPUFeatures.h
+ Source/Shared/CRC.h
+ Source/Shared/GlobalFunctions.h
++ Source/Shared/IAPEIO.h
+ Source/Shared/ID3Genres.h
+- Source/Shared/IO.h
+ Source/Shared/MACDll.h
+ Source/Shared/MemoryIO.h
+ Source/Shared/MFCGlobals.h
@@ -229,6 +231,7 @@ if(BUILD_SHARED)
if(BUILD_SHARED)
add_library(MAC SHARED $<TARGET_OBJECTS:shared> $<TARGET_OBJECTS:objects>)
diff --git a/audio/mac/pkg-plist b/audio/mac/pkg-plist
index 10d5917bd1e6..f6d49421e696 100644
--- a/audio/mac/pkg-plist
+++ b/audio/mac/pkg-plist
@@ -2,7 +2,7 @@ bin/mac
include/MAC/APETag.h
include/MAC/All.h
include/MAC/CharacterHelper.h
-include/MAC/IO.h
+include/MAC/IAPEIO.h
include/MAC/MACDll.h
include/MAC/MACLib.h
include/MAC/NoWindows.h