99 Commits

Author SHA1 Message Date
Mikael Urankar f3f7e555b0 lang/rust: Bump revisions after 1.88.0
PR:		287766
2025-07-03 10:46:01 +02:00
Mikael Urankar 867ac8bd6c multimedia/ringrtc: Update to 2.53.0 2025-06-23 09:12:25 +02:00
Mikael Urankar 3ed29b8185 lang/rust: Bump revisions after 1.87.0
PR:		286829
2025-06-05 09:52:53 +02:00
Mikael Urankar 8ac2f3d6bc multimedia/ringrtc: Update to 2.52.0 2025-06-03 12:40:22 +02:00
Mikael Urankar a72bcd727f multimedia/ringrtc: Update to 2.51.0 2025-05-28 09:05:47 +02:00
Mikael Urankar d10bce7e0b multimedia/ringrtc: Update to 2.50.5 2025-04-25 09:09:09 +02:00
Mikael Urankar 7d1ab00baf multimedia/ringrtc: Update to 2.50.3 2025-04-11 14:29:16 +02:00
Mikael Urankar 2a5976aebe lang/rust: Bump revisions after 1.86.0
PR:		285840
2025-04-08 10:41:13 +02:00
Mikael Urankar 12696631cd multimedia/ringrtc: Update to 2.50.2 2025-03-28 10:55:23 +01:00
Mikael Urankar d70b843993 multimedia/ringrtc: Fix build on aarch64 2025-03-24 18:12:03 +01:00
Mikael Urankar 863230683a multimedia/ringrtc: Update to 2.50.1 2025-03-18 08:30:20 +01:00
Mikael Urankar fdfbd32cb8 multimedia/ringrtc: Update to 2.49.5 2025-03-05 19:02:58 +01:00
Mikael Urankar cf7c4b037d lang/rust: Bump revisions after 1.85.0
PR:		284884
2025-02-24 08:55:52 +01:00
Mikael Urankar 9000d8be1b multimedia/ringrtc: Update to 2.49.4 2025-02-17 14:09:52 +01:00
Mikael Urankar 32774e4064 multimedia/ringrtc: Update to 2.49.3 2025-02-04 13:12:42 +01:00
Mikael Urankar 30bc850f54 multimedia/ringrtc: Update to 2.49.2 2025-01-20 15:16:36 +01:00
Mikael Urankar fccaa1b326 lang/rust: Bump revisions after 1.84.0
PR:		283962
2025-01-20 12:06:50 +01:00
Mikael Urankar 1d1fd15a3e lang/rust: Bump revisions after 1.83.0
PR:		283000
2024-12-01 10:24:18 +01:00
Gleb Popov 5505c50fcc *: Bump PORTREVISIONs of Pulseaudio consumers
Sponsored by:	Future Crew, LLC
2024-11-23 11:31:00 +03:00
Mikael Urankar 010fe9e3c1 multimedia/ringrtc: Update to 2.48.7 2024-11-22 15:59:09 +01:00
Mikael Urankar c70d1de4a1 multimedia/ringrtc: Fix build on aarch64 2024-11-08 14:08:51 +01:00
Mikael Urankar ca048c2884 lang/rust: Bump revisions after 1.82.0
PR:		282516
2024-11-08 09:24:20 +01:00
Mikael Urankar bb024208c1 multimedia/ringrtc: Update to 2.48.3 2024-11-02 17:29:06 +01:00
Yuri Victorovich f99a708957 Mk/Uses/cargo.mk: Remove cross-compilation options for Rust-based ports
Reasons:
* Port build shouldn't use cross-compilation mode
  because it buids for the same architecture.
* RUSTFLAGS isn't passed to the build of all or some Rust ports
  in the cross-compilation mode.

Essential changes:
* Remove the CARGO_BUILD_TARGET make variable.
* Remove CARGO_BUILD_TARGET and CARGO_TARGET_* from CARGO_ENV.
* Update many ports that used CARGO_BUILD_TARGET.
* Build paths now don't include the architecture triplet part.

Immadiate benefits:
* Unbreak build on architectures like i386 that sometimes require
  special RUSTFLAGS that were not effective in the cross-compilation
  mode.

Ports that really need cross-compilation for some reason should
enable it on case-by-case basis. Example: net-p2p/cncli
(Not sure why does net-p2p/cncli actually need it, but it only
builds with these options.)

PR:		280305
Approved by:	rust@FreeBSD.org (maintainer's timeout; 98 days)
2024-10-22 20:11:24 -07:00
Mikael Urankar 1568bc9c26 multimedia/ringrtc: Update to 2.48.0 2024-10-05 11:10:54 +02:00
Mikael Urankar bb72248b68 multimedia/ringrtc: Update to 2.47.0 2024-09-20 14:28:15 +02:00
Mikael Urankar 89ab81d0e2 lang/rust: Bump revisions after 1.81.0
PR:		281300
2024-09-10 13:00:34 +02:00
Mikael Urankar d82e143de7 multimedia/ringrtc: Update to 2.46.2 2024-09-08 16:07:20 +02:00
Mikael Urankar 7a55f95425 lang/rust: Bump revisions after 1.80.1
PR:		280490
2024-08-26 10:08:01 +02:00
Mikael Urankar 9e8954c965 multimedia/ringrtc: Update to 2.46.0 2024-08-22 18:39:20 +02:00
Joseph Mingrone 372546c27a multimedia/ringrtc: Remove patch to detect mempcpy(3)
The patch was applied to detect mempcpy(3) in /usr/include/string.h.  It
is no longer necessary after ports snapshot d124846683 and did not
detect the function after src snapshot 0c47b9c211.

Approved by:	mikael (maintainer)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D46058
2024-07-22 12:03:30 -03:00
Joseph Mingrone d124846683 multimedia/ringrtc: Fix build on recent main
After src snapshot 0c47b9c211e, the build began failing with:

../../third_party/nasm/include/compiler.h:249:21: error: static
  declaration of 'mempcpy' follows non-static declaration
  249 | static inline void *mempcpy(void *dst, const void *src, size_t n)
      |                     ^
/usr/include/string.h:71:8: note: previous declaration is here
   71 | void    *(mempcpy)(void * __restrict,
                  const void * __restrict, size_t);

Fix the build by restoring a default definition of HAVE_MEMPCPY since
we have had mempcpy() since 13.1.

Approved by:	kevans, mikael (maintainer)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D46053
2024-07-21 09:09:39 -03:00
Mikael Urankar c73766042e multimedia/ringrtc: Update to 2.44.2 2024-07-09 15:27:55 +02:00
Mikael Urankar 21476ca8a9 lang/rust: Bump revisions after 1.79.0
PR:		279707
2024-06-18 12:59:14 +02:00
Mikael Urankar 3aed04466b multimedia/ringrtc: Update to 2.42.0 2024-05-31 15:19:40 +02:00
Mikael Urankar 80ce246ce5 multimedia/ringrtc: Update to 2.41.0 2024-05-16 20:51:35 +02:00
Mikael Urankar 2322b66100 lang/rust: Bump revisions after 1.78.0
PR:		278834
2024-05-13 13:03:24 +02:00
Mikael Urankar aab67e0339 multimedia/ringrtc: Update to 2.40.0 2024-05-03 15:05:23 +02:00
Mikael Urankar 3f3e0e47d3 multimedia/ringrtc: Update to 2.39.3 2024-04-18 21:46:27 +02:00
Mikael Urankar d632fbe55e lang/rust: Bump revisions after 1.77.0
PR:		277786
2024-03-23 10:41:46 +01:00
Mikael Urankar 9bc326e842 net-im/signal-desktop: drop maintainership
PR:		277407
2024-03-01 11:09:16 +01:00
Mikael Urankar 0e1244f7a7 multimedia/ringrtc: Fix build on aarch64 2024-02-23 12:34:49 +01:00
Mikael Urankar 7f5a7b0e52 lang/rust: Bump revisions after 1.76.0
PR:		276920
2024-02-19 12:59:23 +01:00
Mikael Urankar f20af2792a multimedia/ringrtc: Update to 2.37.0 2024-02-10 11:03:40 +01:00
Mikael Urankar 36ea79571e multimedia/ringrtc: Update to 2.36.0 2024-02-02 20:04:21 +01:00
Mikael Urankar 94812ec3eb multimedia/ringrtc: Update to 2.34.5 2024-01-09 15:22:24 +01:00
Mikael Urankar 109c3d4629 lang/rust: Bump revisions after 1.75.0
PR:		276033
2024-01-09 13:15:54 +01:00
Mikael Urankar 0783d3a194 multimedia/ringrtc: Fix build. 2023-12-13 10:03:08 +01:00
Mikael Urankar a2987944a4 multimedia/ringrtc: Update to 2.34.4 2023-12-10 11:25:26 +01:00
Mikael Urankar b2afd89fb2 lang/rust: Bump revisions after 1.74.1
PR:		275243
2023-12-08 16:04:09 +01:00