IABSD.fr/ports/sysutils/pftop

Branch :


Log

Author Commit Date CI Message
a47974af 2024-06-08 21:15:27 Drop GCC_PRINTFLIKE function attribute and fix build on sparc64 The GCC_PRINTFLIKE macro was slightly changed in the last ncurses update and now breaks the way it is used by pftop. base-gcc doesn't recognize the attribute syntax, while ports-gcc instead complains: error: attributes should be specified before the declarator in a function definition Moving the attribute before the declarator fixes the build. Just drop the attribute as it's not useful here (the declarations of both functions are already annotated elsewhere) and they aren't present either in usr.bin/systat/engine.c.
f372f5ac 2023-09-27 17:16:22 MASTER_SITES -> SITES
2b3700e3 2022-03-11 19:57:10 drop RCS Ids
5171d0cd 2019-07-17 14:39:42 Remove unresponsive maintainers If somebody is removed who actually wants maintainer and either didn't receive the mail, or didn't bother to reply to it, they are free to send a diff to reinstate. ok sthen@, jca@
77f7cc9c 2019-07-12 20:49:33 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
a2675837 2018-08-12 10:48:14 Fix function prototype mismatch to unbreak build on sparc64/gcc Introduced by lib/libpcap.h r1.20 from 03.06.2018 OK tb
7934f5c2 2018-02-15 11:17:05 bump REVISION on DIOCGETSTATUS users due to ABI break in base
23e2b95b 2017-07-02 21:04:48 forgot about the multiple targets semantic. Fix it properly for parallel make
264ce3a6 2017-07-02 20:46:12 fix the fix. yacc rules that generate a .h file that we need to depend on MUST be explicitly written
a11ba83b 2017-07-02 18:26:56 Use BUILDFIRST for yacc-produced files