pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc mrt: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04ce60458047
branches:  trunk
changeset: 382295:04ce60458047
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 24 21:35:31 2022 +0000

description:
mrt: remove

Software from 2000, dead upstream, doesn't build in any bulk builds

diffstat:

 doc/CHANGES-2022                          |   3 +-
 net/Makefile                              |   3 +-
 net/mrt/DESCR                             |  14 ------------
 net/mrt/Makefile                          |  36 -------------------------------
 net/mrt/PLIST.pre                         |   9 -------
 net/mrt/distinfo                          |  14 ------------
 net/mrt/patches/patch-aa                  |   8 ------
 net/mrt/patches/patch-ab                  |   8 ------
 net/mrt/patches/patch-ac                  |  20 -----------------
 net/mrt/patches/patch-ad                  |   9 -------
 net/mrt/patches/patch-ae                  |  13 -----------
 net/mrt/patches/patch-af                  |  13 -----------
 net/mrt/patches/patch-ag                  |  13 -----------
 net/mrt/patches/patch-ah                  |  13 -----------
 net/mrt/patches/patch-lib_kernel_socket.c |  13 -----------
 15 files changed, 3 insertions(+), 186 deletions(-)

diffs (266 lines):

diff -r ba5bf9d5dbe8 -r 04ce60458047 doc/CHANGES-2022
--- a/doc/CHANGES-2022  Sun Jul 24 21:26:30 2022 +0000
+++ b/doc/CHANGES-2022  Sun Jul 24 21:35:31 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.3532 2022/07/24 21:25:27 wiz Exp $
+$NetBSD: CHANGES-2022,v 1.3533 2022/07/24 21:35:31 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2022:
 
@@ -5298,3 +5298,4 @@
        Updated devel/glib2 to 2.72.2 [wiz 2022-07-24]
        Updated devel/glib2-tools to 2.72.2 [wiz 2022-07-24]
        Updated devel/gdbus-codegen to 2.72.2 [wiz 2022-07-24]
+       Removed net/mrt [wiz 2022-07-24]
diff -r ba5bf9d5dbe8 -r 04ce60458047 net/Makefile
--- a/net/Makefile      Sun Jul 24 21:26:30 2022 +0000
+++ b/net/Makefile      Sun Jul 24 21:35:31 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1470 2022/07/08 14:16:15 wiz Exp $
+# $NetBSD: Makefile,v 1.1471 2022/07/24 21:35:31 wiz Exp $
 #
 
 COMMENT=       Networking tools
@@ -389,7 +389,6 @@
 SUBDIR+=       mouse-pppoe
 SUBDIR+=       mping
 SUBDIR+=       mrstat
-SUBDIR+=       mrt
 SUBDIR+=       mrtg
 SUBDIR+=       msdl
 SUBDIR+=       mtftpd
diff -r ba5bf9d5dbe8 -r 04ce60458047 net/mrt/DESCR
--- a/net/mrt/DESCR     Sun Jul 24 21:26:30 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$Id: DESCR,v 1.3 2005/05/23 08:26:12 rillig Exp $
-
-This distribution of the Multi-threaded Routing Toolkit includes
-routing daemons, programming libraries and Internet
-statistics/performance measurement tools.
-
-The work is supported by National Science Foundation grants
-(NCR-9710176 and NCR-9318902), and a gift from Intel Corporation.
-
-Documentation and an installation guide for the MRT toolkit is
-available online at
-   http://www.merit.edu/~mrt/mrt_doc
-
-Send email to mrt-support%merit.edu@localhost for assistence/bugs/comments.
diff -r ba5bf9d5dbe8 -r 04ce60458047 net/mrt/Makefile
--- a/net/mrt/Makefile  Sun Jul 24 21:26:30 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,0 @@
-# $NetBSD: Makefile,v 1.18 2021/04/24 20:04:28 wiz Exp $
-
-DISTNAME=      mrt-2.2.2a-Aug11
-PKGNAME=       mrt-2.2.2a.20000811
-PKGREVISION=   1
-CATEGORIES=    net
-#MASTER_SITES= ftp://ftp.merit.edu/net-research/mrt/
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE=     http://www.mrtd.net/
-COMMENT=       Multi-threaded Routing Toolkit
-
-MAKE_JOBS_SAFE=                no
-
-WRKSRC=                        ${WRKDIR}/mrt/src
-GNU_CONFIGURE=         yes
-DESTDIR_VARNAME=       # empty
-INSTALL_MAKE_FLAGS+=   DESTDIR=${DESTDIR}${PREFIX}/sbin
-INSTALL_MAKE_FLAGS+=   MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}
-
-PLIST_SRC=     ${WRKSRC}/.PLIST_SRC
-
-INSTALLATION_DIRS=     ${PKGMANDIR}/man8 sbin share/examples/mrt
-
-# nuke yet-to-be-ready directories, configure.in is written in a strange way
-post-extract:
-       (cd ${WRKSRC}/programs; ${RM} -fr route_tracker sospf srip)
-
-post-install:
-       ${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC}
-       ${INSTALL_DATA} ${WRKSRC}/programs/*/*.conf \
-               ${DESTDIR}${PREFIX}/share/examples/mrt
-       (cd ${DESTDIR}${PREFIX}; ${FIND} share/examples/mrt -type f -print \
-               >> ${PLIST_SRC})
-
-.include "../../mk/bsd.pkg.mk"
diff -r ba5bf9d5dbe8 -r 04ce60458047 net/mrt/PLIST.pre
--- a/net/mrt/PLIST.pre Sun Jul 24 21:26:30 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-@comment $NetBSD: PLIST.pre,v 1.2 2018/01/01 22:29:48 rillig Exp $
-man/man8/mrtd.8
-man/man8/ricd.8
-sbin/bgpsim
-sbin/mrtd
-sbin/ricd
-sbin/route_atob
-sbin/route_btoa
-sbin/sbgp
diff -r ba5bf9d5dbe8 -r 04ce60458047 net/mrt/distinfo
--- a/net/mrt/distinfo  Sun Jul 24 21:26:30 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:06:02 nia Exp $
-
-BLAKE2s (mrt-2.2.2a-Aug11.tar.gz) = 3f7dd4ecc42ee4280b694953658e774c35d1b95914bfaa8bd56389e321f8efd1
-SHA512 (mrt-2.2.2a-Aug11.tar.gz) = d7dc528b4c0c2379ff73b97c6b99167be220db5260f2e6b894aae6feb245ff4b0717ce3244af9464d3c7d0467e7830b66ce1700e2b49b605cb9cefab3542e014
-Size (mrt-2.2.2a-Aug11.tar.gz) = 596596 bytes
-SHA1 (patch-aa) = b3d4121b5d94f6bc6b702e6c72e3565adf19d74e
-SHA1 (patch-ab) = 6f2d358eb50ccd7c8caa11cb3bff9f6b6232b8dd
-SHA1 (patch-ac) = 2fc1c1f19848c90f7344813090fc7c96de121702
-SHA1 (patch-ad) = bbc017a99d34ee3bd6eecad077102b10c7e83349
-SHA1 (patch-ae) = 1689741472239677511a8e06357fc37f34eae4d4
-SHA1 (patch-af) = 83678e7e5b1016cfd29b0b8efcc362b3500daf3f
-SHA1 (patch-ag) = 1719581ab090e77b51642f999f96b54fa8434a10
-SHA1 (patch-ah) = 38e50462c50c89ea12330cbe91ddf7f66f59dada
-SHA1 (patch-lib_kernel_socket.c) = 2ad0556982d0997df6a608fa9f3836e99d5c7f05
diff -r ba5bf9d5dbe8 -r 04ce60458047 net/mrt/patches/patch-aa
--- a/net/mrt/patches/patch-aa  Sun Jul 24 21:26:30 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/10/15 17:36:43 itojun Exp $
---- configure- Tue Aug 15 21:09:33 2000
-+++ configure  Tue Aug 15 21:09:46 2000
-@@ -2843,3 +2843,3 @@
-   rm -rf conftest*
--          LIBS="$LIBS -L/usr/local/v6/lib -linet6"
-+#         LIBS="$LIBS -L/usr/local/v6/lib -linet6"
-             cat >> confdefs.h <<\EOF
diff -r ba5bf9d5dbe8 -r 04ce60458047 net/mrt/patches/patch-ab
--- a/net/mrt/patches/patch-ab  Sun Jul 24 21:26:30 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2000/10/15 17:36:43 itojun Exp $
---- configure.in-      Tue Aug 15 21:21:22 2000
-+++ configure.in       Tue Aug 15 21:21:39 2000
-@@ -557,3 +557,3 @@
- #endif
--], [              LIBS="$LIBS -L/usr/local/v6/lib -linet6"
-+], [#             LIBS="$LIBS -L/usr/local/v6/lib -linet6"
-             AC_DEFINE(WIDE_IPV6)
diff -r ba5bf9d5dbe8 -r 04ce60458047 net/mrt/patches/patch-ac
--- a/net/mrt/patches/patch-ac  Sun Jul 24 21:26:30 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2005/12/18 22:12:12 joerg Exp $
-
---- lib/io/io.c.orig   2005-12-18 22:04:17.000000000 +0000
-+++ lib/io/io.c
-@@ -8,6 +8,7 @@
-  */
- 
- 
-+#include <errno.h>
- #include <mrt.h>
- #ifndef NT
- #include <sys/ipc.h>
-@@ -610,7 +611,6 @@ get_destq (char *client)
-     int server_qid;
-     int need_rm = 1;
-     ARB_MSG_Struct msg;
--    extern int errno;
- 
-     /* Get a mailbox endpoint to receive the message from the server.
-        Try to create one first; if it already exists, assume we made it
diff -r ba5bf9d5dbe8 -r 04ce60458047 net/mrt/patches/patch-ad
--- a/net/mrt/patches/patch-ad  Sun Jul 24 21:26:30 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-$NetBSD: patch-ad,v 1.1.1.1 2000/10/15 17:36:43 itojun Exp $
---- include/igmp.h.orig        Tue Aug 15 20:44:22 2000
-+++ include/igmp.h     Tue Aug 15 20:44:47 2000
-@@ -48,3 +48,5 @@
- #ifdef WIDE_IPV6
-+#ifdef HAVE_MROUTING6
- #include <netinet6/ip6_mroute.h>
-+#endif /* HAVE_MROUTING6 */
- #endif /* WIDE_IPV6 */
diff -r ba5bf9d5dbe8 -r 04ce60458047 net/mrt/patches/patch-ae
--- a/net/mrt/patches/patch-ae  Sun Jul 24 21:26:30 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2006/03/22 23:55:37 joerg Exp $
-
---- lib/mrt/trace.c.orig       2006-03-22 23:39:19.000000000 +0000
-+++ lib/mrt/trace.c
-@@ -496,7 +496,7 @@ int set_trace (trace_t * tmp, int first,
-           tmp->flags &= ~va_arg (ap, long);
-           break;
-       case TRACE_USE_SYSLOG:
--          tmp->syslog_flag = va_arg(ap, u_char);
-+          tmp->syslog_flag = va_arg(ap, int);
-           break;
-       case TRACE_MAX_FILESIZE:
-           if (tmp->slave) break; /* ignore */
diff -r ba5bf9d5dbe8 -r 04ce60458047 net/mrt/patches/patch-af
--- a/net/mrt/patches/patch-af  Sun Jul 24 21:26:30 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.1 2006/03/22 23:55:37 joerg Exp $
-
---- lib/mrt/buffer.c.orig      2006-03-22 23:49:03.000000000 +0000
-+++ lib/mrt/buffer.c
-@@ -376,7 +376,7 @@ buffer_vprintf (buffer_t *buffer, char *
-       case 'x':
-       case 'b':
-           if (argtype == 'h')
--              ulongarg = va_arg (ap, short);
-+              ulongarg = va_arg (ap, int);
-           else if (argtype == 'l')
-               ulongarg = va_arg (ap, long);
-           else
diff -r ba5bf9d5dbe8 -r 04ce60458047 net/mrt/patches/patch-ag
--- a/net/mrt/patches/patch-ag  Sun Jul 24 21:26:30 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ag,v 1.1 2007/12/21 13:30:13 obache Exp $
-
---- lib/config/commconf.c.orig 2000-05-23 07:53:10.000000000 +0000
-+++ lib/config/commconf.c
-@@ -365,7 +365,7 @@ config_interface (uii_connection_t * uii
-     uii->state = UII_CONFIG_INTERFACE;
-     Delete (name);
- 
--    LL_Iterate (CONFIG_MRTD->ll_interfaces, (char *) ip) {
-+    LL_Iterate (CONFIG_MRTD->ll_interfaces, ip) {
-       if (ip == interface)
-           return (0);
-     }
diff -r ba5bf9d5dbe8 -r 04ce60458047 net/mrt/patches/patch-ah
--- a/net/mrt/patches/patch-ah  Sun Jul 24 21:26:30 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ah,v 1.1 2007/12/21 13:30:13 obache Exp $
-
---- lib/rib/rib.c.orig 2000-05-23 08:01:00.000000000 +0000
-+++ lib/rib/rib.c
-@@ -14,8 +14,6 @@ int num_active_generic_attr = 0;
- int num_active_route_head = 0;
- int num_active_route_node = 0;
- 
--static rib_t *RIBS[AFI_MAX][SAFI_MAX];
--
- static void rib_flush_route (int proto, int afi, int safi);
- static nexthop_t *rib_find_best_route (prefix_t *prefix, int safi);
- 
diff -r ba5bf9d5dbe8 -r 04ce60458047 net/mrt/patches/patch-lib_kernel_socket.c
--- a/net/mrt/patches/patch-lib_kernel_socket.c Sun Jul 24 21:26:30 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-lib_kernel_socket.c,v 1.1 2013/08/30 22:39:27 joerg Exp $
-
---- lib/kernel/socket.c.orig   2013-08-30 20:24:06.000000000 +0000
-+++ lib/kernel/socket.c
-@@ -976,7 +976,7 @@ recvmsgfrom (int sockfd, u_char *buffer,
-           else 
- #endif /* HAVE_IPV6 */
-               switch (cmsg->cmsg_type) {
--#ifdef IP_PKTINFO
-+#if defined(IP_PKTINFO) && !defined(__NetBSD__)
-               case IP_PKTINFO:
- {
-                   struct in_pktinfo *info;



Home | Main Index | Thread Index | Old Index