Files
ports/net/echoping/files/patch-smtp.c
T
Eugene Grosbein 3b869d8f71 net/echoping: readd the port
echoping is non-default optional but very useful dependency
of the SmokePing (net-mgmt/smokeping). I use the software and
will maintain the port.

While here, make it possible to build echoping with GNU dns/libidn2
instead of dns/libidn. For now, still use libidn to preserve POLA.

Default build not changed comparing with one before removal,
so PORTREVISION not bumped.
2025-05-05 02:36:07 +07:00

12 lines
214 B
C

--- smtp.c.orig 2019-12-29 10:14:41 UTC
+++ smtp.c
@@ -8,7 +8,7 @@
#ifdef SMTP
-char big_recvline[MAXTOREAD];
+static char big_recvline[MAXTOREAD];
int
smtp_read_response_from_server(FILE * fs)