Commit graph

60 commits

Author SHA1 Message Date
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
Mikael Urankar
0489261a91 multimedia/ringrtc: Update to 2.34.3 2023-12-06 16:22:26 +01:00
Mikael Urankar
a79f011722 multimedia/ringrtc: Update to 2.34.1 2023-11-17 11:55:11 +01:00
Mikael Urankar
242bd25344 multimedia/ringrtc: Restrict ringrtc to aarch64 and amd64
This port is only required by signal-desktop and only works on aarch64 and amd64
2023-11-16 08:55:55 +01:00
Mikael Urankar
d71f88ead9 multimedia/ringrtc: Add missing Makefile.crates 2023-11-14 16:23:45 +01:00
Mikael Urankar
6c93f528b0 multimedia/ringrtc: Update to 2.34.0 2023-11-13 18:27:03 +01:00
Robert Clausecker
9ce9fc372c multimedia/ringrtc: fix build on armv7
Add missing CPU feature detection logic to bundled opus.

Approved by:	portmgr (build fix blanket)
MFH:		2023Q4
2023-10-27 02:32:59 -04:00
Mikael Urankar
dd10dc88a7 lang/rust: Bump revisions after 1.73.0
PR:		274499
2023-10-24 12:22:32 +02:00
Mikael Urankar
31ca2c4742 multimedia/ringrtc: Update to 2.33.0 2023-10-10 15:18:10 +02:00
Mikael Urankar
aba8da2be1 lang/rust: Bump revisions after 1.72.0
PR:		273331
2023-09-08 11:06:24 +02:00
Mikael Urankar
dd844164a6 multimedia/ringrtc: Update to 2.30.0 2023-09-07 19:58:45 +02:00
Gleb Popov
b1ecad53b0 audio/pulseaudio: Update to 16.1
Bump PORTREVISION on consumers.

Sponsored by:	Serenity Cybersecurity, LLC

PR:		262713
2023-08-07 19:34:07 +03:00
Mikael Urankar
cdf28617b4 lang/rust: Bump revisions after 1.71.0
PR:		272449
2023-07-17 17:58:38 +02:00
Mikael Urankar
6c2ab35e8d multimedia/ringrtc: Fix build with rust 1.71.0
Do not abort if documentation is missing as we don't need it.

error: missing documentation for an extern crate
   --> curve25519-dalek-4f0aa6653c51598daa0a2f53b8ba54ce0eedfbdd/src/lib.rs:265:1
    |
265 | pub extern crate digest;
    | ^^^^^^^^^^^^^^^^^^^^^^^

PR:		272449
2023-07-12 12:18:50 +02:00
Mikael Urankar
c60033a5d1 multimedia/ringrtc: Update to 2.28.1
Changes:
  https://github.com/signalapp/ringrtc/releases/tag/v2.28.1
2023-07-03 18:34:13 +02:00
Rene Ladan
3d9a815d9c all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
2023-06-27 21:34:34 +02:00
Mikael Urankar
08d313499c multimedia/ringrtc: Update to 2.28.0
Changes:
  https://github.com/signalapp/ringrtc/releases/tag/v2.28.0
2023-06-18 14:32:22 +02:00
Mikael Urankar
e1d1045bc7 lang/rust: Bump revisions after 1.70.0
PR:		271797
2023-06-09 13:38:16 +02:00
Mikael Urankar
2135341051 multimedia/ringrtc: Fix build.
Add missing patches.
2023-06-07 07:55:57 +02:00
Mikael Urankar
3ae9f711af multimedia/ringrtc: Update to 2.27.0
Changes:
  https://github.com/signalapp/ringrtc/releases/tag/v2.27.0
2023-06-04 18:10:58 +02:00
Mikael Urankar
0fd72ccfd9 multimedia/ringrtc: Update to 2.26.4
Changes:
  https://github.com/signalapp/ringrtc/releases/tag/v2.26.3
  https://github.com/signalapp/ringrtc/releases/tag/v2.26.4
2023-05-12 18:13:32 +02:00
Christian Weisgerber
feb1fa34f5 audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
Mikael Urankar
3db55c4e97 lang/rust: Bump revisions after 1.69.0
PR:		270953
2023-04-23 15:14:05 +02:00
Mikael Urankar
f6a626eaf6 multimedia/ringrtc: Update to 2.26.2
Changes:
  https://github.com/signalapp/ringrtc/releases/tag/v2.26.0
  https://github.com/signalapp/ringrtc/releases/tag/v2.26.1
  https://github.com/signalapp/ringrtc/releases/tag/v2.26.2
2023-04-16 15:33:35 +02:00
Mikael Urankar
932571d502 multimedia/ringrtc: Update to 2.25.2
Changes:
  https://github.com/signalapp/ringrtc/releases/tag/v2.25.2
2023-03-24 17:09:09 +01:00
Mikael Urankar
74f8bb40db multimedia/ringrtc: Update to 2.25.1
Changes:
  https://github.com/signalapp/ringrtc/releases/tag/v2.25.1
2023-03-16 13:06:29 +01:00
Mikael Urankar
ebf29acc6c lang/rust: Bump revisions after 1.68.0
PR:		270080
2023-03-16 12:11:52 +01:00
Mikael Urankar
d80e9a5d0f multimedia/ringrtc: Update to 2.25.0
Changes:
  https://github.com/signalapp/ringrtc/releases/tag/v2.25.0
2023-03-09 12:08:02 +01:00
Mikael Urankar
13ff0d5413 multimedia/ringrtc: Update to 2.24.0
Changes:
  https://github.com/signalapp/ringrtc/releases/tag/v2.23.1
  https://github.com/signalapp/ringrtc/releases/tag/v2.24.0
2023-02-17 09:47:31 +01:00
Mikael Urankar
109e35fd59 lang/rust: Bump revisions after 1.67.1
PR:		269336
2023-02-13 15:52:59 +01:00
Mikael Urankar
9607f49592 multimedia/ringrtc: Update to 2.23.0
Changes:
  https://github.com/signalapp/ringrtc/releases/tag/v2.23.0
2023-01-27 17:12:29 +01:00
Daniel Engberg
12f1c627d4 */*: Bump rust (cargo) ports to reflect on WITH_LTO
Bump ports in tree so they get rebuilt with new default settings
for cargo ports
2023-01-07 20:24:18 +01:00
Mikael Urankar
ba14e01a52 lang/rust: Bump revisions after 1.66.0
PR:		268415
2022-12-20 18:37:15 +01:00
Mikael Urankar
fba443ad7b multimedia/ringrtc: Update to 2.22.0
Changes:
  https://github.com/signalapp/ringrtc/releases/tag/v2.21.0
  https://github.com/signalapp/ringrtc/releases/tag/v2.21.1
  https://github.com/signalapp/ringrtc/releases/tag/v2.21.2
  https://github.com/signalapp/ringrtc/releases/tag/v2.21.3
  https://github.com/signalapp/ringrtc/releases/tag/v2.21.4
  https://github.com/signalapp/ringrtc/releases/tag/v2.21.5
  https://github.com/signalapp/ringrtc/releases/tag/v2.22.0
2022-12-17 11:09:36 +01:00
Mikael Urankar
9bf6a99963 lang/rust: Bump revisions after 1.65.0
PR:		267622
2022-11-17 08:06:14 +01:00
Mikael Urankar
afe651cf62 lang/rust: Bump revisions after 1.64.0
PR:		267173
2022-10-30 13:07:09 +01:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Mikael Urankar
6181c52b21 multimedia/ringrtc: Update to 2.20.14
Changes: https://github.com/signalapp/ringrtc/releases/tag/v2.20.14
2022-09-01 21:14:34 +02:00
Baptiste Daroussin
b9b250f912 rust: bring back update to 1.63
Revert back the revert of the update of rust and related commits

This revert was drive by beside validation by portmgr via exp-run
and not respectful of the etiquette we have between committers

This reverts commit 8ecb1f8141.
This reverts commit 04d257baa1.
This reverts commit 2757c63bd0.
This reverts commit 75f4713de5.
This reverts commit e88e592111.
This reverts commit 783c056d7d.

With hat:	portmgr
2022-08-25 16:49:50 +02:00