aboutsummaryrefslogtreecommitdiffstats
path: root/net/olsrd
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net)
* Update to 0.6.5.2jhay2013-06-113-7/+13
|
* Convert USE_BISON to USES= bisonbapt2013-03-081-6/+2
| | | | | | | | | | | | | | 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
* Move the rc.d scripts of the form *.sh.in to *.indougb2012-08-062-1/+1
| | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
* Update to version 0.6.3.jhay2012-06-113-3/+4
|
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | 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.
* Update to 0.6.2jhay2011-10-143-4/+4
|
* - Use canonical format for FreeBSD.org MAINTAINER addressessunpoet2010-12-261-1/+1
| | | | | | | | - Remove obsolete MD5 checksum while I'm here PR: ports/152844 Submitted by: sunpoet (myself) Approved by: miwi (with portmgr hat)
* Update to 0.6.1.jhay2010-11-303-33/+3
|
* Upgrade to olsrd 0.6.0.jhay2010-05-225-18/+49
|
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* Upgrade to olsrd 0.5.6-r8.jhay2010-01-272-4/+4
|
* Upgrade to olsrd 0.5.6-r7.jhay2009-11-182-4/+4
|
* Upgrade to olsrd 0.5.6-r6.jhay2009-10-124-49/+4
|
* Add lib/olsrd_watchdog.so.0.1 to pkg-plist.jhay2009-08-052-0/+2
| | | | | | Bump PORTREVISION. Reported by: pointyhat (erwin)
* Upgrade to olsrd 0.5.6-r5. Also make it work on 64 bit machines.jhay2009-08-014-33/+47
| | | | | PR: ports/137158 (The upgrade) Submitted by: Hung-Yi Chen <gaod@hychen.org> (The upgrade)
* Upgrade to olsrd 0.5.6-r4. Make it compile on -current again.jhay2009-03-314-10/+34
| | | | Remove the address of the old maintainer from pkg-descr.
* Mark BROKEN on 8: does not build after the arp-v2 import.erwin2009-01-091-0/+4
| | | | Submitted by: pointyhat
* Update to olsrd 0.5.6-r2. Take over maintainership.jhay2008-10-113-16/+19
|
* Update to olsrd 0.5.4. This unbreaks it for gcc 4.2.jhay2007-10-244-19/+19
| | | | Approved by: maintainer (dave@dogwood.com)
* Migration from bison 1.x to 2.xade2007-10-171-1/+2
| | | | | PR: 117086 Tested by: -exp runs
* Mark broken with gcc4.2. Remove 4.x cruft.linimon2007-10-011-2/+2
|
* - Revert previous commit, these actually are funnily named dlopen-able pluginspav2007-02-051-7/+7
|
* Retire obsolete a.out shared library supportkris2007-01-301-7/+7
|
* Fix build for amd64 and ia64.ehaupt2006-04-181-0/+4
| | | | Notified by: pointyhat via kris
* Remove files/patch-src-defs.h (forgtten by the previous update)ehaupt2006-03-201-13/+0
| | | | | Notified by: pointyhat via kris Approved by: Dave Cornejo <dave@dogwood.com> (maintainer)
* Update to 0.4.10ehaupt2006-03-174-68/+36
| | | | | PR: 94425 Submitted by: Dave Cornejo <dave@dogwood.com> (maintainer)
* SHA256ifyedwin2006-01-231-0/+1
| | | | Approved by: krion@
* libnet update:sem2005-11-151-2/+2
| | | | | | | | | | | | | | - 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>
* Add rcng startup script. Add a port knob message.lawrance2005-05-072-0/+35
| | | | | | PR: ports/79844 Submitted by: David Cornejo <dave@dogwood.com> Approved by: clement (mentor)
* The olsr.org OLSR daemon is an implementation of the Optimized Linkpav2005-04-096-0/+134
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>