git: 13a84b4c0d52 - main - audio/mac: Update to 13.16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Jul 2026 09:52:07 UTC
The branch main has been updated by jhale:
URL: https://cgit.FreeBSD.org/ports/commit/?id=13a84b4c0d52d3936030fa6a59beb5ef38d2783f
commit 13a84b4c0d52d3936030fa6a59beb5ef38d2783f
Author: Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2026-07-01 09:47:33 +0000
Commit: Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2026-07-01 09:47:33 +0000
audio/mac: Update to 13.16
Changes: https://www.monkeysaudio.com/versionhistory.html
---
audio/mac/Makefile | 2 +-
audio/mac/distinfo | 6 +++---
audio/mac/files/patch-CMakeLists.txt | 6 +++---
audio/mac/files/patch-Shared_All.h | 4 ++--
audio/mac/files/patch-Source_Shared_All.h | 4 ++--
audio/mac/pkg-plist | 2 +-
6 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/audio/mac/Makefile b/audio/mac/Makefile
index 29ff7315df60..353e7667cb47 100644
--- a/audio/mac/Makefile
+++ b/audio/mac/Makefile
@@ -1,5 +1,5 @@
PORTNAME= mac
-PORTVERSION= 13.01
+PORTVERSION= 13.16
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 1e022c9b80f5..3d666a3e73b9 100644
--- a/audio/mac/distinfo
+++ b/audio/mac/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1780390429
-SHA256 (MAC_1301_SDK.zip) = 92e735181c3dcd6ddb7c98078f7225e2cceb9fea4ec961f6a1cd3c530afe1195
-SIZE (MAC_1301_SDK.zip) = 14834853
+TIMESTAMP = 1782890741
+SHA256 (MAC_1316_SDK.zip) = 5b99491a7da1bd5144371f8b371058ddb1876a5667cf8640ec9fff6c9c0a21f3
+SIZE (MAC_1316_SDK.zip) = 1786995
diff --git a/audio/mac/files/patch-CMakeLists.txt b/audio/mac/files/patch-CMakeLists.txt
index d24447b65af8..3d664c0a5114 100644
--- a/audio/mac/files/patch-CMakeLists.txt
+++ b/audio/mac/files/patch-CMakeLists.txt
@@ -1,7 +1,7 @@
Version 11.00 added multi-threading support, but we need to link to -lpthread
to resolve symbols.
---- CMakeLists.txt.orig 2026-03-29 18:11:44 UTC
+--- CMakeLists.txt.orig 2026-06-28 11:27:58 UTC
+++ CMakeLists.txt
@@ -18,6 +18,8 @@ endif()
add_compile_options(-Wpedantic)
@@ -12,7 +12,7 @@ to resolve symbols.
#
# Determine interface version
#
-@@ -241,6 +243,7 @@ if(BUILD_SHARED)
+@@ -244,6 +246,7 @@ if(BUILD_SHARED)
if(BUILD_SHARED)
add_library(MAC SHARED $<TARGET_OBJECTS:shared> $<TARGET_OBJECTS:objects>)
set_target_properties(MAC PROPERTIES VERSION ${MAC_SOVERSION} SOVERSION ${MAC_SOVERSION})
@@ -20,7 +20,7 @@ to resolve symbols.
if(WIN32)
if(${ARCHITECTURE} STREQUAL x86)
-@@ -327,7 +330,7 @@ if(BUILD_UTIL)
+@@ -330,7 +333,7 @@ if(BUILD_UTIL)
Source/Console/Console.cpp)
add_executable(macutil ${MAC_UTIL_HEADER_FILES} ${MAC_UTIL_SOURCE_FILES} $<TARGET_OBJECTS:shared>)
diff --git a/audio/mac/files/patch-Shared_All.h b/audio/mac/files/patch-Shared_All.h
index 853f5deb0841..e476d54a6592 100644
--- a/audio/mac/files/patch-Shared_All.h
+++ b/audio/mac/files/patch-Shared_All.h
@@ -3,7 +3,7 @@ We need to define PLATFORM_LINUX as the default if consumers don't do so.
Fix runtime for little endian archs. At least on amd64, _BIG_ENDIAN is defined
somewhere in the toolchain, causing the byte order to be reversed.
---- Shared/All.h.orig 2026-05-23 07:19:19 UTC
+--- Shared/All.h.orig 2026-07-01 07:25:49 UTC
+++ Shared/All.h
@@ -19,7 +19,7 @@ PLATFORM_ANDROID
#if !defined(PLATFORM_WINDOWS) && !defined(PLATFORM_APPLE) && !defined(PLATFORM_LINUX) && !defined(PLATFORM_ANDROID)
@@ -14,7 +14,7 @@ somewhere in the toolchain, causing the byte order to be reversed.
#define PLATFORM_LINUX
#elif defined(__APPLE__)
#define PLATFORM_APPLE
-@@ -338,7 +338,7 @@ Byte order
+@@ -364,7 +364,7 @@ Byte order
#define APE_LITTLE_ENDIAN 1234
#define APE_BIG_ENDIAN 4321
diff --git a/audio/mac/files/patch-Source_Shared_All.h b/audio/mac/files/patch-Source_Shared_All.h
index 5f00fb5ae66d..7f841b33768e 100644
--- a/audio/mac/files/patch-Source_Shared_All.h
+++ b/audio/mac/files/patch-Source_Shared_All.h
@@ -3,7 +3,7 @@ We need to define PLATFORM_LINUX as the default if consumers don't do so.
Fix runtime for little endian archs. At least on amd64, _BIG_ENDIAN is defined
somewhere in the toolchain, causing the byte order to be reversed.
---- Source/Shared/All.h.orig 2026-05-23 07:19:19 UTC
+--- Source/Shared/All.h.orig 2026-07-01 07:25:49 UTC
+++ Source/Shared/All.h
@@ -19,7 +19,7 @@ PLATFORM_ANDROID
#if !defined(PLATFORM_WINDOWS) && !defined(PLATFORM_APPLE) && !defined(PLATFORM_LINUX) && !defined(PLATFORM_ANDROID)
@@ -14,7 +14,7 @@ somewhere in the toolchain, causing the byte order to be reversed.
#define PLATFORM_LINUX
#elif defined(__APPLE__)
#define PLATFORM_APPLE
-@@ -338,7 +338,7 @@ Byte order
+@@ -364,7 +364,7 @@ Byte order
#define APE_LITTLE_ENDIAN 1234
#define APE_BIG_ENDIAN 4321
diff --git a/audio/mac/pkg-plist b/audio/mac/pkg-plist
index 27d102eecd01..1bf84720b66a 100644
--- a/audio/mac/pkg-plist
+++ b/audio/mac/pkg-plist
@@ -11,4 +11,4 @@ include/MAC/Version.h
include/MAC/Warnings.h
include/MAC/WindowsEnvironment.h
lib/libMAC.so
-lib/libMAC.so.15
+lib/libMAC.so.16