| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
PR: 267431
(cherry picked from commit 6f9ecc04ad359bf3cc9c6cf46caecb984f070799)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently configure script fails to detect libgcrypt as following.
configure:24491: checking for libgcrypt usability
configure:24561: c++ -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -I/usr/local/include -fstack-protector-strong conftest.cpp -llzma -lbz2 -lz -ldl >&5
ld: error: undefined symbol: gcry_check_version
>>> referenced by conftest.cpp
>>> /tmp/conftest-5a5403.o:(main)
c++: error: linker command failed with exit code 1 (use -v to see invocation)
It happens because '-L/usr/local/lib' is lacked from options to
compile conftest. So fix it by adding 'localbase' to USES.
Bump PORTREVISION as GCRYPT option is ON by default.
PR: 267312
Reported by: Graham Menhennitt (in freebsd-ports ML)
MFH: 2022Q4
(cherry picked from commit c14a8f470eca8cf57a8cda29e62bd7a28dc82bc3)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Even though bash completion scripts are installed, bash_completion
need not be installed, reducing the port and package footprint.
Should a person actually need bash_completion, it can be installed
separately by the user.
PR: 267214
Reported by: Mel Pilgrim <ports.maintainer@evilphi.com>
MFH: 2022Q4
(cherry picked from commit 6d2af9e3f07a2473b50b02388a58708ad5015cf5)
|
| |
|
|
| |
(cherry picked from commit f8b5b53b3eedcca3484a0ac034adb136dc7f39e6)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
In some cases nut may start before devd causing it to fail because it
lacks permissions to USB attached UPS devices. The nut supplied
devd.conf ensures that nut has read/write access to the UPS.
PR: 267144
Reported by: ml@netfence.it
MFH 2022Q4
(cherry picked from commit 9ef8c35f855969b21a880e942ff53803b5d81ce8)
|
| |
|
|
| |
(cherry picked from commit 17a620793ca96fa1d98b073495c3f6b3c07fec2b)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- consult portclippy
- switch MAINTAINER to my @f.o address
- use %%PORTVERSION%% in pkg-plist to avoid changing it on each
upstream upgrade
ChangeLog:
https://github.com/storaged-project/udisks/blob/udisks-2.9.4/NEWS
PR: 267263
MFH: 2022Q4 (bugfixes)
(cherry picked from commit 4b8953300ff9a327ad32a6d80fc3b8abcb6f603b)
|
| |
|
|
|
|
|
| |
fix build on 13.
PR: 266441
(cherry picked from commit 7a902c8910c3e3b0416ea97e1007792c0d482662)
|
| |
|
|
|
|
|
|
| |
PR: 266818
Reported by: fuz@fuz.su
MFH: 2022Q4
(cherry picked from commit 10b449775837f517c26a2c5e1c4cc50a5422da75)
|
| |
|
|
|
| |
PR: 267019
(cherry picked from commit 9c91cdb96cd57ed8ef496735848652b799c2dfb2)
|
| |
|
|
|
|
|
|
|
|
| |
Update to bug cache behavior on ZFS (and others)
PR: 266988
Reported by: darius@dons.net.au (maintainer)
MFH: 2022Q4 (bugfix)
(cherry picked from commit 0fda52c2839138c8765c017228b4a086baf3a404)
|
| |
|
|
|
|
| |
For those not passed via CFLAGS as well e.g., -static.
(cherry picked from commit 7c8ae4a390b5d8e8dbcf1966bc3461872e5d1b5f)
|
| |
|
|
| |
(cherry picked from commit 9ef20b54caf46648b7dddf20f59894d3acdb4dc2)
|
| |
|
|
| |
(cherry picked from commit 8123c8c4f500c856cf576de7f401cd6a88268115)
|
| |
|
|
| |
(cherry picked from commit 41b9f63425424e7cd4abf7db01b395965af74219)
|
| |
|
|
|
| |
Changes: https://github.com/cbsd/cbsd/releases/tag/v13.1.15
(cherry picked from commit 1648f437ec80d47dd2982dd5cbbc9e033903f6c9)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Maintainer releases all his ports.
PR: 266871
Reported by: unrelentingtech <greg@unrelenting.technology>
(cherry picked from commit f57221afde929c42521a9325c8e6416e2e400178)
Note deskutils/iconbrowser from the original commit was not in 2022Q4, but
deskutils/lookbook was.
|
| |
|
|
| |
(cherry picked from commit bde51869ee0206eeaa2849d8ef28b14da59727a3)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- for libblkid, fix a buffer size when parsing device names
to make room for a trailing '\0' character from sscanf().
(This was a long-standing bug in our local patch.)
- patch out qsort_r redeclarations from the sort_r library that are
incompatible with FreeBSD since it aligned with GNU qsort_r() API
- remove FreeBSD 14-CURRENT BROKEN= tag.
Related to:
PR: 266227
|
| |
|
|
| |
Reported by: delphij@
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
delphij@ and the upstream maintainer were working on a autoconf-based
solution, and this patch was not approved. Remove it and mark
port BROKEN on systems that changed qsort_r() for the GNU-like API.
PR: 266227
|
| |
|
|
| |
PR: 265619
|
| |
|
|
|
|
| |
PR: ports/266227
Exp-run by: antoine
Approved by: portmgr
|
| | |
|
| |
|
|
|
| |
2022-09-30 security/pwman3: Depends on expired security/py-pycrypto
2022-09-30 sysutils/py-ansible-base: Depends on expired security/py-pycrypto
|
| |
|
|
|
|
|
| |
Also modify clients.
PR: 266690
Reported by: asiciliano@FreeBSD.org
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
|
| |
ChangeLog: https://github.com/twpayne/chezmoi/releases/tag/v2.24.0
PR: 266711
|
| |
|
|
|
|
|
|
| |
- Added slashes to the install commands to make sure they error on
non-existent dirs
ChangeLog: https://github.com/ronaldklop/fakertc/releases/tag/v3
PR: 266702
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
|
|
|
| |
auto-gpu-setup: Warn users about possible interactions between DRM and
specific software such as Gnome
Reported by: grahamperrin
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
BSDebfetch is a simple yet beautiful system information tool for FreeBSD
based on Debfetch, written in GNU Bash.
WWW: https://git.sr.ht/~shiorid/bsdebfetch
Test Plan: Both ` poudriere testport` and `portlint -A` doesn't complain.
Reviewed by: arrowd
Differential Revision: https://reviews.freebsd.org/D34337
|
| |
|
|
|
|
|
| |
ChangeLog: https://github.com/andrewchambers/bupstash/releases/tag/v0.11.1
PR: 266628
Reported by: felix@userspace.com.au
|
| |
|
|
|
|
| |
PR: 266664
Approved by: dmgk <ports>
Sponsored by: Axcient
|
| |
|
|
| |
ChangeLog: https://github.com/kopia/kopia/releases/tag/v0.12.0
|
| |
|
|
|
|
|
|
|
|
| |
- Uses new multithreading library
- Add USES=pathfix
- Housekeeping with portclippy and portfmt
PR: 266040
Reported by: igorz@yandex.ru
Relnotes: https://sourceforge.net/projects/dar/files/dar/2.7.7/
|
| | |
|
| | |
|
| |
|
|
| |
ChangeLog: https://github.com/kopia/kopia/releases/tag/v0.12.0-rc1
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
| |
Reported by: portscout
|
| | |
|
| |
|
|
|
| |
Approved by: pi@ (implicit)
Sponsored by: NVIDIA Networking
|
| |
|
|
|
| |
Approved by: pi@ (implicit)
Sponsored by: NVIDIA Networking
|
| |
|
|
|
|
|
|
| |
Changelog: https://goaccess.io/release-notes#release-1.6.3
PR: 266064
Approved by: maintainer timeout
Co-authored-by: Adam Weinberger <adamw@FreeBSD.org>
|
| |
|
|
|
|
|
| |
Upstream already added support for lua 5.4 -- so this restriction
can be removed in the next update.
PR: 220281
|