Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d107dbff424d6495d8ca3134b3f876be84f860fe)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d107dbff424d6495d8ca3134b3f876be84f860fe)
  • Date: Thu, 1 Oct 2009 14:41:02 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/net-snmp/DEPENDS | 11 +++++++++++
net/net-snmp/HISTORY | 4 +++-
net/net-snmp/INSTALL | 2 ++
3 files changed, 16 insertions(+), 1 deletion(-)

New commits:
commit d107dbff424d6495d8ca3134b3f876be84f860fe
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

net-snmp: fixed multijob installation, added req/opt deps

diff --git a/net/net-snmp/DEPENDS b/net/net-snmp/DEPENDS
new file mode 100755
index 0000000..648d04f
--- /dev/null
+++ b/net/net-snmp/DEPENDS
@@ -0,0 +1,11 @@
+depends openssl &&
+
+optional_depends perl \
+ "--enable-embedded-perl" \
+ "--disable-embedded-perl" \
+ "for embedded Perl in the SNMP agent and snmptrapd" &&
+
+optional_depends mysql \
+ "--with-mysql" \
+ "--without-mysql" \
+ "for MySQL support"
diff --git a/net/net-snmp/HISTORY b/net/net-snmp/HISTORY
index e8c1521..b302589 100644
--- a/net/net-snmp/HISTORY
+++ b/net/net-snmp/HISTORY
@@ -3,8 +3,10 @@
* DETAILS: updated spell to 5.5; quoting paths; converted to upstream
signature checking; corrected source urls
* init.d/snmpd{,.conf}: added, to provide init script and its config
- * INSTALL: added, to install default config files (if noone)
+ * INSTALL: added, to install default config files (if noone), fixed
+ multijob install
* BUILD: corrected non-multijob build
+ * DEPENDS: added, for req/opt deps

2009-08-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* TRIGGERS: on_cast perl check_self
diff --git a/net/net-snmp/INSTALL b/net/net-snmp/INSTALL
index 0af111b..2f6a745 100755
--- a/net/net-snmp/INSTALL
+++ b/net/net-snmp/INSTALL
@@ -1,4 +1,6 @@
+make_single &&
default_install &&
+make_normal &&

install -vm 755 -d "$INSTALL_ROOT/etc/snmp" &&




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d107dbff424d6495d8ca3134b3f876be84f860fe), Vlad Glagolev, 10/01/2009

Archive powered by MHonArc 2.6.24.

Top of Page