FreeBSD Bugzilla – Attachment 191044 Details for
Bug 226232
net/dbeacon: [maintainer] update to 0.3.9.2: adds C++11 support to permit building on 11 && CURRENT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for net/dbeacon
net_dbeacon.diff (text/plain), 3.33 KB, created by
Chris Hutchinson
on 2018-02-27 03:00:23 UTC
(
hide
)
Description:
svn diff for net/dbeacon
Filename:
MIME Type:
Creator:
Chris Hutchinson
Created:
2018-02-27 03:00:23 UTC
Size:
3.33 KB
patch
obsolete
>Index: dbeacon/Makefile >=================================================================== >--- dbeacon/Makefile (revision 462942) >+++ dbeacon/Makefile (working copy) >@@ -2,16 +2,16 @@ > # $FreeBSD$ > > PORTNAME= dbeacon >-PORTVERSION= 0.3.9.1 >+PORTVERSION= 0.3.9.2 > CATEGORIES= net >-MASTER_SITES= http://BSDforge.com/projects/source/net/dbeacon/ >+MASTER_SITES= https://BSDforge.com/projects/source/net/dbeacon/ > > MAINTAINER= portmaster@BSDforge.com > COMMENT= Distributed multicast beacon server > >-LICENSE= GPLv2+ >+LICENSE= MIT > >-USES= gmake >+USES= gmake tar:xz > > PLIST_FILES= bin/dbeacon man/man1/dbeacon.1.gz > USE_RC_SUBR= dbeacon >Index: dbeacon/distinfo >=================================================================== >--- dbeacon/distinfo (revision 462942) >+++ dbeacon/distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (dbeacon-0.3.9.1.tar.gz) = 0fbaa178a07802b66bd5497ca9a9c57f0db3fb9b5795c46c051263c13bae2d06 >-SIZE (dbeacon-0.3.9.1.tar.gz) = 43893 >+TIMESTAMP = 1519697687 >+SHA256 (dbeacon-0.3.9.2.tar.xz) = 12dab130166c9984f15943b6b0d4918af5a717b88a1bcd886552a13ee2ae9660 >+SIZE (dbeacon-0.3.9.2.tar.xz) = 39108 >Index: dbeacon/files/patch-dbeacon.cpp >=================================================================== >--- dbeacon/files/patch-dbeacon.cpp (revision 462942) >+++ dbeacon/files/patch-dbeacon.cpp (nonexistent) >@@ -1,34 +0,0 @@ >---- 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)) { >Index: dbeacon/pkg-descr >=================================================================== >--- dbeacon/pkg-descr (revision 462942) >+++ dbeacon/pkg-descr (working copy) >@@ -4,4 +4,4 @@ > 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 >+WWW: https://BSDforge.com/projects/net/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 226232
:
191044
|
191045
|
194298