aboutsummaryrefslogtreecommitdiff
path: root/net/xorp
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on 10-CURRENT.Kevin Lo2012-10-022-0/+21
| | | | Notes: svn path=/head/; revision=305148
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-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. Notes: svn path=/head/; revision=289156
* - Add patches to allow build with SNMP on.Stephen Montgomery-Smith2011-12-285-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> Notes: svn path=/head/; revision=288193
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-291-1/+0
| | | | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
* - Fix WITH_OPENSSL_PORT=ye supportPhilip M. Gollucci2010-09-081-24/+24
| | | | | | | | PR: ports/146281 Submitted by: Dan Lukes <dan@obluda.cz> Notes: svn path=/head/; revision=260782
* Remove bms from the pkg-descr's of ports he no longer maintains.Doug Barton2010-06-061-3/+0
| | | | Notes: svn path=/head/; revision=255964
* Drop maintainership for these ports.Bruce M Simpson2010-06-061-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. Notes: svn path=/head/; revision=255908
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-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. Notes: svn path=/head/; revision=237892
* 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