| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Submitted by: tobez
PR: ports/50780
|
|
|
|
| |
Partially submitted by: demon
|
| |
|
| |
|
|
|
|
|
|
| |
The other half needs perl to build.
Noticed on bento and others (full mailbox :-)
|
|
|
|
|
|
| |
and russian/mod_ssl has USE_PERL5=yes
Notices on: bento
|
| |
|
|
|
|
|
|
|
|
|
| |
See pkg-message for details.
* Use /etc/rc.conf variables to control snmpd invocation.
* Add some make variables to set default values.
Requested by: many people :-)
|
|
|
|
|
|
| |
mibs on our system.
Submitted by: Donal Diamond <donal.diamond@eircom.net>
|
| |
|
|
|
|
|
| |
Submitted by: billf
PR: ports/28717
|
|
|
|
|
|
|
|
| |
matching.
o Add a note that numeric address is required for snmpd in
/etc/hosts.allow.
Guided by: ume
|
|
|
|
| |
Remove statvfs hack.
|
|
|
|
|
|
| |
PR: ports/39874, ports/40229
Submitted by: Edwin Groothuis <edwin@mavetju.org>,
James Flemer <jflemer@acm.jhu.edu>
|
|
|
|
|
|
|
|
|
| |
This breakage is caused because:
o struct statvfs is defined and statvfs() function is declared.
o statvfs() function is not yet implemented.
So detection of statvfs related is commented out until function will
be implemented.
|
|
|
|
| |
Submitted by: Mark Pulford <markp@FreeBSD.org>
|
|
|
|
|
|
|
|
| |
(2) Install snmpd.sh.sample and also install snmpd.sh if not exist.
(not yet completed as pkg_add case)
Requested by: ume, Katsuhisa ABE <katsuhisa.abe@nifty.com> (1)
Vince Valenti <vince@blue-box.net> (2)
|
|
|
|
| |
Reported by: many
|
|
|
|
|
|
|
| |
Maintainer note:
I have not yet checked this major version bump enough.
Please use net/net-snmp4 port for stable environment.
And please report any problem with this version.
|
| |
|
|
|
|
|
|
|
|
| |
with multiple modules.
With this fix, both of host and ucd-snmp/diskio modules are activated.
Spotted by: Alexandr Listopad <laa@laa.zp.ua>
|
|
|
|
|
| |
Some of our patches are integrated into original distribution.
Enable diskio mib-module by default.
|
|
|
|
| |
i've been doing. switch maintainership over to him.
|
|
|
|
| |
Spotted by: portlint
|
|
|
|
|
|
|
| |
This program will be provided as separated port which depends on p5-Tk and
p5-SNMP.
PR: ports/19281
|
|
|
|
|
| |
PR: ports/36247
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
|
|
|
|
|
| |
PR: ports/34551
Submitted by: Kazutoshi Kubota <tu7k-kbt@asahi-net.or.jp>
|
|
|
|
|
| |
PR: ports/35352
Submitted by: Steve Shorter <steve@nomad.tor.lets.net>
|
|
|
|
| |
Silence by: billf
|
|
|
|
|
|
| |
default after some period).
o Support 4.x and 5.x for host/hr_disk.c.
o Add simple patch to wrap function decraration in HAVE_LPSTAT correctly.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
- Other minor changes to fix things
These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.
Submitted by: bento 4-exp USE_AUTO* cleanups
http://people.FreeBSD.org/~will/4-exp/
http://bento.FreeBSD.org/errorlogs/4-exp-latest/
|
|
|
|
|
|
|
| |
__FreeBSD_version 500021.
Leave a placeholder for reporting using the new method
added around __FreeBSD_version 500024.
(This fixes the build on -current.)
|
|
|
|
| |
Submitted by: Bruce Dang <btdang@home.com> via IRC
|
| |
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
| |
Sorry for my commit bloat...
|
| |
|
| |
|
|
|
|
| |
Patch to hr_swrun.c to unbreak on -current (plus diffs in net-snmp CVS).
|
|
|
|
|
|
|
|
|
| |
Some of the shared library magic is very hackish, however the net-snmp
library building make-fu is hackish as well, so I don't feel bad about it.
This commit also (re-)enables the host module for much more information.
It also fixes a long standing bug where 'snmpwalk localhost public' would
hang.
|
|
|
|
|
|
|
| |
this change (with a repocopy) and update various references.
this does not upgrade this port to the most recent version of net-snmp,
that will be coming soon.
|
|
|
|
|
|
|
|
| |
- <sys/conf.h> requires 'SPECNAMELEN'.
- 'SPECNAMELEN' is defined in <sys/param.h>
- however, disk.c includes <sys/conf.h> before including <sys/param.h>
Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
|
|
|
|
| |
Approved by: billf
|
|
|
|
|
|
|
| |
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.
The (42 or so) ports that already DTRT before are unchanged.
|
|
|
|
|
|
| |
of %%PREFIX%% for ldconfig didn't work.
Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org>
|
|
|
|
|
|
|
|
|
| |
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
|
|
|
|
|
|
|
| |
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
who have a -CURRENT before:
Fri May 5 9:58:59 2000 UTC by phk
.. however, since no __FreeBSD_version bump was performed, I can't
handle this with the usual Makefile magic.
Submitted by: kuriyama-san
Reviewed by: Matt Ayres <mayres@chc-chimes.com> ("it works now")
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Correct PLIST
o Correct MANx
PR: 18548
Submitted by: Amakawa Shuhei <sa264@cam.ac.uk>
o Finally fix shared libraries
Submitted by: billf, will(sorta)
|
|
|
|
| |
the newest version is here.
|
| |
|
| |
|
|
|
|
| |
over, but apparently they never changed the MAINTAINER flag.
|
| |
|
|
|
|
| |
(and unmark it BROKEN).
|
|
|
|
| |
restore previous version of the file.
|
|
|
|
|
|
| |
these two are detailed in RFC1700.
Reviewed by: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Look for perl in the right place (patch-ah)
o Add a typedef that ucd-snmp wants (patch-ag)
o Install headers files with the right permissions
Submitted by: <jack@germanium.xtalwind.net>
PR: ports/13539
----------------------------------------------------------------------
o Remove extraneous HAS_CONFIGURE introduced by nectar in rev1.19
o Use the PATCH_* framework and grab 012.patch from the authors.
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
|
| |
|
|
|
|
|
|
|
| |
Upgrade p5-SNMP to 1.8.1 and mark it broken as it is incompatible
with the ucd-snmp changes. If this is a huge problem, then a
repo copy of ucd-snmp can be made and we can have the hassle of
keeping two copies in our tree.
|
|
|
|
| |
Submitted by: billf
|
|
|
|
| |
chown -> ${CHOWN}
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
3.6.1 tickles a linker bug in the a.out ld:
``ld: internal error: RRS relocs exceed allocation 343''
* Remove the patches.aout directory since it was forgotten during
upgrade 3.5.3->3.6.1 by <kuriyama@FreeBSD.ORG>
* Remove most of the crud from the main Makefile that was there
for the a.out build
I'm going to add a tag for the 3.5.3 (1999/04/06 really) port in
case someone must build ucd-snmp for a 2.2.x FreeBSD
|
| |
|
|
|
|
|
|
|
| |
kvm_read() problem on some RELENG_3 system.
No response from: maintainer
PR: ports/7330, ports/8908, ports/8909
|
| |
|
|
|
|
| |
PR: 10561
|
| |
|
|
|
|
|
| |
shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
|
|
|
|
|
| |
* Patch for ELF.
* Create ${PREFIX}/etc/snmpd.sh.sample instead of ${PREFIX}/etc/snmp.sh.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Incidently fixes problem building on 3.0-CURRENT.
PR: 7198
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Runs fine on stable, on SMP current I still get race
conditions very easily, so that tkined says "no Response"
on snmp queries, and in the meantime it fills your /var
partition with the /var/log/snmp.log file:
1998-04-06 22:35:16 UCD-SNMP version 3.3.1
Opening port(s): 161
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
system.sysORLastChange.0 -- OID Doesn't exist
klookup(3, 0xefbfbf60, 96): klread: Bad address
TCP_Count_Connections - inpcb: Bad address
klookup(3, 0xefbfbf60, 96): klread: Bad address
TCP_Count_Connections - inpcb: Bad address
klookup(3, 0xefbfbf60, 96): klread: Bad address
TCP_Count_Connections - inpcb: Bad address
klookup(3, 0xefbfbf60, 96): klread: Bad address
TCP_Count_Connections - inpcb: Bad address
and so on.
This might be -current and/or SMP related.
John Hay says it runs ok on his -current.
I'll committ it anyay¸ because it runs on -STABLE
and that counts.
BTW: added an @unexec in PLIST ...
|
| |
|
|
|
|
| |
-current needs some fine tuning, later this evening or week ...
|
|
|
|
| |
Reported by: fenner@parc.xerox.com, jhay@mikom.csir.co.za
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
please add some sysctl -n kern.osreldate magic, Justin.
NFIGURE_ARGS= --with-defaults --with-sys-contact=nobody@no.where
.else
IS_INTERACTIVE= yes
.endif
MAN1= snmpget.1 snmpset.1 snmpwalk.1 snmpbulkwalk.1 \
snmpgetnext.1 snmptest.1 snmpnetstat.1 snmptranslate.1 \
snmptrap.1 snmpstatus.1
MAN3= snmp_api.3 mib_api.3
MAN5= variables.5 snmpd.conf.5
MAN8= snmptrapd.8 snmpd.8
BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat \
snmpset snmpstatus snmptest snmptranslate \
snmptrap snmptrapd snmpwalk
SBIN= snmpd
post-install:
( cd ${PREFIX}/bin; strip ${BIN} )
( cd ${PREFIX}/sbin; strip ${SBIN} )
@${MKDIR} ${PREFIX}/share/examples/ucd-snmp
@for F in ${WRKSRC}/etc/* ; do \
${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done
@if [ ! -f ${PREFIX}/etc/rc.d/snmpd.sh ]; then \
echo "Creating ${PREFIX}/etc/rc.d/snmpd.sh startup file."; \
echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/snmpd.sh; \
echo "[ -x /usr/local/sbin/snmpd ] && /usr/local/sbin/snmpd && echo -n ' snmpd'" >> ${PREFIX}/etc/rc.d/snmpd.sh; \
chmod 751 ${PREFIX}/etc/rc.d/snmpd.sh; \
fi
.include <bsd.port.mk>
|
|
|
|
| |
Pointed-Out-By: Dave Duchscher <Dave.Duchscher@net.tamu.edu>
|
| |
|
| |
|
|
|
|
|
|
|
| |
Install SNMP headers into ${PREFIX}/include/snmp
Compile libsnmp.a with "-DPIC -fpic" to allow dynamic linking without RRS
Text Relocation errors.
PR: ports/3880
|
| |
|
| |
|
|
|
|
|
|
| |
patches a bit (author incorporated a fair number of them, and made
even more cross-platfrm portability improvements). I'll deal with
any packaging changes tomorrow.
|
|
|
|
|
| |
RESTRICTED or BROKEN.
Pointed-out by: asami
|
|
|
|
| |
when you define NO_CDROM, NO_PACKAGE or RESTRICTED instead of just ``yes''.
|
| |
|
|
|
|
| |
Maybe I should go to sleep.
|
| |
|
| |
|
| |
|
|
Ok'ed by: asami
|