Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (7f7bd0b48d784284c296b6033544503e16b587a1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (7f7bd0b48d784284c296b6033544503e16b587a1)
  • Date: Thu, 28 Dec 2006 10:02:00 -0600

GIT changes to master grimoire by David Kowis <dkowis@melchiah.(none)>:

net/zebra/CONFIGURE | 1 -
net/zebra/DEPENDS | 1 +
net/zebra/HISTORY | 3 +++
3 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 7f7bd0b48d784284c296b6033544503e16b587a1
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis@melchiah.(none)>

zebra
Made it optionally depend on net-snmp if you want snmp support

diff --git a/net/zebra/CONFIGURE b/net/zebra/CONFIGURE
index 9ff024b..4d5120b 100755
--- a/net/zebra/CONFIGURE
+++ b/net/zebra/CONFIGURE
@@ -1,6 +1,5 @@
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_SNMP 'Enable SNMP support?' y '--enable-snmp'
'--disable-snmp' &&
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' &&
diff --git a/net/zebra/DEPENDS b/net/zebra/DEPENDS
index 20b3691..046b218 100755
--- a/net/zebra/DEPENDS
+++ b/net/zebra/DEPENDS
@@ -1,4 +1,5 @@
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/HISTORY b/net/zebra/HISTORY
index dbce568..70de068 100644
--- a/net/zebra/HISTORY
+++ b/net/zebra/HISTORY
@@ -1,3 +1,6 @@
+2006-12-28 David Kowis <dkowis AT shlrm.org>
+ * CONFIGURE, DEPENDS: moved SNMP configure question to an
optional_depends in DEPENDS
+
2006-05-24 Matthew Clark <matthewclark AT inlesserterms.net>
* CONFIGURE, BUILD: Moved $OPTS modifications from CONFIGURE to BUILD,
which partially fixes bug 11896



  • [SM-Commit] GIT changes to master grimoire by David Kowis (7f7bd0b48d784284c296b6033544503e16b587a1), David Kowis, 12/28/2006

Archive powered by MHonArc 2.6.24.

Top of Page