-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/macports/macports-ports
- Loading branch information
Showing
39 changed files
with
331 additions
and
400 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,16 @@ | ||
--- src/xar_internal.h.orig 2022-02-09 16:56:42.000000000 +1100 | ||
+++ src/xar_internal.h 2022-03-18 05:43:14.000000000 +1100 | ||
@@ -8,15 +8,13 @@ | ||
#ifndef _XAR_INTERNAL_H_ | ||
#define _XAR_INTERNAL_H_ | ||
|
||
-#ifdef XARSIG_BUILDING_WITH_XAR | ||
#include "xar.h" | ||
-#else | ||
-#include <xar/xar.h> | ||
-#endif // XARSIG_BUILDING_WITH_XAR | ||
--- src/xar_internal.h.orig 2024-09-24 15:39:21 | ||
+++ src/xar_internal.h 2024-10-01 07:15:49 | ||
@@ -15,9 +15,9 @@ | ||
#endif // XARSIG_BUILDING_WITH_XAR | ||
|
||
// Undeprecate these for internal usage | ||
-xar_t xar_open(const char *file, int32_t flags) API_AVAILABLE(macos(10.4)); | ||
-xar_t xar_open_digest_verify(const char *file, int32_t flags, void *expected_toc_digest, size_t expected_toc_digest_len) API_AVAILABLE(macos(10.14.4)); | ||
-xar_t xar_fdopen_digest_verify(int fd, int32_t flags, void *expected_toc_digest, size_t expected_toc_digest_len) API_AVAILABLE(macos(15.0)); | ||
-char *xar_get_path(xar_file_t f) API_AVAILABLE(macos(10.4)); | ||
+xar_t xar_open(const char *file, int32_t flags); | ||
+xar_t xar_open_digest_verify(const char *file, int32_t flags, void *expected_toc_digest, size_t expected_toc_digest_len); | ||
+xar_t xar_fdopen_digest_verify(int fd, int32_t flags, void *expected_toc_digest, size_t expected_toc_digest_len); | ||
+char *xar_get_path(xar_file_t f); | ||
+ | ||
+char *xar_get_safe_path(xar_file_t f); | ||
|
||
#endif /* _XAR_INTERNAL_H_ */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# -*- 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 | ||
|
||
PortSystem 1.0 | ||
PortGroup cmake 1.1 | ||
PortGroup github 1.0 | ||
|
||
github.setup mozilla cubeb 2bee6bcbd37b121ab197193fe466eef0e91b62b1 | ||
version 20240924 | ||
revision 0 | ||
|
||
description Cross platform audio library | ||
|
||
long_description {*}${description} | ||
|
||
categories audio | ||
license ISC | ||
maintainers {gmail.com:herby.gillot @herbygillot} \ | ||
openmaintainer | ||
|
||
fetch.type git | ||
|
||
depends_build-append \ | ||
port:doxygen \ | ||
port:python312 | ||
|
||
post-fetch { | ||
system -W ${worksrcpath} "git submodule update --init --recursive" | ||
} | ||
|
||
configure.args-append \ | ||
-DBUILD_TESTS=OFF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 0 additions & 22 deletions
22
databases/sqlcipher/files/0001-sqliteInt.h-fix-pointer-size-for-ppc64.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.