213,020 commits found in 33 milliseconds
cuetools: fix build with llvm22
error: chained comparison 'X < Y <= Z' does not behave the same as a mathematical expression [-Wparentheses]
OpenBSD /ports iyv3IwL — games/cgames Makefile, games/cgames/patches patch-cblocks_cursesio_c patch-cmines_cursesio_c cgames: switch from int to short twice to fix build with llvm22
userio.c:398:2: error: incompatible pointer types passing 'int *' to parameter of type 'short *' [-Wincompatible-pointer-types]
398 | attr_get(&attr, &n, NULL);
OpenBSD /ports od3Y5rN — security/cyrus-sasl2 Makefile, security/cyrus-sasl2/patches patch-saslauthd_md5_c patch-lib_md5_c cyrus-sasl2: fix build with llvm22, ok ajacoutot naddy
Switch from hand-rolled memset(3) and memcpy(3) to the ones in libc.
The versions inherited from libdes abuse unsigned char * for void *
and [-Wincompatible-pointer-types] is now an error:
md5.c:400:14: error: incompatible pointer types passing 'unsigned char (*)[65]' to parameter of type 'POINTER' (aka 'unsigned char *') [-Wincompatible-pointer-types]
Switching POINTER to void * causes other problems.
gcem uses C++11, so needs ports-gcc on base-gcc arches
Fixes the build on sparc64
update 6.0.1 -> 7.0.2
update 2.1.0 -> 2.4.0
update 0.10.2 -> 0.14.0
update 2.3.0 -> 4.4.1
OK kn@
relax dependency on ruby-fast_gettext, as it is already in .metadata
so can actually update fast_gettext
OK kn@ (MAINTAINER)
simple update 3.1.0 -> 3.3.0
OpenBSD /ports GXzgvRm — audio/libcddb/patches patch-include_cddb_cddb_log_h patch-include_cddb_cddb_log_ni_h libcddb: fix header guards to avoid some noise during compilation
OpenBSD /ports snIQc1Q — x11/xfe distinfo, x11/xfe/patches patch-src_main_cpp patch-src_SearchWindow_cpp Update to xfe 2.1.6. fixes build with llvm22.
Also add a pledge() marker as the code uses pledge on OpenBSD.
ok caspar@
libcddb: fix build with llvm22
switch variable from size_t to socklen_t for use in getsockopt(3) to
appease -Wincompatible-pointer-types
a simple update 2.0.25 -> 2.0.26
OpenBSD /ports dhC1Bod — devel/cppunit distinfo Makefile, devel/cppunit/patches patch-src_cppunit_Makefile_in patch-Makefile_in Update to cppunit 1.15.1. Fixes build with llvm22.
ok tb@ who had the same diff.
OpenBSD /ports 5d1YDYY — sysutils/openvox-server/8 distinfo Makefile, sysutils/openvox-server/8/patches patch-ext_default simple update 8.12.1 -> 8.13.0
OpenBSD /ports I6A4xbN — sysutils/ruby-openvoxserver-ca distinfo Makefile, sysutils/ruby-openvoxserver-ca/patches patch-lib_puppetserver_ca_utils_file_system_rb simple update 3.0.0 -> 3.2.0
simple update 0.1.7 -> 0.1.11
simple update 1.1.0->1.1.1
devel/pcre2: Update to 10.47
feedback and ok sthen@, jca@
OpenBSD /ports 4qhBcNH — devel/ruby-concurrent-ruby distinfo Makefile, devel/ruby-concurrent-ruby/pkg PLIST simple update 1.3.5 -> 1.3.6
vbam: fix HOMEPAGE, the domain has moved.
The old vba-m.com domain no longer points to the emulator project and
now serves unrelated content.
Update bdf2psf to 1.248.
OpenBSD /ports pk9YFDf — graphics/netpbm Makefile, graphics/netpbm/patches patch-converter_other_jpeg2000_libjasper_compat_c graphics/netpbm: drop vestigial code no longer accepted by llvm22
Suggested by upstream.
Update to jjui 0.10.6
https://github.com/idursun/jjui/releases/tag/v0.10.6
bump nomadnet to 1.1.0
diff from jk (katagawa at mailbox dot org), thanks!
Update lxmf to 0.9.8
diff from jk (katagawa at mailbox dot org), thanks!
Update py-rns to 1.2.9
OpenBSD /ports p8YTT5u — security/vault Makefile, security/vault/patches patch-vendor_github_com_snowflakedb_gosnowflake_secure_storage_manager_go Remove unneeded patch
OpenBSD /ports TqX7wMp — www/firefox-esr distinfo Makefile, www/firefox-esr-i18n distinfo Makefile.inc www/firefox-esr: update to 140.11.0.
see https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2026-48/