The FreeBSD Ports Archive
FreeBSD net-mgmt : net-snmp44>
An extendable SNMP implementation
This is UCD SNMP, a derivative of CMU's SNMP package.
Various tools relating to the Simple Network Management Protocol including:
An extensible agent
An SNMP library
tools to request or set information from SNMP agents
tools to generate and handle SNMP traps
a version of the unix 'netstat' command using SNMP
a Tk/perl mib browser
http://net-snmp.sourceforge.net/
|
net-snmp4 history
v. 1.106
date: 2007/07/27 11:59:28; author: rafan; state: Exp; lines: +2 -6
- Convert to rc.d style script
- Bump PORTREVISION
Note that I changed few places of the patch to match Porter's Handbook.
PR: ports/114952
Submitted by: Chris Cowart
v. 1.105
date: 2007/06/21 06:59:36; author: rafan; state: Exp; lines: +46 -20
- The contents of these manaul pages live in other pages, so create
links for them instead of install useless contents.
PR: ports/113078
Submitted by: Helge Oldach
v. 1.104
date: 2007/04/19 21:20:47; author: gabor; state: Exp; lines: +3 -1
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter n-p
v. 1.103
date: 2006/09/10 23:47:36; author: kris; state: Exp; lines: +4 -0
BROKEN on 7.0: Does not compile
v. 1.102
date: 2006/08/15 00:56:20; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.101
date: 2006/07/26 01:22:10; author: sobomax; state: Exp; lines: +1 -1
Add support for 6-STABLE and 7-CURRENT.
v. 1.100
date: 2006/05/11 22:49:41; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with N
v. 1.99
date: 2006/02/23 10:38:36; author: ade; state: Exp; lines: +2 -3
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.98
date: 2005/11/15 06:50:44; author: ade; state: Exp; lines: +1 -2
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.97
date: 2005/10/06 07:56:30; author: linimon; state: Exp; lines: +1 -4
Remove obsolete mastersites.
Source: distfile survey
v. 1.96
date: 2005/05/14 21:40:09; author: sem; state: Exp; lines: +11 -10
- Make portlint happy.
- Utilize EXAMPLESDIR macro.
v. 1.95
date: 2005/04/26 22:40:02; author: jylefort; state: Exp; lines: +1 -1
Fix build on 6.X
PR: ports/80374
Submitted by: Johan van Selst
v. 1.94
date: 2005/03/26 20:41:31; author: kris; state: Exp; lines: +4 -0
BROKEN on 6.x: Does not build
Approved by: portmgr (self)
v. 1.93
date: 2004/07/09 17:42:44; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.92
date: 2004/07/01 17:06:40; author: ade; state: Exp; lines: +2 -2
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
v. 1.91
date: 2004/06/24 20:51:04; author: marcus; state: Exp; lines: +1 -1
Fix build on -CURRENT, and drop maintainership. -CURRENT fix was adapted
from net-mgmt/net-snmp.
v. 1.90
date: 2004/03/14 06:17:11; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.89
date: 2004/02/23 04:42:04; author: wollman; state: Exp; lines: +1 -1
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
v. 1.88
date: 2004/02/09 20:22:23; author: krion; state: Exp; lines: +1 -0
- Fix build on AMD64
Approved by: maintainer
v. 1.87
date: 2003/10/11 06:16:21; author: marcus; state: Exp; lines: +2 -0
net-snmp4 conflicts with net-snmp-5.x.
Submitted by: Oliver Eikemeier
v. 1.86
date: 2003/10/02 16:59:44; author: marcus; state: Exp; lines: +6 -6
Move USE_* above bsd.port.pre.mk.
PR: 57502
v. 1.85
date: 2003/09/02 18:13:27; author: marcus; state: Exp; lines: +1 -1
Looks like I accidentally correupted the patch in the previous commit.
Fix that and bump PORTREVISION yet again.
v. 1.84
date: 2003/08/17 19:48:36; author: marcus; state: Exp; lines: +1 -1
Return the correct value for tcp.tcpCurrEstab.0.
PR: 54551
Submitted by: Mário Freitas
v. 1.83
date: 2003/06/26 22:58:29; author: ade; state: Exp; lines: +4 -2
libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly)
v. 1.82
date: 2003/03/04 22:52:25; author: marcus; state: Exp; lines: +0 -4
WITH_PORTSSL is not needed anymore.
Reported by: Oliver Lehmann
v. 1.81
date: 2003/03/04 21:45:05; author: marcus; state: Exp; lines: +4 -12
* Fix build once and for all. Tested with -STABLE, 5.0-RELEASE-p3, and
-CURRENT
* Take maintainership as I need this version for one of my applications
PR: 48932
Submitted by: Oliver Lehmann
Thanks to: ade, marcus
Reported by: Will Mitayai Keeso Rowe
v. 1.80
date: 2003/02/22 17:47:22; author: marcus; state: Exp; lines: +2 -3
Complete previous patch.
v. 1.79
date: 2003/02/22 17:44:37; author: marcus; state: Exp; lines: +2 -1
Correct logic when building on 5.x.
Submitted by: Oliver Lehmann
Pointy hat to: me
v. 1.78
date: 2003/02/22 00:16:57; author: marcus; state: Exp; lines: +1 -1
Fix build on -STABLE with OpenSSL 0.9.7.
v. 1.77
date: 2003/02/21 17:27:57; author: leeym; state: Exp; lines: +27 -3
- update to 4.2.6
- fix build on FreeBSD 5 systems
PR: 48504
Submitted by: Oliver Lehmann
v. 1.76
date: 2003/02/20 18:51:00; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.75
date: 2003/02/18 11:28:57; author: kuriyama; state: Exp; lines: +4 -1
Mark IGNORE with $OSVERSION >= 500100.
Backporting 4.x for latest OpenSSL suite will take some timeslots, but
I'll not work for it.
Release maintainership to ports@ until now. If there is no maintainer
appeared, I'll remove this port some time after.
v. 1.74
date: 2002/11/17 13:08:26; author: edwin; state: Exp; lines: +1 -0
net/net-snmp4 requires perl to build -> USE_PERL5=yes
Noticed on: bento
v. 1.73
date: 2002/11/04 03:05:46; author: edwin; state: Exp; lines: +3 -1
PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes
Notices on: bento
v. 1.72
date: 2002/08/29 03:22:59; author: kuriyama; state: Exp; lines: +1 -1
Add a patch to show enterprises.ucdavis.dskTable.dskEntry.dskPercentNode
mibs on our system.
Submitted by: Donal Diamond
v. 1.71
date: 2002/07/26 06:25:56; author: kuriyama; state: Exp; lines: +3 -2
Fix incorrect chmod for directory.
PR: ports/35192
Submitted by: Helge Oldach
v. 1.70
date: 2002/05/07 01:18:27; author: kuriyama; state: Exp; lines: +1 -2
Upgrade to 4.2.5.
v. 1.69
date: 2002/04/10 10:30:26; author: kuriyama; state: Exp; lines: +3 -5
I've mistaken the treatment of --with-mib-modules configure argument
with multiple modules.
With this fix, both of host and ucd-snmp/diskio modules are activated.
Spotted by: Alexandr Listopad
v. 1.68
date: 2002/04/09 00:31:17; author: kuriyama; state: Exp; lines: +2 -3
Upgrade to 4.2.4.
Some of our patches are integrated into original distribution.
Enable diskio mib-module by default.
v. 1.67
date: 2002/04/04 08:56:42; author: billf; state: Exp; lines: +1 -1
kuriyama-san has been doing a much better job at maintaining this then
i've been doing. switch maintainership over to him.
v. 1.66
date: 2002/04/04 06:18:09; author: kuriyama; state: Exp; lines: +1 -1
Use tab instead of space.
Spotted by: portlint
v. 1.65
date: 2002/04/04 06:10:48; author: kuriyama; state: Exp; lines: +1 -1
Remove tkmib from installation.
This program will be provided as separated port which depends on p5-Tk and
p5-SNMP.
PR: ports/19281
v. 1.64
date: 2002/03/25 03:45:36; author: kuriyama; state: Exp; lines: +1 -1
Fix MASTER_SITES.
PR: ports/36247
Submitted by: Kimura Fuyuki
v. 1.63
date: 2002/03/22 03:52:37; author: kuriyama; state: Exp; lines: +3 -0
Make this port $PREFIX clean.
PR: ports/34551
Submitted by: Kazutoshi Kubota
v. 1.62
date: 2002/03/07 03:02:37; author: kuriyama; state: Exp; lines: +1 -1
Return correct memory size when over 2G.
PR: ports/35352
Submitted by: Steve Shorter
v. 1.61
date: 2002/02/24 19:15:42; author: anders; state: Exp; lines: +2 -1
Add TCP Wrappers support.
Silence by: billf
v. 1.60
date: 2002/02/15 01:09:56; author: kuriyama; state: Exp; lines: +4 -0
o Add WITH_SNMP_DISKIO knob to collect diskio statistics (will turn on by
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.
v. 1.59
date: 2002/01/21 16:54:50; author: nectar; state: Exp; lines: +7 -7
Update 4.2.1 -> 4.2.3
v. 1.58
date: 2002/01/06 06:20:21; author: will; state: Exp; lines: +2 -2
First round of auto* cleanups:
- 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/
v. 1.57
date: 2001/05/10 05:46:48; author: kuriyama; state: Exp; lines: +2 -2
Upgrade to 4.2.1.
v. 1.56
date: 2001/02/08 02:39:57; author: kuriyama; state: Exp; lines: +3 -8
Treat shlib number and libtool as our way.
Approved by: maintainer
v. 1.55
date: 2001/02/02 01:43:17; author: kuriyama; state: Exp; lines: +2 -3
Revert $PORTNAME change.
v. 1.54
date: 2001/02/02 01:26:49; author: kuriyama; state: Exp; lines: +2 -1
Oops, changing PORTNAME may affect DISTNAME...
v. 1.53
date: 2001/02/02 01:18:44; author: kuriyama; state: Exp; lines: +2 -2
Change port name to net-snmp.
Patch to hr_swrun.c to unbreak on -current (plus diffs in net-snmp CVS).
v. 1.52
date: 2001/01/18 09:58:30; author: billf; state: Exp; lines: +26 -17
Upgrade to version 4.2
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.
v. 1.51
date: 2001/01/17 23:48:44; author: billf; state: Exp; lines: +4 -2
ucd-snmp renamed itself to net-snmp and now uses sourceforge. reflect
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.
v. 1.50
date: 2000/07/28 19:43:15; author: ume; state: Exp; lines: +6 -2
Activate IPv6 support.
Approved by: billf
v. 1.49
date: 2000/07/05 12:36:45; author: tg; state: Exp; lines: +2 -4
As threatened on freebsd-ports: all startup scripts know about the two
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.
v. 1.48
date: 2000/06/18 09:36:13; author: sobomax; state: Exp; lines: +3 -3
The port assigns PLIST_SUB after is included, so substitution
of %%PREFIX%% for ldconfig didn't work.
Submitted by: Makoto MATSUSHITA
v. 1.47
date: 2000/06/16 21:51:45; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
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
v. 1.46
date: 2000/06/16 08:19:38; author: sobomax; state: Exp; lines: +2 -2
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
v. 1.45
date: 2000/06/15 16:43:55; author: sobomax; state: Exp; lines: +3 -3
First round of INSTALL_SHLIB fixes.
v. 1.44
date: 2000/05/17 20:27:13; author: billf; state: Exp; lines: +2 -3
Fixes for recent kernel changes, this will screw over people (like me)
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 ("it works now")
v. 1.43
date: 2000/05/17 01:11:50; author: billf; state: Exp; lines: +17 -11
o Upgrade to 4.1.2
o Correct PLIST
o Correct MANx
PR: 18548
Submitted by: Amakawa Shuhei
o Finally fix shared libraries
Submitted by: billf, will(sorta)
v. 1.42
date: 2000/05/12 20:21:25; author: billf; state: Exp; lines: +4 -11
First crack at updating to 4.1.1, more features to come, but at least
the newest version is here.
v. 1.41
date: 2000/04/09 18:13:54; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.40
date: 2000/04/07 01:09:06; author: billf; state: Exp; lines: +2 -2
Assume maintainership
v. 1.39
date: 2000/04/06 17:07:33; author: gpalmer; state: Exp; lines: +2 -2
Resign as maintainer. I had thought someone else volunteered to take
over, but apparently they never changed the MAINTAINER flag.
v. 1.38
date: 2000/03/20 22:57:22; author: mharo; state: Exp; lines: +2 -1
move PATCH* to Patch section of Makefile (portlint)
v. 1.37
date: 2000/02/21 19:19:03; author: fenner; state: Exp; lines: +2 -2
Skip building the parts that make this port BROKEN on FreeBSD 4.
(and unmark it BROKEN).
v. 1.36
date: 1999/11/15 18:30:56; author: jmb; state: Exp; lines: +5 -7
grr....back out commit error.
restore previous version of the file.
v. 1.35
date: 1999/11/15 18:27:37; author: jmb; state: Exp; lines: +7 -5
add two more codes to ICMP error 12 (Parameter Problem).
these two are detailed in RFC1700.
Reviewed by: Garrett Wollman
v. 1.34
date: 1999/09/04 23:30:46; author: billf; state: Exp; lines: +10 -6
o Bump SHLIB_VERSION to 4 and make this port build it that way.
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:
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.
v. 1.33
date: 1999/08/31 06:49:23; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.32
date: 1999/08/30 14:24:29; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.31
date: 1999/08/27 20:18:45; author: billf; state: Exp; lines: +2 -2
Upgrade SNMP to 4.0.1, which is a last minute bugfix.
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.
v. 1.30
date: 1999/08/27 03:38:34; author: cpiazza; state: Exp; lines: +8 -4
Update to version 4.0
Submitted by: billf
v. 1.29
date: 1999/08/22 18:59:35; author: mharo; state: Exp; lines: +2 -2
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.28
date: 1999/04/30 12:59:50; author: kris; state: Exp; lines: +3 -3
Unbreak.
v. 1.27
date: 1999/04/18 19:14:44; author: nectar; state: Exp; lines: +4 -8
* Mark this BROKEN for a.out systems.
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
* 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
v. 1.26
date: 1999/04/12 08:22:43; author: asami; state: Exp; lines: +1 -2
Remove empty line.
v. 1.25
date: 1999/04/07 16:07:40; author: kuriyama; state: Exp; lines: +14 -7
Upgrade to v3.6.1 and apply some patches. But this version still has
kvm_read() problem on some RELENG_3 system.
No response from: maintainer
PR: ports/7330, ports/8908, ports/8909
v. 1.24
date: 1999/04/06 19:00:36; author: fenner; state: Exp; lines: +2 -2
Master site moved.
v. 1.23
date: 1998/11/14 09:43:27; author: asami; state: Exp; lines: +13 -10
Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change
shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
v. 1.22
date: 1998/10/19 22:43:08; author: nectar; state: Exp; lines: +22 -11
* Upgrade to 3.5.3.
* Patch for ELF.
* Create ${PREFIX}/etc/snmpd.sh.sample instead of ${PREFIX}/etc/snmp.sh.
v. 1.21
date: 1998/08/30 15:51:13; author: steve; state: Exp; lines: +2 -2
Move one last manpage from PLIST to MANx in Makefile.
v. 1.20
date: 1998/08/26 21:20:40; author: asami; state: Exp; lines: +2 -2
"ln" -> "ln -f"
v. 1.19
date: 1998/07/10 21:06:22; author: nectar; state: Exp; lines: +10 -5
* Update ucd-snmp to version 3.5.
* Incidently fixes problem building on 3.0-CURRENT.
PR: 7198
v. 1.18
date: 1998/04/06 20:50:31; author: andreas; state: Exp; lines: +2 -2
Committing John Hays patches. Big thanks to him !
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 ...
v. 1.17
date: 1998/04/02 20:43:45; author: andreas; state: Exp; lines: +4 -2
Round II, add some mirror sites.
v. 1.16
date: 1998/04/02 18:04:46; author: andreas; state: Exp; lines: +12 -14
Update to newest version 3.3.1 for -stable,
-current needs some fine tuning, later this evening or week ...
v. 1.15
date: 1997/11/23 16:59:12; author: asami; state: Exp; lines: +1 -2
Unmark this port broken, operator error (old header file).
Reported by: fenner@parc.xerox.com, jhay@mikom.csir.co.za
v. 1.14
date: 1997/11/22 01:27:13; author: asami; state: Exp; lines: +2 -2
Mark this port broken, it does not build. If it builds for -current,
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
v. 1.13
date: 1997/07/03 04:58:40; author: fenner; state: Exp; lines: +13 -11
Upgrade to ucd-snmp 3.2, and make it work on -current.
v. 1.12
date: 1997/07/02 09:39:17; author: asami; state: Exp; lines: +6 -1
Mark this broken for -current. (Even Peter can't get it to work.)
v. 1.11
date: 1997/05/17 17:24:59; author: fenner; state: Exp; lines: +5 -2
Make the port not IS_INTERACTIVE if PACKAGE_BUILDING
v. 1.10
date: 1997/03/07 11:36:04; author: gpalmer; state: Exp; lines: +2 -2
Remember to change the Required line :)
v. 1.9
date: 1997/03/07 11:33:45; author: gpalmer; state: Exp; lines: +2 -2
Try to bring this port up to date. Upgrade to 3.1.3, and untangle the
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.
v. 1.8
date: 1996/12/08 01:45:06; author: max; state: Exp; lines: +2 -2
No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,
RESTRICTED or BROKEN.
Pointed-out by: asami
v. 1.7
date: 1996/12/07 11:26:43; author: max; state: Exp; lines: +2 -2
Now, string describing reason for defining these variables must be set
when you define NO_CDROM, NO_PACKAGE or RESTRICTED instead of just ``yes''.
v. 1.6
date: 1996/12/01 01:20:15; author: obrien; state: Exp; lines: +9 -8
Cleaned up post-install target.
v. 1.5
date: 1996/11/22 11:48:53; author: asami; state: Exp; lines: +2 -2
Dang, what am I thinking?!? It's NO_PACKAGE, not NO_PACKAGES dummy.
Maybe I should go to sleep.
v. 1.4
date: 1996/11/22 11:45:46; author: asami; state: Exp; lines: +2 -1
Make this NO_PACKAGE, it asks too many questions.
v. 1.3
date: 1996/11/18 11:36:53; author: asami; state: Exp; lines: +3 -9
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.2
date: 1996/07/09 19:00:08; author: gpalmer; state: Exp; lines: +2 -2
It's net, not networking (which makes me wonder where I copied this from)
v. 1.1
date: 1996/07/06 08:14:47; author: gpalmer; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1996/07/06 08:14:47; author: gpalmer; state: Exp; lines: +0 -0
The SNMP package from University of California at Davis
Ok'ed by: asami
=============================================================================
v. 1.106
date: 2007/07/27 11:59:28; author: rafan; state: Exp; lines: +2 -6
- Convert to rc.d style script
- Bump PORTREVISION
Note that I changed few places of the patch to match Porter's Handbook.
PR: ports/114952
Submitted by: Chris Cowart
v. 1.105
date: 2007/06/21 06:59:36; author: rafan; state: Exp; lines: +46 -20
- The contents of these manaul pages live in other pages, so create
links for them instead of install useless contents.
PR: ports/113078
Submitted by: Helge Oldach
v. 1.104
date: 2007/04/19 21:20:47; author: gabor; state: Exp; lines: +3 -1
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter n-p
v. 1.103
date: 2006/09/10 23:47:36; author: kris; state: Exp; lines: +4 -0
BROKEN on 7.0: Does not compile
v. 1.102
date: 2006/08/15 00:56:20; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.101
date: 2006/07/26 01:22:10; author: sobomax; state: Exp; lines: +1 -1
Add support for 6-STABLE and 7-CURRENT.
v. 1.100
date: 2006/05/11 22:49:41; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with N
v. 1.99
date: 2006/02/23 10:38:36; author: ade; state: Exp; lines: +2 -3
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.98
date: 2005/11/15 06:50:44; author: ade; state: Exp; lines: +1 -2
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.97
date: 2005/10/06 07:56:30; author: linimon; state: Exp; lines: +1 -4
Remove obsolete mastersites.
Source: distfile survey
v. 1.96
date: 2005/05/14 21:40:09; author: sem; state: Exp; lines: +11 -10
- Make portlint happy.
- Utilize EXAMPLESDIR macro.
v. 1.95
date: 2005/04/26 22:40:02; author: jylefort; state: Exp; lines: +1 -1
Fix build on 6.X
PR: ports/80374
Submitted by: Johan van Selst
v. 1.94
date: 2005/03/26 20:41:31; author: kris; state: Exp; lines: +4 -0
BROKEN on 6.x: Does not build
Approved by: portmgr (self)
v. 1.93
date: 2004/07/09 17:42:44; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.92
date: 2004/07/01 17:06:40; author: ade; state: Exp; lines: +2 -2
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
v. 1.91
date: 2004/06/24 20:51:04; author: marcus; state: Exp; lines: +1 -1
Fix build on -CURRENT, and drop maintainership. -CURRENT fix was adapted
from net-mgmt/net-snmp.
v. 1.90
date: 2004/03/14 06:17:11; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.89
date: 2004/02/23 04:42:04; author: wollman; state: Exp; lines: +1 -1
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
v. 1.88
date: 2004/02/09 20:22:23; author: krion; state: Exp; lines: +1 -0
- Fix build on AMD64
Approved by: maintainer
v. 1.87
date: 2003/10/11 06:16:21; author: marcus; state: Exp; lines: +2 -0
net-snmp4 conflicts with net-snmp-5.x.
Submitted by: Oliver Eikemeier
v. 1.86
date: 2003/10/02 16:59:44; author: marcus; state: Exp; lines: +6 -6
Move USE_* above bsd.port.pre.mk.
PR: 57502
v. 1.85
date: 2003/09/02 18:13:27; author: marcus; state: Exp; lines: +1 -1
Looks like I accidentally correupted the patch in the previous commit.
Fix that and bump PORTREVISION yet again.
v. 1.84
date: 2003/08/17 19:48:36; author: marcus; state: Exp; lines: +1 -1
Return the correct value for tcp.tcpCurrEstab.0.
PR: 54551
Submitted by: Mário Freitas
v. 1.83
date: 2003/06/26 22:58:29; author: ade; state: Exp; lines: +4 -2
libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly)
v. 1.82
date: 2003/03/04 22:52:25; author: marcus; state: Exp; lines: +0 -4
WITH_PORTSSL is not needed anymore.
Reported by: Oliver Lehmann
v. 1.81
date: 2003/03/04 21:45:05; author: marcus; state: Exp; lines: +4 -12
* Fix build once and for all. Tested with -STABLE, 5.0-RELEASE-p3, and
-CURRENT
* Take maintainership as I need this version for one of my applications
PR: 48932
Submitted by: Oliver Lehmann
Thanks to: ade, marcus
Reported by: Will Mitayai Keeso Rowe
v. 1.80
date: 2003/02/22 17:47:22; author: marcus; state: Exp; lines: +2 -3
Complete previous patch.
v. 1.79
date: 2003/02/22 17:44:37; author: marcus; state: Exp; lines: +2 -1
Correct logic when building on 5.x.
Submitted by: Oliver Lehmann
Pointy hat to: me
v. 1.78
date: 2003/02/22 00:16:57; author: marcus; state: Exp; lines: +1 -1
Fix build on -STABLE with OpenSSL 0.9.7.
v. 1.77
date: 2003/02/21 17:27:57; author: leeym; state: Exp; lines: +27 -3
- update to 4.2.6
- fix build on FreeBSD 5 systems
PR: 48504
Submitted by: Oliver Lehmann
v. 1.76
date: 2003/02/20 18:51:00; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.75
date: 2003/02/18 11:28:57; author: kuriyama; state: Exp; lines: +4 -1
Mark IGNORE with $OSVERSION >= 500100.
Backporting 4.x for latest OpenSSL suite will take some timeslots, but
I'll not work for it.
Release maintainership to ports@ until now. If there is no maintainer
appeared, I'll remove this port some time after.
v. 1.74
date: 2002/11/17 13:08:26; author: edwin; state: Exp; lines: +1 -0
net/net-snmp4 requires perl to build -> USE_PERL5=yes
Noticed on: bento
v. 1.73
date: 2002/11/04 03:05:46; author: edwin; state: Exp; lines: +3 -1
PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes
Notices on: bento
v. 1.72
date: 2002/08/29 03:22:59; author: kuriyama; state: Exp; lines: +1 -1
Add a patch to show enterprises.ucdavis.dskTable.dskEntry.dskPercentNode
mibs on our system.
Submitted by: Donal Diamond
v. 1.71
date: 2002/07/26 06:25:56; author: kuriyama; state: Exp; lines: +3 -2
Fix incorrect chmod for directory.
PR: ports/35192
Submitted by: Helge Oldach
v. 1.70
date: 2002/05/07 01:18:27; author: kuriyama; state: Exp; lines: +1 -2
Upgrade to 4.2.5.
v. 1.69
date: 2002/04/10 10:30:26; author: kuriyama; state: Exp; lines: +3 -5
I've mistaken the treatment of --with-mib-modules configure argument
with multiple modules.
With this fix, both of host and ucd-snmp/diskio modules are activated.
Spotted by: Alexandr Listopad
v. 1.68
date: 2002/04/09 00:31:17; author: kuriyama; state: Exp; lines: +2 -3
Upgrade to 4.2.4.
Some of our patches are integrated into original distribution.
Enable diskio mib-module by default.
v. 1.67
date: 2002/04/04 08:56:42; author: billf; state: Exp; lines: +1 -1
kuriyama-san has been doing a much better job at maintaining this then
i've been doing. switch maintainership over to him.
v. 1.66
date: 2002/04/04 06:18:09; author: kuriyama; state: Exp; lines: +1 -1
Use tab instead of space.
Spotted by: portlint
v. 1.65
date: 2002/04/04 06:10:48; author: kuriyama; state: Exp; lines: +1 -1
Remove tkmib from installation.
This program will be provided as separated port which depends on p5-Tk and
p5-SNMP.
PR: ports/19281
v. 1.64
date: 2002/03/25 03:45:36; author: kuriyama; state: Exp; lines: +1 -1
Fix MASTER_SITES.
PR: ports/36247
Submitted by: Kimura Fuyuki
v. 1.63
date: 2002/03/22 03:52:37; author: kuriyama; state: Exp; lines: +3 -0
Make this port $PREFIX clean.
PR: ports/34551
Submitted by: Kazutoshi Kubota
v. 1.62
date: 2002/03/07 03:02:37; author: kuriyama; state: Exp; lines: +1 -1
Return correct memory size when over 2G.
PR: ports/35352
Submitted by: Steve Shorter
v. 1.61
date: 2002/02/24 19:15:42; author: anders; state: Exp; lines: +2 -1
Add TCP Wrappers support.
Silence by: billf
v. 1.60
date: 2002/02/15 01:09:56; author: kuriyama; state: Exp; lines: +4 -0
o Add WITH_SNMP_DISKIO knob to collect diskio statistics (will turn on by
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.
v. 1.59
date: 2002/01/21 16:54:50; author: nectar; state: Exp; lines: +7 -7
Update 4.2.1 -> 4.2.3
v. 1.58
date: 2002/01/06 06:20:21; author: will; state: Exp; lines: +2 -2
First round of auto* cleanups:
- 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/
v. 1.57
date: 2001/05/10 05:46:48; author: kuriyama; state: Exp; lines: +2 -2
Upgrade to 4.2.1.
v. 1.56
date: 2001/02/08 02:39:57; author: kuriyama; state: Exp; lines: +3 -8
Treat shlib number and libtool as our way.
Approved by: maintainer
v. 1.55
date: 2001/02/02 01:43:17; author: kuriyama; state: Exp; lines: +2 -3
Revert $PORTNAME change.
v. 1.54
date: 2001/02/02 01:26:49; author: kuriyama; state: Exp; lines: +2 -1
Oops, changing PORTNAME may affect DISTNAME...
v. 1.53
date: 2001/02/02 01:18:44; author: kuriyama; state: Exp; lines: +2 -2
Change port name to net-snmp.
Patch to hr_swrun.c to unbreak on -current (plus diffs in net-snmp CVS).
v. 1.52
date: 2001/01/18 09:58:30; author: billf; state: Exp; lines: +26 -17
Upgrade to version 4.2
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.
v. 1.51
date: 2001/01/17 23:48:44; author: billf; state: Exp; lines: +4 -2
ucd-snmp renamed itself to net-snmp and now uses sourceforge. reflect
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.
v. 1.50
date: 2000/07/28 19:43:15; author: ume; state: Exp; lines: +6 -2
Activate IPv6 support.
Approved by: billf
v. 1.49
date: 2000/07/05 12:36:45; author: tg; state: Exp; lines: +2 -4
As threatened on freebsd-ports: all startup scripts know about the two
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.
v. 1.48
date: 2000/06/18 09:36:13; author: sobomax; state: Exp; lines: +3 -3
The port assigns PLIST_SUB after is included, so substitution
of %%PREFIX%% for ldconfig didn't work.
Submitted by: Makoto MATSUSHITA
v. 1.47
date: 2000/06/16 21:51:45; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
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
v. 1.46
date: 2000/06/16 08:19:38; author: sobomax; state: Exp; lines: +2 -2
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
v. 1.45
date: 2000/06/15 16:43:55; author: sobomax; state: Exp; lines: +3 -3
First round of INSTALL_SHLIB fixes.
v. 1.44
date: 2000/05/17 20:27:13; author: billf; state: Exp; lines: +2 -3
Fixes for recent kernel changes, this will screw over people (like me)
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 ("it works now")
v. 1.43
date: 2000/05/17 01:11:50; author: billf; state: Exp; lines: +17 -11
o Upgrade to 4.1.2
o Correct PLIST
o Correct MANx
PR: 18548
Submitted by: Amakawa Shuhei
o Finally fix shared libraries
Submitted by: billf, will(sorta)
v. 1.42
date: 2000/05/12 20:21:25; author: billf; state: Exp; lines: +4 -11
First crack at updating to 4.1.1, more features to come, but at least
the newest version is here.
v. 1.41
date: 2000/04/09 18:13:54; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.40
date: 2000/04/07 01:09:06; author: billf; state: Exp; lines: +2 -2
Assume maintainership
v. 1.39
date: 2000/04/06 17:07:33; author: gpalmer; state: Exp; lines: +2 -2
Resign as maintainer. I had thought someone else volunteered to take
over, but apparently they never changed the MAINTAINER flag.
v. 1.38
date: 2000/03/20 22:57:22; author: mharo; state: Exp; lines: +2 -1
move PATCH* to Patch section of Makefile (portlint)
v. 1.37
date: 2000/02/21 19:19:03; author: fenner; state: Exp; lines: +2 -2
Skip building the parts that make this port BROKEN on FreeBSD 4.
(and unmark it BROKEN).
v. 1.36
date: 1999/11/15 18:30:56; author: jmb; state: Exp; lines: +5 -7
grr....back out commit error.
restore previous version of the file.
v. 1.35
date: 1999/11/15 18:27:37; author: jmb; state: Exp; lines: +7 -5
add two more codes to ICMP error 12 (Parameter Problem).
these two are detailed in RFC1700.
Reviewed by: Garrett Wollman
v. 1.34
date: 1999/09/04 23:30:46; author: billf; state: Exp; lines: +10 -6
o Bump SHLIB_VERSION to 4 and make this port build it that way.
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:
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.
v. 1.33
date: 1999/08/31 06:49:23; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.32
date: 1999/08/30 14:24:29; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.31
date: 1999/08/27 20:18:45; author: billf; state: Exp; lines: +2 -2
Upgrade SNMP to 4.0.1, which is a last minute bugfix.
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.
v. 1.30
date: 1999/08/27 03:38:34; author: cpiazza; state: Exp; lines: +8 -4
Update to version 4.0
Submitted by: billf
v. 1.29
date: 1999/08/22 18:59:35; author: mharo; state: Exp; lines: +2 -2
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.28
date: 1999/04/30 12:59:50; author: kris; state: Exp; lines: +3 -3
Unbreak.
v. 1.27
date: 1999/04/18 19:14:44; author: nectar; state: Exp; lines: +4 -8
* Mark this BROKEN for a.out systems.
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
* 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
v. 1.26
date: 1999/04/12 08:22:43; author: asami; state: Exp; lines: +1 -2
Remove empty line.
v. 1.25
date: 1999/04/07 16:07:40; author: kuriyama; state: Exp; lines: +14 -7
Upgrade to v3.6.1 and apply some patches. But this version still has
kvm_read() problem on some RELENG_3 system.
No response from: maintainer
PR: ports/7330, ports/8908, ports/8909
v. 1.24
date: 1999/04/06 19:00:36; author: fenner; state: Exp; lines: +2 -2
Master site moved.
v. 1.23
date: 1998/11/14 09:43:27; author: asami; state: Exp; lines: +13 -10
Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change
shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
v. 1.22
date: 1998/10/19 22:43:08; author: nectar; state: Exp; lines: +22 -11
* Upgrade to 3.5.3.
* Patch for ELF.
* Create ${PREFIX}/etc/snmpd.sh.sample instead of ${PREFIX}/etc/snmp.sh.
v. 1.21
date: 1998/08/30 15:51:13; author: steve; state: Exp; lines: +2 -2
Move one last manpage from PLIST to MANx in Makefile.
v. 1.20
date: 1998/08/26 21:20:40; author: asami; state: Exp; lines: +2 -2
"ln" -> "ln -f"
v. 1.19
date: 1998/07/10 21:06:22; author: nectar; state: Exp; lines: +10 -5
* Update ucd-snmp to version 3.5.
* Incidently fixes problem building on 3.0-CURRENT.
PR: 7198
v. 1.18
date: 1998/04/06 20:50:31; author: andreas; state: Exp; lines: +2 -2
Committing John Hays patches. Big thanks to him !
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 ...
v. 1.17
date: 1998/04/02 20:43:45; author: andreas; state: Exp; lines: +4 -2
Round II, add some mirror sites.
v. 1.16
date: 1998/04/02 18:04:46; author: andreas; state: Exp; lines: +12 -14
Update to newest version 3.3.1 for -stable,
-current needs some fine tuning, later this evening or week ...
v. 1.15
date: 1997/11/23 16:59:12; author: asami; state: Exp; lines: +1 -2
Unmark this port broken, operator error (old header file).
Reported by: fenner@parc.xerox.com, jhay@mikom.csir.co.za
v. 1.14
date: 1997/11/22 01:27:13; author: asami; state: Exp; lines: +2 -2
Mark this port broken, it does not build. If it builds for -current,
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
v. 1.13
date: 1997/07/03 04:58:40; author: fenner; state: Exp; lines: +13 -11
Upgrade to ucd-snmp 3.2, and make it work on -current.
v. 1.12
date: 1997/07/02 09:39:17; author: asami; state: Exp; lines: +6 -1
Mark this broken for -current. (Even Peter can't get it to work.)
v. 1.11
date: 1997/05/17 17:24:59; author: fenner; state: Exp; lines: +5 -2
Make the port not IS_INTERACTIVE if PACKAGE_BUILDING
v. 1.10
date: 1997/03/07 11:36:04; author: gpalmer; state: Exp; lines: +2 -2
Remember to change the Required line :)
v. 1.9
date: 1997/03/07 11:33:45; author: gpalmer; state: Exp; lines: +2 -2
Try to bring this port up to date. Upgrade to 3.1.3, and untangle the
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.
v. 1.8
date: 1996/12/08 01:45:06; author: max; state: Exp; lines: +2 -2
No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,
RESTRICTED or BROKEN.
Pointed-out by: asami
v. 1.7
date: 1996/12/07 11:26:43; author: max; state: Exp; lines: +2 -2
Now, string describing reason for defining these variables must be set
when you define NO_CDROM, NO_PACKAGE or RESTRICTED instead of just ``yes''.
v. 1.6
date: 1996/12/01 01:20:15; author: obrien; state: Exp; lines: +9 -8
Cleaned up post-install target.
v. 1.5
date: 1996/11/22 11:48:53; author: asami; state: Exp; lines: +2 -2
Dang, what am I thinking?!? It's NO_PACKAGE, not NO_PACKAGES dummy.
Maybe I should go to sleep.
v. 1.4
date: 1996/11/22 11:45:46; author: asami; state: Exp; lines: +2 -1
Make this NO_PACKAGE, it asks too many questions.
v. 1.3
date: 1996/11/18 11:36:53; author: asami; state: Exp; lines: +3 -9
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.2
date: 1996/07/09 19:00:08; author: gpalmer; state: Exp; lines: +2 -2
It's net, not networking (which makes me wonder where I copied this from)
v. 1.1
date: 1996/07/06 08:14:47; author: gpalmer; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1996/07/06 08:14:47; author: gpalmer; state: Exp; lines: +0 -0
The SNMP package from University of California at Davis
Ok'ed by: asami
=============================================================================
v. 1.106
date: 2007/07/27 11:59:28; author: rafan; state: Exp; lines: +2 -6
- Convert to rc.d style script
- Bump PORTREVISION
Note that I changed few places of the patch to match Porter's Handbook.
PR: ports/114952
Submitted by: Chris Cowart
v. 1.105
date: 2007/06/21 06:59:36; author: rafan; state: Exp; lines: +46 -20
- The contents of these manaul pages live in other pages, so create
links for them instead of install useless contents.
PR: ports/113078
Submitted by: Helge Oldach
v. 1.104
date: 2007/04/19 21:20:47; author: gabor; state: Exp; lines: +3 -1
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter n-p
v. 1.103
date: 2006/09/10 23:47:36; author: kris; state: Exp; lines: +4 -0
BROKEN on 7.0: Does not compile
v. 1.102
date: 2006/08/15 00:56:20; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.101
date: 2006/07/26 01:22:10; author: sobomax; state: Exp; lines: +1 -1
Add support for 6-STABLE and 7-CURRENT.
v. 1.100
date: 2006/05/11 22:49:41; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with N
v. 1.99
date: 2006/02/23 10:38:36; author: ade; state: Exp; lines: +2 -3
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.98
date: 2005/11/15 06:50:44; author: ade; state: Exp; lines: +1 -2
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.97
date: 2005/10/06 07:56:30; author: linimon; state: Exp; lines: +1 -4
Remove obsolete mastersites.
Source: distfile survey
v. 1.96
date: 2005/05/14 21:40:09; author: sem; state: Exp; lines: +11 -10
- Make portlint happy.
- Utilize EXAMPLESDIR macro.
v. 1.95
date: 2005/04/26 22:40:02; author: jylefort; state: Exp; lines: +1 -1
Fix build on 6.X
PR: ports/80374
Submitted by: Johan van Selst
v. 1.94
date: 2005/03/26 20:41:31; author: kris; state: Exp; lines: +4 -0
BROKEN on 6.x: Does not build
Approved by: portmgr (self)
v. 1.93
date: 2004/07/09 17:42:44; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add t |
| |

|