| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=474070
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- New MAINTAINER
- New MASTER_SITE
- Add patch to clean up some build errors
- Cleaned up pkg-descr
PR: 208048
MFH: 2016Q1
Notes:
svn path=/head/; revision=411315
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=405891
|
|
|
|
| |
Notes:
svn path=/head/; revision=401096
|
|
|
|
| |
Notes:
svn path=/head/; revision=394898
|
|
|
|
|
|
|
|
|
|
|
| |
<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
Notes:
svn path=/head/; revision=394751
|
|
|
|
|
|
|
| |
- USES -> gmake
Notes:
svn path=/head/; revision=346460
|
|
|
|
|
|
|
| |
net)
Notes:
svn path=/head/; revision=327755
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=289156
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
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>
Notes:
svn path=/head/; revision=238550
|