FreshPorts -- The Place For Ports Tue, 9 Feb 2010 5:12 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
xorp 1.6 net on this many watch lists=1 search for ports that depend on this port
The eXtensible Open Router Platform
Maintained by: bms@FreeBSD.org search for ports maintained by this maintainer
Port Added: 22 Sep 2006 13:18:33


XORP is the eXtensible Open Router Platform.

The XORP project is developing an open source software router. The software
is intended to be stable and fully featured enough for production use, and
flexible and extensible enough for research use.  The software is covered by
a BSD-style license and the code is publicly available allowing deployment,
development, and commericalization.

WWW: http://www.xorp.org/

Bruce
bms@FreeBSD.org
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake

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


Configuration Options
===> The following configuration options are available for xorp-1.6:
     ADVMCAST=On (default) "Build with Advanced Multicast API"
     IPV6=On (default) "Build with IPv6 support"
     SNMP=Off (default) "Build with SNMP MIB support"
     OPTIMIZATION=On (default) "Build with optimization"
     CHECK=Off (default) "Build with regression test dependencies "
     DEBUGGING=Off (default) "Enable debugging"
     PROFILING=Off (default) "Enable profiling"
===> Use 'make config' to modify these settings

Master Sites:
http://www.xorp.org/releases/1.6/
http://www2.xorp.org/releases/1.6/
http://www5.xorp.org/releases/1.6/
http://www3.xorp.org/releases/1.6/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 20

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
15 Jul 2009 17:56:10
Original commit files touched by this commit  1.6
dougb search for other commits by this committer
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
Original commit files touched by this commit  1.6
bms search for other commits by this committer
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
Original commit files touched by this commit  1.5
bms search for other commits by this committer
Mark XORP 1.5 broken due to RTF_LLINFO removal in OSVERSION 800059.
10 Dec 2008 07:35:19
Original commit files touched by this commit  1.5
linimon search for other commits by this committer
Mark as broken on sparc64.

Hat:    portmgr
21 Aug 2008 07:18:49
Original commit files touched by this commit  1.5
rafan search for other commits by this committer
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 View all of this commit message)
24 Jul 2008 23:21:13
Original commit files touched by this commit  1.5
bms search for other commits by this committer
Fix pkg-plist.

Submitted by:   pav
23 Jul 2008 16:08:42
Original commit files touched by this commit  1.5
bms search for other commits by this committer
Update port for XORP 1.5 release.
14 May 2008 11:15:01
Original commit files touched by this commit  1.4_1
bms search for other commits by this committer
Fix a typo.
14 May 2008 11:02:38
Original commit files touched by this commit  1.4_1
bms search for other commits by this committer
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
Original commit files touched by this commit  1.4_1
bms search for other commits by this committer
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
Original commit files touched by this commit  1.4
bms search for other commits by this committer
Update to new release 1.4.
07 Feb 2007 23:03:48
Original commit files touched by this commit  1.3_2
bms search for other commits by this committer
Add patch for OSPF security advisory.

PR:             108905
Submitted by:   Nick Barkas
01 Feb 2007 00:20:05
Original commit files touched by this commit  1.3_1
bms search for other commits by this committer
update dependency; shells/bash2 -> shells/bash

PR:             108628
Submitted by:   Boris Samorodov
10 Jan 2007 20:19:29
Original commit files touched by this commit  1.3_1
bms search for other commits by this committer
Fix build of IPFW2 support on amd64 (deal with ioctl argument size
differences vs i386).
05 Nov 2006 08:53:21
Original commit files touched by this commit  1.3_1
bms search for other commits by this committer
Also mark as broken on sparc64. 64-bit casts are fixed in xorp CVS.
02 Nov 2006 13:15:38
Original commit files touched by this commit  1.3_1
bms search for other commits by this committer
Mark as broken on ia64.
02 Nov 2006 13:08:09
Original commit files touched by this commit  1.3_1
bms search for other commits by this committer
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
Original commit files touched by this commit  1.3_1
bms search for other commits by this committer
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
Original commit files touched by this commit  1.3
bms search for other commits by this committer
Fix build; including --without-snmp confuses the top-level configure
script.
22 Sep 2006 13:16:47
Original commit files touched by this commit  1.3
bms search for other commits by this committer
Add a port of the eXtensible Open Router Project, version 1.3.

Number of commits found: 20

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 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 21261
Broken 172
Deprecated 36
Ignore 906
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 7
new 48 hours9
new 7 days29
new fortnight88
new month197

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

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.196 seconds.