OpenBSD/ports XPK48A5math/py-scikit-learn Makefile, math/py-scikit-learn/patches patch-pyproject_toml

   py-scikit-learn: drop upper bound on numpy to unbreak build
VersionDeltaFile
1.1+12-0math/py-scikit-learn/patches/patch-pyproject_toml
1.29+1-0math/py-scikit-learn/Makefile
+13-02 files

OpenBSD/ports MfMwLmFtextproc/mdbook distinfo crates.inc, textproc/mdbook/patches patch-tests_testsuite_preprocessor_rs

   textproc/mdbook: update to v0.5.2.

   Diff from Laurent Cheylus, thanks!
VersionDeltaFile
1.14+266-380textproc/mdbook/distinfo
1.5+132-189textproc/mdbook/crates.inc
1.10+9-19textproc/mdbook/pkg/PLIST
1.2+10-10textproc/mdbook/patches/patch-tests_testsuite_preprocessor_rs
1.21+2-4textproc/mdbook/Makefile
+419-6025 files

OpenBSD/ports 0EKPRLpaudio/libkeyfinder/patches patch-cmake_FindFFTW3_cmake

   Prevent linking against fftw version 2

   ok rsadowski@
VersionDeltaFile
1.1+14-0audio/libkeyfinder/patches/patch-cmake_FindFFTW3_cmake
+14-01 files

OpenBSD/ports QRgrBfSdevel/stylua distinfo Makefile

   devel/stylua: update to version 2.3.1.

   Diff from Laurent Cheylus, thanks!
VersionDeltaFile
1.4+2-2devel/stylua/distinfo
1.4+1-1devel/stylua/Makefile
+3-32 files

OpenBSD/ports fl8lBbFdevel/catch2 distinfo Makefile, devel/catch2/pkg PLIST

   Update catch2 to 3.12.0
VersionDeltaFile
1.19+7-1devel/catch2/pkg/PLIST
1.51+2-2devel/catch2/distinfo
1.58+1-1devel/catch2/Makefile
+10-43 files

OpenBSD/ports NMxUt7Vmisc/p5-OPCUA-Open62541 distinfo Makefile

   update p5-OPCUA-Open62541 to 2.09
   fixes regression with Perl 5.42.0
VersionDeltaFile
1.42+2-2misc/p5-OPCUA-Open62541/distinfo
1.45+1-1misc/p5-OPCUA-Open62541/Makefile
+3-32 files

OpenBSD/ports fY5ikFHx11/vlc Makefile distinfo, x11/vlc/patches patch-configure_ac patch-compat_Makefile_am

   update to vlc-3.0.23, from Brad (maintainer)
VersionDeltaFile
1.47+2-75x11/vlc/patches/patch-configure_ac
1.290+6-13x11/vlc/Makefile
1.59+9-4x11/vlc/pkg/PLIST-main
1.50+2-2x11/vlc/distinfo
1.5+2-1x11/vlc/patches/patch-compat_Makefile_am
1.7+0-0x11/vlc/patches/patch-modules_codec_avcodec_video_c
+21-959 files not shown
+21-9515 files

OpenBSD/ports WAXosYHsysutils/u-boot/aarch64 Makefile, sysutils/u-boot/aarch64/pkg PLIST

   Return rock960-rk3399 idbloader.img to PLIST,
   accidentally removed in r1.5.


   ok kettenis@
VersionDeltaFile
1.11+1-1sysutils/u-boot/aarch64/Makefile
1.6+2-0sysutils/u-boot/aarch64/pkg/PLIST
+3-12 files

OpenBSD/ports QIfZGgKdevel/quirks Makefile, devel/quirks/files Quirks.pm

   Record obsolete packages
VersionDeltaFile
1.1781+4-1devel/quirks/files/Quirks.pm
1.1769+1-1devel/quirks/Makefile
+5-22 files

OpenBSD/ports szY7Ltwproductivity Makefile, productivity/deskzilla Makefile

   Remove productivity/{deskzilla|thinkingrock}. Neither run with jdk-11.
   ok sthen@ kn@
VersionDeltaFile
1.121+0-2productivity/Makefile
1.7+0-0productivity/thinkingrock/pkg/PLIST
1.3+0-0productivity/deskzilla/pkg/PLIST
1.6+0-0productivity/thinkingrock/distinfo
1.15+0-0productivity/deskzilla/Makefile
1.2+0-0productivity/thinkingrock/pkg/DESCR
+0-25 files not shown
+0-211 files

OpenBSD/ports FPVQRqtlang Makefile, lang/processing Makefile distinfo

   Remove lang/processing. Upstream is native without OpenBSD support and
   current port does not run with jdk-11. ok sthen@
VersionDeltaFile
1.294+0-1lang/Makefile
1.2+0-0lang/processing/pkg/DESCR
1.21+0-0lang/processing/Makefile
1.3+0-0lang/processing/distinfo
1.2+0-0lang/processing/files/processing-48.xpm
1.2+0-0lang/processing/files/processing.desktop
+0-13 files not shown
+0-19 files

OpenBSD/ports EqeVQJAeditors/calligraplan Makefile

   Add new hidden build depends on devel/kf6/kitemmodels
VersionDeltaFile
1.7+1-0editors/calligraplan/Makefile
+1-01 files

OpenBSD/ports RxWyrgMsecurity/qgpgme Makefile

   Disable Git and Doxygen

   Prevent cmake from finding it during the configuration task
VersionDeltaFile
1.2+3-0security/qgpgme/Makefile
+3-01 files

OpenBSD/ports 24tQnhix11/kde-applications/cantor Makefile

   cantor: fix spelling of Rlapack broken in previous
VersionDeltaFile
1.64+1-1x11/kde-applications/cantor/Makefile
+1-11 files

OpenBSD/ports ZvvYG8Demulators/mupen64plus/ui-console Makefile, emulators/mupen64plus/ui-console/patches patch-src_main_c

   Back out use of pledge(2) in mupen64plus-ui-console.

   Although pledge(2) was only called at the last possible moment, after
   nearly all initialization had been done, it turns out there was one case
   I missed: if the user is playing with a ujoy(4) gamepad, then SDL will
   call ioctl(2) with USB_GET_REPORT_DESC. No pledge(2) promise allows this.

   Due to mupen64plus's design, pledge(2) cannot be moved any later. The
   USB initialization takes place in a .so plugin with a documented public
   API. Calling pledge(2) inside the plugin would certainly break other
   mupen64plus frontends.

   It may be possible to reintroduce pledge(2) in mupen64plus, by hoisting
   joystick initialization to a place that gets executed earlier. However,
   this too might not be possible without breaking other frontends.

   Other alternatives could be to modify SDL's joystick initialization to
   not require USB_GET_REPORT_DESC, or perhaps to add a new "ujoy" promise.
   Either of these would benefit other SDL/ujoy(4)/pledge-using programs

    [13 lines not shown]
VersionDeltaFile
1.20+2-1emulators/mupen64plus/ui-console/Makefile
1.2+0-0emulators/mupen64plus/ui-console/patches/patch-src_main_c
+2-12 files

OpenBSD/ports UGUcdXHx11/gnome/eog distinfo Makefile, x11/gnome/eog/patches patch-src_eog-application_c patch-src_eog-window_c

   Update to eog-49.1.
VersionDeltaFile
1.98+2-2x11/gnome/eog/distinfo
1.198+1-2x11/gnome/eog/Makefile
1.65+1-1x11/gnome/eog/pkg/PLIST
1.2+0-0x11/gnome/eog/patches/patch-src_eog-application_c
1.2+0-0x11/gnome/eog/patches/patch-src_eog-window_c
+4-55 files

OpenBSD/ports GOOfS9bmath/lapack/patches patch-SRC_DEPRECATED_dlahrd_f patch-SRC_DEPRECATED_cgelqs_f, math/lapack/pkg PLIST

   update to lapack-3.12.1, various patches backported from upstream (mostly
   concerning lines becoming too long for a punch card after macro changes,
   it seems)
VersionDeltaFile
1.12+16-16math/lapack/pkg/PLIST
1.1+30-0math/lapack/patches/patch-SRC_DEPRECATED_dlahrd_f
1.1+28-0math/lapack/patches/patch-SRC_DEPRECATED_cgelqs_f
1.1+28-0math/lapack/patches/patch-SRC_DEPRECATED_zgeqrs_f
1.1+28-0math/lapack/patches/patch-SRC_DEPRECATED_cgeqrs_f
1.1+28-0math/lapack/patches/patch-SRC_DEPRECATED_dgelqs_f
+158-169 files not shown
+337-3115 files

OpenBSD/ports lOJtagnprint/qpdf distinfo Makefile, print/qpdf/patches patch-CMakeLists_txt

   Update to qpdf-12.3.0.
VersionDeltaFile
1.61+2-2print/qpdf/distinfo
1.77+2-2print/qpdf/Makefile
1.27+3-0print/qpdf/pkg/PLIST
1.9+1-1print/qpdf/patches/patch-CMakeLists_txt
+8-54 files

OpenBSD/ports HkyMbXOdevel/qbs distinfo Makefile, devel/qbs/patches patch-CMakeLists_txt

   Update qbs to 3.1.2
VersionDeltaFile
1.34+2-2devel/qbs/distinfo
1.47+1-1devel/qbs/Makefile
1.2+0-0devel/qbs/patches/patch-CMakeLists_txt
+3-33 files

OpenBSD/ports u6rjYRLtextproc/py-json5 Makefile

   add a comment pointing out the similarly-named textproc/py-pyjson5
VersionDeltaFile
1.7+1-0textproc/py-json5/Makefile
+1-01 files

OpenBSD/ports uu0BdR9devel/py-application_properties Makefile distinfo, devel/py-application_properties/pkg PLIST

   update to py3-application_properties-0.9.0
VersionDeltaFile
1.2+7-6devel/py-application_properties/Makefile
1.2+2-2devel/py-application_properties/distinfo
1.3+3-0devel/py-application_properties/pkg/PLIST
+12-83 files

OpenBSD/ports IV4pWRjtextproc Makefile

   +py-pyjson5
VersionDeltaFile
1.852+1-0textproc/Makefile
+1-01 files

OpenBSD/ports BhmIBnAtextproc/py-pyjson5 Makefile distinfo, textproc/py-pyjson5/patches patch-third-party_fast_double_parser_include_fast_double_parser_h patch-setup_py

   import ports/textproc/py-pyjson5, sparc64 tests/ok tb@

   JSON5 serializer and parser library for Python 3 written in Cython.

   The serializer returns ASCII data that can safely be used in an HTML
   template. Apostrophes, ampersands, greater-than, and less-then signs are
   encoded as unicode escaped sequences.

   Unless the input contains infinite or NaN values, the result will be
   valid JSON data.

   The parser can handle all valid JSON5 1.0.0 and JSON data can be read,
   unless the nesting level is absurdly high.
VersionDeltaFile
1.1+29-0textproc/py-pyjson5/Makefile
1.1+16-0textproc/py-pyjson5/pkg/PLIST
1.1+12-0textproc/py-pyjson5/patches/patch-third-party_fast_double_parser_include_fast_double_parser_h
1.1+11-0textproc/py-pyjson5/pkg/DESCR
1.1+11-0textproc/py-pyjson5/patches/patch-setup_py
1.1+2-0textproc/py-pyjson5/distinfo
+81-06 files not shown
+81-012 files

OpenBSD/ports D95csDudevel/qt-creator distinfo Makefile, devel/qt-creator/pkg PLIST

   Update qt-creator to 18.0.1
VersionDeltaFile
1.46+4-1devel/qt-creator/pkg/PLIST
1.55+2-2devel/qt-creator/distinfo
1.118+1-2devel/qt-creator/Makefile
+7-53 files

OpenBSD/ports J9wtd5Yconverters/p5-JSON-DWIW Makefile

   Fix testing p5-JSON-DWIW.
   OK sthen@
VersionDeltaFile
1.21+2-1converters/p5-JSON-DWIW/Makefile
+2-11 files

OpenBSD/ports 5DGP5JVtextproc/py-tomli Makefile distinfo

   update to py3-tomli-2.4.0
VersionDeltaFile
1.16+4-5textproc/py-tomli/Makefile
1.7+2-2textproc/py-tomli/distinfo
+6-72 files

OpenBSD/ports xCcqU5Wgeo/gpxsee distinfo Makefile

   geo/gpxsee: update to 15.8
VersionDeltaFile
1.44+2-2geo/gpxsee/distinfo
1.46+1-1geo/gpxsee/Makefile
+3-32 files

OpenBSD/ports f1LvzMZdevel/jjui Makefile

   replace do-test targets of some go modules to use TEST_TARGET variable

   - devel/jjui

   ok tb@ (MAINTAINER)
VersionDeltaFile
1.18+1-2devel/jjui/Makefile
+1-21 files

OpenBSD/ports Ma8UkDDsecurity/cfssl Makefile, security/osv-scanner Makefile

   replace do-test targets of some go modules to use TEST_TARGET variable

   - security/cfssl
   - security/osv-scanner
   - textproc/miller
   - www/goat

   ok tb@
VersionDeltaFile
1.20+3-6textproc/miller/Makefile
1.10+1-3security/cfssl/Makefile
1.31+1-2security/osv-scanner/Makefile
1.3+2-0www/goat/Makefile
+7-114 files

OpenBSD/ports oWIlg7Hlang/go go.port.mk

   lang/go module: use TEST_TARGET as default target for MODGO_TEST_TARGET instead of ALL_TARGET

   default to ALL_TARGET (keep previous value)

   while here, pass TEST_ENV in MODGO_TEST_CMD

   ok tb@
VersionDeltaFile
1.94+3-2lang/go/go.port.mk
+3-21 files