diff options
author | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-08-09 01:57:10 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-08-09 01:57:10 +0300 |
commit | 7aa69c618b1491817cd4dc1e74ce9fb55935ed82 (patch) | |
tree | 6894ce8975bc4284eb8b89442f6bf16953dca6e5 /net/asterisk-chan_sccp/files/patch-src_define.h | |
parent | math/octave-forge: Remove dependency. (diff) |
net/asterisk-chan_sccp: Update 4.3.3 => 4.3.5.20231205 (4.3.5 with several patches after release)
Changelogs:
https://github.com/chan-sccp/chan-sccp/releases/tag/v4.3.4
https://github.com/chan-sccp/chan-sccp/releases/tag/v4.3.5
https://github.com/chan-sccp/chan-sccp/compare/v4.3.5...2e21051
Improve port:
- Add flavors asterisk20 and asterisk22.
- Set default flavor to asterisk22.
- Fix dependencies.
- Fix warnings from portclippy.
- Parameterize CONFLICTS_INSTALL.
PR: 288423
Approved by: Diederik de Groot <ddegroot@talon.nl> (maintainer, timeout 2 weeks)
Diffstat (limited to 'net/asterisk-chan_sccp/files/patch-src_define.h')
-rw-r--r-- | net/asterisk-chan_sccp/files/patch-src_define.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/asterisk-chan_sccp/files/patch-src_define.h b/net/asterisk-chan_sccp/files/patch-src_define.h index 5b2d175fb693..ce1846d7b7d7 100644 --- a/net/asterisk-chan_sccp/files/patch-src_define.h +++ b/net/asterisk-chan_sccp/files/patch-src_define.h @@ -1,6 +1,6 @@ ---- src/define.h.orig 2020-10-24 14:42:40 UTC +--- src/define.h.orig 2021-12-29 10:49:04 UTC +++ src/define.h -@@ -98,10 +98,10 @@ SCCP_LINE unsigned long long ___bswap_64(unsigned long +@@ -96,10 +96,10 @@ SCCP_LINE unsigned long long ___bswap_64(unsigned long # define htolel(x) (uint16_t)(x) # define htoles(x) (uint16_t)(x) # else |