Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Jul 2018 10:39:58
0.3.9.1

|
tobik  |
net/dbeacon: Fix build with Clang 6
dbeacon.cpp:415:78: error: invalid operands to binary expression ('__bind<int &,
sockaddr *, int>' and 'int')
...(bind(mcastSock, beaconUnicastAddr.saddr(), beaconUnicastAddr.addrlen()) !=
0) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
~
- Follow MASTER_SITES redirect
PR: 226232
Submitted by: maintainer |
17 Mar 2016 21:04:58
0.3.9.1

|
feld  |
net/dbeacon: Unbreak port
- New MAINTAINER
- New MASTER_SITE
- Add patch to clean up some build errors
- Cleaned up pkg-descr
PR: 208048
MFH: 2016Q1 |
12 Jan 2016 16:20:32
0.3.9.1

|
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
09 Nov 2015 12:59:04
0.3.9.1

|
antoine  |
Mark a few ports BROKEN: unfetchable |
20 Aug 2015 16:42:07
0.3.9.1

|
amdmi3  |
- Add LICENSE |
19 Aug 2015 07:57:03
0.3.9.1

|
erwin  |
Reset maintainer
<tony@lava.net>: host incoming.lava.net[162.243.175.95] said: 550 5.1.1
<tony@lava.net>: Recipient address rejected: User unknown in virtual alias
table (in reply to RCPT TO command)
Sponsored by: DK Hostmaster A/S |
28 Feb 2014 08:33:46
0.3.9.1

|
ehaupt  |
- Support staging
- USES -> gmake |
20 Sep 2013 22:10:25
0.3.9.1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
14 Jan 2012 08:57:23
0.3.9.1
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
20 Mar 2011 12:54:45
0.3.9.1
|
miwi  |
- Get Rid MD5 support |
27 Mar 2010 00:15:24
0.3.9.1
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
28 Jul 2009 18:49:42
0.3.9.1
|
amdmi3  |
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
PR: 136916
Submitted by: Antonio Querubin <tony@lava.net> |