| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
15 Jul 2009 17: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 07: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 23:21:13
1.5
|
bms  |
Fix pkg-plist.
Submitted by: pav |
23 Jul 2008 16:08:42
1.5
|
bms  |
Update port for XORP 1.5 release. |
14 May 2008 11:15:01
1.4_1
|
bms  |
Fix a typo. |
14 May 2008 11: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 18: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 20:21:41
1.3
|
bms  |
Fix build; including --without-snmp confuses the top-level configure
script. |
22 Sep 2006 13:16:47
1.3
|
bms  |
Add a port of the eXtensible Open Router Project, version 1.3. |