FreeBSD/ports 8f0444bmisc/gnu-watch Makefile distinfo, misc/gnu-watch/files patch-src_watch.c

misc/gnu-watch: Update to 4.0.6
DeltaFile
+6-8misc/gnu-watch/Makefile
+10-0misc/gnu-watch/files/patch-src_watch.c
+3-3misc/gnu-watch/distinfo
+19-113 files

FreeBSD/ports c7758b5dns/dnsmasq-devel Makefile distinfo

dns/dnsmasq-devel: update to 2.93, add EXPIRATION_DATE

Move users of this -devel to the formal release of this v2.93
development effort, and set the port to expire with the EOL of this
quarterly branch.

The dns/dnsmasq on quarterly should remain at 2.92rel2 for now according
to usual maintenance practice on the quarterly ports branch, but we want
to provide the bugfixes made during the release testing, see below,
and keep disruptions minimal for users of the quarterly branch.

Users should plan ahead to migrate to dns/dnsmasq
when 2026Q3 will be branched in July 2026. Configuration files including
rc.conf settings are compatible between dnsmasq-devel and dnsmasq.

(As direct commit to 2026Q2, port to be removed in main branch.)

Changes in 2.93 release since 2.93rc1, from upstream Git repository:
* 3ff66da 2026-06-02 | Fix two typos in v2.93 CHANGELOG (tag: v2.93) [Matthias Andree]

    [19 lines not shown]
DeltaFile
+6-3dns/dnsmasq-devel/Makefile
+3-3dns/dnsmasq-devel/distinfo
+9-62 files

NetBSD/pkgsrc ezg78wVx11/xmon Makefile distinfo, x11/xmon/patches patch-ab patch-table11.c

   xmon: Fix building with GCC 14 and GCC 15.

   This code makes frequent use of K&Risms such as implicit
   function declarations, implicit int, etc. Fix a few and
   force an older C standard to ensure this keeps building.
VersionDeltaFile
1.2+15-5x11/xmon/patches/patch-ab
1.1+15-0x11/xmon/patches/patch-table11.c
1.16+8-1x11/xmon/Makefile
1.10+3-2x11/xmon/distinfo
+41-84 files

Dreckly/dreckly 4630581x11/xmon Makefile distinfo, x11/xmon/patches patch-ab patch-table11.c

xmon: Fix building with GCC 14 and GCC 15.

This code makes frequent use of K&Risms such as implicit
function declarations, implicit int, etc. Fix a few and
force an older C standard to ensure this keeps building.
DeltaFile
+14-4x11/xmon/patches/patch-ab
+15-0x11/xmon/patches/patch-table11.c
+7-0x11/xmon/Makefile
+2-1x11/xmon/distinfo
+38-54 files

NetBSD/pkgsrc bByx805x11/xwatchwin distinfo, x11/xwatchwin/patches patch-xwatchwin.c

   xwatchwin: Fix build with GCC 14 and 15.

   Avoid implicit int. Recent GCC no longer likes it.
VersionDeltaFile
1.1+14-0x11/xwatchwin/patches/patch-xwatchwin.c
1.7+2-1x11/xwatchwin/distinfo
+16-12 files

OpenBSD/src H1SkuoVsys/arch/octeon/conf RAMDISK GENERIC

   sys/octeon: add em to GENERIC and RAMDISK kernels

   OK: visa@
VersionDeltaFile
1.48+4-1sys/arch/octeon/conf/RAMDISK
1.63+4-1sys/arch/octeon/conf/GENERIC
+8-22 files

Dreckly/dreckly 71a0fc4x11/xwatchwin distinfo, x11/xwatchwin/patches patch-xwatchwin.c

xwatchwin: Fix build with GCC 14 and 15.

Avoid implicit int. Recent GCC no longer likes it.
DeltaFile
+14-0x11/xwatchwin/patches/patch-xwatchwin.c
+1-0x11/xwatchwin/distinfo
+15-02 files

FreeBSD/ports 76619a1graphics/fig2sxd distinfo Makefile

graphics/fig2sxd: Update to 0.24
DeltaFile
+3-3graphics/fig2sxd/distinfo
+1-4graphics/fig2sxd/Makefile
+4-72 files

NetBSD/pkgsrc 8mM70N9mail/xmailbox distinfo, mail/xmailbox/patches patch-ac

   xmailbox: Fix implicit declaration of fork(2), getuid(2), etc

   Need to include <unistd.h>.
VersionDeltaFile
1.3+12-4mail/xmailbox/patches/patch-ac
1.9+2-2mail/xmailbox/distinfo
+14-62 files

Dreckly/dreckly d1aef6bmail/xmailbox distinfo, mail/xmailbox/patches patch-ac

xmailbox: Fix implicit declaration of fork(2), getuid(2), etc

Need to include <unistd.h>.
DeltaFile
+11-3mail/xmailbox/patches/patch-ac
+1-1mail/xmailbox/distinfo
+12-42 files

FreeBSD/ports 06f6612graphics/kquickimageeditor distinfo Makefile

graphics/kquickimageeditor: Update to 0.6.2
DeltaFile
+3-3graphics/kquickimageeditor/distinfo
+2-2graphics/kquickimageeditor/Makefile
+5-52 files

FreeBSD/ports ca66813editors/komodo-edit Makefile

editors/komodo-edit: Rename binary to avoid clash with deskutils/komodo

PR:             295504
Submitted by:   Chris Petrik
Apprroved by:   maintainer timeout
DeltaFile
+4-4editors/komodo-edit/Makefile
+4-41 files

FreeBSD/ports 26b358aaudio/amarok distinfo Makefile

audio/amarok: Update to 3.3.3

Announcement: https://blogs.kde.org/2026/06/17/amarok-3.3.3-released/
DeltaFile
+3-3audio/amarok/distinfo
+1-1audio/amarok/Makefile
+2-0audio/amarok/pkg-plist
+6-43 files

FreeBSD/ports c458e5baudio/cantata distinfo Makefile, audio/cantata/files patch-models_streamsmodel.cpp

audio/cantata: Update to 3.5.0

Release notes: https://github.com/nullobsi/cantata/releases/tag/v3.5.0
DeltaFile
+0-14audio/cantata/files/patch-models_streamsmodel.cpp
+3-3audio/cantata/distinfo
+1-1audio/cantata/Makefile
+1-0audio/cantata/pkg-plist
+5-184 files

NetBSD/pkgsrc gVesEqRmail/xmailwatcher Makefile distinfo, mail/xmailwatcher/patches patch-ab patch-aa

   xmailwatcher: Fix building with GCC 14 and GCC 15.

   This code makes frequent use of K&Risms such as implicit
   function declarations, implicit int, etc. Fix a few and
   force an older C standard to ensure this keeps building.
VersionDeltaFile
1.2+13-5mail/xmailwatcher/patches/patch-ab
1.2+10-5mail/xmailwatcher/patches/patch-aa
1.17+8-1mail/xmailwatcher/Makefile
1.7+3-3mail/xmailwatcher/distinfo
+34-144 files

Dreckly/dreckly e30b49bmail/xmailwatcher Makefile distinfo, mail/xmailwatcher/patches patch-ab patch-aa

xmailwatcher: Fix building with GCC 14 and GCC 15.

This code makes frequent use of K&Risms such as implicit
function declarations, implicit int, etc. Fix a few and
force an older C standard to ensure this keeps building.
DeltaFile
+12-4mail/xmailwatcher/patches/patch-ab
+9-4mail/xmailwatcher/patches/patch-aa
+7-0mail/xmailwatcher/Makefile
+2-2mail/xmailwatcher/distinfo
+30-104 files

LLVM/project f210807llvm/lib/Analysis LoopCacheAnalysis.cpp

[LoopCacheAnalysis] Drop isLoopSimplifyForm check (NFCI) (#204822)

This patch removes the isLoopSimplifyForm() check from
LoopCacheAnalysis. This check was problematic when I tried migrating
LoopCachePrinterPass from a loop pass to a function pass (i.e.,
#204807), because the former applies the loop-simplify pass via
FunctionToLoopPassAdapter, whereas the latter does not. I believe this
check is meaningless because the analysis doesn't pay attention to the
details of the actual loop structure. So this change should not affect
the behavior of the pass.
DeltaFile
+0-3llvm/lib/Analysis/LoopCacheAnalysis.cpp
+0-31 files

FreeBSD/src 5ec4a7busr.sbin/mixer mixer.c

mixer(8): Retire deprecated control values

Sponsored by:   The FreeBSD Foundation
MFC after:      1 week

(cherry picked from commit de2a1366022d71c1d650832d378964c4cbe65ba7)
DeltaFile
+0-21usr.sbin/mixer/mixer.c
+0-211 files

NetBSD/pkgsrc Q1H7wjVaudio/ubs/patches patch-src_cmd__search.c patch-src_loginfo.c

   ubs: Need to include <strings.h> for bzero(3).

   Should help the SunOS build.
VersionDeltaFile
1.1+14-0audio/ubs/patches/patch-src_cmd__search.c
1.1+14-0audio/ubs/patches/patch-src_loginfo.c
1.1+14-0audio/ubs/patches/patch-lib_exec__proc.c
1.1+14-0audio/ubs/patches/patch-lib_parse__line.c
1.1+14-0audio/ubs/patches/patch-src_read__sched.c
1.1+14-0audio/ubs/patches/patch-src_ubs.c
+84-01 files not shown
+91-17 files

Dreckly/dreckly 91f11b4audio/ubs/patches patch-src_ubs.c patch-src_read__sched.c

ubs: Need to include <strings.h> for bzero(3).

Should help the SunOS build.
DeltaFile
+14-0audio/ubs/patches/patch-src_ubs.c
+14-0audio/ubs/patches/patch-src_read__sched.c
+14-0audio/ubs/patches/patch-src_loginfo.c
+14-0audio/ubs/patches/patch-src_cmd__search.c
+14-0audio/ubs/patches/patch-lib_parse__line.c
+14-0audio/ubs/patches/patch-lib_exec__proc.c
+84-01 files not shown
+90-07 files

NetBSD/pkgsrc xmmgi1Pwm/w9wm distinfo, wm/w9wm/patches patch-manage.c patch-menu.c

   w9wm: Fix implicit function declarations
VersionDeltaFile
1.1+14-0wm/w9wm/patches/patch-manage.c
1.1+13-0wm/w9wm/patches/patch-menu.c
1.1+13-0wm/w9wm/patches/patch-error.c
1.7+4-1wm/w9wm/distinfo
+44-14 files

Dreckly/dreckly 3d48e11wm/w9wm distinfo, wm/w9wm/patches patch-manage.c patch-error.c

w9wm: Fix implicit function declarations
DeltaFile
+14-0wm/w9wm/patches/patch-manage.c
+13-0wm/w9wm/patches/patch-error.c
+13-0wm/w9wm/patches/patch-menu.c
+3-0wm/w9wm/distinfo
+43-04 files

FreeBSD/ports a138a4ftextproc/py-sphinx-material Makefile

textproc/py-sphinx-material: supports Python up to 3.11

- Do not try to build it with Python ≥ 3.12;

- Mark deprecated (no ports dependent upon this port any more,
  and upstream dev is suspended).

See https://github.com/bashtage/sphinx-material/issues/141 .
DeltaFile
+4-1textproc/py-sphinx-material/Makefile
+4-11 files

NetBSD/pkgsrc ITSs3m6net/sslh Makefile

   sslh: SunOS needs __EXTENSIONS__ for vasprintf
VersionDeltaFile
1.21+3-1net/sslh/Makefile
+3-11 files

Dreckly/dreckly 4881030net/sslh Makefile

sslh: SunOS needs __EXTENSIONS__ for vasprintf
DeltaFile
+2-0net/sslh/Makefile
+2-01 files

NetBSD/pkgsrc cRH6IbBsecurity/srm Makefile

   srm: build fix for lethal combination of SunOS & GCC 14

   doesn't include <alloca.h> which is needed on SunOS,
   just define the function to the compiler builtin to avoid
   needing a patch.
VersionDeltaFile
1.11+6-1security/srm/Makefile
+6-11 files

Dreckly/dreckly c645a0asecurity/srm Makefile

srm: build fix for lethal combination of SunOS & GCC 14

doesn't include <alloca.h> which is needed on SunOS,
just define the function to the compiler builtin to avoid
needing a patch.
DeltaFile
+5-0security/srm/Makefile
+5-01 files

NetBSD/pkgsrc So3l7Pvnet/tcpdstat distinfo, net/tcpdstat/patches patch-ip_flow.c patch-net__read.c

   tcpdstat: Fix implicit string function declarations.
VersionDeltaFile
1.2+15-7net/tcpdstat/patches/patch-ip_flow.c
1.1+14-0net/tcpdstat/patches/patch-net__read.c
1.1+14-0net/tcpdstat/patches/patch-stat.c
1.9+4-2net/tcpdstat/distinfo
+47-94 files

Dreckly/dreckly 4c622banet/tcpdstat distinfo, net/tcpdstat/patches patch-ip_flow.c patch-net__read.c

tcpdstat: Fix implicit string function declarations.
DeltaFile
+14-6net/tcpdstat/patches/patch-ip_flow.c
+14-0net/tcpdstat/patches/patch-net__read.c
+14-0net/tcpdstat/patches/patch-stat.c
+3-1net/tcpdstat/distinfo
+45-74 files

NetBSD/pkgsrc zofwlpDsecurity/sslproxy Makefile distinfo, security/sslproxy/patches patch-ssl__proxy.c

   sslproxy: Need to include <strings.h> for bcopy(3), bzero(3).
VersionDeltaFile
1.1+14-0security/sslproxy/patches/patch-ssl__proxy.c
1.12+2-2security/sslproxy/Makefile
1.6+2-1security/sslproxy/distinfo
+18-33 files