Index: head/net/ntp/Makefile =================================================================== --- head/net/ntp/Makefile (revision 378413) +++ head/net/ntp/Makefile (revision 378414) @@ -1,67 +1,66 @@ # Created by: andreas # $FreeBSD$ PORTNAME= ntp -PORTVERSION= 4.2.8 -PORTREVISION= 3 +PORTVERSION= 4.2.8p1 CATEGORIES= net ipv6 MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \ http://archive.ntp.org/ntp4/ntp-4.2/ \ ftp://ftp.netlab.is.tsukuba.ac.jp/pub/network/ntp/ntp4/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/P/p/:S/.r/-RC/} MAINTAINER= cy@FreeBSD.org COMMENT= The Network Time Protocol Distribution GNU_CONFIGURE= yes OPTIONS_SUB= yes USES= pathfix shebangfix libtool LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 NTP_SHEBANG_FILES= sbin/ntp-wait sbin/ntptrace .include "Makefile.inc" PERL_UTILS_USES= perl5 SSL_USE= OPENSSL=yes SSL_CONFIGURE_OFF= --without-crypto IPV6_CONFIGURE_ENABLE= ipv6 NTP_SIGND_CONFIGURE_ENABLE= ntp-signd NTPSNMPD_LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp NTPSNMPD_CONFIGURE_OFF= --without-ntpsnmpd .include .if ${PORT_OPTIONS:MSSL} CONFIGURE_ARGS+= --with-openssl-incdir=${OPENSSLINC} \ --with-openssl-libdir=${OPENSSLLIB} .endif .for D in ${NTP_DRIVERS} .if ${PORT_OPTIONS:M${D}} CONFIGURE_ARGS+= --enable-${D} .endif .endfor -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}4 +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} # XXX Temporary hack. Remember to remove this next commit. post-extract: @/usr/bin/touch ${WRKSRC}/scripts/build/checkHtmlFileDates @${CHMOD} +x ${WRKSRC}/scripts/build/checkHtmlFileDates post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/conf/* ${STAGEDIR}${EXAMPLESDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR} @${FIND} ${WRKSRC}/html -type f | ${XARGS} ${CHMOD} ${SHAREMODE} @cd ${WRKSRC}/html && ${FIND} . -print | \ ${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} --quiet ${STAGEDIR}${DOCSDIR} @cd ${STAGEDIR}${PREFIX}; \ ${ECHO_CMD} ${NTP_SHEBANG_FILES} | ${XARGS} ${SED} -i '' ${_SHEBANG_REINPLACE_ARGS} .include Index: head/net/ntp/distinfo =================================================================== --- head/net/ntp/distinfo (revision 378413) +++ head/net/ntp/distinfo (revision 378414) @@ -1,2 +1,2 @@ -SHA256 (ntp-4.2.8.tar.gz) = 2e920df8b6a5a410567a73767fa458c00c7f0acec3213e69ed0134414a50d8ee -SIZE (ntp-4.2.8.tar.gz) = 6750364 +SHA256 (ntp-4.2.8p1.tar.gz) = 948274b88f1ed002d867ced6aaefdfd0999668b11285ac2b3a67ff2629d59d88 +SIZE (ntp-4.2.8p1.tar.gz) = 6791852 Index: head/net/ntp/files/patch-ntpd__ntp_io.c =================================================================== --- head/net/ntp/files/patch-ntpd__ntp_io.c (revision 378413) +++ head/net/ntp/files/patch-ntpd__ntp_io.c (nonexistent) @@ -1,22 +0,0 @@ ---- ntpd/ntp_io.c.orig 2014-12-19 03:56:55.000000000 -0800 -+++ ntpd/ntp_io.c 2014-12-21 22:36:02.977441698 -0800 -@@ -3454,15 +3454,15 @@ - if (AF_INET6 == itf->family) { - DPRINTF(1, ("Got an IPv6 packet, from <%s> (%d) to <%s> (%d)\n", - stoa(&rb->recv_srcadr), -- IN6_IS_ADDR_LOOPBACK(&rb->recv_srcadr), -+ IN6_IS_ADDR_LOOPBACK(&rb->recv_srcadr.sa6.sin6_addr), - stoa(&itf->sin), -- !IN6_IS_ADDR_LOOPBACK(&itf->sin) -+ !IN6_IS_ADDR_LOOPBACK(&itf->sin.sa6.sin6_addr) - )); - } - - if ( AF_INET6 == itf->family -- && IN6_IS_ADDR_LOOPBACK(&rb->recv_srcadr) -- && !IN6_IS_ADDR_LOOPBACK(&itf->sin) -+ && IN6_IS_ADDR_LOOPBACK(&rb->recv_srcadr.sa6.sin6_addr) -+ && !IN6_IS_ADDR_LOOPBACK(&itf->sin.sa6.sin6_addr) - ) { - packets_dropped++; - DPRINTF(1, ("DROPPING that packet\n")); Property changes on: head/net/ntp/files/patch-ntpd__ntp_io.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property