| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
02 Jun 2013 13:39:22
1.6_1
|
eadler  |
It seems xorp is not Free Software. :(
Submitted by: bcallah@FreeBSD.org |
01 Jun 2013 23:28:05
1.6_1
|
eadler  |
- Convert to OptionsNG
- Reset maintainer due to lack of input.
- Clean up other constructs while here |
02 Oct 2012 05:32:23
1.6_1
|
kevlo  |
Fix build on 10-CURRENT. |
14 Jan 2012 08:57:23
1.6
|
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. |
28 Dec 2011 16:39:51
1.6
|
stephen  |
- Add patches to allow build with SNMP on.
- Change BUILD_DEPENDS= to BUILD_DEPENDS+= so that different options don't
negate each other.
- Set maintainer.
PR: ports/163584
Submitted by: Anthony Chavez <acc@hexadecagram.org> |
20 Mar 2011 12:54:45
1.6
|
miwi  |
- Get Rid MD5 support |
29 Dec 2010 20:04:42
1.6
|
pgollucci  |
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav) |
08 Sep 2010 21:57:43
1.6
|
pgollucci  |
- Fix WITH_OPENSSL_PORT=ye support
PR: ports/146281
Submitted by: Dan Lukes <dan@obluda.cz> |
06 Jun 2010 22:09:10
1.6
|
dougb  |
Remove bms from the pkg-descr's of ports he no longer maintains. |
06 Jun 2010 17:00:59
1.6
|
bms  |
Drop maintainership for these ports.
Regrettably, I have no free time for the foreseeable future which
I can commit directly to these aspects of FreeBSD work, due to
a demanding new role elsewhere.
I am able to review patches from time to time, but regrettably cannot
be directly involved in engineering work beyond this w/o it being
directly involved in day-to-day effort.
Thank you for your understanding. |
27 Mar 2010 00:15:24
1.6
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
15 Jul 2009 16:56:10
1.6
|
dougb  |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
22 Feb 2009 14:39:28
1.6
|
bms  |
Update for XORP 1.6 release.
Unbreak for -CURRENT as RTF_LLINFO is ifdef'd.
QA note: VRRP files do not appear to get installed
as part of the 1.6 release.
PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=131941
Submitted by: Radim Kolar |
24 Dec 2008 16:20:25
1.5
|
bms  |
Mark XORP 1.5 broken due to RTF_LLINFO removal in OSVERSION 800059. |
10 Dec 2008 07:35:19
1.5
|
linimon  |
Mark as broken on sparc64.
Hat: portmgr |
21 Aug 2008 06:18:49
1.5
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
24 Jul 2008 22:21:13
1.5
|
bms  |
Fix pkg-plist.
Submitted by: pav |
23 Jul 2008 15:08:42
1.5
|
bms  |
Update port for XORP 1.5 release. |
14 May 2008 10:15:01
1.4_1
|
bms  |
Fix a typo. |
14 May 2008 10:02:38
1.4_1
|
bms  |
Rewrite the RC script.
The xorp port will now log to /var/log/xorp_rtrmgr.log by default, and
the xorp_rtrmgr process will be run under daemon(8) to detach it from
the controlling terminal. |
03 Jan 2008 12:25:40
1.4_1
|
bms  |
Patch xorp.in startup script so that it may be used out-of-the-box.
PR: ports/116367
Submitted by: Radim Kolar |
22 Mar 2007 20:46:49
1.4
|
bms  |
Update to new release 1.4. |
07 Feb 2007 23:03:48
1.3_2
|
bms  |
Add patch for OSPF security advisory.
PR: 108905
Submitted by: Nick Barkas |
01 Feb 2007 00:20:05
1.3_1
|
bms  |
update dependency; shells/bash2 -> shells/bash
PR: 108628
Submitted by: Boris Samorodov |
10 Jan 2007 20:19:29
1.3_1
|
bms  |
Fix build of IPFW2 support on amd64 (deal with ioctl argument size
differences vs i386). |
05 Nov 2006 08:53:21
1.3_1
|
bms  |
Also mark as broken on sparc64. 64-bit casts are fixed in xorp CVS. |
02 Nov 2006 13:15:38
1.3_1
|
bms  |
Mark as broken on ia64. |
02 Nov 2006 13:08:09
1.3_1
|
bms  |
Fix for xorp rc.d script. This is not the correct fix -- a more elegant
answer to the problem of wrapping the rtrmgr is needed. This only fixes
the issues described by the submitter and is not complete.
Submitted by: Claus Endres
PR: ports/105055 |
05 Oct 2006 17:01:12
1.3_1
|
bms  |
Merge a number of fixes for the XORP port:
Expand %%PREFIX%% in the rc script.
Create the group 'xorp' when the package is installed.
Fix the snmpd configure check and MIB module installation.
Fix the pkg-plist.
Note that as the XORP automake install target does not adhere to
hier(7), it may be desirable to specify PREFIX when building and/or
installing the port.
PR: ports/103879
Submitted by: Benjamin Black <ben@layer8.net> |
24 Sep 2006 19:21:41
1.3
|
bms  |
Fix build; including --without-snmp confuses the top-level configure
script. |
22 Sep 2006 12:16:47
1.3
|
bms  |
Add a port of the eXtensible Open Router Project, version 1.3. |