Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Feb 2001 10:29:24 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/24878: Update port: net/mrt to 2.2.2a
Message-ID:  <200102051829.f15ITOD52626@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         24878
>Category:       ports
>Synopsis:       Update port: net/mrt to 2.2.2a
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 05 10:30:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 2.2.2a

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/net/mrt/Makefile net/mrt/Makefile
--- /usr/ports/net/mrt/Makefile	Wed Jan 10 05:29:31 2001
+++ net/mrt/Makefile	Fri Feb  2 00:12:21 2001
@@ -6,32 +6,29 @@
 #
 
 PORTNAME=	mrt
-PORTVERSION=	2.1.2a
+PORTVERSION=	2.2.2a
 CATEGORIES=	net ipv6
-MASTER_SITES=	ftp://ftp.merit.edu/net-research/mrt/ \
-		ftp://ftp.merit.edu/net-research/mrt/old_versions/
-DISTNAME=	mrt-${PORTVERSION}-src
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+		ftp://ftp.merit.edu/net-research/mrt/
+MASTER_SITE_SUBDIR=	${PORTNAME}
+DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 
-MAINTAINER=	ports@freebsd.org
+MAINTAINER=	ports@FreeBSD.org
+
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
 
-WRKSRC=		${WRKDIR}/mrt-${VERBASE}/src
-GNU_CONFIGURE=	yes
 USE_AUTOCONF=	yes
 
-VERBASE=	2.1.2a
+MAN8=		mrtd.8
 
-MAN8=	mrtd.8
 EXAMPLES=	programs/bgpsim/bgpsim.conf programs/bgpsim/bgpsim6.conf \
-		programs/mrtd/mrtd.conf programs/mrtd/mrtd.ripng.conf \
-		programs/mrtd/solaris.ripng.conf
-
-#post-extract:
-#	(${CHDIR} ${WRKSRC}/..; ./make-sym-links kame)
+		programs/mrtd/mrtd.conf programs/mrtd/mrtd.pim.conf \
+		programs/mrtd/mrtd.ripng.conf programs/mrtd/solaris.ripng.conf
 
 post-install:
-	${MKDIR} ${PREFIX}/share/examples/mrt
-	for i in ${EXAMPLES}; do \
-		${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/examples/mrt; \
-	done
+	@${MKDIR} ${PREFIX}/share/examples/mrt
+.for file in ${EXAMPLES}
+	${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/examples/mrt
+.endfor
 
 .include <bsd.port.mk>
diff -urN /usr/ports/net/mrt/distinfo net/mrt/distinfo
--- /usr/ports/net/mrt/distinfo	Wed Jan 12 04:53:24 2000
+++ net/mrt/distinfo	Thu Feb  1 05:08:19 2001
@@ -1 +1 @@
-MD5 (mrt-2.1.2a-src.tar.gz) = 7973eb65900107b2b79bf7428be39344
+MD5 (mrt-2.2.2a-src.tar.gz) = 58387903e592cab68b703edddb6b418c
diff -urN /usr/ports/net/mrt/files/patch-ae net/mrt/files/patch-ae
--- /usr/ports/net/mrt/files/patch-ae	Wed Jan 12 04:53:25 2000
+++ net/mrt/files/patch-ae	Thu Feb  1 06:01:33 2001
@@ -1,17 +1,17 @@
---- configure.in-	Tue Jan 11 10:30:49 2000
-+++ configure.in	Tue Jan 11 14:38:08 2000
-@@ -549,10 +549,12 @@
+--- configure.in.orig	Sat Jan 15 23:11:53 2000
++++ configure.in	Thu Feb  1 05:16:05 2001
+@@ -555,10 +555,12 @@
  #ifdef __KAME__
  yes
  #endif
 -], [  	    LIBS="$LIBS -L/usr/local/v6/lib -linet6"
-+], [	AC_FILE_EXIST(/usr/local/v6/lib/libinet6.a, [
++], [  	AC_FILE_EXIST(/usr/local/v6/lib/libinet6.a, [
 +            LIBS="$LIBS -L/usr/local/v6/lib -linet6"]);
 +        AC_FILE_EXIST(/usr/include/netinet6/ip6_mroute.h, [
 +            AC_DEFINE(HAVE_MROUTING6)]);
              AC_DEFINE(WIDE_IPV6)
              AC_DEFINE(RFC2292)
 -  	    AC_DEFINE(HAVE_MROUTING6)
+ dnl KAME's netinet/ip6.h can not be detected due to error
+ 	    AC_DEFINE(HAVE_NETINET_IP6_H)
              AC_MSG_RESULT(yes... KAME IPv6)], 
-         AC_MSG_RESULT(*unknown*))))
-     ;;
diff -urN /usr/ports/net/mrt/pkg-descr net/mrt/pkg-descr
--- /usr/ports/net/mrt/pkg-descr	Mon Aug 30 23:23:19 1999
+++ net/mrt/pkg-descr	Fri Feb  2 00:10:18 2001
@@ -8,7 +8,8 @@
 (NCR-9710176 and NCR-9318902), and a gift from Intel Corporation. 
 	
 Documentation and an installation guide for the MRT toolkit is 
-available online at
-WWW: http://www.merit.edu/~mrt/mrt_doc	
+available online at http://www.merit.edu/~mrt/mrt_doc/	
 
 Send email to mrt-support@merit.edu for assistence/bugs/comments.
+
+WWW: http://www.merit.edu/~mrt/
diff -urN /usr/ports/net/mrt/pkg-plist net/mrt/pkg-plist
--- /usr/ports/net/mrt/pkg-plist	Tue Jan  5 18:45:25 1999
+++ net/mrt/pkg-plist	Thu Feb  1 05:24:02 2001
@@ -6,6 +6,7 @@
 share/examples/mrt/bgpsim.conf
 share/examples/mrt/bgpsim6.conf
 share/examples/mrt/mrtd.conf
+share/examples/mrt/mrtd.pim.conf
 share/examples/mrt/mrtd.ripng.conf
 share/examples/mrt/solaris.ripng.conf
 @dirrm share/examples/mrt


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102051829.f15ITOD52626>