OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Steffen Weinreich Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 06-Dec-2005 12:54:16 Branch: HEAD Handle: 2005120611541600 Modified files: openpkg-src/snmp snmp.spec Log: Added option with_mib_sendmail for the inclusion of mibII/mta_sendmail Summary: Revision Changes Path 1.80 +11 -7 openpkg-src/snmp/snmp.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/snmp/snmp.spec ============================================================================ $ cvs diff -u -r1.79 -r1.80 snmp.spec --- openpkg-src/snmp/snmp.spec 29 Nov 2005 22:09:02 -0000 1.79 +++ openpkg-src/snmp/snmp.spec 6 Dec 2005 11:54:16 -0000 1.80 @@ -36,14 +36,15 @@ Group: Network License: BSD Version: 5.2.2 -Release: 20051129 +Release: 20051206 # package options -%option with_fsl yes -%option with_perl no -%option with_mib_host no -%option with_mib_smux no -%option with_mib_tables no +%option with_fsl yes +%option with_perl no +%option with_mib_host no +%option with_mib_smux no +%option with_mib_tables no +%option with_mib_sendmail no # list of sources Source0: http://osdn.dl.sourceforge.net/net-snmp/net-snmp-%{version}.tar.gz @@ -138,6 +139,9 @@ %if "%{with_mib_smux}" == "yes" mibs="$mibs smux" %endif +%if "%{with_mib_sendmail}" == "yes" + mibs="$mibs mibII/mta_sendmail" +%endif # use correct libraries for platform case "%{l_platform -t}" in @@ -157,7 +161,7 @@ --with-openssl=%{l_prefix} \ --enable-silent-libtool \ --disable-shared \ -%if "%{with_mib_host}" == "yes" || "%{with_mib_smux}" == "yes" +%if "%{with_mib_host}" == "yes" || "%{with_mib_smux}" == "yes" || "%{with_mib_sendmail}" == "yes" --with-mib-modules="$mibs" \ %endif %if "%{with_mib_tables}" == "no" @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org