Commit Graph

26181 Commits

Author SHA1 Message Date
Alex Dupre c9a5b2f8d1 lang/solidity: update to 0.8.36 release. 2026-07-13 16:37:01 +02:00
Dima Panov 3fc68c5c16 lang/linux-rl9-python3: update to 3.9.25 release 2026-07-12 19:06:25 +03:00
Lorenzo Salvadore 13e3a42d6e lang/gcc16: Fix build on arm64
GCC upstream has removed conditional definitions for some constants,
defining them directly with the same values used on Linux. However,
FreeBSD values for the same constants are different. Then revert
upstream commit.

Co-authored-by: Mark Millard <marklmi26-fbsd@yahoo.com>
PR:             294062
Reported by:    Luke Yasuda <jing@jing.rocks>
2026-07-12 12:44:44 +02:00
Lorenzo Salvadore 9f4c0449e1 lang/gcc17-devel: Update to 17.0.0.s20260705 2026-07-12 12:36:12 +02:00
Lorenzo Salvadore 4ed7c022fd lang/gcc17-devel: Update to 17.0.0.s20260628 2026-07-12 12:36:07 +02:00
Lorenzo Salvadore 40c850c3c4 lang/gcc16-devel: Update to 16.1.1.s20260704 2026-07-12 12:34:52 +02:00
Lorenzo Salvadore 2f3c5868cb lang/gcc15-devel: Update to 15.3.1.s20260703 2026-07-12 12:34:15 +02:00
Lorenzo Salvadore de200588c5 lang/gcc13-devel: Update to 13.4.1.s20260701 2026-07-12 12:29:19 +02:00
Jimmy Olgeni 187646b9a4 lang/c3c: New port: Compiler for the C3 language 2026-07-12 12:10:23 +02:00
Martin Cracauer b6bc20f2c3 lang/clisp: Use Berkeley db 18
clisp was using the default bdb, version 5, which is deprecated and
can be considered insecure. Upgrade to 18.

Partial patch by fernape@

PR:			275125
Approved by:         	jbo (mentor), maintainer timeout
Reviewed by:		fernape
Differential Revision:	https://reviews.freebsd.org/D58125
2026-07-10 14:33:16 -04:00
Dag-Erling Smørgrav 4ea3547132 various: Bump go ports for go-1.25.12 / 1.26.5 2026-07-10 09:54:15 +02:00
Dag-Erling Smørgrav 2ca64d7d9b lang/go126: Update to 1.26.5
Changes:
  go1.26.5 (released 2026-07-07) includes security fixes to the
  crypto/tls and os packages, as well as bug fixes to the compiler, the
  runtime, the go command, and the net, os, and syscall packages.

MFH:		2026Q3
Reviewed by:	adamw
Differential Revision:	https://reviews.freebsd.org/D58112
2026-07-10 09:51:35 +02:00
Dag-Erling Smørgrav ad07846e07 lang/go125: Update to 1.25.12
Changes:
  go1.25.12 (released 2026-07-07) includes security fixes to the
  crypto/tls and os packages, as well as bug fixes to the compiler, the
  go command, and the net and os packages.

MFH:		2026Q3
Reviewed by:	adamw
Differential Revision:	https://reviews.freebsd.org/D58111
2026-07-10 09:51:23 +02:00
Yuri Victorovich 2f98fd7d64 lang/gluon: update 0.18.2 → 0.18.3 2026-07-09 09:50:13 -07:00
Piotr Kubaj 9e4b8ab96f lang/silq: enable on powerpc64* 2026-07-09 17:10:18 +02:00
Piotr Kubaj 52e5a3eab9 lang/polyml: add powerpc64* support
Increase the stack size so that powerpc64*'s register context fits in.
2026-07-09 17:10:15 +02:00
Hiroki Tagato cf00e34027 lang/swift6: Update to 6.3.3
Release Announcement: https://forums.swift.org/t/announcing-swift-6-3-3/87888

Reported by:	GitHub (watch releases)
2026-07-09 21:41:56 +09:00
Yuri Victorovich 058961554c lang/cairo: update 2.19.0 → 2.19.2 2026-07-09 00:06:22 -07:00
Yuri Victorovich 47dea4d8ce lang/py-textX: update 4.3.0 → 4.4.0 2026-07-09 00:06:22 -07:00
Robert Clausecker 1a6bcf50bb lang/s7: update to 11.9.20260707
Changelog: https://cm-gitlab.stanford.edu/bil/s7/-/commits/master/?ref_type=HEADS
2026-07-08 10:49:10 +02:00
Po-Chuan Hsieh 51b5602aa7 lang/cython: Update to 3.2.8
Changes:	https://github.com/cython/cython/releases
		https://github.com/cython/cython/blob/master/CHANGES.rst
2026-07-08 13:08:05 +08:00
Po-Chuan Hsieh d0a76ff6ca lang/cython: Update to 3.2.6
Changes:	https://github.com/cython/cython/releases
		https://github.com/cython/cython/blob/master/CHANGES.rst
PR:		296301
Exp-run:	antoine
2026-07-08 13:07:19 +08:00
Yuri Victorovich 759f8bb60a lang/cairo-language-server: New port: Cairo Language Server 2026-07-07 14:49:16 -07:00
Yuri Victorovich e3aec100db lang/odin: update 2026-06 → 2026.07 2026-07-07 14:49:15 -07:00
Alexey Dokuchaev 6734d1c668 lang/algol68g: update Algol 68 Genie to version 3.12.3
Reported by:	portscout
2026-07-07 16:55:32 +00:00
Sergey A. Osokin c66ca7a390 lang/luajit: update to the recent snapshot
Sponsored by:	tipi.work
2026-07-06 14:20:52 -04:00
Xin LI 5f9d389f29 databases/lmdb0: Add port for LMDB 0.9.x legacy ABI
LMDB 1.0 introduced an incompatible on-disk format change and subtle
API breakage: applications that compiled cleanly against 1.0 headers
could fail silently at run time. Known affected ports include dns/knot3,
mail/bogofilter, and mail/postfix; the postfix issue has been confirmed
upstream. Linux distributions such as Arch Linux have observed the same
breakage. Samba can also be affected in certain configurations.

Because the regression is not detectable in an -exp build run -- the
postfix failure only manifests at run time, and bogofilter was caught
only because post-build self-tests happen to exercise this path -- we
cannot rely on package builds to validate the 1.0 upgrade.

This commit introduces databases/lmdb0 as a holding port for the 0.9.35
release, pinned to the 0.x branch with PORTSCOUT=limit:^0. and mutually
conflicting with databases/lmdb, which retains 1.0. The two packages
cannot be installed simultaneously, but having lmdb0 available means:

* Ports known to require the 0.9 ABI can declare an explicit dependency
  on databases/lmdb0 until they are validated against 1.0.
* Users with existing databases in the 0.9 format can still access the
  mdb_dump and mdb_load utilities to migrate data before upgrading.
* The package conflict prevents accidental mixing.

All 50 direct dependents of databases/lmdb are redirected to
databases/lmdb0 for now with a PORTREVISION bump, effectively restoring
the tree to the state prior to the LMDB 1.0 update. Once all dependent
ports are validated against LMDB 1.0, they will be moved back to
databases/lmdb and databases/lmdb0 will be removed.

PR:             ports/296530
2026-07-06 08:57:32 -07:00
Yuri Victorovich e89cdabb7c lang/neocmakelsp: update 0.10.3 → 0.10.4 2026-07-06 07:26:25 -07:00
Dave Cottlehuber 8ab334473a lang/crystal: update to 1.20.2
ChangeLog:	https://crystal-lang.org/2026/04/16/1.20.0-released/
Sponsored by:	SkunkWerks, GmbH
2026-07-06 09:27:50 +00:00
Adam Weinberger cb8a682fbc lang/Makefile: Fix spelling of "perl-lsp"
Reported by:	Chris Torek
2026-07-06 04:12:45 -04:00
Adam Weinberger 5ef0c454bd lang/perl-lsp: Add port
perl-lsp is a Rust-based Perl language server.
2026-07-06 02:11:49 -04:00
Daniel O'Connor 9398ec4fab lang/sdcc: Update 4.4.0 => 4.6.0
Release Notes:
https://sourceforge.net/p/sdcc/news/2026/06/sdcc-460-released/
https://sourceforge.net/p/sdcc/news/2025/01/sdcc-450-released/

Changelog:
https://sourceforge.net/p/sdcc/code/HEAD/tree/tags/sdcc-4.6.0/sdcc/ChangeLog

PR:		296242
Sponsored by:	UNIS Labs
Co-authored-by:	Vladimir Druzenko <vvd@FreeBSD.org>
2026-07-06 03:25:19 +03:00
Lorenzo Salvadore 54414a08b5 lang/gcc16-devel: Update to 16.1.1.s20260627 2026-07-05 19:17:05 +02:00
Lorenzo Salvadore f0e600d053 lang/gcc15-devel: Update to 15.3.1.s20260626 2026-07-05 19:17:04 +02:00
Nikolaj Thygesen da8a81a8d4 lang/swipl: update to 10.0.2
Changelog: https://www.swi-prolog.org/ChangeLog?branch=stable&from=9.2.9&to=10.0.2

PR:		295274
Reported by:	dewayne@heuristicsystems.com.au
2026-07-05 10:12:50 +02:00
Muhammad Moinur Rahman 63b6120db0 */*php86*: Sunrise
Please DO NOT use this version in production, it is an early test version.

For upgrade notes please visit:
https://github.com/php/php-src/blob/php-8.6.0alpha1/UPGRADING

Changelog: https://github.com/php/php-src/blob/php-8.6.0alpha1/NEWS
2026-07-04 20:17:34 +02:00
Muhammad Moinur Rahman fcf89426ed lang/php85: Update version 8.5.7=>8.5.8
Changelog: https://www.php.net/ChangeLog-8.php#8.5.8
2026-07-04 20:17:33 +02:00
Muhammad Moinur Rahman 2ea6bfff45 lang/php84: Update version 8.4.22=>8.4.23
Changelog: https://www.php.net/ChangeLog-8.php#8.4.23
2026-07-04 20:17:33 +02:00
Muhammad Moinur Rahman d79cdbf18e lang/php83: Update version 8.3.31=>8.3.32
Changelog: https://www.php.net/ChangeLog-8.php#8.3.32
2026-07-04 20:17:33 +02:00
Muhammad Moinur Rahman d06d7f3bc0 lang/php82: Update version 8.2.31=>8.2.32
Changelog: https://www.php.net/ChangeLog-8.php#8.2.32
2026-07-04 20:17:32 +02:00
Rene Ladan 4d3e6e3abe lang/perl5.38: remove expired port 2026-07-03 21:48:02 +02:00
Thierry Thomas 471afd79f9 lang/gnat15: fix plist on 32 bits archs
Also delegating maintainership tp the ada team.

PR:		292708
Reported by:	pkg-fallout
2026-07-03 21:28:09 +02:00
Kirill Ponomarev 9ab7b70f20 */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. 2026-07-03 09:14:06 +00:00
Kirill Ponomarev a13f4a247f lang/sbcl: Update to 2.6.6 2026-07-03 09:13:28 +00:00
Jimmy Olgeni e983a3796b lang/erlang-runtime29: Update to 29.0.3 2026-07-03 10:26:37 +02:00
Max Brazhnikov bbb9a6dc2d KDE: Update KDE Gear to 26.04.3
Announcement: https://kde.org/announcements/gear/26.04.3/
2026-07-02 15:16:28 +03:00
Sergey A. Osokin b95fb1127e lang/quickjs: update to 2026.06.04
PR:		295896
Approved by:	yuri (maintainer, timeout >2 weeks)

Sponsored by:	tipi.work
2026-07-01 10:49:14 -04:00
Gleb Popov 28b88f7c8b lang/rizin-cutter: Update to 2.5.0
Reported by:	portscout!
2026-07-01 13:30:30 +03:00
Gleb Popov 97299ec9af lang/rizin: Update to 0.9.1
Reported by:	portscout!
2026-07-01 11:33:14 +03:00
Mikael Urankar 7ad5d8b86b lang/rust: update to 1.96.1 2026-07-01 10:08:04 +02:00