| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
PR: 291582
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Recent versions of gettext no longer install m4 files in
PREFIX/share/aclocal. They have to be installed in the work
directory by autopoint for aclocal to find them.
Patch devel/autoconf so autoreconf runs autopoint when gettext related
macros are used in configure.ac (e.g. AM_ICONV). Previously it only
ran autopoint when AM_GNU_GETTEXT_(REQUIRE_)VERSION was used.
The following ports now require autopoint (i.e. USES=gettext-tools):
benchmarks/sysbench, devel/libhtp, editors/fxite, filesystems/rar2fs,
graphics/gd, net/ucarp, news/fidogate, sysutils/cdrdao
Other fixes:
emulators/mednafen, misc/lifelines: Use older version of gettext macros.
ftp/axel: Patch Makefile.am and configure.ac to get gettext working and
add NLS option.
ftp/wzdftpd: Use autoreconf 2.72.
mail/sympa: Remove hack from configure.ac.
multimedia/dvdauthor: Use ports autoreconf.
net/asterisk-chan_sccp: Drop autoreconf and gettext-tools dependencies.
security/pam_pkcs11: Patch configure.ac so autoreconf can find the
custom directory with m4 files.
sysutils/grub2-efi, sysutils/grub2-pcbsd: Add patch to run autoreconf
with -f flag so it updates all files.
www/wget2: Patch configure.ac to what autopoint expects.
PR: 287167
Exp-run by: antoine
|
| |
|
|
|
| |
PR: 291525
Reported by: maintainer
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
Changelog:
https://github.com/dreibh/hipercontracer/blob/hipercontracer-2.1.6/ChangeLog
https://github.com/dreibh/hipercontracer/blob/hipercontracer-2.1.7/ChangeLog
Commit log:
https://github.com/dreibh/hipercontracer/compare/hipercontracer-2.1.5...hipercontracer-2.1.7
PR: 291244
|
| | |
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
|
|
|
|
|
|
| |
Changelog:
https://github.com/dreibh/hipercontracer/blob/hipercontracer-2.1.5/ChangeLog
Commit log:
https://github.com/dreibh/hipercontracer/compare/hipercontracer-2.1.4...hipercontracer-2.1.5
PR: 291096
|
| |
|
|
|
|
| |
Notable changes: https://github.com/esnet/iperf/releases/tag/3.20
Sponsored by: Energy Sciences Network (ESnet)
|
| |
|
|
|
|
|
|
|
|
| |
Changelog:
https://github.com/dreibh/hipercontracer/blob/hipercontracer-2.1.4/ChangeLog
Commit log:
https://github.com/dreibh/hipercontracer/compare/hipercontracer-2.1.3...hipercontracer-2.1.4
PR: 291010
|
| |
|
|
| |
PR: 290816
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
| |
ChangeLog:
https://github.com/locustcloud/locust-cloud/compare/1.26.3...1.28.1
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
https://github.com/dreibh/hipercontracer/blob/hipercontracer-2.1.3/ChangeLog
Commit log:
https://github.com/dreibh/hipercontracer/compare/hipercontracer-2.1.1...hipercontracer-2.1.3
This version also fixes build issues with BOOST 1.89 and updates the
version dependency on MariaDB to the current version.
PR: 290475
|
| |
|
|
| |
Changes: https://github.com/ruby/benchmark/releases
|
| |
|
|
| |
Back to the pool other ports that I'm no longer using.
|
| |
|
|
| |
Get rid of direct dependency ob libbost_system.so, use libboost_thread.so instead
|
| | |
|
| |
|
|
|
| |
Changes: https://github.com/nihui/vkpeak/releases/tag/20251010
Reported by: GitHub (watch releases)
|
| | |
|
| |
|
|
|
|
|
|
|
| |
This reverts commit f95a776840b0d53d446a8f219ed6ed5a7b135029.
As discussed with jbeich, this fix may fix the build, but it doesn't
lead to a working port. Revert until a proper fix can be designed.
MFH: 2025Q4
|
| |
|
|
|
|
|
|
|
| |
This fixes the build on armv7, avoiding a bogus int conversion
warning. While we are at it, turn static REINPLACE_CMD usage
into patch file as per policy.
Approved by: portmgr (build fix blanket)
MFH: 2025Q4
|
| |
|
|
| |
PR: 289709
|
| |
|
|
|
|
| |
Changelog: https://cpucycles.cr.yp.to/download.html
Event: EuroBSDcon 2025
|
| |
|
|
|
|
|
|
|
|
| |
Changelog:
https://github.com/dreibh/hipercontracer/blob/hipercontracer-2.1.1/ChangeLog
Commit log:
https://github.com/dreibh/hipercontracer/compare/hipercontracer-2.1.0...hipercontracer-2.1.1
PR: 289766
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Use PY_TOMLI
- Bump PORTREVISION for dependency change
from pyproject.toml:
"tomli>=1.1.0; python_version < '3.11'",
Reference: https://github.com/locustcloud/locust-cloud/blob/1.26.3/pyproject.toml#L10
Approved by: portmgr (blanket)
With hat: python
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Use PY_TOMLI
- Bump PORTREVISION for dependency change
from pyproject.toml:
"tomli>=1.1.0; python_version < '3.11'",
Reference: https://github.com/locustio/locust/blob/2.37.10/pyproject.toml#L44
Approved by: portmgr (blanket)
With hat: python
|
| | |
|
| |
|
|
| |
PR: 288923
|
| |
|
|
|
|
| |
ChangeLog:
- Put an end to the (&*% stupid GCC breaking builds for no valid reason.
|
| | |
|
| |
|
|
|
|
| |
ChangeLog: https://github.com/locustcloud/locust-cloud/compare/1.24.2...1.26.3
Approved by: acm (mentor)
|
| |
|
|
|
|
|
|
|
| |
Notable changes: https://github.com/esnet/iperf/releases/tag/3.19.1
Security: CVE-2025-54349
Security: CVE-2025-54350
Security: CVE-2025-54351
Sponsored by: Energy Sciences Network
|
| |
|
|
|
|
|
|
|
| |
- Source code had been reorganized upstream, so the paths to
various files we patch had changed
- The `pithy' codec had been removed because it is very bad
with incompressible data (doesn't fit to allocated buffers)
Reported by: portscout
|
| |
|
|
| |
Event: Berlin Hackathon 202507
|
| | |
|
| |
|
|
|
|
|
|
| |
Disconnect lang/luajit-devel from the build, will be removed soon.
Bump PORTREVISIONs for the consumers.
Discussed with: adamw
PR: 225342
|
| |
|
|
| |
Bump PORTREVISION.
|
| |
|
|
| |
PR: 287766
|
| |
|
|
|
| |
Changes: https://github.com/KhronosGroup/glslang/releases/tag/15.4.0
Reported by: GitHub (watch releases)
|
| |
|
|
|
|
| |
PR: 221293
PR: 251489
PR: 257070
|
| |
|
|
|
|
|
|
|
|
| |
ChangeLogs:
- https://github.com/locustcloud/locust-cloud/releases/tag/1.24.0
- https://github.com/locustcloud/locust-cloud/releases/tag/1.24.1
- https://github.com/locustcloud/locust-cloud/releases/tag/1.24.2
Approved by: acm (mentor)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
EXT_SUFFIX, according to PEP 3149, refers to the full tag and
extension for compiled extension module objects, eg .cpython-311.so,
.cpython-313t.so, etc. We do not use the correct semantic meaning,
and this usage becomes ambiguous and confusing when tags do not
match between bytecode and compiled extension module objects.
Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's
specification of a magic tag, which consists of implementation name
and shorthand version only. This is meant for bytecode and other
files containing this tag in their filename that do not depend on
a specific Python ABI for the same version. Chase all existing
consumers.
Introduce PYTHON_SOABI to align with PEP 3149's specification of a
tag, which consists of implementation name, shorthand version and
any ABI flags present (this and PYTHON_TAG are identical without
ABI flags). This is meant for compiled extension module objects and
other files that depend on a specific Python ABI for the same
version.
Add documentation for these variables that our PYTHON_EXT_SUFFIX
never had.
PR: 274671
Event: Kitchener-Waterloo Hackathon 202506
|
| |
|
|
|
|
|
|
|
| |
ChangeLogs:
- https://github.com/locustcloud/locust-cloud/releases/tag/1.23.1
- https://github.com/locustcloud/locust-cloud/releases/tag/1.23.2
Approved by: acm (mentor)
|
| |
|
|
|
|
|
|
|
|
| |
Changelog:
https://github.com/dreibh/hipercontracer/blob/hipercontracer-2.1.0/ChangeLog
Commit log:
https://github.com/dreibh/hipercontracer/compare/hipercontracer-2.0.17...hipercontracer-2.1.0
PR: 287637
|
| |
|
|
|
| |
Changes: https://github.com/krrishnarraj/clpeak/releases/tag/1.1.5
Reported by: GitHub (watch releases)
|