OpenBSD/ports Y0N8bFP — games/openomf distinfo Makefile
update to openomf 0.8.5; ok tb@
| Version | Delta | File | |
|---|---|---|---|
| 1.4 | +2 | -2 | games/openomf/distinfo |
| 1.10 | +1 | -1 | games/openomf/Makefile |
| +3 | -3 | 2 files | |
update to openomf 0.8.5; ok tb@
| Version | Delta | File | |
|---|---|---|---|
| 1.4 | +2 | -2 | games/openomf/distinfo |
| 1.10 | +1 | -1 | games/openomf/Makefile |
| +3 | -3 | 2 files | |
Tor Browser: use Lyrebird instead of obfs4proxy We can now use the WebTunnel Pluggable Transport.
| Version | Delta | File | |
|---|---|---|---|
| 1.186 | +2 | -2 | www/tor-browser/browser/Makefile |
| 1.3 | +2 | -2 | www/tor-browser/browser/files/torrc-defaults |
| 1.14 | +1 | -1 | www/tor-browser/browser/files/unveil.main |
| +5 | -5 | 3 files | |
lang/deno: Update to 2.6.4
In addition:
* disable experimental typescript-go integration which requires a prebuilt
binary which they don't provide for OpenBSD
* disable the update-check on startup on OpenBSD, because there's no point
in it
| Version | Delta | File | |
|---|---|---|---|
| 1.44 | +414 | -312 | lang/deno/distinfo |
| 1.44 | +206 | -155 | lang/deno/crates.inc |
| 1.18 | +84 | -55 | lang/deno/patches/patch-modcargo-crates_v8-0_68_0_build_config_compiler_BUILD_gn |
| 1.12 | +23 | -44 | lang/deno/patches/patch-cli_task_runner_rs |
| 1.25 | +40 | -19 | lang/deno/patches/patch-cli_main_rs |
| 1.1 | +29 | -0 | lang/deno/patches/patch-tests_util_server_src_servers_mod_rs |
| +796 | -585 | 53 files not shown | |
| +1,056 | -766 | 59 files | |
lang/elixir: Update to 1.19.5
| Version | Delta | File | |
|---|---|---|---|
| 1.74 | +2 | -2 | lang/elixir/distinfo |
| 1.86 | +1 | -1 | lang/elixir/Makefile |
| +3 | -3 | 2 files | |
textproc/csvlens: Update to 0.15.1 Bugfix release
| Version | Delta | File | |
|---|---|---|---|
| 1.8 | +2 | -2 | textproc/csvlens/distinfo |
| 1.9 | +1 | -1 | textproc/csvlens/Makefile |
| +3 | -3 | 2 files | |
No __builtin_unreachable() in gcc < 4.5. Thanks and help tb@, jca@. ok tb@
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +12 | -0 | lang/tcl/9/patches/patch-generic_tclInt_h |
| 1.2 | +1 | -0 | lang/tcl/9/Makefile |
| +13 | -0 | 2 files | |
sync
| Version | Delta | File | |
|---|---|---|---|
| 1.50 | +1 | -1 | distrib/sets/lists/comp/clang.arm64 |
| +1 | -1 | 1 files | |
adjust comment, we now have scikit-build-core so updates are no longer blocked
| Version | Delta | File | |
|---|---|---|---|
| 1.44 | +1 | -1 | net/py-zmq/Makefile |
| +1 | -1 | 1 files | |
point TMPDIR under WRKDIR during build for scikit-build-core, to keep build files contained (otherwise it writes to /tmp/tmpXX)
| Version | Delta | File | |
|---|---|---|---|
| 1.17 | +1 | -0 | lang/python/3/python.port.mk |
| +1 | -0 | 1 files | |
document MODPY_PYBUILD=scikit-build-core
| Version | Delta | File | |
|---|---|---|---|
| 1.21 | +4 | -3 | share/man/man5/python-module.5 |
| +4 | -3 | 1 files | |
fix _MODPY_EXPECTED_BACKEND for scikit-build-core
| Version | Delta | File | |
|---|---|---|---|
| 1.16 | +1 | -1 | lang/python/3/python.port.mk |
| +1 | -1 | 1 files | |
support MODPY_PYBUILD=scikit-build-core
| Version | Delta | File | |
|---|---|---|---|
| 1.15 | +3 | -0 | lang/python/3/python.port.mk |
| +3 | -0 | 1 files | |
+py-scikit-build-core
| Version | Delta | File | |
|---|---|---|---|
| 1.2549 | +1 | -0 | devel/Makefile |
| +1 | -0 | 1 files | |
import ports/devel/py-scikit-build-core, from tb, tweaks from me, ok tb Scikit-build-core is a build backend for Python that uses CMake to build extension modules. It has a simple yet powerful static configuration system in pyproject.toml, and supports almost unlimited flexibility via CMake. It was initially developed to support the demanding needs of scientific users, but can build any sort of package that uses CMake.
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +303 | -0 | devel/py-scikit-build-core/pkg/PLIST |
| 1.1 | +28 | -0 | devel/py-scikit-build-core/Makefile |
| 1.1 | +5 | -0 | devel/py-scikit-build-core/pkg/DESCR |
| 1.1 | +2 | -0 | devel/py-scikit-build-core/distinfo |
| 1.1.1.1 | +0 | -0 | devel/py-scikit-build-core/distinfo |
| 1.1.1.1 | +0 | -0 | devel/py-scikit-build-core/pkg/DESCR |
| +338 | -0 | 2 files not shown | |
| +338 | -0 | 8 files | |
Removing padding needs to go through screen_write_collect_trim or there may end up multiple items covering the same region.
| Version | Delta | File | |
|---|---|---|---|
| 1.246 | +54 | -45 | usr.bin/tmux/screen-write.c |
| +54 | -45 | 1 files | |
py-backports-zstd: disable lto to fix build on sparc64 seems like the simplest option here, though it's possible that switching lang/gcc/15 to using devel/gas on sparc64 (as already done on many other archs) may work too - not checked
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +14 | -0 | archivers/py-backports-zstd/patches/patch-setup_py |
| 1.2 | +1 | -0 | archivers/py-backports-zstd/Makefile |
| +15 | -0 | 2 files | |
switch COMPILER to base-clang ports-gcc; SNMP.xs build fails with gcc 4.
| Version | Delta | File | |
|---|---|---|---|
| 1.132 | +3 | -0 | net/net-snmp/Makefile |
| +3 | -0 | 1 files | |
update to 1.78
| Version | Delta | File | |
|---|---|---|---|
| 1.51 | +4 | -1 | databases/p5-DBD-SQLite/Makefile |
| 1.22 | +2 | -2 | databases/p5-DBD-SQLite/distinfo |
| +6 | -3 | 2 files | |
adjust patch to check the version add PR link
| Version | Delta | File | |
|---|---|---|---|
| 1.6 | +12 | -1 | sysutils/snmp_exporter/patches/patch-generator_net_snmp_go |
| +12 | -1 | 1 files | |
rework LIB_DEPENDS/WANTLIB handling for PHP SAPIs, for 8.5 uriparser also needs to be added to (LIB_DEPENDS|WANTLIB)-embed (problem reported by aja@) drop PKCS7_NO_DUAL_CONTENT patch, this was since added to libressl
| Version | Delta | File | |
|---|---|---|---|
| 1.200 | +14 | -14 | lang/php/Makefile.inc |
| 1.3 | +7 | -9 | lang/php/8.5/Makefile |
| 1.2 | +0 | -0 | lang/php/8.5/patches/patch-ext_openssl_openssl_arginfo_h |
| +21 | -23 | 3 files | |
Update to py3-pypdf-6.6.0.
| Version | Delta | File | |
|---|---|---|---|
| 1.49 | +2 | -2 | print/py-pypdf/distinfo |
| 1.19 | +0 | -3 | print/py-pypdf/pkg/PLIST |
| 1.54 | +1 | -1 | print/py-pypdf/Makefile |
| +3 | -6 | 3 files | |
update to snmp_exporter-0.30.1 switch from vendoring to downloading modules in the port unbreak with net-snmp 5.9.5.x
| Version | Delta | File | |
|---|---|---|---|
| 1.19 | +290 | -4 | sysutils/snmp_exporter/distinfo |
| 1.1 | +93 | -0 | sysutils/snmp_exporter/modules.inc |
| 1.27 | +17 | -20 | sysutils/snmp_exporter/Makefile |
| 1.5 | +9 | -18 | sysutils/snmp_exporter/patches/patch-generator_net_snmp_go |
| 1.18 | +2 | -0 | sysutils/snmp_exporter/pkg/PLIST |
| 1.11 | +0 | -0 | sysutils/snmp_exporter/patches/patch-generator_Makefile |
| +411 | -42 | 1 files not shown | |
| +411 | -42 | 7 files | |
Bump to unbreak after previous.
| Version | Delta | File | |
|---|---|---|---|
| 1.45 | +2 | -0 | devel/alex/Makefile |
| +2 | -0 | 1 files | |
Fix for Go >=1.26. Prodded by tb@
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +14 | -0 | archivers/kapsul/patches/patch-go_sum |
| 1.1 | +14 | -0 | archivers/kapsul/patches/patch-go_mod |
| 1.2 | +4 | -4 | archivers/kapsul/distinfo |
| 1.2 | +4 | -0 | archivers/kapsul/Makefile |
| 1.2 | +1 | -1 | archivers/kapsul/modules.inc |
| +37 | -5 | 5 files | |
Update to jjui v0.9.9 https://github.com/idursun/jjui/releases/tag/v0.9.9
| Version | Delta | File | |
|---|---|---|---|
| 1.17 | +40 | -22 | devel/jjui/distinfo |
| 1.9 | +10 | -5 | devel/jjui/modules.inc |
| 1.17 | +1 | -1 | devel/jjui/Makefile |
| +51 | -28 | 3 files | |
update to py3-pbr-7.0.3
| Version | Delta | File | |
|---|---|---|---|
| 1.14 | +2 | -2 | devel/py-pbr/distinfo |
| 1.17 | +3 | -0 | devel/py-pbr/pkg/PLIST |
| 1.31 | +1 | -1 | devel/py-pbr/Makefile |
| +6 | -3 | 3 files | |
update to py3-mediafile-0.14.0
| Version | Delta | File | |
|---|---|---|---|
| 1.7 | +57 | -4 | audio/py-mediafile/pkg/PLIST |
| 1.12 | +5 | -5 | audio/py-mediafile/Makefile |
| 1.7 | +2 | -2 | audio/py-mediafile/distinfo |
| +64 | -11 | 3 files | |
update to py3-types-psutil-7.2.1.20251231
| Version | Delta | File | |
|---|---|---|---|
| 1.13 | +2 | -2 | devel/py-types-psutil/distinfo |
| 1.15 | +1 | -1 | devel/py-types-psutil/Makefile |
| +3 | -3 | 2 files | |
update to py3-psutil-7.2.1
| Version | Delta | File | |
|---|---|---|---|
| 1.17 | +2 | -2 | sysutils/py-psutil/distinfo |
| 1.40 | +1 | -1 | sysutils/py-psutil/Makefile |
| +3 | -3 | 2 files | |
update to py3-jaraco-functools-4.4.0
| Version | Delta | File | |
|---|---|---|---|
| 1.7 | +2 | -2 | devel/py-jaraco-functools/distinfo |
| 1.20 | +1 | -1 | devel/py-jaraco-functools/Makefile |
| +3 | -3 | 2 files | |