| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
08 Mar 2013 11:32:12
0.6.3
|
bapt  |
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
0.6.3
|
dougb  |
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
0.6.3
|
jhay  |
Update to version 0.6.3. |
14 Jan 2012 08:57:23
0.6.2
|
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. |
14 Oct 2011 11:58:24
0.6.2
|
jhay  |
Update to 0.6.2 |
25 Dec 2010 16:55:41
0.6.1
|
sunpoet  |
- 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
0.6.1
|
jhay  |
Update to 0.6.1. |
22 May 2010 07:38:37
0.6.0
|
jhay  |
Upgrade to olsrd 0.6.0. |
27 Mar 2010 00:15:24
0.5.6.r8
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
26 Jan 2010 19:54:37
0.5.6.r8
|
jhay  |
Upgrade to olsrd 0.5.6-r8. |
18 Nov 2009 05:43:33
0.5.6.r7
|
jhay  |
Upgrade to olsrd 0.5.6-r7. |
11 Oct 2009 17:54:19
0.5.6.r6
|
jhay  |
Upgrade to olsrd 0.5.6-r6. |
04 Aug 2009 17:39:28
0.5.6.r5_1
|
jhay  |
Add lib/olsrd_watchdog.so.0.1 to pkg-plist.
Bump PORTREVISION.
Reported by: pointyhat (erwin) |
01 Aug 2009 15:51:51
0.5.6.r5
|
jhay  |
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
0.5.6.r4
|
jhay  |
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
0.5.6.r2
|
erwin  |
Mark BROKEN on 8: does not build after the arp-v2 import.
Submitted by: pointyhat |
11 Oct 2008 06:18:20
0.5.6.r2
|
jhay  |
Update to olsrd 0.5.6-r2. Take over maintainership. |
24 Oct 2007 15:51:11
0.5.4
|
jhay  |
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
0.4.10_1
|
ade  |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
01 Oct 2007 07:52:51
0.4.10
|
linimon  |
Mark broken with gcc4.2. Remove 4.x cruft. |
04 Feb 2007 17:30:28
0.4.10
|
pav  |
- Revert previous commit, these actually are funnily named dlopen-able plugins |
30 Jan 2007 04:14:53
0.4.10
|
kris  |
Retire obsolete a.out shared library support |
18 Apr 2006 10:40:42
0.4.10
|
ehaupt  |
Fix build for amd64 and ia64.
Notified by: pointyhat via kris |
19 Mar 2006 19:27:32
0.4.10
|
ehaupt  |
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
0.4.10
|
ehaupt  |
Update to 0.4.10
PR: 94425
Submitted by: Dave Cornejo <dave@dogwood.com> (maintainer) |
22 Jan 2006 21:24:05
0.4.9_2
|
edwin  |
SHA256ify
Approved by: krion@ |
14 Nov 2005 17:07:08
0.4.9_2
|
sem  |
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
0.4.9_1
|
lawrance  |
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
0.4.9
|
pav  |
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> |