* fix DEPRECATED flag, by using a more reliable Python module;
* used pycryptodome instead of cryptography to keep compatibility;
* update pluggable transports support by adding snowflake.
PR: 260897, 262503, 265390
Reported by: yuri@, ruben <ruben % verweg.com>, chris <chris % crvintel.com>
Sponsored by: TorBSD Diversity Project, TDP
Sponsored by: The Tor Project
* Fix 'DEPRECATED';
* Maintainer reset per long time hiatus in Bugzilla (6months+);
* Replace 'pycrypto with 'cryptography' (follow upstream);
https://gitlab.torproject.org/legacy/trac/-/issues/21086#note_2236877
PR: 248712
Reported by: John W. O'Brien <john % saltant.com>
Approved by: rene@
Details:
- Rework dependencies to fix stage-qa warnings, at least for the default
packages and a couple configs tested.
- Add JPEG OPTION to allow to actually disable it (as it is picked up
automatically in most systems via build dependencies, even if the user
does not want to include it).
PR: 256994
Reported by: bsd@philippost.de
MFH: 2022Q3
Python library dealing with mutable variants of tuple (mutabletuple) and
collections.namedtuple (recordclass), which support assignments and more
memory saving variants (dataobject, litelist, …).
Only allowing dist versions starting with v and a digit should filter
out any git tags that are not release versions.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36059
graphics/blender will require brotli in upcoming releases [1]. As brotli
brings no additional runtime dependencies, this can be cheaply added to
the defaults.
PR: 265681
Reported by: Shane <FreeBSD@ShaneWare.Biz>
[1] https://developer.blender.org/rB0830320a7ce8da31dec7c1efd97a7481784b6445
* Add FDK_AAC option, it's an optional dependency (disabled by default
for patent reasons).
* Improve port structure, consistently honor {C,CPP,CXX,LD}FLAGS from
environment also for the static libs (fdk-aac and ffmpeg).
* Remove cross-compiling cruft, it's unnecessary when using compilers
from linux-c7-devtools.
* Remove redundant info from pkg-descr that's already in pkg-message.
* Drop OpenSSL from LICENSE, it's linked dynamically and the distfile
is only needed to get the headers required for building.
* Update statically linked FFmpeg to latest version 5.1.
Changelog:
Small improvements and bugfixes
Details: https://makemkv.com/download/
Approved by: tcberner (mentor)
MFH: 2022Q3
Differential Revision: https://reviews.freebsd.org/D36039
When installing package of databases/redis62, following pkg-message is
displayed.
To setup "redis62" you need to edit the configuration file:
/usr/local/etc/redis62.conf
To run redis from startup, add redis62_enable="YES"
in your /etc/rc.conf.
But path of configuration file is /usr/local/etc/redis.conf and what
should really be added to /etc/rc.conf is redis_enable="YES". Same
problem also happens when installing databases/redis6
The source of the problem is that the value of ${PORTNAME} is used to
create pkg-message from file/pkg-message.in. So fix it by changing the
value of ${PORTNAME} to "redis" and set PKGNAMESUFFIX in Makefile of
each port.
While I'm here,
* Pet portlint and portclippy
* Tidy up Makefile with portfmt.
PR: 265623
Reported by: FiLiS
MFH: 2022Q3
Currently 300.statistics hangs up if server accepts connection but
doesn't respond to the request. So set timeout to wait response from
server.
PR: 265389
Approved by: maintainer timeout
MFH: 2022Q3
1. Set the default to OPENMPI on everywhere to fix:
====> You must select one and only one option from the MPI single
=====> No option was selected (and one must be)
2. Then exclude it on other 32-bit architectures, not just i386.