diff options
Diffstat (limited to 'net/chrony')
-rw-r--r-- | net/chrony/Makefile | 15 | ||||
-rw-r--r-- | net/chrony/distinfo | 6 |
2 files changed, 16 insertions, 5 deletions
diff --git a/net/chrony/Makefile b/net/chrony/Makefile index 5cf16e4d51ff..68f89fcf6eae 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -1,6 +1,6 @@ PORTNAME= chrony -DISTVERSION= 4.6.1 -PORTREVISION= 1 +DISTVERSION= 4.8 +PORTREVISION= 0 CATEGORIES= net MASTER_SITES= https://chrony-project.org/releases/ \ LOCAL/mandree @@ -90,6 +90,17 @@ post-patch: ${REINPLACE_CMD} -e 's!%%PREFIX%%!${PREFIX}!g' \ -e 's!/var/lib!/var/db!g' \ ${PORTEXAMPLES:M*.conf.example*} +.if "4.8" == ${PORTVERSION} && empty(WITH_DEBUG) + # SCK_AcceptConnection sets the socket to non-blocking, + # and socket.test (built from socket.c and wildcarded) + # fails with EAGAIN; to see for yourself, build + # with WITH_DEBUG=yes set, so that you get --enable-debug + # for configure, and run test/unit/socket.test -d + # You can avoid that by running under truss, at least + # on FreeBSD 14.3 amd64. The same does not happen + # on Fedora Linux 42 x86_64 on the very same computer. + ${MV} ${WRKSRC}/test/unit/socket.c ${WRKSRC}/test/unit/socket.c.disabled +.endif post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/chronyc diff --git a/net/chrony/distinfo b/net/chrony/distinfo index bfb7e46a159a..e6be01363ebf 100644 --- a/net/chrony/distinfo +++ b/net/chrony/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1728827221 -SHA256 (chrony-4.6.1.tar.gz) = 571ff73fbf0ae3097f0604eca2e00b1d8bb2e91affe1a3494785ff21d6199c5c -SIZE (chrony-4.6.1.tar.gz) = 636076 +TIMESTAMP = 1756301202 +SHA256 (chrony-4.8.tar.gz) = 33ea8eb2a4daeaa506e8fcafd5d6d89027ed6f2f0609645c6f149b560d301706 +SIZE (chrony-4.8.tar.gz) = 649368 |