summaryrefslogtreecommitdiffstats
path: root/net/quagga
Commit message (Collapse)AuthorAgeFilesLines
* - Enhancement rc scripts, bump PORTREVISIONrafan2006-07-173-13/+16
| | | | | PR: ports/100421 Submitted by: maintainer
* Change the way of OPTIONS is checked as suggested by Porters Handbook.itetcu2006-07-121-7/+7
| | | | | PR: ports/100157 Submitted by: maintianer
* Apply USE_RCORDER or USE_RC_SUBR, conditional on OSVERSION.lawrance2006-06-121-1/+7
| | | | | | Bump PORTREVISION for the moved startup script. Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer)
* Update to 0.99.4.lawrance2006-05-2911-55/+103
| | | | | PR: ports/97122 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer)
* Remove USE_REINPLACE from all categories starting with Nedwin2006-05-111-1/+0
|
* Conversion to a single libtool environment.ade2006-02-232-26/+16
| | | | Approved by: portmgr (kris)
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-202-2/+2
| | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts.
* - Fix a crash when vtysh was executed.sem2006-02-103-4/+15
| | | | | | | | - Remove useless target (install is default) in depends PR: ports/93094 Reported by: TANABE Hiroyasu <h@cosat.com>, John <freebsd@moe.co.uk> Submitted by: maintainer
* - Update to 0.99.3az2006-02-037-50/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix build on 4.11 by sem@ (files/patch-lib-buffer.c files/patch-ospfd-ospfd.h -------------------------------- Some known problems outstanding: - bgpd: prefix counts can get a bit screwy after clears/resets this is mostly cosmetic *unless* you use max-prefix counts. - bgpd: There is a memory leak if 'set community' is used in route-maps. This is present in 0.98 too. See bugzilla #89. - ospfd: 'default-originate always' loses the 'always' qualifier. Some regressions fixed in 0.99.3: - bgpd: workqueues were too conservative and could backlog under load (e.g. continual session up then reset), eventually leading to OOM. - ospfd: crash on startup (and only startup) if redistribute was enabled fixed. - bgpd: SEGV in bgp_aspath.c fixed. - bgpd: memory leak in bgp_aspath.c fixed - ospfd: oversize LSA support was not functional, fixed. - ospfd: leak of connected struct fixed - ospfd: NSM problems fixed, see bug #234 - vtysh: integrated config file reading should work again. - zserv: flags above 32bits should make it across to daemons now (affecting Solaris and IFF_NOXMIT and IFF_VIRTUAL) - ripd: MD5 auth verification fixed. The full changelog is available at: http://www.quagga.net/download/quagga-0.99.3.changelog.txt PR: ports/92524 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Chase shlib version bump of net-snmp.kuriyama2005-11-301-2/+2
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Manage CONFLICTS:osa2005-11-031-2/+2
| | | | | | | | | * remove zebra-devel, which don't exist anymore * add openbgpd Bump PORTREVISION. Approved by: Boris Kovalenko aka boris at tagnet dot ru (maintainer)
* - Kludge snmp detection in configure scriptpav2005-09-142-2/+44
| | | | | PR: ports/86102 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer)
* - Update to 0.98.5garga2005-08-3010-70/+14
| | | | | | | | | | From the official site: 0.98.5 from stable series is released fixing several bugs in ospfd and bgpd, most notably some crashes in ospfd and yet another route server functionality regression in bgpd. PR: ports/85461 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer)
* - Fix typo in quagga startup script (2nd part).flz2005-04-172-2/+2
|
* - Fix typo in rcNG startup script.flz2005-04-152-2/+2
| | | | | | PR: ports/79866 Submitted by: Shunsuke SHINOMIYA <shino@fornext.org> Approved by: maintainer
* - Update to 0.98.3sem2005-04-044-43/+4
| | | | | PR: ports/79517 Submitted by: maintainer
* - patch for annoing OSPF infinite loop when time goes backpav2005-03-152-5/+38
| | | | | PR: ports/78855 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer)
* - Make use of USE_RCORDER.flz2005-03-094-28/+19
| | | | | | PR: ports/78614 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer) Approved by: pav (mentor)
* tarball was relolled due the unpack problems on NetBSD. No othersem2005-02-251-2/+2
| | | | | | | changes was made. PR: ports/78004 Submitted by: maintainer
* Fix some bugs in this port and work around the issueyar2005-02-073-34/+34
| | | | | | | | of @exec'ing ldconfig after @cwd. The latter is a hack that should be revised. PR: ports/77194 Submitted by: maintainer
* - Update to 0.98.2pav2005-02-0511-55/+333
| | | | | PR: ports/77086 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer)
* - Update to 0.98.0pav2005-01-1517-460/+179
| | | | | | | - Kill the ultra-ugly configure script and use OPTIONS PR: ports/76243 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer)
* - Chase net-snmp updatepav2004-12-011-2/+2
| | | | | | PR: ports/74544 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer) Forgotten by: kuryiama
* Attached patch comes from official quagga developer list. It fixesedwin2004-11-222-3/+26
| | | | | | | | the problem with bgpd lockup when remote peer dies. Patch is tested by many people. Here is also some cleanup to Makefile to remove unused variable. Please commit it. Submitted by: Boris Kovalenko <boris@ntmk.ru>
* Kill off automake18, switching to automake19. Requiem Mors Pacem.ade2004-10-151-1/+1
|
* Autotools cleanup. Remove autoconf257 (259), automake17 (18), andade2004-07-011-2/+2
| | | | | | | | libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!)
* Add TCP-MD5 application level support to the FreeBSD quagga port.bms2004-05-209-1/+287
| | | | | Note that this still requires the network administrator to set up TCP-MD5 SAs in the system SADB via setkey(8).
* Add a new rc variable, quagga_extralibs_path, to workaround boot-timebms2004-05-202-7/+23
| | | | | | | | | | | | | | shared library dependencies. Directory paths listed in this variable MUST belong to local filesystems. When Quagga is compiled with additional libraries (e.g. net-snmp) it can not start during system boot on -CURRENT because ldconfig is called after NETWORKING; "REQUIRE ldconfig" cannot be used because /etc/rc.d/ldconfig uses "REQUIRE mountcritremote" which requires NETWORKING. Wordsmith some comments in the quagga.sh rcNG script. Submitted by: Boris Kovalenko (with some cleanups)
* Update to 0.96.5 of Quagga. This fixes a number of bugs, especially onbms2004-05-135-79/+95
| | | | | | -CURRENT, and adds support for the OSI IS-IS backbone routing protocol. Submitted by: Boris Kovalenko
* Update the user-id used by the quagga user installed by the pkg-installbms2004-04-082-2/+51
| | | | | | script to one which does not conflict with the Firebird package. Submitted by: Boris Kovalenko
* Revert 1.14, which was committed prematurely.kris2004-03-281-2/+2
|
* Add SIZE.bms2004-03-241-0/+2
| | | | Submitted by: trevor@
* Whitespace.bms2004-03-241-9/+9
|
* Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withade2004-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.
* Allow users to specify exactly which Quagga daemons should be startedbms2004-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)
* Update net-snmp paths to reflect port movements.bms2004-03-021-3/+3
| | | | Submitted by: Boris Kovalenko (maintainer)
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* Fix the net-snmp check in the configure.ac script. Previously, the check wouldbms2003-12-081-9/+32
| | | | | fail silently and the package would build anyway. This should fix support for linking against net-snmp for SNMP support.
* Bump dependency on net/net-snmp to check for libnetsnmp.so.6.bms2003-12-031-2/+2
| | | | Approved by: marcus (portmgr)
* Add new rc script, remove old rc script.bms2003-11-222-57/+61
| | | | Submitted by: Boris Kovalenko
* Use new rc script suite.bms2003-11-212-16/+44
| | | | Submitted by: Boris Kovalenko
* Use net-snmp v5 by default. Add a switch, WITH_SNMP_4, to allow 4.x tobms2003-11-142-4/+9
| | | | be used instead. Bump PORTREVISION.
* Fix packaging when OSPFAPI is requested. This installs additional headers,bms2003-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
* Use ${PREFIX} for --includedir.bms2003-11-091-1/+1
| | | | Submitted by: Boris Kovalenko
* Bump PORTREVISION.bms2003-11-091-1/+1
|
* Fix a bug whereby the port could overwrite headers belonging to other portsbms2003-11-092-11/+46
| | | | | | | when installed. Submitted by: Boris Kovalenko Reviewed by: bms
* Add patch to fix build on 4.x systems.bms2003-11-052-0/+5
| | | | Submitted by: quagga.net
* Assign maintainership to Boris Kovalenko with outgoing maintainer's blessing.bms2003-11-051-1/+1
| | | | Submitted by: Jean-Francois LaForest
OpenPOWER on IntegriCloud