| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
|
|
| |
- update passenger to 6.1.2
Bump PORTREVISION.
Sponsored by: tipi.work
|
| | |
|
| |
|
|
|
|
|
|
| |
The desktop file Exec command line refers to the wrong executable name
"blender" and it should be "blender-45".
PR: 293215
Approved by: portmgr (blanket - fix runtime)
|
| |
|
|
|
|
| |
PR: 291336
Reported by: private exp-run
Sponsored by: Netzkommune GmbH
|
| |
|
|
|
|
| |
PR: 291336
Reported by: private exp-run
Sponsored by: Netzkommune GmbH
|
| |
|
|
|
|
| |
PR: 291336
Reported by: private exp-run
Sponsored by: Netzkommune GmbH
|
| |
|
|
|
|
|
|
|
|
|
| |
- Sync dependencies with graphics/glfw X11 enabled, WAYLAND disabled.
- Remove python version 3.9 from USES - 3.10 is the oldest version in
ports.
- Add USES+=compiler:c++17-lang - several parts of the port uses
-std=c++17.
PR: 293322
Approved by: Martin Filla <freebsd@sysctl.cz> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
- Interpret command-line arguments as local files first and then as
remote locations. See 2025.11.25 item.
- New Settings -> Web -> Local Content Can Access File URLs.
- New Settings -> Web -> Special Files Suffixes.
- Sleepy-deepy timers on panel closings.
- Special logic for displaying .desktop files. A page's setContent()
method will be issued whenever the local file has a suffix of
.desktop. GitHub ticket #274.
https://github.com/textbrowser/dooble/releases/tag/2026.02.15
PR: 293203
|
| |
|
|
|
|
| |
Reviewed by: osa, vvd (mentors)
Approved by: osa, vvd (mentors)
Differential Revision: https://reviews.freebsd.org/D55464
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Reviewed by: osa, vvd (mentors)
Approved by: osa (mentor)
Differential Revision: https://reviews.freebsd.org/D55456
|
| |
|
|
| |
Reported by: vvd
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
Somewhere between fontconfig versions 2.14.2 and 2.17.1, -lfreetype
disappeared from the `pkg-config --libs fontconfig` output, causing
the breakage. Adjust the configure script to detect both libraries
correctly. While here, strip the binary upon installation (subject
to -DWITH_DEBUG) and update WWW line.
Reported by: pkg-fallout
|
| | |
|
| |
|
|
|
|
| |
PR: 292600
Reported by: fuz
Sponsored by: Netflix
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary of changes:
+ Improved quality of chess play, ELO gain of up to 46 points.
+ Next generation evaluation introducing the SFNNv10 network
architecture.
+ Hardware and Performance Optimizations.
+ Search Improvements.
Changelog:
https://github.com/official-stockfish/Stockfish/releases/tag/sf_18
PR: 292927
|
| |
|
|
| |
Changelog: https://github.com/MattiaPun/SubTUI/releases/tag/v2.6.0
|
| |
|
|
|
|
|
|
|
|
|
| |
Completes the transition to using prebuilt packages to bootstrap OpenJDK
ports.
PR: 289731
Reviewed by: jrm, fuz (mentor)
Approved by: fuz (mentor)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D54731
|
| | |
|
| |
|
|
|
|
|
|
| |
Changelog:
https://github.com/BastilleBSD/rocinante/releases/tag/1.1.1.260219
PR: 293306
Approved by: Christer Edwards <christer.edwards@gmail.com> (maintainer)
|
| |
|
|
| |
PR: 293374
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Dependency openoffice needs java 8. Without this patch openoffice fails
with:
bad class file: /usr/local/share/java/classes/commons-httpclient.jar(org/apache/commons/httpclient/HttpClient.class)
class file has wrong version 65.0, should be 52.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
So make httpclient target java 8 for now.
While here I added encoding= to javac instead of the REINPLACE_CMD statement.
PR: 293317
Approved-by: Alex Dupre (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Podman container stdout and stderr are proxied through conmon, allowing
logging and supporting attaching/detaching from the container. The two
output streams are multiplexed on a single SOCK_SEQPACKET unix domain
socket. Each packet contains either stdout or stderr data with a small
header identifying the stream.
On FreeBSD versions prior to FreeBSD-15.0-RELEASE, the write(2) system
call implicitly marks each write as a single packet on the stream but in
15.0 and later, this is not the case - packet boundaries must be
explicitly marked using send(2). This resulted multiple writes being
combined in a single packet and caused Podman to exit with an error
(https://github.com/containers/podman/issues/27918).
This changes conmon to use send(2) to write the output packets which is
compatible with all FreeBSD versions and requires no changes to the
Podman side of the connection.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
- Installations now report more intermediate steps like checksum
verifications to the UI. (thanks to GB609)
- Fix bugs related to error handling of ongoing installations.
(thanks to GB609)
- Fix an issue where CJK characters in game library path prevents the
config file from being loaded properly. (thanks to kyle-zhang-42)
- Automatically add Weblate contributions to README and About dialog on
release. (thanks to GB609)
https://github.com/sharkwouter/minigalaxy/releases/tag/1.4.1
While here replace gettext with gettext-tools in USES - the port is not
linked with libintl, but uses msgfmt to compile translations.
PR: 293348
|
| |
|
|
|
|
|
|
|
|
| |
Changelog:
https://github.com/PrismLauncher/PrismLauncher/releases/tag/10.0.5
Switch to upstream's tarball from USE_GITHUB auto-generated.
PR: 293350
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
|
| |
|
|
|
|
|
|
|
|
| |
cpu.c:44:7: error: invalid output constraint '=a' in asm
44 | : "=a"(cpu_info[0]), "=D"(cpu_info[1]), "=c"(cpu_info[2]), "=d"(cpu_info[3])
| ^
cpu.c:56:16: error: invalid output constraint '=a' in asm
56 | "xgetbv" : "=a"(eax), "=d"(edx) : "c"(xcr));
| ^
2 errors generated.
|
| |
|
|
|
|
| |
Changelog: https://github.com/astral-sh/ty/blob/0.0.18/CHANGELOG.md
Reported by: Repology
|
| |
|
|
|
|
| |
Changelog:
https://github.com/django-cms/django-filer/releases/tag/3.4.4
|
| |
|
|
|
|
|
| |
Changelogs since 3.1.0:
https://github.com/jazzband/dj-database-url/releases/tag/v3.1.2
https://github.com/jazzband/dj-database-url/releases/tag/v3.1.1
|
| |
|
|
|
|
|
| |
Changelogs since 0.0.21:
https://github.com/zensical/zensical/releases/tag/v0.0.23
https://github.com/zensical/zensical/releases/tag/v0.0.22
|
| |
|
|
|
|
|
|
| |
Changelog:
https://github.com/networktocode/ntc-templates/releases/tag/v9.0.0
MFH: No (contains breaking changes)
|
| |
|
|
|
|
| |
Changelog:
https://github.com/mkdocstrings/mkdocstrings/releases/tag/1.0.3
|
| |
|
|
|
|
| |
Changelog:
https://github.com/mkdocstrings/python/releases/tag/2.0.2
|
| |
|
|
|
|
| |
Changelog:
https://github.com/squidfunk/mkdocs-material/releases/tag/9.7.2
|
| |
|
|
|
|
| |
Changelog:
https://github.com/mkdocstrings/autorefs/releases/tag/1.4.4
|
| |
|
|
|
|
| |
Changelog:
https://github.com/facelessuser/backrefs/releases/tag/6.2
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This port does some strange stuff, like undefining BYTE_ORDER macro,
because of which it fails to build:
In file included from src/unisock.cpp:28:
/usr/include/netinet/tcp.h: In function 'uint16_t __tcp_get_flags(const tcphdr*)':
/usr/include/netinet/tcp.h:85:32: error: 'const struct tcphdr' has no member named 'th_x2'
85 | return (((uint16_t)th->th_x2 << 8) | th->th_flags);
| ^~~~~
/usr/include/netinet/tcp.h: In function 'void __tcp_set_flags(tcphdr*, uint16_t)':
/usr/include/netinet/tcp.h:91:13: error: 'struct tcphdr' has no member named 'th_x2'
91 | th->th_x2 = (flags >> 8) & 0x0f;
| ^~~~~
|
| |
|
|
|
|
| |
Detected while building graphics/zeno:
/usr/local/include/opencv4/opencv2/core/vsx_utils.hpp:261:29: error: missing ')' in expression
261 | #if defined(__POWER10__) || (defined(__powerpc64__) && defined(__ARCH_PWR10__)
|
| |
|
|
|
|
|
| |
Extend the expiration_date with a month to give (unexpected) users
some more time to give feedback.
Approved-by: no maintainer
|
| |
|
|
|
|
|
|
| |
This works functionally, but is being managed by the incorrect daemon.
Podman alone simply ensures auto-start of containers; podman_service
provides the API. This will be corrected in an upcoming commit.
This reverts commit 2c53428ae117108d41eb4e19935ed98b478f4f7f.
|
| |
|
|
| |
Changelog: https://github.com/jpmens/jo/releases/tag/1.7
|
| |
|
|
| |
Changelog: https://github.com/kimono-koans/httm/releases/tag/0.48.4
|
| |
|
|
| |
Changelog: https://github.com/GrammarSoft/cg3/releases/tag/v1.3.7
|
| |
|
|
| |
Changelog: https://groonga.org/docs/news/15.html#release-15-1-9
|
| |
|
|
| |
Changelog: https://github.com/bgp/bgpq4/releases/tag/1.14
|