diff options
author | andreas <andreas@FreeBSD.org> | 2000-01-23 06:12:16 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-01-23 06:12:16 +0800 |
commit | 4c336fb7cc0309c2465ff74017d83b9090ea3406 (patch) | |
tree | 75c8da213e41068da412d89b386088dbec6e1e73 /net/zebra | |
parent | 4cf8ac1e4fda0b0acbc66f1a3d2d1c85a75e367a (diff) | |
download | freebsd-ports-gnome-4c336fb7cc0309c2465ff74017d83b9090ea3406.tar.gz freebsd-ports-gnome-4c336fb7cc0309c2465ff74017d83b9090ea3406.tar.zst freebsd-ports-gnome-4c336fb7cc0309c2465ff74017d83b9090ea3406.zip |
upgrade to 0.84b
And port changes from sumikawa@ebina.hitachi.co.jp:
- add 'ipv6' on CATEGORIES
- get rid of 'USE_INET6' and use 'OSVERSION' instead of it.
- make PLIST.v6 only difference from PLIST for easily maintanance
Submitted by: sumikawa@ebina.hitachi.co.jp
Diffstat (limited to 'net/zebra')
-rw-r--r-- | net/zebra/Makefile | 19 | ||||
-rw-r--r-- | net/zebra/distinfo | 2 | ||||
-rw-r--r-- | net/zebra/pkg-plist | 2 | ||||
-rw-r--r-- | net/zebra/pkg-plist.v6 | 15 |
4 files changed, 13 insertions, 25 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile index ec3976889626..77c1621fa671 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -1,28 +1,31 @@ # New ports collection makefile for: zebra -# Version required: SNAP 981222 +# Version required: 0.84b # Date created: So 31 Mai 1998 11:00:30 CEST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # # $FreeBSD$ # -DISTNAME= zebra-0.84 -CATEGORIES= net +DISTNAME= zebra-0.84b +CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ # you might need debugging, it's a developer release ! #CFLAGS+= -g MAINTAINER= andreas@FreeBSD.org -WRKSRC= ${WRKDIR}/zebra-0.84a GNU_CONFIGURE= yes CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/zebra -.if defined(USE_INET6) -PLIST= ${PKGDIR}/PLIST.v6 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 400014 +PLIST:= ${WRKDIR}/PLIST +pre-install: + @${CAT} ${PKGDIR}/PLIST.v6 > ${PLIST} + @${CAT} ${PKGDIR}/PLIST >> ${PLIST} .else CONFIGURE_ARGS+=--disable-ospf6d --disable-ripngd -PLIST= ${PKGDIR}/PLIST .endif post-install: @@ -38,4 +41,4 @@ post-install: @${ECHO} "router_flags=\"start\"" @${ECHO} "done." -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/net/zebra/distinfo b/net/zebra/distinfo index 2ce444b26780..f910e349ed95 100644 --- a/net/zebra/distinfo +++ b/net/zebra/distinfo @@ -1 +1 @@ -MD5 (zebra-0.84.tar.gz) = f438f081e2abe5261dccae5cd04e158b +MD5 (zebra-0.84b.tar.gz) = c7fcad82c84d34662621f0d8ecb8388b diff --git a/net/zebra/pkg-plist b/net/zebra/pkg-plist index 3e28171db3e3..14dbb9f31e54 100644 --- a/net/zebra/pkg-plist +++ b/net/zebra/pkg-plist @@ -6,9 +6,9 @@ sbin/zebractl etc/zebra/README.mbgp etc/zebra/bgpd.conf.sample etc/zebra/bgpd.conf.sample2 +etc/zebra/ospfd.conf.sample etc/zebra/ripd.conf.sample etc/zebra/zebra.conf.sample -etc/zebra/ospfd.conf.sample @unexec install-info --delete %D/info/zebra.info %D/info/dir info/zebra.info @exec install-info %D/info/zebra.info %D/info/dir diff --git a/net/zebra/pkg-plist.v6 b/net/zebra/pkg-plist.v6 index 34a29c6b01e5..a9344d7c2409 100644 --- a/net/zebra/pkg-plist.v6 +++ b/net/zebra/pkg-plist.v6 @@ -1,19 +1,4 @@ -sbin/bgpd sbin/ospf6d -sbin/ospfd -sbin/ripd sbin/ripngd -sbin/zebra -sbin/zebractl -etc/zebra/README.mbgp -etc/zebra/bgpd.conf.sample -etc/zebra/bgpd.conf.sample2 etc/zebra/ospf6d.conf.sample -etc/zebra/ospfd.conf.sample -etc/zebra/ripd.conf.sample etc/zebra/ripngd.conf.sample -etc/zebra/zebra.conf.sample -@unexec install-info --delete %D/info/zebra.info %D/info/dir -info/zebra.info -@exec install-info %D/info/zebra.info %D/info/dir -@dirrm etc/zebra |