457,843 commits found in 62 milliseconds
filesystems/fuse-pcachefs: Note unmaintained upstream since 2017
and repo archived 2019.
filesystems/fuse3: Fix (serious) typo in bl3
filesystems/fuse-wikipediafs: Trim DESCR and note non-maintenance
Last release was 2010.
filesystems/fuse-gmailfs: Note non-maintenance status
filesystems/py-fuse-bindings: Change back to egg.mk to accomodate unmaintained fuse filesystems
wheel.mk does not allow 2.7 and there are 3 2.7-only filesystems
still. While they are probably ripe for removal, I don't want to
couple that.
Tested with python 3.13 and bup.
cyrus-sasl: Fails with C23 default language.
Uses "old-style function definitions".
pari23: Fails with C23 default language.
Uses "old-style function definitions".
libmcrypt: Fails with C23 default language.
Uses "old-style function definitions" everywhere.
NetBSD /pkgsrc uKxjDtp — devel/libmatchbox Makefile distinfo, devel/libmatchbox/patches patch-libmb_mbmenu.h patch-libmb_mbpixbuf.h libmatchbox: Build fixes for GCC 14 and GCC 15.
netpbm: Various build fixes.
Firstly, this fails to build with a compiler that defaults to C23,
due to "old-style function definitions" in getopt.c. So force it to
build with the gnu89 standard.
Secondly, we want to force all function definitions to be visible.
They hardcore XOPEN_SOURCE all over the codebase, so we need to
override their decision. This eliminates the need to compile with
-Wno-implicit-function-declaration.
Why do we want to avoid doing that? Because older GCC versions error
when they encounter a warning flag that they don't support, and that
is one of them that GCC 4.x does not support.
unifdef: Fails with C23 default language.
Uses constexpr as a variable name, which conflicts with the
C23 keyword.
timidity: Fails with C23 default language.
Uses "old-style function definitions".
libp11: Fails with C23 default language.
Uses "true" and "false" as variable names, which conflict with the
C23 keywords.
libetm: Fails with C23 default language.
Uses "old-style function definitions".
libgphoto2: Fails with C23 default language.
Uses bool as a variable name, which conflicts with the C23 keyword.
stunnel: Force to C99 for now.
The libwrap usage conflicts with a C23 default language
version.
vorbis-tools: Bump to gnu99, since this uses inline variable decls
since version 1.4.3.
vorbis-tools: Fails with C23 default language.
Uses "old-style function definitions" in getopt support files.
glpk: Fails with C23 default language.
Defines its own bool type which conflicts with the C23 keyword.
c-icap: Fails with C23 default language.
NetBSD /pkgsrc 6kLPJqT — graphics/gdchart distinfo Makefile, graphics/gdchart/patches patch-gdchart.c patch-gdc__pie.c gdchart: Various fixes for GCC 14 & 15.
NetBSD /pkgsrc 3zBnKpr — x11/blt distinfo Makefile, x11/blt/patches patch-ae patch-src_bltTreeView.h blt: Various GCC 15 build fixes.
mtx: Fails with C23 default language.
This time, because of defining its own true and false, rather than
because of K&R style declarations.
NetBSD /pkgsrc parO914 — security/crack Makefile distinfo, security/crack/patches patch-src_libdes_rpw.c patch-src_libdes_speed.c crack: Fix building with GCC 15.
smake: Fails with C23 default language.
doc: Updated www/ruby-aws-sdk-kms to 1.129.0nb1
www/ruby-aws-sdk-kms: update dependency
Update minimum version for ruby-aws-sdk-core.
Bump PKGREVISION.
doc: Updated www/ruby-aws-sdk-secretsmanager to 1.133.0nb1
www/ruby-aws-sdk-secretsmanager: update dependency
Update minimum version for ruby-aws-sdk-core.
Bump PKGREVISION.
gkrellm: Fails with C23 default language.