pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/bird: remove (mechanical cleanup) Parameters considered: - pkgsrc/net/ bird exists - pkgsrc (1.4.5nb2) >= wip (1.3.11) - doc/CHANGES-2014: Updated to 1.3.11 [pettai 2014-03-28] - doc/CHANGES-2015: Updated to 1.4.5 [mef 2015-02-03] - wip/bird last touched [ kralian 2013-11-14] - package does not appear to be actively used to stage updates - manual inspection of diff revealed no uncommitted improvements
- To: pkgsrc-wip-changes%NetBSD.org@localhost
- Subject: wip/bird: remove (mechanical cleanup) Parameters considered: - pkgsrc/net/ bird exists - pkgsrc (1.4.5nb2) >= wip (1.3.11) - doc/CHANGES-2014: Updated to 1.3.11 [pettai 2014-03-28] - doc/CHANGES-2015: Updated to 1.4.5 [mef 2015-02-03] - wip/bird last touched [ kralian 2013-11-14] - package does not appear to be actively used to stage updates - manual inspection of diff revealed no uncommitted improvements
- From: Tobias Nygren <tnn%NetBSD.org@localhost>
- Date: Wed, 23 Sep 2015 02:22:09 +0000
Module Name: pkgsrc-wip
Committed By: Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By: tnn
Date: Wed Sep 23 04:22:09 2015 +0200
Changeset: 491bb2d32013453e9df7519c7d8a2ef8fa51ffb4
Removed Files:
bird/DESCR
bird/Makefile
bird/Makefile.common
bird/PLIST
bird/distinfo
bird/files/bird.sh
bird/files/bird6.sh
bird/patches/patch-configure
bird/patches/patch-lib_lists.h
bird/patches/patch-tools_Makefile.in
bird6/Makefile
Log Message:
wip/bird: remove (mechanical cleanup)
Parameters considered:
- pkgsrc/net/bird exists
- pkgsrc (1.4.5nb2) >= wip (1.3.11)
- doc/CHANGES-2014: Updated to 1.3.11 [pettai 2014-03-28]
- doc/CHANGES-2015: Updated to 1.4.5 [mef 2015-02-03]
- wip/bird last touched [kralian 2013-11-14]
- package does not appear to be actively used to stage updates
- manual inspection of diff revealed no uncommitted improvements
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=491bb2d32013453e9df7519c7d8a2ef8fa51ffb4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
bird/DESCR | 14 -------------
bird/Makefile | 3 ---
bird/Makefile.common | 38 ------------------------------------
bird/PLIST | 6 ------
bird/distinfo | 8 --------
bird/files/bird.sh | 18 -----------------
bird/files/bird6.sh | 18 -----------------
bird/patches/patch-configure | 17 ----------------
bird/patches/patch-lib_lists.h | 31 -----------------------------
bird/patches/patch-tools_Makefile.in | 24 -----------------------
bird6/Makefile | 6 ------
11 files changed, 183 deletions(-)
diffs:
diff --git a/bird/DESCR b/bird/DESCR
deleted file mode 100644
index 25c4157..0000000
--- a/bird/DESCR
+++ /dev/null
@@ -1,14 +0,0 @@
-The BIRD project aims to develop a fully functional dynamic IP routing daemon
-primarily targetted on (but not limited to) UNIX-like systems and distributed
-under the GNU General Public License.
-
-+ The bird package is for IPv4, bird6 for IPv6
-+ Multiple routing tables
-+ BGP
-+ RIP
-+ OSPF
-+ Static routes
-+ Inter-table protocol
-+ Command-line interface
-+ Soft reconfiguration
-+ Powerful language for route filtering
diff --git a/bird/Makefile b/bird/Makefile
deleted file mode 100644
index 667dfbb..0000000
--- a/bird/Makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2013/11/14 14:01:10 kralian Exp $
-
-.include "../../wip/bird/Makefile.common"
diff --git a/bird/Makefile.common b/bird/Makefile.common
deleted file mode 100644
index 02a4abd..0000000
--- a/bird/Makefile.common
+++ /dev/null
@@ -1,38 +0,0 @@
-# $NetBSD: Makefile.common,v 1.8 2013/11/14 14:01:10 kralian Exp $
-# used by wip/bird/Makefile
-# used by wip/bird6/Makefile
-
-DISTNAME= bird-1.3.11
-PKGNAME= ${DISTNAME:S/bird/bird${BIRD6}/}
-CATEGORIES= net
-MASTER_SITES= ftp://bird.network.cz/pub/bird/
-
-MAINTAINER= amd%pd-house.dk@localhost
-HOMEPAGE= http://bird.network.cz/
-COMMENT= The BIRD Internet Routing Daemon
-LICENSE= gnu-gpl-v2
-
-USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
-USE_TOOLS+= gmake flex bison
-
-CONFIGURE_ARGS+= --localstatedir=/var
-BIRD6?= # empty
-PLIST_SUBST+= BIRD6=${BIRD6}
-
-FILESDIR= ${.CURDIR}/../bird/files
-PATCHDIR= ${.CURDIR}/../bird/patches
-DISTINFO_FILE= ${.CURDIR}/../bird/distinfo
-PLIST_SRC= ${.CURDIR}/../bird/PLIST
-DESCR_SRC= ${.CURDIR}/../bird/DESCR
-
-RCD_SCRIPTS+= bird${BIRD6}
-
-EGDIR= ${PREFIX}/share/examples/bird${BIRD6}
-ALL_ENV+= EGDIR=${EGDIR}
-CONF_FILES= ${EGDIR}/bird${BIRD6}.conf ${PKG_SYSCONFDIR}/bird${BIRD6}.conf
-
-.include "../../devel/readline/buildlink3.mk"
-.include "../../devel/ncurses/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/bird/PLIST b/bird/PLIST
deleted file mode 100644
index 05386dd..0000000
--- a/bird/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2013/11/14 14:01:10 kralian Exp $
-sbin/bird${BIRD6}
-sbin/birdc${BIRD6}
-sbin/birdcl${BIRD6}
-share/examples/bird${BIRD6}/bird${BIRD6}.conf
-share/examples/rc.d/bird${BIRD6}
diff --git a/bird/distinfo b/bird/distinfo
deleted file mode 100644
index 74b0176..0000000
--- a/bird/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.12 2013/11/14 14:01:10 kralian Exp $
-
-SHA1 (bird-1.3.11.tar.gz) = c0a425ff2ef85bbeb17dbdf82c97c4565ebfb903
-RMD160 (bird-1.3.11.tar.gz) = f62213b07941cac4e441e8211a37b0a32fd4601b
-Size (bird-1.3.11.tar.gz) = 1108400 bytes
-SHA1 (patch-configure) = ea93a7e90caa274632159172deb53eff9739cb4b
-SHA1 (patch-lib_lists.h) = c5af1e31b3cbeb39c30f5732ff7eef5ed2f77869
-SHA1 (patch-tools_Makefile.in) = 4ce6eab482f60aa4ac3a803c871e5ac20be37710
diff --git a/bird/files/bird.sh b/bird/files/bird.sh
deleted file mode 100644
index 81f3dfa..0000000
--- a/bird/files/bird.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!@RCD_SCRIPTS_SHELL@
-#
-# $NetBSD: bird.sh,v 1.3 2013/11/14 14:01:10 kralian Exp $
-#
-# PROVIDE: bird
-# REQUIRE: DAEMON NETWORKING
-
-if [ -f /etc/rc.subr ]
-then
- . /etc/rc.subr
-fi
-
-name="bird"
-rcvar="${name}"
-command="@PREFIX@/sbin/${name}"
-
-load_rc_config $name
-run_rc_command "$1"
diff --git a/bird/files/bird6.sh b/bird/files/bird6.sh
deleted file mode 100644
index d7e83ba..0000000
--- a/bird/files/bird6.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!@RCD_SCRIPTS_SHELL@
-#
-# $NetBSD: bird6.sh,v 1.3 2013/11/14 14:01:10 kralian Exp $
-#
-# PROVIDE: bird6
-# REQUIRE: DAEMON NETWORKING
-
-if [ -f /etc/rc.subr ]
-then
- . /etc/rc.subr
-fi
-
-name="bird6"
-rcvar="${name}"
-command="@PREFIX@/sbin/${name}"
-
-load_rc_config $name
-run_rc_command "$1"
diff --git a/bird/patches/patch-configure b/bird/patches/patch-configure
deleted file mode 100644
index 08529ac..0000000
--- a/bird/patches/patch-configure
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2013/11/14 14:01:10 kralian Exp $
-
---- configure.orig 2013-07-28 18:57:59.000000000 +0000
-+++ configure
-@@ -4442,12 +4442,8 @@ else
- default_iproutedir="/etc/iproute2"
- ;;
- ipv6:netbsd*) sysdesc=bsd-v6
-- CPPFLAGS="$CPPFLAGS -I/usr/pkg/include"
-- LDFLAGS="$LDFLAGS -L/usr/pkg/lib -R/usr/pkg/lib"
- ;;
- ipv4:netbsd*) sysdesc=bsd
-- CPPFLAGS="$CPPFLAGS -I/usr/pkg/include"
-- LDFLAGS="$LDFLAGS -L/usr/pkg/lib -R/usr/pkg/lib"
- ;;
- ipv6:freebsd*) sysdesc=bsd-v6
- ;;
diff --git a/bird/patches/patch-lib_lists.h b/bird/patches/patch-lib_lists.h
deleted file mode 100644
index 10cfe74..0000000
--- a/bird/patches/patch-lib_lists.h
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD: patch-lib_lists.h,v 1.1 2013/11/14 14:01:11 kralian Exp $
-
---- lib/lists.h.orig 2012-08-07 09:15:40.000000000 +0000
-+++ lib/lists.h
-@@ -48,19 +48,19 @@ typedef struct list { /* In fact two o
-
- #define EMPTY_LIST(list) (!(list).head->next)
-
-+#ifndef _BIRD_LISTS_C_
-+#define LIST_INLINE static inline
-+#include "lib/lists.c"
-+#undef LIST_INLINE
-+#else
-+#define LIST_INLINE
-+
- void add_tail(list *, node *);
- void add_head(list *, node *);
- void rem_node(node *);
- void add_tail_list(list *, list *);
- void init_list(list *);
- void insert_node(node *, node *);
--
--#ifndef _BIRD_LISTS_C_
--#define LIST_INLINE extern inline
--#include "lib/lists.c"
--#undef LIST_INLINE
--#else
--#define LIST_INLINE
- #endif
-
- #endif
diff --git a/bird/patches/patch-tools_Makefile.in b/bird/patches/patch-tools_Makefile.in
deleted file mode 100644
index e164696..0000000
--- a/bird/patches/patch-tools_Makefile.in
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-tools_Makefile.in,v 1.3 2013/11/14 14:01:11 kralian Exp $
-
---- tools/Makefile.in.orig 2013-04-29 21:41:58.000000000 +0000
-+++ tools/Makefile.in
-@@ -68,17 +68,13 @@ tags:
- cd $(srcdir) ; etags -lc `find $(static-dirs) $(addprefix $(objdir)/,$(dynamic-dirs)) $(client-dirs) -name *.[chY]`
-
- install: all
-- $(INSTALL) -d $(DESTDIR)/$(sbindir) $(DESTDIR)/$(sysconfdir) $(DESTDIR)/@runtimedir@
-+ $(INSTALL) -d $(DESTDIR)/$(sbindir) $(DESTDIR)/$(EGDIR) $(DESTDIR)/@runtimedir@
- $(INSTALL_PROGRAM) -s $(exedir)/bird $(DESTDIR)/$(sbindir)/bird@SUFFIX@
- $(INSTALL_PROGRAM) -s $(exedir)/birdcl $(DESTDIR)/$(sbindir)/birdcl@SUFFIX@
- if test -n "@CLIENT@" ; then \
- $(INSTALL_PROGRAM) -s $(exedir)/birdc $(DESTDIR)/$(sbindir)/birdc@SUFFIX@ ; \
- fi
-- if ! test -f $(DESTDIR)/@CONFIG_FILE@ ; then \
-- $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)/@CONFIG_FILE@ ; \
-- else \
-- echo "Not overwriting old bird@SUFFIX@.conf" ; \
-- fi
-+ $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)/$(EGDIR)/bird@SUFFIX@.conf
-
- install-docs:
- $(INSTALL) -d $(DESTDIR)/$(docdir)
diff --git a/bird6/Makefile b/bird6/Makefile
deleted file mode 100644
index d56105b..0000000
--- a/bird6/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2013/11/14 14:01:56 kralian Exp $
-
-CONFIGURE_ARGS+= --enable-ipv6
-BIRD6= 6
-
-.include "../../wip/bird/Makefile.common"
Home |
Main Index |
Thread Index |
Old Index