finance/beanquery: Exclude docs directory from package
The docs/ directory contains Sphinx documentation configuration that
should not be installed into site-packages. This was causing a file
conflict with py311-cheroot (both were installing
lib/python3.11/site-packages/docs/__pycache__/conf.cpython-311.opt-1.pyc).
*/*: Introduction USES=sudo
A new uses 'sudo' has been added to transperently depends of the
proper flavor of sudo 'default' or 'sssd' depending on the default
version set by the user.
If you prefere to use 'sssd' flavor of sudo, add the following
to your make.conf:
DEFAULT_VERSIONS+=sudo=sssd
All sudo consummer ports has benn updated to USES=sudo
Reviewed by: 0mp
Approved by: mat
Sponsored by: Klara, Inc.
Differential Revision: https://reviews.freebsd.org/D52160
net/libmateweather: Updated from version to 1.28.1
ALso swtiched the ports to GitHub since that package was not added to
the 1.28.1 in https://pub.mate-desktop.org/releases/1.28/.
PR: 289685
Reported by: Ale
sysutils/flashrom: fix build on big-endian
compare_region_with_dump() is used only in a code for little-endian:
../libflashrom.c:458:12: error: unused function 'compare_region_with_dump' [-Werror,-Wunused-function]
458 | static int compare_region_with_dump(const struct romentry *const a, const struct romentry *const b)
| ^~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
emulators/wine-gecko: Package 64-bit upstream MSI
So far we packaged the 32-bit upstream MSI both on i386 and amd64.
Now differentiate based on architecture.
This changes amd64 packages, so bump PORTREVISION.
It backports revision c1a8aaa416a3 from emulators/wine-gecko-devel.
PR: 290706
Tested by: Dave Palais <silent at penguinmail.com>
HBSD: ftp/curl: Fixup .onion patch
We want people to still be able to reach HardenedBSD's infrastructure
over Tor, so we need to fixup the patch that removes the prohibition of
Tor Onion Services due to changes in libcurl's lib/hostip.c file.
This commit should serve as a reminder of how changes we humans make to
technology impact human rights efforts.
Signed-off-by: Shawn Webb <shawn.webb at hardenedbsd.org>
devel/openfec: New Port
OpenFEC is a library that provides Application-Level Forward Erasure
Correction (AL-FEC) codes, also known as Upper-Layers FEC (UL-FEC). The
core purpose is to add redundancy to data in order to recover from
erasures during transmission without requiring retransmission.
This port is of the actively maintained fork by the roc-streaming project.
comms/chirp: Update 20240910 => 20251106
+ Add WWW for source code repository
* Pet portclippy(1) and portfmt(1)
* Use distutils for now, as with pep517 it fails at stage phase,
while upstream don't have any plans on implementing it either.
https://github.com/kk7ds/chirp/pull/609#pullrequestreview-1435569432
PR: 282904
Approved by: hamradio@ (alven@, yuri@)
Approved by: yuri@ (Mentor)