head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.32 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.30 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.28 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.26 pkgsrc-2011Q2-base:1.7 pkgsrc-2009Q4:1.7.0.24 pkgsrc-2009Q4-base:1.7 pkgsrc-2008Q4:1.7.0.22 pkgsrc-2008Q4-base:1.7 pkgsrc-2008Q3:1.7.0.20 pkgsrc-2008Q3-base:1.7 cube-native-xorg:1.7.0.18 cube-native-xorg-base:1.7 pkgsrc-2008Q2:1.7.0.16 pkgsrc-2008Q2-base:1.7 pkgsrc-2008Q1:1.7.0.14 pkgsrc-2008Q1-base:1.7 pkgsrc-2007Q4:1.7.0.12 pkgsrc-2007Q4-base:1.7 pkgsrc-2007Q3:1.7.0.10 pkgsrc-2007Q3-base:1.7 pkgsrc-2007Q2:1.7.0.8 pkgsrc-2007Q2-base:1.7 pkgsrc-2007Q1:1.7.0.6 pkgsrc-2007Q1-base:1.7 pkgsrc-2006Q4:1.7.0.4 pkgsrc-2006Q4-base:1.7 pkgsrc-2006Q3:1.7.0.2 pkgsrc-2006Q3-base:1.7 pkgsrc-2006Q2:1.6.0.8 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.6 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.4 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.2 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.5.0.12 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.10 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.8 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.6 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.4 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.2 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.4.0.10 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.4.0.6 netbsd-1-6-1-base:1.4 netbsd-1-6:1.4.0.8 netbsd-1-6-RELEASE-base:1.4 pkgviews:1.4.0.4 pkgviews-base:1.4 buildlink2:1.4.0.2 buildlink2-base:1.4 netbsd-1-5-PATCH003:1.4 netbsd-1-5-PATCH001:1.3 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2; locks; strict; comment @# @; 1.7 date 2006.09.26.15.48.42; author salo; state dead; branches; next 1.6; 1.6 date 2005.08.11.11.14.06; author adam; state Exp; branches; next 1.5; 1.5 date 2003.12.29.21.59.01; author heas; state Exp; branches; next 1.4; 1.4 date 2001.05.28.21.02.28; author jlam; state Exp; branches; next 1.3; 1.3 date 2001.01.11.05.34.16; author itojun; state Exp; branches; next 1.2; 1.2 date 2000.10.13.15.13.54; author itojun; state Exp; branches; next 1.1; 1.1 date 2000.08.27.08.32.56; author itojun; state Exp; branches; next ; desc @@ 1.7 log @Remove zebra. No longer developed upstream, literally for years. Vulnerable, nobody stepped up to fix it. Use net/quagga instead. @ text @$NetBSD: patch-ag,v 1.6 2005/08/11 11:14:06 adam Exp $ --- configure.ac.orig 2005-01-25 17:29:49.000000000 +0000 +++ configure.ac @@@@ -211,6 +211,7 @@@@ case "$host" in AC_CHECK_LIB(kvm, main) ;; esac +AM_CONDITIONAL([VTY_OPT], [test "${enable_vtysh}" = yes]) dnl --------------------- dnl Integrated VTY option @@@@ -219,8 +220,10 @@@@ case "${enable_vtysh}" in "yes") VTYSH="vtysh"; AC_DEFINE(VTYSH,,VTY shell) - AC_CHECK_LIB(tinfo, tputs, , AC_CHECK_LIB(ncurses, tputs, , - AC_CHECK_LIB(termcap, tputs))) + AC_CHECK_LIB(termcap, tputs, , + AC_CHECK_LIB(tinfo, tputs, , + AC_CHECK_LIB(curses, tputs, , + AC_CHECK_LIB(ncurses, tputs)))) AC_CHECK_LIB(readline, main) if test $ac_cv_lib_readline_main = no; then AC_MSG_ERROR([vtysh needs libreadline but was not found on your system.]) @@@@ -501,6 +504,7 @@@@ else AC_MSG_RESULT(Linux IPv6) fi fi +AM_CONDITIONAL([V6_OPT], [test "${enable_ipv6}" = yes]) if test "$zebra_cv_linux_ipv6" = "yes";then AC_DEFINE(HAVE_IPV6) @ 1.6 log @Changes 0.95: * Changes in zebra ** IRDP support is added. * Changes in ripd ** Set receive UDP socket buffer to large value. * Changes in ospfd ** Fix problem of OpenBSD-3.4 IP header length treatment. * Changes in ospf6d ** Area support is added. * Changes in bgpd ** Old commands are removed "show ipv6 summary" "show ipv6 mbgp summary" ** New ospf6d implementation is introduced. This is rewrite of whole ospf6d code to make it far much better than old code. * Changes in vtysh ** Many bugs and problems are fixed. All of user of vtysh should update to zebra-0.95. @ text @d1 1 a1 1 $NetBSD$ @ 1.5 log @Upgrade zebra to 0.94. @ text @d1 1 a1 1 $NetBSD:$ d3 31 a33 14 --- configure.ac.orig 2003-12-21 02:10:57.000000000 +0000 +++ configure.ac 2003-12-21 02:08:46.000000000 +0000 @@@@ -200,7 +200,10 @@@@ case "${enable_vtysh}" in "yes") VTYSH="vtysh"; AC_DEFINE(VTYSH,,VTY shell) - AC_CHECK_LIB(tinfo, tputs, , AC_CHECK_LIB(ncurses, tputs)) + AC_CHECK_LIB(termcap, tputs, , + AC_CHECK_LIB(tinfo, tputs, , + AC_CHECK_LIB(curses, tputs, , + AC_CHECK_LIB(ncurses, tputs)))) AC_CHECK_LIB(readline, main) if test $ac_cv_lib_readline_main = no; then AC_MSG_ERROR([vtysh needs libreadline but was not found on your system.]) @ 1.4 log @Use buildlink.mk to get readline dependency and use ${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR} to find headers and libraries. Also find tputs() in termcap first, before looking in tinfo, curses, then ncurses. Simplify the PLIST handling by using space-separated list of PLIST files in PLIST_SRC. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- configure.in.orig Fri Jan 19 18:26:13 2001 +++ configure.in Mon May 28 16:27:43 2001 @@@@ -185,7 +185,10 @@@@ d8 1 a8 1 AC_DEFINE(VTYSH) @ 1.3 log @upgrade to 0.90. New RIB code provides multiple nexthop for a prefix. Equal cost multipath works on GNU/Linux. Communication between protocol daemon and zebra is changed to UNIX domain socket. BGP trap MIB works. BGP route selection is improved and various option is provided. New OSPF packet read method. PLEASE UPDATE WHOLE SUITE including zebra, bgpd, ripd, ripngd, ospfd, ospf6d when you update from previous version. Zebra protocol is changed so there may be some protocol mismatch when you don't update everything. @ text @d3 3 a5 3 --- configure.in.orig Wed Jan 10 20:01:41 2001 +++ configure.in Thu Jan 11 13:57:58 2001 @@@@ -193,7 +193,7 @@@@ d10 4 a13 1 + AC_CHECK_LIB(tinfo, tputs, , AC_CHECK_LIB(curses, tputs)) @ 1.2 log @use 0.89. + OSPF works on x86 Solaris box. + OSPF neighbor is supported. + IPv6 inteface's address information propagation bug is fixed. + BGP's various MED comparison methods are added. + BGP read lock problem is fixed. + Zebra works on OpenBSD again. s/CFLAGS/CPPFLAGS/, to make vtysh build successful. From: Hal Snyder @ text @d2 6 a7 3 --- configure.in.orig Wed Sep 27 19:02:51 2000 +++ configure.in Sat Oct 14 00:02:09 2000 @@@@ -155,3 +155,3 @@@@ d9 2 a10 2 - AC_CHECK_LIB(ncurses, tputs) + AC_CHECK_LIB(curses, tputs) d12 2 @ 1.1 log @enable "vtysh" build by make USE_ZEBRA_VTYSH (depends on readline). stabilize build by requiring gmake. @ text @d2 3 a4 3 --- configure.in.orig Thu Aug 17 02:32:30 2000 +++ configure.in Tue Aug 22 18:27:42 2000 @@@@ -148,2 +148,3 @@@@ d6 1 a8 4 @@@@ -152,3 +153,2 @@@@ fi - AC_CHECK_LIB(ncurses, tputs) ;; @