aboutsummaryrefslogtreecommitdiffstats
path: root/net/xorp
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistbapt2014-12-101-6/+0
|
* - Convert ports of net/ to new USES=pythonmva2014-10-251-2/+1
| | | | Approved by: portmgr (implicit)
* - Fix build with clangamdmi32014-04-031-4/+6
|
* - Update to 1.8.5antoine2014-02-2764-425/+1378
| | | | | | | | - Unbreak and unexpire - Stage support PR: ports/186982 Submitted by: Johannes 5 Joemann
* Deprecate ports broken for more than 6 monthbapt2014-01-281-0/+2
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net)
* Mark as broken: does not buildbapt2013-07-241-0/+2
| | | | | | /usr/bin/ld: cannot find -lstdc++_p Reported by: pkg-fallout
* It seems xorp is not Free Software. :(eadler2013-06-022-3/+3
| | | | Submitted by: bcallah@FreeBSD.org
* - Convert to OptionsNGeadler2013-06-021-26/+16
| | | | | - Reset maintainer due to lack of input. - Clean up other constructs while here
* Fix build on 10-CURRENT.kevlo2012-10-022-0/+21
|
* 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.
* - Add patches to allow build with SNMP on.stephen2011-12-295-4/+60
| | | | | | | | | - 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>
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.pgollucci2010-12-301-1/+0
| | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav)
* - Fix WITH_OPENSSL_PORT=ye supportpgollucci2010-09-091-24/+24
| | | | | PR: ports/146281 Submitted by: Dan Lukes <dan@obluda.cz>
* Remove bms from the pkg-descr's of ports he no longer maintains.dougb2010-06-071-3/+0
|
* Drop maintainership for these ports.bms2010-06-071-1/+1
| | | | | | | | | | | | 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.
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-4/+3
| | | | | | | | | | | | | | | | | | | | 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.
* Update for XORP 1.6 release.bms2009-02-223-8/+8
| | | | | | | | | 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
* Mark XORP 1.5 broken due to RTF_LLINFO removal in OSVERSION 800059.bms2008-12-251-0/+4
|
* Mark as broken on sparc64.linimon2008-12-101-0/+4
| | | | Hat: portmgr
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* Fix pkg-plist.bms2008-07-251-3/+0
| | | | Submitted by: pav
* Update port for XORP 1.5 release.bms2008-07-236-64/+31
|
* Fix a typo.bms2008-05-141-1/+1
|
* Rewrite the RC script.bms2008-05-141-3/+72
| | | | | | 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.
* Patch xorp.in startup script so that it may be used out-of-the-box.bms2008-01-032-2/+2
| | | | | PR: ports/116367 Submitted by: Radim Kolar
* Update to new release 1.4.bms2007-03-237-63/+18
|
* Add patch for OSPF security advisory.bms2007-02-082-1/+8
| | | | | PR: 108905 Submitted by: Nick Barkas
* update dependency; shells/bash2 -> shells/bashbms2007-02-011-1/+1
| | | | | PR: 108628 Submitted by: Boris Samorodov
* Fix build of IPFW2 support on amd64 (deal with ioctl argument sizebms2007-01-111-0/+29
| | | | differences vs i386).
* Also mark as broken on sparc64. 64-bit casts are fixed in xorp CVS.bms2006-11-051-2/+2
|
* Mark as broken on ia64.bms2006-11-021-0/+4
|
* Fix for xorp rc.d script. This is not the correct fix -- a more elegantbms2006-11-021-2/+3
| | | | | | | | 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
* Merge a number of fixes for the XORP port:bms2006-10-069-177/+321
| | | | | | | | | | | | | | 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>
* Fix build; including --without-snmp confuses the top-level configurebms2006-09-251-2/+0
| | | | script.
* Add a port of the eXtensible Open Router Project, version 1.3.bms2006-09-225-0/+262