Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 35669 Details for
Bug 57450
Patch and ebuild to add lm_sensors support to net-snmp
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild to include lm_sensors support
net-snmp-5.1.1-r1.ebuild (text/plain), 2.15 KB, created by
Joshua Gerrish
on 2004-07-17 23:10:15 UTC
(
hide
)
Description:
Updated ebuild to include lm_sensors support
Filename:
MIME Type:
Creator:
Joshua Gerrish
Created:
2004-07-17 23:10:15 UTC
Size:
2.15 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.1.1.ebuild,v 1.12 2004/07/16 02:26:04 tgall Exp $ > >inherit eutils > >DESCRIPTION="Software for generating and retrieving SNMP data" >HOMEPAGE="http://net-snmp.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" > >LICENSE="as-is" >SLOT="0" >KEYWORDS="x86 ppc sparc ~alpha arm ~hppa ~amd64 ~ia64 s390 ~ppc64" >IUSE="perl ipv6 ssl tcpd X" > >PROVIDE="virtual/snmp" >DEPEND="virtual/libc > <sys-libs/db-2 > >=sys-libs/zlib-1.1.4 > >=sys-apps/sed-4 > ssl? ( >=dev-libs/openssl-0.9.6d ) > tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) > perl? ( > >=sys-devel/libperl-5.8.0 > >=dev-perl/ExtUtils-MakeMaker-6.11-r1 > )" >RDEPEND="${DEPEND} > perl? ( X? ( dev-perl/perl-tk ) ) > !virtual/snmp" > >src_unpack() { > unpack ${A} > epatch ${FILESDIR}/sensors.patch >} > >src_compile() { > local myconf > myconf="${myconf} `use_enable perl embedded-perl`" > myconf="${myconf} `use_with ssl openssl` `use_enable !ssl internal-md5`" > myconf="${myconf} `use_with tcpd libwrap`" > myconf="${myconf} `use_enable ipv6`" > > econf \ > --with-sys-location="Unknown" \ > --with-sys-contact="root@Unknown" \ > --with-default-snmp-version="3" \ > --with-mib-modules="host smux ucd-snmp/dlmod" \ > --with-logfile=/var/log/net-snmpd.log \ > --with-persistent-directory=/var/lib/net-snmp \ > --enable-ucd-snmp-compatibility \ > --enable-shared \ > --with-zlib \ > ${myconf} || die "econf failed" > > emake -j1 || die "compile problem" > > if use perl ; then > emake perlmodules || die "compile perl modules problem" > fi >} > >src_install () { > einstall exec_prefix="${D}/usr" persistentdir="${D}/var/lib/net-snmp" > > if use perl ; then > make DESTDIR="${D}" perlinstall || die "make perlinstall failed" > if ! use X ; then > rm -f "${D}/usr/bin/tkmib" > fi > else > rm -f "${D}/usr/bin/mib2c" "${D}/usr/bin/tkmib" > fi > > dodoc AGENT.txt ChangeLog FAQ INSTALL NEWS PORTING README* TODO > newdoc EXAMPLE.conf.def EXAMPLE.conf > > exeinto /etc/init.d > newexe "${FILESDIR}/snmpd-5.1.rc6" snmpd > insinto /etc/conf.d > newins "${FILESDIR}/snmpd-5.1.conf" snmpd > > keepdir /etc/snmp /var/lib/net-snmp >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 57450
: 35669 |
35670
|
35899
|
35900