www/py-aiobreaker: Add new port
aiobreaker is a Python implementation of the Circuit Breaker pattern,
described in Michael T. Nygard's book Release It!_.
Circuit breakers exist to allow one subsystem to fail without destroying
the entire system. This is done by wrapping dangerous operations
(typically integration points) with a component that can circumvent
calls when the system is not healthy.
science/colt: pin to openjdk8
It fails on jdk21:
error: as of release 9, '_' is a keyword, and may not be used as an identifier
Build.xml also needed an encoding="ISO-8859-1" in the javac target.
NB: Upstream didn't make a release since 2004.
PR: 272855
Approved-by: no maintainer
print/pdf-renderer: allow building with jdk21
Error was:
[00:01:29] -do-compile:
[00:01:29] [javac] Compiling 116 source files to /wrkdirs/usr/ports/print/pdf-renderer/work/pdf-renderer-0.9.1_1,1/build/classes
[00:01:30] [javac] warning: [options] bootstrap class path not set in conjunction with -source 5
[00:01:30] [javac] error: Source option 5 is no longer supported. Use 8 or later.
[00:01:30] [javac] error: Target option 5 is no longer supported. Use 8 or later.
[00:01:30]
[00:01:30] BUILD FAILED
PR: 291576
mail/sendmail: Update URL to Jason Heiss' new location
Tracking the archive.org path showing 302 back in 13 Jul 2010 points to
new location.
Reviewed by: rodrigo
Approved by: portmgr blanket
Pull Request: https://github.com/freebsd/freebsd-ports/pull/427
databases/cego: update 2.52.44 -> 2.53.2
- integer cleanup, all int values will be replaced by unsigned
or unsigned long, where is no need of nagative values
- for those ports:
devel/lfcbase
devel/lfcxml
databases/cego
databases/cegobridge
databases/p5-DBD-cego
cego:
- Fix added in CegoDbHander::acceptSession and CegoSerial::readChain
to treat empty or invalid session requests
- fix in CegoDbThreadPool for bad message handling
p5-DBD-cego:
- Fix added for execute return value and $sth->rows value to
return affected rows for update statements
graphics/gpu-firmware-kmod: Update to 20250109
Update the meta port to include latest entries for amdgpu and i915
Sponsored by: Beckhoff Automation GmbH & Co. KG
graphics/gpu-firmware-amd-kmod: Update to 20250109
This adds some new firmware for amd card.
We now use the same date (and git tag) as the linux-firmware one
that the files comes from.
Sponsored by: Beckhoff Automation GmbH & Co. KG
graphics/gpu-firmware-intel-kmod: Update to 20250109
This adds firmware for the MeteorLake platform.
We now use the same date (and git tag) as the linux-firmware one
that the files comes from.
Sponsored by: Beckhoff Automation GmbH & Co. KG