diff --git a/net/ntp/Makefile b/net/ntp/Makefile --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -1,5 +1,6 @@ PORTNAME= ntp PORTVERSION= 4.2.8p18 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \ http://archive.ntp.org/ntp4/ntp-4.2/ diff --git a/net/ntp/files/patch-ntpd_ntp__io.c b/net/ntp/files/patch-ntpd_ntp__io.c new file mode 100644 --- /dev/null +++ b/net/ntp/files/patch-ntpd_ntp__io.c @@ -0,0 +1,16 @@ +--- ntpd/ntp_io.c.orig 2024-11-05 18:06:25 UTC ++++ ntpd/ntp_io.c +@@ -1921,11 +1921,11 @@ update_interfaces( + } + else { + DPRINT_INTERFACE(3, +- (ep, "updating ", " new - FAILED")); ++ (ep2, "updating ", " new - FAILED")); + + msyslog(LOG_ERR, + "cannot bind address %s", +- stoa(&ep->sin)); ++ stoa(&ep2->sin)); + } + free(ep2); + }