1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/net/ipsvd
Matthias Andree 8d05626bb2 net/ipsvd: fix pkg-fallout with LLVM15
./compile udpsvd.c
udpsvd.c:271:32: error: incompatible pointer to integer conversion passing 'gid_t[61]' (aka 'unsigned int[61]') to parameter of type 'unsigned long' [-Wint-conversion]
      bufnum[fmt_ulong(bufnum, ugid.gid)] =0;
                               ^~~~~~~~
and use ugid.gid[0], and -include unistd.h globally, to fix
several missing prototype warnings around execve.

Someone tell Gerrit Pape that this code needs some serious fixing
around type widths and prototypes.

Deprecate, unless the upstream fixes things, and expire end of 2023.
2023-05-06 00:26:21 +02:00
..
files
distinfo
Makefile
pkg-descr
pkg-plist