Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Tommy Boatman (402f986f1e6ebc0619ee49a1e3892f5d6e5440eb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Tommy Boatman <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Tommy Boatman (402f986f1e6ebc0619ee49a1e3892f5d6e5440eb)
  • Date: Wed, 16 Nov 2011 15:51:15 -0600

GIT changes to master grimoire by Tommy Boatman <tboatman AT sourcemage.org>:

net/zebra/BUILD | 4 +---
net/zebra/CONFIGURE | 7 -------
net/zebra/CONFLICTS | 1 -
net/zebra/DEPENDS | 5 -----
net/zebra/DETAILS | 9 +++++----
net/zebra/HISTORY | 4 ++++
net/zebra/INSTALL | 1 +
net/zebra/PRE_BUILD | 1 +
net/zebra/UP_TRIGGERS | 2 ++
9 files changed, 14 insertions(+), 20 deletions(-)

New commits:
commit 402f986f1e6ebc0619ee49a1e3892f5d6e5440eb
Author: Tommy Boatman <tboatman AT sourcemage.org>
Commit: Tommy Boatman <tboatman AT sourcemage.org>

zebra: deprecated for quagga

diff --git a/net/zebra/BUILD b/net/zebra/BUILD
index 3ec0388..27ba77d 100755
--- a/net/zebra/BUILD
+++ b/net/zebra/BUILD
@@ -1,3 +1 @@
-OPTS="$OPTS $ZEBRA_VTYSH $ZEBRA_IDRP $ZEBRA_SNMP $ZEBRA_TCPLINK
$ZEBRA_OSPF_NSSA $ZEBRA_OPAQUE $ZEBRA_OSPF_TE $ZEBRA_TCP_SIG" &&
-autoconf &&
-default_build
+true
diff --git a/net/zebra/CONFIGURE b/net/zebra/CONFIGURE
deleted file mode 100755
index 4d5120b..0000000
--- a/net/zebra/CONFIGURE
+++ /dev/null
@@ -1,7 +0,0 @@
-config_query_option ZEBRA_VTYSH 'Include integrated vty shell
(reccomended)' y '--enable-vtysh' '' &&
-config_query_option ZEBRA_IDRP 'Enable IRDP Server support in zebra?' y
'--enable-irdp' '--disable-irdp' &&
-config_query_option ZEBRA_TCPLINK 'Enable TCP/IP socket connection between
zebra and protocol daemon?' y '--enable-tcp-zebra' '--disable-tcp-zebra' &&
-config_query_option ZEBRA_OSPF_NSSA 'Enable OSPF NSSA option?' y
'--enable-nssa' '--disable-nssa' &&
-config_query_option ZEBRA_OPAQUE 'Enable OSPF Opaque-LSA support
(RFC2370)?' y '--enable-opaque-lsa' '--disable-opaque-lsa' &&
-config_query_option ZEBRA_OSPF_TE 'Enable OSPF Traffic Engineering
Extensions?' y '--enable-ospf-te' '--disable-ospf-te' &&
-config_query_option ZEBRA_TCP_SIG 'Enable TCP MD5 Signature Option
(RFC2385)?' y '--enable-tcp-signature' '--disable-tcp-signature'
diff --git a/net/zebra/CONFLICTS b/net/zebra/CONFLICTS
deleted file mode 100755
index db4ef03..0000000
--- a/net/zebra/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts quagga
diff --git a/net/zebra/DEPENDS b/net/zebra/DEPENDS
deleted file mode 100755
index 046b218..0000000
--- a/net/zebra/DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-depends autoconf &&
-optional_depends net-snmp "--enable-snmp" "--disable-snmp" "For SNMP
support" &&
-if [[ "ZEBRA_VTYSH" == "--enable-vtysh" ]] ; then
- optional_depends linux-pam '--with-libpam' '--without-libpam' 'For PAM
support in vtysh'
-fi
diff --git a/net/zebra/DETAILS b/net/zebra/DETAILS
index a15ca58..63da01c 100755
--- a/net/zebra/DETAILS
+++ b/net/zebra/DETAILS
@@ -1,12 +1,13 @@
SPELL=zebra
VERSION=0.95a
- SOURCE=$SPELL-$VERSION.tar.gz
+# SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-
SOURCE_URL[0]=ftp://ftp.ripe.net/mirrors/sites/ftp.zebra.org/pub/zebra/$SOURCE
- SOURCE_URL[1]=http://www.planetmirror.com/pub/zebra/$SOURCE
+#
SOURCE_URL[0]=ftp://ftp.ripe.net/mirrors/sites/ftp.zebra.org/pub/zebra/$SOURCE
+# SOURCE_URL[1]=http://www.planetmirror.com/pub/zebra/$SOURCE
# SOURCE_URL[0]=ftp://ftp.zebra.org/pub/zebra/$SOURCE
-
SOURCE_HASH=sha512:48cc3ea93017c9f1ca2237cc46bbbfda366453a15ef3f330e8d829bd708ea3ae735ec6655b4bde2d6106eeb6e85f097c0018cc053a5ef1783cd30520239c5195
+#
SOURCE_HASH=sha512:48cc3ea93017c9f1ca2237cc46bbbfda366453a15ef3f330e8d829bd708ea3ae735ec6655b4bde2d6106eeb6e85f097c0018cc053a5ef1783cd30520239c5195
WEB_SITE=http://www.zebra.org
+ PATCHLEVEL=1
LICENSE[0]=GPL
GCC_VERSION=3.4
ENTERED=20010922
diff --git a/net/zebra/HISTORY b/net/zebra/HISTORY
index 2e59c4a..8356b08 100644
--- a/net/zebra/HISTORY
+++ b/net/zebra/HISTORY
@@ -1,3 +1,7 @@
+2011-11-16 Tommy Boatman <tboatman AT sourcemage.org>
+ * Deprecated spell for favor of quagga per website
+ * All files modified to deprecation standard
+
2007-08-14 Tommy Boatman <tboatman AT sourcemage.org>
* DETAILS: Updated to 0.95a

diff --git a/net/zebra/INSTALL b/net/zebra/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/net/zebra/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/net/zebra/PRE_BUILD b/net/zebra/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/net/zebra/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/net/zebra/UP_TRIGGERS b/net/zebra/UP_TRIGGERS
new file mode 100755
index 0000000..e309cd2
--- /dev/null
+++ b/net/zebra/UP_TRIGGERS
@@ -0,0 +1,2 @@
+up_trigger zebra dispel_self
+up_trigger quagga cast_self



  • [SM-Commit] GIT changes to master grimoire by Tommy Boatman (402f986f1e6ebc0619ee49a1e3892f5d6e5440eb), Tommy Boatman, 11/16/2011

Archive powered by MHonArc 2.6.24.

Top of Page