aboutsummaryrefslogtreecommitdiff
path: root/net/quagga
Commit message (Collapse)AuthorAgeFilesLines
* Revert 1.14, which was committed prematurely.Kris Kennaway2004-03-281-2/+2
| | | | Notes: svn path=/head/; revision=105471
* Add SIZE.Bruce M Simpson2004-03-241-0/+2
| | | | | | | Submitted by: trevor@ Notes: svn path=/head/; revision=105171
* Whitespace.Bruce M Simpson2004-03-241-9/+9
| | | | Notes: svn path=/head/; revision=105170
* Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withAde Lovett2004-03-121-2/+2
| | | | | | | | | | | the USE_<x> equivalents. In the current scheme of things, the WANT_ variables in this case are synonymous with the USE_ ones, and thus need to be exterminated. First in a series of major autotools cleanups. Notes: svn path=/head/; revision=103722
* Allow users to specify exactly which Quagga daemons should be startedBruce M Simpson2004-03-021-6/+10
| | | | | | | | | | using the rc.conf mechanism. Define variables quagga_flags and quagga_daemons to control startup behaviour. Submitted by: Boris Kovalenko (maintainer) Notes: svn path=/head/; revision=102715
* Update net-snmp paths to reflect port movements.Bruce M Simpson2004-03-021-3/+3
| | | | | | | Submitted by: Boris Kovalenko (maintainer) Notes: svn path=/head/; revision=102694
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Fix the net-snmp check in the configure.ac script. Previously, the check wouldBruce M Simpson2003-12-081-9/+32
| | | | | | | | fail silently and the package would build anyway. This should fix support for linking against net-snmp for SNMP support. Notes: svn path=/head/; revision=95383
* Bump dependency on net/net-snmp to check for libnetsnmp.so.6.Bruce M Simpson2003-12-031-2/+2
| | | | | | | Approved by: marcus (portmgr) Notes: svn path=/head/; revision=94848
* Add new rc script, remove old rc script.Bruce M Simpson2003-11-222-57/+61
| | | | | | | Submitted by: Boris Kovalenko Notes: svn path=/head/; revision=94708
* Use new rc script suite.Bruce M Simpson2003-11-212-16/+44
| | | | | | | Submitted by: Boris Kovalenko Notes: svn path=/head/; revision=94622
* Use net-snmp v5 by default. Add a switch, WITH_SNMP_4, to allow 4.x toBruce M Simpson2003-11-142-4/+9
| | | | | | | be used instead. Bump PORTREVISION. Notes: svn path=/head/; revision=93975
* Fix packaging when OSPFAPI is requested. This installs additional headers,Bruce M Simpson2003-11-142-65/+70
| | | | | | | | | | | | | | | | and an additional directory. Use the PLIST_SUB mechanism to achieve this rather than rewriting the entire pkg-plist; if more sweeping additions are required we can do this later. The smoke-and-mirrors going on here mean that we have to keep Makefile.inc around in the WRKDIR until the install step, so that the pkg-plist can be substituted. Keep the pkg-plist sort -r'd to avoid churn on future changes. Noticed by: kris Notes: svn path=/head/; revision=93958
* Use ${PREFIX} for --includedir.Bruce M Simpson2003-11-091-1/+1
| | | | | | | Submitted by: Boris Kovalenko Notes: svn path=/head/; revision=93509
* Bump PORTREVISION.Bruce M Simpson2003-11-091-1/+1
| | | | Notes: svn path=/head/; revision=93498
* Fix a bug whereby the port could overwrite headers belonging to other portsBruce M Simpson2003-11-092-11/+46
| | | | | | | | | | when installed. Submitted by: Boris Kovalenko Reviewed by: bms Notes: svn path=/head/; revision=93497
* Add patch to fix build on 4.x systems.Bruce M Simpson2003-11-052-0/+5
| | | | | | | Submitted by: quagga.net Notes: svn path=/head/; revision=93157
* Assign maintainership to Boris Kovalenko with outgoing maintainer's blessing.Bruce M Simpson2003-11-051-1/+1
| | | | | | | Submitted by: Jean-Francois LaForest Notes: svn path=/head/; revision=93147
* Update Quagga to 0.96.4.Bruce M Simpson2003-11-055-27/+114
| | | | | | | | | | | | | | | | | - Refresh net-snmp configure.ac fix target. - Add ${SYSCONF_DIR} and ${LOCALSTATE_DIR} configuration variables, and defaults, so that the vty and zserv.api UNIX domain sockets are created in a directory for which the ${ENABLE_USER} has access. This was the cause of much pain previously, causing daemons to fail in mysterious circumstances. - Update zebractl.sh script accordingly. - Add USE_SUBMAKE to ensure that the variables set by the interactive configure dialog are referenced. Submitted by: Boris Kovalenko Notes: svn path=/head/; revision=93146
* Zebra-pj was removed.Munechika SUMIKAWA2003-09-291-1/+1
| | | | Notes: svn path=/head/; revision=89809
* Quagga is a new fork of the GNU Zebra software router. This version, 0.96.2,Bruce M Simpson2003-09-277-0/+308
fixes many bugs in Zebra and adds several new features including support for OSPFAPI, allowing developers to build powerful applications on top of the OSPF routing protocol. Submitted by: fuzzball@ipv6peer.net Notes: svn path=/head/; revision=89590