- x11-toolkits/py-magicgui 0.9.1
Build GUIs from python types
x11-toolkits/py-magicgui: New port: Build GUIs from python types
b38d38c
20:40 Joerg Wunsch (joerg)
devel/mspdebug: fix include order
The default include order in the Makefile preferred global directories
over local ones. Thus, ftdi.h from an installed libftdi was considered
instead of the internal ftdi.h, leading to compilation errors in this
situation.
Reported by: holm@freibergnet.de
Approved by: (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D47975
506e265 |
20:40 Joerg Wunsch (joerg)
devel/msp430-debug-stack: fix udev config script
The udev config script wants to assign and use shell variables. In
order for devd to correctly distinguish between internal and shell
variables, shell variables must always use braces ${...}.
4a23b97 |
20:40 Hiroki Tagato (tagattie)
- devel/task 3.40.1
Task runner / simpler Make alternative written in Go
devel/task: update to 3.40.1
Changelog: https://github.com/go-task/task/blob/v3.40.1/CHANGELOG.md
Reported by: portscout
b692994 |
19:14 Kurt Jaeger (pi) Author: Björn Lemke
databases/cego: update 2.49.16 -> 2.49.20
- Removed lockPool call in CegoAdminThread::srvExportTableSet and
srvExportTable to avoid lock timeouts during long running exports
- Made some code cleanup in CegoAdminThread ( exception consolidation )
- db thread query history information, added timestamp and cost information
- Introduces new cgadm admin commands
o queryhist last n
o queryhist cost n
to show the query history for all db threads in the db thread
pool. The last n queries or the most expensive n queries are
indicated
- Added query history suppport for cgadm screen mode
- CegoAdmScreen to fully support of query history feature
( last and full over all db threads ).
- Screen2:Grid schema patches added to satisfy new column alignment
feature for Screen2
- Fix added in CegoDBThreadPool. CegoAdminThreadPool and CegoLogThreadPool.
If database hostname is not defined, the corresponding service is served
on any hostname. This avoids confusion regarding IPv4 and IPv6 host
configuration ( e.g. on MacOSX Sequoia, java seems to
handle localhost always as IPv4 127.0.0.1, while on POSIX layer,
it is mapped to ::1, a bit strange )
- Added new lfcbase Net::serve6 method to db, admin and log threadpool.
If no hostname is defined in database xml, an IP dual stack
configuration is set up.
9789c73 |
19:13 Kurt Jaeger (pi) Author: Björn Lemke
devel/lfcxml: update 1.3.7 -> 1.3.8
- Patches added for pretty printing xml string
4dffb2d |
19:10 Kurt Jaeger (pi) Author: Björn Lemke
- devel/lfcbase 1.18.11
Collection of basic c++ classes, used for databases/cego
devel/lfcbase: update 1.18.8 -> 1.18.11
- patch for Screen2::Message class, since width and height may change
for messages, window should be allocated new after each setInfo method call
- patch for Screen2::Grid class to support left and right alignment
for data cols
- Added Net::serve6 method to handle v46 protocol an any adress.
- In new method Net::serve6, added setsockopt to disable IPV6_V6ONLY.
This is required for FreeBSD build, since as default FreeBSD binds
single stack
96e189a |
17:33 Piotr Kubaj (pkubaj)
sysutils/mprocs: fix build by removing outdated patch
c14550d |
17:33 Piotr Kubaj (pkubaj)
java/intellij-ultimate: fix build on powerpc64le
install -s -m 0644
/wrkdirs/usr/ports/java/intellij-ultimate/work/jna/com/sun/jna/freebsd-powerpc64le/libjnidispatch.so
/wrkdirs/usr/ports/java/intellij-ultimate/work/stage/usr/local/share/intellij-ultimate/lib/jna/
install:
/wrkdirs/usr/ports/java/intellij-ultimate/work/jna/com/sun/jna/freebsd-powerpc64le/libjnidispatch.so:
No such file or directory
0a0fe0b |
17:29 Piotr Kubaj (pkubaj)
biology/seqwish: disable march=native, fixing build on non-x86
Contrary to the removed comment, it doesn't break compilation, tested on amd64.
440dfcc |
17:29 Piotr Kubaj (pkubaj)
- security/libhydrogen 0.0.0.g20240509_1
Lightweight, secure, easy-to-use crypto library for constrained environments
security/libhydrogen: disable march=native, fixing build on non-amd64 / non-x86
f26a053 |
17:29 Piotr Kubaj (pkubaj)
multimedia/obs-studio: fix build on powerpc64le
/wrkdirs/usr/ports/multimedia/obs-studio/work/obs-studio-30.2.3/libobs/graphics/../util/simde/x86/sse2.h:1793:58:
error: Current handling of vector bool and vector pixel types in this context
are deprecated. The default behaviour will soon change to that implied by the
'-altivec-compat=xl' option [-Werror,-Wdeprecated-altivec-src-compat]
1793 | r_.i64 = HEDLEY_STATIC_CAST(__typeof__(r_.i64), (a_.f64 !=
b_.f64));
aaa90fd |
17:29 Piotr Kubaj (pkubaj)
- misc/koboldcpp 1.78
Simple way to run GGML and GGUF AI models with a KoboldAI WebUI
misc/koboldcpp: fix build on powerpc*
immintrin.h is not available on powerpc / powerpc64 and requires VSX on
powerpc64le.
600465f |
17:29 Piotr Kubaj (pkubaj)
devel/premake5: fix build on powerpc*
cc -o build/bootstrap/premake_bootstrap -DPREMAKE_NO_BUILTIN_SCRIPTS
-DLUA_USE_POSIX -DLUA_USE_DLOPEN -I"contrib/lua/src" -I"contrib/luashim"
src/host/*.c contrib/lua/src/lapi.c contrib/lua/src/lbaselib.c
contrib/lua/src/lbitlib.c contrib/lua/src/lcode.c contrib/lua/src/lcorolib.c
contrib/lua/src/lctype.c contrib/lua/src/ldblib.c contrib/lua/src/ldebug.c
contrib/lua/src/ldo.c contrib/lua/src/ldump.c contrib/lua/src/lfunc.c
contrib/lua/src/lgc.c contrib/lua/src/linit.c contrib/lua/src/liolib.c
contrib/lua/src/llex.c contrib/lua/src/lmathlib.c contrib/lua/src/lmem.c
contrib/lua/src/loadlib.c contrib/lua/src/lobject.c contrib/lua/src/lopcodes.c
contrib/lua/src/loslib.c contrib/lua/src/lparser.c contrib/lua/src/lstate.c
contrib/lua/src/lstring.c contrib/lua/src/lstrlib.c contrib/lua/src/ltable.c
contrib/lua/src/ltablib.c contrib/lua/src/ltm.c contrib/lua/src/lundump.c
contrib/lua/src/lutf8lib.c contrib/lua/src/lvm.c contrib/lua/src/lzio.c -lm
src/host/os_hostarch.c:11:20: error: use of undeclared identifier
'PLATFORM_ARCHITECTURE'
11 | lua_pushstring(L, PLATFORM_ARCHITECTURE);
| ^
1 error generated.
19a36b3 |
17:28 Piotr Kubaj (pkubaj)
multimedia/librespot: fix build on powerpc64le
/wrkdirs/usr/ports/multimedia/librespot/work/librespot-0.6.0/cargo-crates/aws-lc-sys-0.22.0/aws-lc/crypto/fipsmodule/cpucap/cpu_ppc64le.c:72:28:
error: call to undeclared function 'getauxval'; ISO C99 and later do not support
implicit function declarations [-Werror,-Wimplicit-function-declaration]
72 | OPENSSL_ppc64le_hwcap2 = getauxval(AT_HWCAP2);
| ^
1 error generated.
a171f90 |
17:28 Piotr Kubaj (pkubaj)
- lang/php84 8.4.1
PHP Scripting Language (8.4.X branch)
www/php84-opcache: fix build on non-amd64 / non-i386
post-configure step unconditionally tried to use JIT source, even when JIT was
disabled in ports (on aarch64) or in the source (powerpc*, riscv*, armv7),
which caused build breakage.
This commit checks whether JIT is supported (currently it is only on aarch64,
amd64 and i386) and only then uses JIT sources.
It also enables JIT on aarch64, which was disabled previously.
9df694a |
17:28 Piotr Kubaj (pkubaj)
- games/openrct2 0.4.17
Open source re-implementation of RollerCoaster Tycoon 2
games/openrct2: update to 0.4.17
Changelog: https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.17
e11a06d |
17:28 Piotr Kubaj (pkubaj)
emulators/mgba: update to 0.10.4
Emulation fixes:
- GB Audio: Fix audio envelope timing resetting too often (fixes
mgba.io/i/3164)
- GB I/O: Fix STAT writing IRQ trigger conditions (fixes mgba.io/i/2501)
- GBA GPIO: Fix gyro read-out start (fixes mgba.io/i/3141)
- GBA I/O: Fix HALTCNT access behavior (fixes mgba.io/i/2309)
- GBA I/O: Fix audio register 8-bit write behavior (fixes mgba.io/i/3086)
- GBA Serialize: Properly restore GPIO register state (fixes mgba.io/i/3294)
- GBA SIO: Fix MULTI mode SIOCNT bit 7 writes on secondary GBAs (fixes
mgba.io/i/3110)
Other fixes:
- Core: Fix patch autoloading leaking the file handle
- GB: Fix uninitialized save data when loading undersized temporary saves
- GB, GBA Core: Fix memory leak if reloading debug symbols
- GB Serialize: Prevent loading invalid states where LY >= 144 in modes other
than 1
- GBA Audio: Fix crash if audio FIFOs and timers get out of sync
- GBA Audio: Fix crash in audio subsampling if timing lockstep breaks
- GBA Core: Fix loading symbols from ELF files if the file doesn't end with
.elf
- GBA Memory: Let raw access read high MMIO addresses
- Qt: Fix crash when applying changes to GB I/O registers in I/O view
- Qt: Fix LCDC background priority/enable bit being mis-mapped in I/O view
- Qt: Fix saving named states breaking when screenshot states disabled (fixes
mgba.io/i/3320)
- Qt: Fix potential crash on Wayland with OpenGL (fixes mgba.io/i/3276)
- Qt: Fix installer updates if a version number is in the filename (fixes
mgba.io/i/3109)
- Updater: Fix updating appimage across filesystems
Misc:
- Qt: Make window corners square on Windows 11 (fixes mgba.io/i/3285)
- Switch: Add bilinear filtering option (closes mgba.io/i/3111)
- Vita: Add imc0 and xmc0 mount point support
e8fd0c0 |
14:52 Thomas Zander (riggs)
- net/traefik 3.2.1
High availability reverse proxy and load balancer
net/traefik: Update to upstream release 3.2.1
Details:
- Move traefik to the 3.2 branch, release details see:
https://github.com/traefik/traefik/releases/tag/v3.2.1
- The breaking config changes between the previous 3.1 and 3.2 are
mostly limited to Kubernetes, see:
https://doc.traefik.io/traefik/migration/v3/#v31-to-v32
MFH: 2024Q4
0ba0e86 |
14:52 Thomas Zander (riggs)
audio/musicpd: Update to upstream version 0.23.16
Bugfix release, see:
https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.16/NEWS
MFH: 2024Q4
67ffb76 |
14:48 Alexey Dokuchaev (danfe)
lang/algol68g: update Algol 68 Genie to version 3.5.10
Reported by: portscout
f82e5a2 |
14:36 Yasuhiro Kimura (yasu)
sysutils/lockfile-progs: Update to 0.2.0
ChangeLog: https://tracker.debian.org/news/1593225/accepted-lockfile-progs-020-source-into-unstable/
d1f94b3 |
14:13 Baptiste Daroussin (bapt)
filesystems/openzfs-kmod: mark as broken everywhere
d276f8f |
14:09 Robert Nagy (rnagy) 2024Q4
- www/chromium 131.0.6778.139
Google web browser based on WebKit
www/chromium: update to 131.0.6778.139
Security: https://vuxml.freebsd.org/freebsd/aeee5ebd-356c-49c1-8959-7c88981de5fd.html
Security: https://vuxml.freebsd.org/freebsd/3d5b7860-48ad-48c2-aa36-601b8ab9cc43.html
(cherry picked from commit d5403e7eb37c379deb17380bd23d726cc30f580e)
a7875c6 |
14:08 Robert Nagy (rnagy)
- www/chromium 131.0.6778.139
Google web browser based on WebKit
www/chromium: update to 131.0.6778.139
Security: https://vuxml.freebsd.org/freebsd/aeee5ebd-356c-49c1-8959-7c88981de5fd.html
Security: https://vuxml.freebsd.org/freebsd/3d5b7860-48ad-48c2-aa36-601b8ab9cc43.html
d5403e7 |
14:07 Robert Nagy (rnagy)
security/vuxml: add www/*chromium < 131.0.6778.139
Obtained
from: https://chromereleases.googleblog.com/2024/12/stable-channel-update-for-desktop_10.html
Obtained
from: https://chromereleases.googleblog.com/2024/12/stable-channel-update-for-desktop.html
327c499 |
12:23 Kirill Ponomarev (krion)
sysutils/cbsd-mq-api: Update to 0.4
Changes: https://github.com/cbsd/cbsd-mq-api/releases/tag/v0.4
100c687 |
12:12 Joseph Mingrone (jrm)
- lang/sbcl 2.4.11_1,1
Common Lisp development system derived from the CMU CL system
lang/sbcl: Backport fix for SBCL bug #2090967
A change introduced in SBCL 2.4.11 caused build failures for downstream
projects such as StumpWM. For details, see:
https://bugs.launchpad.net/sbcl/+bug/2090967.
Backport a fix from the SBCL master branch to address the build issue
for x11-wm/stumpwm.
Approved by: krion (maintainer, via IRC)
Differential Revision: https://reviews.freebsd.org/D47995
0710b9a |
11:55 Christoph Moench-Tegeder (cmt) 2024Q4
- mail/thunderbird 128.5.2
Mozilla Thunderbird is standalone mail and news that stands above
mail/thunderbird: update to 128.5.2 (rc1)
Release Notes:
https://www.thunderbird.net/en-US/thunderbird/128.5.2esr/releasenotes/
(cherry picked from commit 50f5d5bcbc14633e758d62897acbf87f0c5be735)
a364cff |
11:53 Christoph Moench-Tegeder (cmt)
- mail/thunderbird 128.5.2
Mozilla Thunderbird is standalone mail and news that stands above
mail/thunderbird: update to 128.5.2 (rc1)
Release Notes:
https://www.thunderbird.net/en-US/thunderbird/128.5.2esr/releasenotes/
50f5d5b |
11:26 Yuri Victorovich (yuri)
security/trufflehog: update 3.63.11 → 3.86.0
b7de747 |
11:26 Yuri Victorovich (yuri)
sysutils/mise: update 2024.12.0 → 2024.12.5
Reported by: portscout
865311d |
11:26 Yuri Victorovich (yuri)
graphics/filament: update 1.55.0 → 1.56.3
Reported by: portscout
9df16f7 |
11:26 Yuri Victorovich (yuri)
- devel/spyder 6.0.3
Scientific PYthon Development EnviRonment, an alternative to IDLE
devel/spyder: update 6.0.1 → 6.0.3
Reported by: portscout
bafcfed |
11:26 Yuri Victorovich (yuri)
japanese/py-SudachiPy: update 0.6.8 → 0.6.9
07bb365 |
11:26 Yuri Victorovich (yuri)
- graphics/f3d 2.5.1
Fast and minimalist 3D viewer
graphics/{,py-}f3d: update 2.5.0 → 2.5.1
Reported by: portscout
6f24260
11:26 Yuri Victorovich (yuri)
databases/surrealdb: update 2.0.4 → 2.1.3
Reported by: portscout
16c8f60 |
11:26 Yuri Victorovich (yuri)
devel/py-monty: update 2024.10.21 → 2024.12.10
Reported by: portscout
110ee57 |
11:26 Yuri Victorovich (yuri)
- net-p2p/aeron 1.46.7
Reliable UDP unicast, UDP multicast, and IPC message transport
net-p2p/aeron: update 1.44.6 → 1.46.7
Reported by: portscout
421b5b4 |
11:26 Yuri Victorovich (yuri)
misc/py-openai: update 1.57.0 → 1.57.2
Reported by: portscout
d799d43 |
11:26 Yuri Victorovich (yuri)
- lang/quilc 1.26.0_7
Optimizing Quil compiler (for quantum computing)
lang/quilc: Fix checksum
... because the unversioned file changed again.
Reported by: fallout
e9ecab3 |
11:09 Jimmy Olgeni (olgeni)
net/nats-server: update to version 2.10.23
3b950f7 |
11:04 Jason E. Hale (jhale)
net-im/kaidan: Update to 0.10.0
548983a |
11:04 Jason E. Hale (jhale)
net-im/qxmpp: Update to 1.9.2
https://github.com/qxmpp-project/qxmpp/releases/tag/v1.9.2
a082f27 |
10:43 Wen Heping (wen)
math/R-cran-inline: Update to 0.3.20
e180a6c |
10:19 Nuno Teixeira (eduardo)
devel/R-cran-testthat: Update to 3.2.2
ChangeLog: https://cloud.r-project.org/web/packages/testthat/news/news.html
d353d43 |
10:19 Nuno Teixeira (eduardo)
devel/R-cran-lubridate: Update to 1.9.4
ChangeLog: https://cran.r-project.org/web/packages/lubridate/news/news.html
4027e76 |
10:19 Nuno Teixeira (eduardo)
math/R-cran-RcppArmadillo: Update to 14.2.2-1
ChangeLog: https://cran.r-project.org/web/packages/RcppArmadillo/news.html
5167d86 |
09:48 Alexander Leidinger (netchild)
www/nginx-ultimate-bad-bot-blocker: Update to a recent version.
Only small changes to the installed scripts. The data part is
handled by the update script anyway.
PR: 283151
ec40077 |
09:48 Alexander Leidinger (netchild)
devel/sonarqube-community: Update plugins.
34275b0 |
09:15 Matthias Fechner (mfechner)
- security/rubygem-doorkeeper 5.8.1
OAuth2 provider for Rails and Grape
- security/rubygem-doorkeeper-rails5 5.8.1
OAuth2 provider for Rails and Grape
- security/rubygem-doorkeeper-rails50 5.8.1
OAuth2 provider for Rails and Grape
security/rubygem-doorkeeper*: update to 5.8.1
Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
2a5d05a9
09:15 Matthias Fechner (mfechner)
devel/rubygem-json-schema: update to 5.1.1
Changes: https://github.com/voxpupuli/json-schema/blob/master/CHANGELOG.md
380e906 |
09:15 Matthias Fechner (mfechner)
textproc/rubygem-nokogiri: update to 1.16.8
Changes: https://github.com/sparklemotion/nokogiri/releases
10b2632 |
09:15 Matthias Fechner (mfechner)
www/rubygem-http-cookie: update to 1.0.8
Changes: https://github.com/sparklemotion/http-cookie/releases
20092c1 |
08:59 Wen Heping (wen)
- www/ilias 9.6
Powerful, dynamic, PHP and MySQL based e-learning platform
www/ilias: Update to 9.6
f2d8c2c |
08:36 Wen Heping (wen)
- www/elgg 6.1.1
Blogging and social networking platform
www/elgg: Update to 6.1.1
fab8561 |
08:26 Ronald Klop (ronald)
databases/mongodb80: update to 8.0.4
Changes and announcement:
https://www.mongodb.com/community/forums/t/mongodb-8-0-4-is-released/307122?u=r_k
96d78c0 |
06:19 Yuri Victorovich (yuri) 2024Q4
graphics/oculante: Broken on arm64
Reported by: fallout
(cherry picked from commit 8bc858544338f08bc842a8492f38ff4bd638da60)
0ca0be4 |
06:17 Yuri Victorovich (yuri) 2024Q4
games/emptyepsilon: update 2021.06.23 → 2024.12.08
(cherry picked from commit 5cd5e48a0e6079c1bbf92b2ae00850109b79d386)
585e450 |
06:01 Yuri Victorovich (yuri)
devel/cargo-spellcheck: Broken on armv7
Reported by: fallout
68840d5 |
06:01 Yuri Victorovich (yuri)
science/py-segyio: Remove invalid code in setup.py
... that breaks build on 15 (only).
ba50837 |
04:53 Zsolt Udvari (uzsolt)
devel/R-cran-parsedate: Update to 1.3.2
Take maintainership.
Reported by: portscout
f047dd4 |
04:04 Yuri Victorovich (yuri)
- science/shelxle 1.0.1697_1
Graphical user interface for small-molecule structure refinement
science/shelxle: Switch to Qt6
0f8b5da |
Tuesday, 10 Dec 2024
|
21:49 Yuri Victorovich (yuri)
- devel/nanobind 2.4.0
Tiny and efficient C++/Python bindings (C++ version)
devel/nanobind: Update comments
8d21c2b |
21:49 Yuri Victorovich (yuri)
- finance/hs-hledger 1.41
Accounting software for both power users and folks new to accounting
- finance/hs-hledger-ui 1.41
UI for hledger, the accounting software package
finance/hs-hledger{,-ui,-web}: update 1.40 → 1.41
Reported by: portscout
f21648b
21:34 Palle Girgensohn (girgen)
net-mgmt/telegraf: Update to 1.33.0
Release notes: https://github.com/influxdata/telegraf/releases/tag/v1.33.0
0a5c132 |
21:00 Vladimir Druzenko (vvd) Author: Alexandre Labarre
games/minecraft-server: Update 1.21.1 → 1.21.3
Changelogs:
https://www.minecraft.net/en-us/article/minecraft-java-edition-1-21-2
https://www.minecraft.net/en-us/article/minecraft-java-edition-1-21-3
PR: 282305
Approved by: Jonathan Price <freebsd@jonathanprice.org> (maintainer)
845b62d |
20:37 Dima Panov (fluffy) Author: Bartek thindil Jasicki
emulators/wine-proton: update to version 9.0-3 (+)
PR: 282697
Sponsored by: Future Crew, LLC
377e01b |
20:34 Dima Panov (fluffy)
- ports-mgmt/synth 3.03
Custom package repository builder for FreeBSD and DragonFly
ports-mgmt/synth: update to 3.03 release (+)
Relax ncurses dependency
PR: 281595, 283236
7f2adb4 |
20:31 Joseph Mingrone (jrm) Author: Älven
biology/hyphy: Update to 2.5.64
PR: 283028
f7b1e0e |
19:40 Daniel Engberg (diizzy)
net/uriparser: Utilize framework for unit tests
Instead of having unit tests as an option and enabled by default
build when requested.
PR: 283184
Reviewed by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
197b547 |
19:40 Daniel Engberg (diizzy)
- archivers/libzip 1.11.2
C library for reading, creating, and modifying ZIP archives
archivers/libzip: Update to 1.11.2
Changelog: https://github.com/nih-at/libzip/releases/tag/v1.11.2
PR: 283056
Reviewed by: rakuco (maintainer)
10da00d |
19:40 Daniel Engberg (diizzy)
security/intel-ipsec-mb: Only build unit tests upon request
Instead on building unit tests every time just do it when requested
Approved by: portmgr (blanket, build fix)
835d595 |
19:10 Fernando Apesteguía (fernape)
security/vuxml: Add mozilla vulnerabilities
* CVE-2024-11692
* CVE-2024-11696
* CVE-2024-11697
* CVE-2024-11699
eb66f46 |
19:03 Guido Falsi (madpilot)
graphics/ocaml-cairo: Update to 0.6.5
91e1a16 |
19:03 Guido Falsi (madpilot)
x11-toolkits/girara: Update to 0.4.5
5042ee2 |
18:36 Gabriel M. Dutra (dutra)
textproc/tui-journal: Update to 0.13.1
Add FreeBSD install instructions to README
Add Config path via CLI & State Path configurable & Fix default state path
f5dafff |
18:17 Vladimir Druzenko (vvd) Author: Martin Pala
sysutils/monit: Update 5.34.2 → 5.34.3
Changelog:
https://mmonit.com/monit/changes/#5.34.3
PR: 283237
9ab8a53 |
17:48 Larry Rosenman (ler)
- archivers/zip 3.0_3
Create/update ZIP files compatible with PKZIP
archivers/zip: honor CC & CFLAGS
and release maintainership
PR: 270985
Reported by: Eric Camachat <eric@camachat.org>
fa3634b |
17:27 Joseph Mingrone (jrm) Author: Pierre Pronchery
security/osv-scanner: Update to 1.9.1
This now requires Go 1.23.
Changelog: https://github.com/google/osv-scanner/releases/tag/v1.9.1
PR: 282822
Approved by: maintainer timeout
Sponsored by: The FreeBSD Foundation
a78f1bc |
17:12 Fernando Apesteguía (fernape)
graphics-peps: Deprecate
Ancient port with upstream gone.
Dependency of deprecated textproc/docproj-legacy
PR: 282043
Reported by: diizzy@FreeBSD.org
288a136 |
17:08 Hajimu UMEMOTO (ume)
- japanese/font-hackgen 2.9.1
HackGen is a composite font of Hack and GenJyuu-Gothic
japanese/font-hackgen{,-nf}: update to 2.9.1
62447a0
16:47 Jason E. Hale (jhale)
audio/strawberry: Update to 1.2.3
https://github.com/strawberrymusicplayer/strawberry/releases/tag/1.2.3
3196b8b |
15:57 Gabriel M. Dutra (dutra)
- sysutils/mdcat 2.7.0
Cat for markdown
sysutils/mdcat: Add new port
Cat for markdown
8ae9e70
11:56 Rene Ladan (rene)
- devel/ocaml-seq 0.2.2_1
Compatibility library for the iterator type of OCaml
- MOVED
devel/ocaml-seq: Remove expired port
2024-12-10 devel/ocaml-seq: Seq is provided by lang/ocaml.
5aa8fda
11:49 Rene Ladan (rene)
net/ooni-probe-cli: update to 3.24.0, use Go 1.22
PR: 282991
Approved by: maintainer timeout (egypcio, 14 days)
2a7e259 |
10:49 Yuri Victorovich (yuri)
misc/llama-cpp: update 4285 → 4295
Reported by: portscout
dd4f613 |
10:49 Yuri Victorovich (yuri)
math/scorec-core: update 3.0.1 → 3.0.2
Reported by: portscout
c22b2d5 |
10:20 Nicola Vitale (nivit)
net-im/linux-discord: Update to 0.0.77
0c1b3a3 |
10:06 Nuno Teixeira (eduardo)
- shells/xonsh 0.19.0
Python-powered, cross-platform, Unix-gazing shell
shells/xonsh: Update to 0.19.0
ChangeLog: https://github.com/xonsh/xonsh/releases/tag/0.19.0
af3bc6a |
09:09 Robert Clausecker (fuz) 2024Q4
textproc/htmldoc: update to 1.9.20
A bug fix update, fixing some issues with 1.9.19
Changelog: https://github.com/michaelrsweet/htmldoc/releases/tag/v1.9.20
MFH: 2024Q4
(cherry picked from commit a2471355cba0da9dd4fa1e012608647bd1945858)
170bc31 |
09:09 Robert Clausecker (fuz) Author: Martin Filla 2024Q4
- lang/nyan 0.3.1
Data description language designed for openage
lang/nyan: update to 0.3.1
Changelog: https://github.com/SFTtech/nyan/releases/tag/v0.3.1
PR: 283199
MFH: 2024Q4
(cherry picked from commit 7e9d0a1ef70ae19a62871ffe847f1010ca444e51)
02cebb1e |
09:09 Robert Clausecker (fuz) Author: Jan Bramkamp 2024Q4
sysutils/runwhen: Bump revision for devel/skalibs
Bump port revision from 3 to 4 to force rebuild
with skalibs-2.14.1.1.
PR: 283100
MFH: 2024Q4
(cherry picked from commit f1cf98c55600424e747e67e6ecd1c7bf223f0f79)
d4bc594 |
09:09 Robert Clausecker (fuz) Author: Jan Bramkamp 2024Q4
sysutils/s6-rc: Update to version 0.5.5.0
Changelog: https://git.skarnet.org/cgi-bin/cgit.cgi/s6-rc/plain/NEWS
PR: 283100, 282021
MFH: 2024Q4
(cherry picked from commit 67a5a85b3e6717e1cf14cca34998bddeda4c1860)
f7ed942 |
09:09 Robert Clausecker (fuz) Author: Jan Bramkamp 2024Q4
sysutils/s6: Update to version 2.13.1.0
Changelog: https://git.skarnet.org/cgi-bin/cgit.cgi/s6/plain/NEWS
PR: 283100, 282021
MFH: 2024Q4
Reported by: Saj Goonatilleke <sg@redu.cx>
(cherry picked from commit 5a326a79614f751c7bee8e43c107027f3d57bbae)
f4604bc |
09:09 Robert Clausecker (fuz) Author: Jan Bramkamp 2024Q4
- lang/execline 2.9.6.1
Lightweight non-interactive sh(1)-like scripting language
lang/execline: Update to version 2.9.6.1
Changelog: https://git.skarnet.org/cgi-bin/cgit.cgi/execline/plain/NEWS
PR: 283100, 282021
MFH: 2024Q4
(cherry picked from commit 00547944126e6bbcea8cd6760586610c69170af5)
234be95 |
09:09 Robert Clausecker (fuz) Author: Jan Bramkamp 2024Q4
- devel/skalibs 2.14.3.0
General purpose C libraries used by skarnet.org software
devel/skalibs: Update to version 2.14.3.0
Upstream changes:
- Important bugfixes for some of the software stack.
- New function: fork_newpid(), forking a process in a new pid
namespace on Linux (and returning -1 ENOSYS on other systems).
- QoL: IOPAUSE_EXCEPT will now always trigger IOPAUSE_READ or
IOPAUSE_WRITE as well, which means error handling before the IO
primitive is now unnecessary.
PR: 283100, 282021
MFH: 2024Q4
(cherry picked from commit d866f8bfec4b780b2fe0c9b1d4f90508b7c99862)
24d9347 |
09:05 Robert Clausecker (fuz) Author: Kreeblah
news/nzbhydra2: Update to 7.9.0
Changelog: https://github.com/theotherp/nzbhydra2/releases
PR: 282717
Approved by: marcel@herrbischoff.com (maintainer timeout)
76c7315 | | | | | | |