| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
| |
Reported by: fallout
|
| |
|
|
|
| |
Announcement:
https://www.kicad.org/blog/2026/04/KiCad-10.0.1-Release/
|
| |
|
|
|
| |
Announcement:
https://blog.freecad.org/2026/04/15/freecad-1-1-1-released/
|
| |
|
|
|
|
|
|
| |
Summary: * Strip all the executables, not only the main one
Approved by: yuri@ (maintainer, Mentor)
Approved by: db@, yuri@ (Mentors, implicit)
Differential Revision: https://reviews.freebsd.org/D56397
|
| |
|
|
|
| |
ChangeLog:
https://sourceforge.net/p/gtkwave/code/HEAD/tree/gtkwave3-gtk3/ChangeLog
|
| |
|
|
| |
Approved by: db@, yuri@ (Mentors, implicit)
|
| |
|
|
|
|
| |
Approved by: yuri@ (maintainer, Mentor)
Approved by: db@, yuri@ (Mentors, implicit)
Differential Revision: https://reviews.freebsd.org/D56314
|
| |
|
|
|
|
| |
Approved by: yuri@ (maintainer, Mentor)
Approved by: db@, yuri@ (Mentors, implicit)
Differential Revision: https://reviews.freebsd.org/D56313
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This overhaul introduces four key changes to the elisp ports framework:
1. Remove support for packaged byte-compiled elisp.
The primary motivation is to remove a large number of flavor-specific
packages and to simplify the ports tree. As an example, supporting
byte-compiled elisp for devel/tablist required six packages, one for
each flavor of editors/emacs and editors/emacs-devel. With over 100
elisp ports and requests for new Emacs flavors, this was
unmanageable.
2. Install configuration to integrate with Emacs's native compilation
machinery, allowing elisp from ports to be compiled into the standard
cache under the user's home directory.
This matches the behavior of GNU ELPA packages and generally results
in a faster experience. Speedups vary depending on the
characteristics of the elisp code, but are often reported to be 2.5
to 5 times faster than byte-compiled code.
3. Perform byte compilation on the target host, but only when native
compilation is unavailable. Compilation is initiated when Emacs
starts, and the resulting .elc files are cached under the user's
home directory.
4. Load all autoload files installed by FreeBSD elisp ports. This
mirrors what package.el does for ELPA packages, ensuring that
autoloaded functions are available without requiring users to
explicitly load each package.
Users with elisp packages (*-emacs_*) installed should consult the
2026-04-11 UPDATING entry for instructions on handling the transition.
Reviewed by: ashish, Benjamin Jacobs <freebsd@dev.thsi.be>, dinoex,
mandree, mce, nobutaka, Pat Maddox <pat@patmaddox.com>,
rhurlin
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D56001
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog:
https://openvsp.org/blogs/announcements/2026/04/03/openvsp-3-49-0-released
Features:
* Stowed / Retracted landing gear
* TRA Clearance model
* Single gear auxiliary geometry
* Faster interactivity with landing gear
Build system:
* Use venv when building Ubuntu to fix numpy version problems
* Update to Eigen3 5.0.0
* Update OpenABF to support new Eigen
Fixes:
* Center of rotation with ABS positioning fixed
* Wave drag crash on load
* Ambiguous subsurface with line subsurfaces in WaveDrag
* Fix mismatch of gear plane for certain analyses
* Improve robustness of corner rounding
* Fix crash with ground maneuverability analysis
* Fix scrolling stability of Check Box Browsers
* Fix some Python unit tests
* Only show ‘Apply Rotation’ when it makes sense
* Fix landing gear scaling on second load
* Fix crash due to non-deregistered attribute collection
|
| | |
|
| |
|
|
|
| |
Approved by: bapt (former maintainer)
Approved by: makc (mentor)
|
| |
|
|
| |
Approved by: makc (mentor)
|
| |
|
|
|
| |
Obtained from: https://github.com/eclipse-sumo/sumo/commit/8a52e99ba9170b65e7c661e001d5028e4bba5241
https://github.com/eclipse-sumo/sumo/commit/bb818b0822ea730e932769d9eba4cfdb3966095c
|
| |
|
|
|
|
|
| |
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/OSGeo/gdal/releases
https://github.com/OSGeo/gdal/blob/release/3.12/NEWS.md
|
| |
|
|
|
| |
With both math/py-numpy (2) and math/py-numpy1, the variable stopped
making sense. Also remove the upper version bound.
|
| |
|
|
|
|
| |
These specify numpy indirectly using a different variable.
PR: 281470
|
| |
|
|
|
|
| |
...and bump PORTREVISIONs of consumers with hard RUN_DEPENDS
PR: 281470
|
| |
|
|
|
|
| |
Included all ports that have USES=java.
PR: 293559
|
| |
|
|
|
|
|
| |
ChangeLog:
https://openvsp.org/blogs/announcements/2026/03/04/openvsp-3-48-2-released
* Fix regressions to Stack Presets caused by 3.48.1 fixes.
|
| |
|
|
|
|
| |
Approved by: yuri@ (maintainer, Mentor)
Approved by: db@, yuri@ (Mentors, implicit)
Differential Revision: https://reviews.freebsd.org/D56206
|
| | |
|
| |
|
|
| |
Approved by: db@, yuri@ (Mentors, implicit)
|
| |
|
|
|
|
|
|
|
|
| |
cad/alliance, databases/proxysql, deskutils/growl-for-linux,
emulators/wine-proton, net/yate, sysutils/grub2-efi,
sysutils/grub2-pcbsd: Add USE_CSTD=gnu11 because autoconf 2.73 tries
to use C23 and these ports are broken with that.
PR: 293963
Exp-run by: antoine
|
| |
|
|
|
| |
Patch taken from upstream.
Bump for code change.
|
| |
|
|
| |
Fixed issue in 3D structured CGNS output.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Approved by: yuri@ (maintainer, Mentor)
Approved by: db@, yuri@ (Mentors, implicit)
Differential Revision: https://reviews.freebsd.org/D56074
|
| |
|
|
|
|
|
|
|
| |
cad/py-gdstk:
* Add WWW for source code repository.
Approved by: yuri@ (maintainer, Mentor)
Approved by: db@, yuri@ (Mentors, implicit)
Differential Revision: https://reviews.freebsd.org/D56080
|
| |
|
|
|
|
|
|
|
|
|
| |
* Add WWW for main site
* Fix SYNTH logic to optionally disable it as by default synth is enabled
https://github.com/ghdl/ghdl/blob/e589c698c351369ac5bcfe7abe1f1152ac5d4727/configure#L52
* Simplify stripping logic in post-install phase
Approved by: yuri@ (maintainer, Mentor)
Approved by: db@, yuri@ (Mentors, implicit)
Differential Revision: https://reviews.freebsd.org/D56078
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Boards
route-rnd is a Free Software flexible, modular autorouter for Printed Circuit
Boards
- modular, supports different routing algorithms
- fits well in a UNIXy workflow
- the designed-for-simplicity file format makes it easy to interface
- fully CLI, no GUI required
- active development, frequent releases
- Free Software license (GNU GPLv2+)
WWW: http://www.repo.hu/projects/route-rnd/
Approved by: db@, yuri@ (Mentors, implicit)
|
| |
|
|
|
| |
Announcement:
https://blog.freecad.org/2026/03/25/freecad-version-1-1-released/
|
| |
|
|
|
|
|
|
| |
Summary: * Add WWW for source code repository.
Approved by: yuri@ (maintainer, Mentor)
Approved by: db@, yuri@ (Mentors, implicit)
Differential Revision: https://reviews.freebsd.org/D56073
|
| |
|
|
|
|
|
|
| |
Summary: * Add WWW for source code repository.
Approved by: yuri@ (maintainer, Mentor)
Approved by: db@, yuri@ (Mentors, implicit)
Differential Revision: https://reviews.freebsd.org/D56059
|
| |
|
|
|
|
|
|
| |
Summary: * Pet portclippy(1) and portfmt(1)
Approved by: yuri@ (maintainer, Mentor)
Approved by: db@, yuri@ (Mentors, implicit)
Differential Revision: https://reviews.freebsd.org/D56057
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
cad/uhdm: Update 1.84 => 1.86
Changelogs:
* https://github.com/chipsalliance/UHDM/releases/tag/v1.86
* https://github.com/chipsalliance/UHDM/releases/tag/v1.85
* https://github.com/chipsalliance/UHDM/compare/v1.85...v1.86
* https://github.com/chipsalliance/UHDM/compare/v1.84...v1.85
* Use dynamic SOVERSION
* Pet portclippy(1) and portfmt(1)
cad/surelog: Update 1.84 => 1.86
Changelogs:
* https://github.com/chipsalliance/Surelog/releases/tag/v1.86
* https://github.com/chipsalliance/Surelog/releases/tag/v1.85
* https://github.com/chipsalliance/Surelog/compare/v1.85...v1.86
* https://github.com/chipsalliance/Surelog/compare/v1.84...v1.85
* Add java to CATEGORIES
* Unbreak on i386
* Use dynamic SOVERSION
* Pet portclippy(1) and portfmt(1)
cad/yosys-systemverilog: Chase cad/{surelog,uhdm}: Update 1.84 => 1.86
Approved by: yuri@ (maintainer, Mentor)
Approved by: db@, yuri@ (Mentors, implicit)
Differential Revision: https://reviews.freebsd.org/D53573
|
| |
|
|
|
|
|
|
| |
* Rewrite the port to clean modern standards with many improvements
Approved by: yuri@ (Mentor)
Approved by: db@, yuri@ (Mentors, implicit)
Differential Revision: https://reviews.freebsd.org/D55749
|
| |
|
|
| |
PR: 293615
|
| |
|
|
|
|
|
|
|
|
| |
* Add java to CATEGORIES
* Lift off limit to Java version (tested with OpenJDK 21)
* Fix and improve pkg-descr
Approved by: yuri@ (maintainer, Mentor)
Approved by: db@, yuri@ (Mentors, implicit)
Differential Revision: https://reviews.freebsd.org/D56030
|
| |
|
|
|
|
| |
Approved by: yuri@ (maintainer, Mentor)
Approved by: db@, yuri@ (Mentors, implicit)
Differential Revision: https://reviews.freebsd.org/D55862
|
| |
|
|
|
|
|
|
| |
Announcement: https://github.com/FreeCAD/FreeCAD/releases/tag/1.1rc3
This allows for "easy" unbreaking of the port against VTK 9.6, and at
this point I belive the risk of using this RC is less than the risk
of adapting the vtk-9.6-compat patches.
|
| |
|
|
|
| |
Announcement:
https://www.kicad.org/blog/2026/03/Version-10.0.0-Released/
|
| |
|
|
|
|
|
| |
Changelog: https://github.com/YosysHQ/yosys/releases/tag/v0.63
PR: 293595
Approved by: yuri (maintainer, timeout)
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
Exclude Java bindings (not used in tree)
PR: 293586
Reported by: Daniel Engberg
|