aboutsummaryrefslogtreecommitdiff
path: root/net/xorp
Commit message (Collapse)AuthorAgeFilesLines
* Update for XORP 1.6 release.Bruce M Simpson2009-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 Notes: svn path=/head/; revision=228828
* Mark XORP 1.5 broken due to RTF_LLINFO removal in OSVERSION 800059.Bruce M Simpson2008-12-241-0/+4
| | | | Notes: svn path=/head/; revision=224687
* Mark as broken on sparc64.Mark Linimon2008-12-101-0/+4
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=224062
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-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) Notes: svn path=/head/; revision=218938
* Fix pkg-plist.Bruce M Simpson2008-07-241-3/+0
| | | | | | | Submitted by: pav Notes: svn path=/head/; revision=217445
* Update port for XORP 1.5 release.Bruce M Simpson2008-07-236-64/+31
| | | | Notes: svn path=/head/; revision=217379
* Fix a typo.Bruce M Simpson2008-05-141-1/+1
| | | | Notes: svn path=/head/; revision=213022
* Rewrite the RC script.Bruce M Simpson2008-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. Notes: svn path=/head/; revision=213021
* Patch xorp.in startup script so that it may be used out-of-the-box.Bruce M Simpson2008-01-032-2/+2
| | | | | | | | PR: ports/116367 Submitted by: Radim Kolar Notes: svn path=/head/; revision=204909
* Update to new release 1.4.Bruce M Simpson2007-03-227-63/+18
| | | | Notes: svn path=/head/; revision=188059
* Add patch for OSPF security advisory.Bruce M Simpson2007-02-072-1/+8
| | | | | | | | PR: 108905 Submitted by: Nick Barkas Notes: svn path=/head/; revision=184539
* update dependency; shells/bash2 -> shells/bashBruce M Simpson2007-02-011-1/+1
| | | | | | | | PR: 108628 Submitted by: Boris Samorodov Notes: svn path=/head/; revision=183826
* Fix build of IPFW2 support on amd64 (deal with ioctl argument sizeBruce M Simpson2007-01-101-0/+29
| | | | | | | differences vs i386). Notes: svn path=/head/; revision=182011
* Also mark as broken on sparc64. 64-bit casts are fixed in xorp CVS.Bruce M Simpson2006-11-051-2/+2
| | | | Notes: svn path=/head/; revision=176447
* Mark as broken on ia64.Bruce M Simpson2006-11-021-0/+4
| | | | Notes: svn path=/head/; revision=176183
* Fix for xorp rc.d script. This is not the correct fix -- a more elegantBruce M Simpson2006-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 Notes: svn path=/head/; revision=176180
* Merge a number of fixes for the XORP port:Bruce M Simpson2006-10-059-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> Notes: svn path=/head/; revision=174558
* Fix build; including --without-snmp confuses the top-level configureBruce M Simpson2006-09-241-2/+0
| | | | | | | script. Notes: svn path=/head/; revision=173733
* Add a port of the eXtensible Open Router Project, version 1.3.Bruce M Simpson2006-09-225-0/+262
Notes: svn path=/head/; revision=173600