pkgsrc/net/zebra/Makefile
itojun aa9a11e083 upgrade zebra from 0.77 to to 0.78a.
0.77 -> 0.78:
>ospfd does LSA flodding correctly.  Some bug about DD processing, LSA
>ack are fixed.  LSA structure is changed for LSA aging support.
>Interface index setting bug with Linux without netlink interface is
>fixed.  Some ripd's bugs which introduced in zebra-0.77 are fixed.
>Zebra message is changed to support dynamic interface change
>notification.
http://mail.vbs.at/archive/zebra/zebra/msg00612.html

0.78 -> 0.78a:
>I introduced serious bug about the route does not deleted from zebra's
>routing table.  This problem only occur with IPv4 route.  I've fixed
>the problem.  Would you mind to test below tar-ball?
http://mail.vbs.at/archive/zebra/zebra/msg00624.html
1999-08-30 02:57:35 +00:00

28 lines
659 B
Makefile

# $NetBSD: Makefile,v 1.14 1999/08/30 02:57:35 itojun Exp $
# Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp
#
DISTNAME= zebra-0.78a
CATEGORIES= net
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
# you might need debugging, it's a developer release !
#CFLAGS+= -g
MAINTAINER= itojun@itojun.org
HOMEPAGE= http://www.zebra.org/
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/zebra
BUILD_DEFS+= USE_INET6
.include "../../mk/bsd.prefs.mk"
.if defined(USE_INET6)
PLIST_SRC= ${PKGDIR}/PLIST.v6
.else
CONFIGURE_ARGS+=--disable-ospf6d --disable-ripngd
PLIST_SRC= ${PKGDIR}/PLIST
.endif
.include "../../mk/bsd.pkg.mk"