diff options
author | andreas <andreas@FreeBSD.org> | 1999-04-19 02:14:58 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1999-04-19 02:14:58 +0800 |
commit | 10c9b1eca02564609376f1cef89c800b7c1cc29c (patch) | |
tree | f43ecb38989360e51be08631c6f9a934794820f5 /net/zebra/Makefile | |
parent | e8adf69bc6caf251dd4293e82ecc5af1b379956e (diff) | |
download | freebsd-ports-gnome-10c9b1eca02564609376f1cef89c800b7c1cc29c.tar.gz freebsd-ports-gnome-10c9b1eca02564609376f1cef89c800b7c1cc29c.tar.zst freebsd-ports-gnome-10c9b1eca02564609376f1cef89c800b7c1cc29c.zip |
marked BROKEN
zebra isn't working
Can't set interface's address.
Can't set interface's address.
Can't set interface's address.
Can't set interface's address.
waiting for a fix from author.
Diffstat (limited to 'net/zebra/Makefile')
-rw-r--r-- | net/zebra/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile index 45da2c93f89e..ebe1f685f7c4 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -3,10 +3,10 @@ # Date created: So 31 Mai 1998 11:00:30 CEST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.9 1999/04/11 11:48:57 andreas Exp $ +# $Id: Makefile,v 1.10 1999/04/12 20:12:42 andreas Exp $ # -DISTNAME= zebra-19990408 +DISTNAME= zebra-19990416 CATEGORIES= net MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ # you might need debugging, it's a developer release ! @@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ MAINTAINER= andreas@FreeBSD.ORG +BROKEN= "bug: waiting for a fix from author" + GNU_CONFIGURE= yes CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/zebra |