FreeBSD Bugzilla – Attachment 168274 Details for
Bug 208048
net/dbeacon: [unbreak] adds new mirror
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for net/dbeacon (patch)
svn-diff-net_dbeacon.diff (text/plain), 3.62 KB, created by
Chris Hutchinson
on 2016-03-16 00:02:30 UTC
(
hide
)
Description:
svn diff for net/dbeacon (patch)
Filename:
MIME Type:
Creator:
Chris Hutchinson
Created:
2016-03-16 00:02:30 UTC
Size:
3.62 KB
patch
obsolete
>Index: dbeacon/Makefile >=================================================================== >--- dbeacon/Makefile (revision 411204) >+++ dbeacon/Makefile (working copy) >@@ -4,13 +4,11 @@ > PORTNAME= dbeacon > PORTVERSION= 0.3.9.1 > CATEGORIES= net >-MASTER_SITES= http://fivebits.net/files/dbeacon/ >+MASTER_SITES= http://BSDforge.com/projects/source/net/dbeacon/ > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= portmaster@BSDforge.com > COMMENT= Distributed multicast beacon server > >-BROKEN= unfetchable >- > LICENSE= GPLv2+ > > USES= gmake >Index: dbeacon/files/patch-dbeacon.cpp >=================================================================== >--- dbeacon/files/patch-dbeacon.cpp (nonexistent) >+++ dbeacon/files/patch-dbeacon.cpp (working copy) >@@ -0,0 +1,34 @@ >+--- dbeacon.cpp.orig 2016-03-15 16:06:23.135551000 -0700 >++++ dbeacon.cpp 2016-03-15 16:08:13.104873000 -0700 >+@@ -1498,7 +1498,7 @@ >+ fprintf(fp, " contact=\"%s\"", adminContact.c_str()); >+ if (!twoLetterCC.empty()) >+ fprintf(fp, " country=\"%s\"", twoLetterCC.c_str()); >+- fprintf(fp, " age=\"%llu\" lastupdate=\"0\" rxlocal=\"true\">\n", (now - startTime) / 1000); >++ fprintf(fp, " age=\"%lu\" lastupdate=\"0\" rxlocal=\"true\">\n", (now - startTime) / 1000); >+ >+ for (uint32_t k = 0; k < KnownFlags; k++) { >+ if (flags & (1 << k)) { >+@@ -1526,8 +1526,8 @@ >+ if (!i->second.CC.empty()) >+ fprintf(fp, " country=\"%s\"", i->second.CC.c_str()); >+ >+- fprintf(fp, " age=\"%llu\"", (now - i->second.creation) / 1000); >+- fprintf(fp, " lastupdate=\"%llu\">\n", (now - i->second.lastevent) / 1000); >++ fprintf(fp, " age=\"%lu\"", (now - i->second.creation) / 1000); >++ fprintf(fp, " lastupdate=\"%lu\">\n", (now - i->second.lastevent) / 1000); >+ >+ if (i->second.ASM.s.valid) >+ dumpStats(fp, "asm", i->second.ASM.s, now, i->second.sttl, true); >+@@ -1552,9 +1552,9 @@ >+ } >+ i->first.print(tmp, sizeof(tmp)); >+ fprintf(fp, " addr=\"%s\"", tmp); >+- fprintf(fp, " age=\"%llu\"", (now - i->second.creation) / 1000); >++ fprintf(fp, " age=\"%lu\"", (now - i->second.creation) / 1000); >+ fprintf(fp, " rxlocal=\"%s\"", i->second.rxlocal(now) ? "true" : "false"); >+- fprintf(fp, " lastupdate=\"%llu\">\n", (now - i->second.lastevent) / 1000); >++ fprintf(fp, " lastupdate=\"%lu\">\n", (now - i->second.lastevent) / 1000); >+ >+ for (uint32_t k = 0; k < KnownFlags; k++) { >+ if (i->second.Flags & (1 << k)) { > >Property changes on: dbeacon/files/patch-dbeacon.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: dbeacon/pkg-descr >=================================================================== >--- dbeacon/pkg-descr (revision 411204) >+++ dbeacon/pkg-descr (working copy) >@@ -1,7 +1,7 @@ >-Dbeacon is a distributed multicast monitoring tool. The main purpose of a >-beacon is to monitor other beacons' reachability and to collect statistics >-such as loss, delay, and jitter between beacons. Dbeacon supports both >-IPv4 and IPv6 multicast and supports collecting information using both Any >-Source Multicast (ASM) and Source-Specific Multicast (SSM). >+Dbeacon is a distributed multicast monitoring tool. The main purpose of a >+beacon is to monitor other beacons' reachability and to collect statistics >+such as loss, delay, and jitter between beacons. Dbeacon supports both >+IPv4, and IPv6 multicast, and supports collecting information using both >+Any Source Multicast (ASM) and Source-Specific Multicast (SSM). > > WWW: http://fivebits.net/proj/dbeacon
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
portmaster
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 208048
: 168274 |
168275