mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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
This commit is contained in:
parent
fa9bde6e40
commit
2bf082f797
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24950
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (zebra-0.84.tar.gz) = f438f081e2abe5261dccae5cd04e158b
|
||||
MD5 (zebra-0.84b.tar.gz) = c7fcad82c84d34662621f0d8ecb8388b
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (zebra-0.84.tar.gz) = f438f081e2abe5261dccae5cd04e158b
|
||||
MD5 (zebra-0.84b.tar.gz) = c7fcad82c84d34662621f0d8ecb8388b
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (zebra-0.84.tar.gz) = f438f081e2abe5261dccae5cd04e158b
|
||||
MD5 (zebra-0.84b.tar.gz) = c7fcad82c84d34662621f0d8ecb8388b
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user