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

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

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

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

Dreckly/dreckly 91f11b4audio/ubs/patches patch-lib_parse__line.c patch-lib_exec__proc.c

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

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

Dreckly/dreckly 4881030net/sslh Makefile

sslh: SunOS needs __EXTENSIONS__ for vasprintf
DeltaFile
+2-0net/sslh/Makefile
+2-01 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

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

Dreckly/dreckly 3290866security/sslproxy Makefile distinfo, security/sslproxy/patches patch-ssl__proxy.c

sslproxy: Need to include <strings.h> for bcopy(3), bzero(3).
DeltaFile
+14-0security/sslproxy/patches/patch-ssl__proxy.c
+1-1security/sslproxy/Makefile
+1-0security/sslproxy/distinfo
+16-13 files

Dreckly/dreckly cbae409editors/sandy distinfo, editors/sandy/patches patch-sandy.c

sandy: Need to define _POSIX_C_SOURCE to get getline(3),
considering this compiles in strict c99 mode.
DeltaFile
+12-5editors/sandy/patches/patch-sandy.c
+1-1editors/sandy/distinfo
+13-62 files

Dreckly/dreckly 5641597devel/samurai Makefile

samurai: SunOS wants __EXTENSIONS__ for getline(3).
DeltaFile
+2-0devel/samurai/Makefile
+2-01 files

Dreckly/dreckly a538aafsecurity/skey distinfo, security/skey/patches patch-ab patch-put.c

skey: GCC 14 build fixes from pkgsrc.
DeltaFile
+13-4security/skey/patches/patch-ab
+15-0security/skey/patches/patch-put.c
+14-0security/skey/patches/patch-skeyinit.c
+14-0security/skey/patches/patch-skeyinfo.c
+14-0security/skey/patches/patch-skeylogin.c
+6-2security/skey/distinfo
+76-66 files

Dreckly/dreckly 1644989devel/m17n-lib distinfo

m17n-lib: Update distinfo for new patch
DeltaFile
+1-0devel/m17n-lib/distinfo
+1-01 files

Dreckly/dreckly ff79ee0audio/tremor Makefile, devel/m17n-lib/patches patch-example_medit.c

tremor: 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
+15-0devel/m17n-lib/patches/patch-example_medit.c
+5-0audio/tremor/Makefile
+20-02 files

Dreckly/dreckly 32f273ddevel/m17n-lib Makefile

m17n-lib: 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-0devel/m17n-lib/Makefile
+5-01 files

Dreckly/dreckly f505629sysutils/libayatana-indicator Makefile

libayatana-indicator: SunOS linker doesn't support version-script.

Just strip out the linker argument on SunOS.
DeltaFile
+2-0sysutils/libayatana-indicator/Makefile
+2-01 files

Dreckly/dreckly a07fca0graphics/drawpile Makefile

drawpile: Needs socket lib on SunOS.
DeltaFile
+2-0graphics/drawpile/Makefile
+2-01 files

Dreckly/dreckly bd59ae4time/dclock Makefile distinfo, time/dclock/patches patch-ab patch-dclock.c

dclock: Various build fixes for GCC 14 and GCC 15.
DeltaFile
+54-19time/dclock/patches/patch-ab
+25-0time/dclock/patches/patch-dclock.c
+9-0time/dclock/Makefile
+2-1time/dclock/distinfo
+90-204 files

Dreckly/dreckly 6c618b1sysutils/crashme Makefile distinfo, sysutils/crashme/patches patch-ab patch-pddet.c

crashme: 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
+75-4sysutils/crashme/patches/patch-ab
+14-0sysutils/crashme/patches/patch-pddet.c
+7-0sysutils/crashme/Makefile
+2-1sysutils/crashme/distinfo
+98-54 files

Dreckly/dreckly 931cf92textproc/untex distinfo, textproc/untex/patches patch-untex.c

untex: Fix build with GCC 14.

Avoid implicit declaration of strncmp(3), exit(3) by including
the right headers.
DeltaFile
+16-0textproc/untex/patches/patch-untex.c
+1-0textproc/untex/distinfo
+17-02 files

Dreckly/dreckly e4fbb0aarchivers/lzsa Makefile distinfo, archivers/lzsa/patches patch-src_dictionary.c patch-Makefile

lzsa: Various build fixes.

Define the correct _POSIX_C_SOURCE to get a definition of
ftello(3).

Make sure the user's choice of compiler is honoured instead
of always using clang.
DeltaFile
+15-0archivers/lzsa/patches/patch-src_dictionary.c
+13-0archivers/lzsa/patches/patch-Makefile
+5-0archivers/lzsa/Makefile
+2-0archivers/lzsa/distinfo
+35-04 files

Dreckly/dreckly 9f4bd25databases/mariadb1011-server PLIST, databases/mariadb114-server PLIST

mariadb[114,118,1011]-server: Fix non-auth_pam PLIST

Should help the SunOS builds.
DeltaFile
+1-1databases/mariadb114-server/PLIST
+1-1databases/mariadb1011-server/PLIST
+1-1databases/mariadb118-server/PLIST
+3-33 files

Dreckly/dreckly bcec491archivers/lzsa Makefile distinfo, archivers/lzsa/patches patch-src_dictionary.c patch-Makefile

lzsa: Various build fixes.

Define the correct _POSIX_C_SOURCE to get a definition of
ftello(3).

Make sure the user's choice of compiler is honoured instead
of always using clang.
DeltaFile
+15-0archivers/lzsa/patches/patch-src_dictionary.c
+13-0archivers/lzsa/patches/patch-Makefile
+5-0archivers/lzsa/Makefile
+2-0archivers/lzsa/distinfo
+35-04 files

Dreckly/dreckly fbb5d90devel/libmtp distinfo, devel/libmtp/patches patch-src_unicode.c

libmtp: Make sure that GNU libiconv isn't being used before assuming
non-POSIX iconv.
DeltaFile
+6-7devel/libmtp/patches/patch-src_unicode.c
+1-1devel/libmtp/distinfo
+7-82 files

Dreckly/dreckly 4306c0fnet/wget distinfo, net/wget/patches patch-lib_utimens.h

wget: GCC 14 fix from pkgsrc.
DeltaFile
+27-0net/wget/patches/patch-lib_utimens.h
+1-0net/wget/distinfo
+28-02 files

Dreckly/dreckly 59bbc04time/wmclockmon distinfo, time/wmclockmon/patches patch-src_main.c patch-wmclockmon-cal_mainwindow.c

wmclockmon: Include the correct header for bzero(3).

Should help the SunOS build.
DeltaFile
+14-0time/wmclockmon/patches/patch-src_main.c
+14-0time/wmclockmon/patches/patch-wmclockmon-cal_mainwindow.c
+2-0time/wmclockmon/distinfo
+30-03 files

Dreckly/dreckly 4882d87wm/wmii distinfo, wm/wmii/patches patch-cmd_wmii___util.c

wmii: Fix implicit declaration of kill(2).
DeltaFile
+16-0wm/wmii/patches/patch-cmd_wmii___util.c
+1-0wm/wmii/distinfo
+17-02 files

Dreckly/dreckly 4d1b8d4audio/xmix Makefile distinfo, audio/xmix/patches patch-xmix.c

xmix: Fix build with GCC 14 & 15.

Avoid some implicit function declarations.
DeltaFile
+21-16audio/xmix/patches/patch-xmix.c
+6-1audio/xmix/Makefile
+1-1audio/xmix/distinfo
+28-183 files

Dreckly/dreckly c7e76f3audio/xmix Makefile distinfo, audio/xmix/patches patch-xmix.c

xmix: Fix build with GCC 14 & 15.

Avoid some implicit function declarations.
DeltaFile
+21-16audio/xmix/patches/patch-xmix.c
+6-1audio/xmix/Makefile
+1-1audio/xmix/distinfo
+28-183 files