9cfb FreshPorts -- net/olsrd
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
olsrd 0.6.3 net on this many watch lists=2 search for ports that depend on this port
OLSR routing daemon
Maintained by: jhay@FreeBSD.org search for ports maintained by this maintainer
Port Added: 08 Apr 2005 22:23:08
License: not specified in port


From the website:

The olsr.org OLSR daemon is an implementation of the Optimized Link
State Routing protocol. OLSR is a routing protocol for mobile ad-hoc
networks. The protocol is pro-active, table driven and utilizes a
technique called multipoint relaying for message flooding.

WWW: http://www.olsr.org/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/makedepend
  2. devel/bison
  3. devel/gmake
There are no ports dependent upon this port

To install the port: cd /usr/ports/net/olsrd/ && make install clean
To add the package: pkg_add -r olsrd


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://ftp2.za.freebsd.org/pub/mesh/pc/protocols/olsr/
  3. http://www.olsr.org/releases/0.6/

Number of commits found: 29

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
08 Mar 2013 11:32:12
Original commit files touched by this commit  0.6.3
bapt search for other commits by this committer
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
05 Aug 2012 23:19:40
Original commit files touched by this commit  0.6.3
dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
11 Jun 2012 12:01:24
Original commit files touched by this commit  0.6.3
jhay search for other commits by this committer
Update to version 0.6.3.
14 Jan 2012 08:57:23
Original commit files touched by this commit  0.6.2
dougb search for other commits by this committer
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.
14 Oct 2011 11:58:24
Original commit files touched by this commit  0.6.2
jhay search for other commits by this committer
Update to 0.6.2
25 Dec 2010 16:55:41
Original commit files touched by this commit  0.6.1
sunpoet search for other commits by this committer
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:             ports/152844
Submitted by:   sunpoet (myself)
Approved by:    miwi (with portmgr hat)
30 Nov 2010 14:34:00
Original commit files touched by this commit  0.6.1
jhay search for other commits by this committer
Update to 0.6.1.
22 May 2010 07:38:37
Original commit files touched by this commit  0.6.0
jhay search for other commits by this committer
Upgrade to olsrd 0.6.0.
27 Mar 2010 00:15:24
Original commit files touched by this commit  0.5.6.r8
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
26 Jan 2010 19:54:37
Original commit files touched by this commit  0.5.6.r8
jhay search for other commits by this committer
Upgrade to olsrd 0.5.6-r8.
18 Nov 2009 05:43:33
Original commit files touched by this commit  0.5.6.r7
jhay search for other commits by this committer
Upgrade to olsrd 0.5.6-r7.
11 Oct 2009 17:54:19
Original commit files touched by this commit  0.5.6.r6
jhay search for other commits by this committer
Upgrade to olsrd 0.5.6-r6.
04 Aug 2009 17:39:28
Original commit files touched by this commit  0.5.6.r5_1
jhay search for other commits by this committer
Add lib/olsrd_watchdog.so.0.1 to pkg-plist.
Bump PORTREVISION.

Reported by:    pointyhat (erwin)
01 Aug 2009 15:51:51
Original commit files touched by this commit  0.5.6.r5
jhay search for other commits by this committer
Upgrade to olsrd 0.5.6-r5. Also make it work on 64 bit machines.

PR:             ports/137158 (The upgrade)
Submitted by:   Hung-Yi Chen <gaod@hychen.org> (The upgrade)
30 Mar 2009 18:54:57
Original commit files touched by this commit  0.5.6.r4
jhay search for other commits by this committer
Upgrade to olsrd 0.5.6-r4.  Make it compile on -current again.
Remove the address of the old maintainer from pkg-descr.
08 Jan 2009 17:46:00
Original commit files touched by this commit  0.5.6.r2
erwin search for other commits by this committer
Mark BROKEN on 8: does not build after the arp-v2 import.

Submitted by:   pointyhat
11 Oct 2008 06:18:20
Original commit files touched by this commit  0.5.6.r2
jhay search for other commits by this committer
Update to olsrd 0.5.6-r2. Take over maintainership.
24 Oct 2007 15:51:11
Original commit files touched by this commit  0.5.4
jhay search for other commits by this committer
Update to olsrd 0.5.4. This unbreaks it for gcc 4.2.

Approved by:    maintainer (dave@dogwood.com)
17 Oct 2007 10:13:01
Original commit files touched by this commit  0.4.10_1
ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
01 Oct 2007 07:52:51
Original commit files touched by this commit  0.4.10
linimon search for other commits by this committer
Mark broken with gcc4.2.  Remove 4.x cruft.
04 Feb 2007 17:30:28
Original commit files touched by this commit  0.4.10
pav search for other commits by this committer
- Revert previous commit, these actually are funnily named dlopen-able plugins
30 Jan 2007 04:14:53
Original commit files touched by this commit  0.4.10
kris search for other commits by this committer
Retire obsolete a.out shared library support
18 Apr 2006 10:40:42
Original commit files touched by this commit  0.4.10
ehaupt search for other commits by this committer
Fix build for amd64 and ia64.

Notified by:    pointyhat via kris
19 Mar 2006 19:27:32
Original commit files touched by this commit  0.4.10
ehaupt search for other commits by this committer
Remove files/patch-src-defs.h (forgtten by the previous update)

Notified by:    pointyhat via kris
Approved by:    Dave Cornejo <dave@dogwood.com> (maintainer)
17 Mar 2006 15:08:02
Original commit files touched by this commit  0.4.10
ehaupt search for other commits by this committer
Update to 0.4.10

PR:             94425
Submitted by:   Dave Cornejo <dave@dogwood.com> (maintainer)
22 Jan 2006 21:24:05
Original commit files touched by this commit  0.4.9_2
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
14 Nov 2005 17:07:08
Original commit files touched by this commit  0.4.9_2
sem search for other commits by this committer
libnet update:
- move 1.0 obsoleted version to net/libnet10
  net/libnet is latest Stable Version
  net/libnet is latest Beta Version

- Fix all depended ports with a new DEPENDS scheme

- While I'm here fix security/yersinia build on 4.x
  (getopt_long and ncurses issues)

PR:             ports/85519 (based on)
Submitted by:   Stas Yakovlev <stas.yakovlev_at_gmail.com>
07 May 2005 13:55:51
Original commit files touched by this commit  0.4.9_1
lawrance search for other commits by this committer
Add rcng startup script.  Add a port knob message.

PR:             ports/79844
Submitted by:   David Cornejo <dave@dogwood.com>
Approved by:    clement (mentor)
08 Apr 2005 22:22:36
Original commit files touched by this commit  0.4.9
pav search for other commits by this committer
The olsr.org OLSR daemon is an implementation of the Optimized Link
State Routing protocol. OLSR is a routing protocol for mobile ad-hoc
networks. The protocol is pro-active, table driven and utilizes a
technique called multipoint relaying for message flooding.

PR:             ports/79612
Submitted by:   David Cornejo <dave@dogwood.com>

Number of commits found: 29

2856
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24536
Broken 215
Deprecated 474
Ignore 630
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 512
Interactive 33
new 24 hours 5
new 48 hours10
new 7 days32
new fortnight64
new month217

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0