misc/gwhich 2.23
GNU Which - Everything you never wanted in a which
misc/gwhich: the port had been updated to the latest version 2.23
Garbage-collect GNU_CONFIGURE_MANPREFIX and no longer useful patch
(build logs show that -MD flag is used by default), define missing
LICENSE (GPLv3 or later).
Reported by: portscout
emulators/wine-devel: Update to Wine 10.1
This is the first snapshot of the Wine 10.x branch, and the first
after the Wine 10.0 release.
It includes the following changes:
- A wide range of changes that were deferred during code freeze.
- Root certificates fixes for Battle.net.
- Print Provider improvements.
- More progress on the Bluetooth driver.
- Various bug fixes.
security/ipsec-tools: fix build for FreeBSD 15
FreeBSD 15.0 got some incompatible changes to the header
/usr/include/netipsec/ipsec.h breaking build of this legacy code
due to added "const".
Fix it providing some patches that do not change the behavior.
While here, suppress some warnings that pollute build log
using modern Clang.
This fixes build, so PORTREVISION not bumped.
devel/py-spyder-kernels: Update to 3.0.3
Bugfix release:
- Correctly process Pdb commands available in cmdqueue
- Use an older Ubuntu version on CIs
- Filter frames that come from Spyder-kernels in tracebacks and
fix tracebacks in Python 3.8
Changelog: https://github.com/spyder-ide/spyder-kernels/compare/v3.0.2...v3.0.3
Reported by: portscout, Repology
MFH: 2025Q1
(cherry picked from commit a6caa3ddcd8e6c880882bf3c2cca5ff22a94b873)
devel/py-spyder-kernels: Update to 3.0.3
Bugfix release:
- Correctly process Pdb commands available in cmdqueue
- Use an older Ubuntu version on CIs
- Filter frames that come from Spyder-kernels in tracebacks and
fix tracebacks in Python 3.8
Changelog: https://github.com/spyder-ide/spyder-kernels/compare/v3.0.2...v3.0.3
Reported by: portscout, Repology
MFH: 2025Q1
deskutils/cherrytree: update the port to version 1.3.0
Amend the port description based on the debian/control
file included in the distfile.
Reported by: portscout
devel/py-qt6-pyqt: Update to 6.8.1
Support for the QtStateMachine module has been added.
Restrict QtPdf[Widgets] bindings to archs supported by print/qt6-pdf.
These really should be split out into a separate port along with a few
other lesser used bindings, but this is an intermediate step towards
better support for Tier 2 archs.
https://www.riverbankcomputing.com/news/PyQt_v6.8.1_Released
MFH: 2025Q1
security/libtasn1: Restore symbol versions
Enable linker version script after 41d3d59d0c48. The configure test
fails with clang.
PR: 284651
(cherry picked from commit 24e1ee2f7881d2037344d898fc769053ef3d34f2)
comms/wsjtz 2.5.4.1.22_10
Clone of WSJT-X software with additional features
comms/wsjtz: Give bin/jt9 an executable stack
jt9 is supposed to have an executable stack, but a bug in lld (now
fixed upstream) prevents that.
This change explicitly sets the required exectuable stack for jt9.
Much simpler than using mprotect et. al.
PR: 283670
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D48573
comms/wsjtx 2.5.4_12
Weak signal ham radio communication package
comms/wsjtx: Give bin/jt9 an executable stack
jt9 is supposed to have an executable stack, but a bug in lld (now
fixed upstream) prevents that.
This change explicitly sets the required exectuable stack for jt9.
Much simpler than using mprotect et. al.
PR: 278939
Reported by: jeffpc@josefsipek.net
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D48572
sysutils/grub2-efi: the port had been improved (+)
- Revert previous naive -fpermissive "fix" and #include
<grub/env.h> to obtain the grub_env_set() prototype
- Replace RUN_DEPENDS manipulation with USE_GCC=yes:build
and hand-rolled `do-install' target with INSTALL_WRKSRC
- While here, adjust LICENSE and wrap overly long lines
Fixes: 9bc25ee236c4
PR: 284483
dns/dnsmasq-devel 2.91.r3,6
Lightweight DNS forwarder, DHCP, and TFTP server
dns/dnsmasq-devel: update to v2.91rc3
* bceab45 2025-02-07 | Fix 0x20 problem.
Also fix ordering of chrony vs. dnsmasq (from dns/dnsmasq main port)
MFH: 2025Q1
(cherry picked from commit fe9d683cf82809f877f307d2cfae790944eed325)
dns/dnsmasq-devel 2.91.r3,6
Lightweight DNS forwarder, DHCP, and TFTP server
dns/dnsmasq-devel: update to v2.91rc3
* bceab45 2025-02-07 | Fix 0x20 problem.
Also fix ordering of chrony vs. dnsmasq (from dns/dnsmasq main port)
MFH: 2025Q1
filesystems/mtools 4.0.47
Tools for manipulating MS-DOS disks and images
filesystems/mtools: the port had been updated to version 4.0.47
While here, simplify one regular expression in the `post-patch'
target recipe, garbage-collect a patch, and sort the pkg-plist.
math/py-pystan: Unbreak INDEX by updating include line
Forgot to update include line after changing BROKEN into a global
variable. Pointy hat to myself
Reported by: vvd@ and dvl@
Approved by: portmgr (blanket, build fix)