summaryrefslogtreecommitdiff
path: root/net/ucd-snmp
AgeCommit message (Collapse)AuthorFilesLines
2004-02-20This package should be deleted! It has been superceded by net-snmp and haschristos2-67/+163
been bit-rotting. This is a last ditch effort to get it to work. I am not fixing configure.in because it is really busted and autoconf does not like it anymore.
2004-02-19Include <des.h> to make this compile under current.christos1-0/+14
2004-02-19Add #include <des.h> to make this compile again with current.christos2-3/+4
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-4/+2
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2003-11-12PKGREVISION++ after openssl update.jschauma1-2/+2
2003-07-30Convert to the bsd.pkg.install.mk framework:jmmv6-90/+82
- Honour PKG_SYSCONFDIR. - Use RCD_SCRIPTS to automatically handle rc.d scripts. Also convert the two installed rc.d scripts to the rc.subr framework (keeping some compatibility if not present). Bump PKGREVISION to 1.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-03-06Add provides/requires tags for rcorderhubertf2-2/+8
Submitted in PR 20605 by David Ferlier <david@netbsd-fr.org>
2003-01-04Add perl build dependency.wiz1-1/+3
2002-10-05Unused.wiz1-37/+0
2002-10-02autoconf dependency not needed -- we already have a configure.wiz3-3236/+17
While here, delete unnecessary parts of said configure patch.
2002-09-23comment fix.grant2-5/+6
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam5-41/+70
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb1-2/+2
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-17Remove another USE_SSL comment.wiz1-2/+2
2002-05-25Enable memory and VM statistic under NetBSD. This fixes PR pkg/14438tron3-5/+28
by Scott Presnell.
2002-05-25Remove debugging statement committed by accident.tron1-2/+1
2002-05-25Wrap unnecessary long line.tron1-2/+4
2002-04-20In ucd-snmp's shared libraries, the SONAME is the filename, which containsfredb1-2/+2
the version of ucd-snmp. Therefore, adjust the wildcard dependencies in dependents to match exactly (barring "nb" version changes), and bump the dependent's "nb" versions to reflect the change in dependencies. Otherwise, an "ethereal" binary package (for example) built against ucd-snmp-4.2.4 will happily install against ucd-snmp-4.2.3nb1, but will fail at run-time with, ``shared object "libucdsnmp-0.4.2.3.so" not found.''
2002-04-11Record conflict with "net-snmp-current" package.tron1-1/+3
2002-04-09upgrade to 4.2.4.itojun8-1095/+1384
release note: http://sourceforge.net/project/shownotes.php?release_id=83551
2002-03-04Fix silly typo in original sources which causes build failures on NetBSDtron2-1/+15
systems with utmpx support.
2002-02-27Put a delay in the "restart" code so that the daemon has time to shutdowntron2-2/+4
properly.
2002-02-27Fix message displayed if daemon is started.tron2-4/+4
2002-02-17Add buildlink glue code for libraries and includes delivered by thetron1-0/+37
"ucd-snmp" package.
2002-02-14Add work arround for build problems under NetBSD-i386 1.5.1, 1.5.2 andtron2-7/+500
early 1.5.3 alpha versions caused by an error in "sys/disklabel.h"
2002-02-13Update "ucd-snmp" package to version 4.2.3nb1:tron15-385/+3377
- Replace with contents of "ucd-snmp-current" package to fix various security problems. - Add patch sent to "bugtraq" by Juan M. de la Torre to fix buffer overflow in "snmpnetstat" client.
2002-02-05/bin/mkdir -> ${MKDIR}.skrll1-2/+2
Make the print-PLIST target output ${MKDIR} also.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-09-24Put a "@" in front of the recently added "${LN}" command so that thetron1-2/+2
"post-extract" target is quiet again.
2001-09-24Fix build problem under NetBSD-current. Patch supplied by Naoto Shimazakitron1-1/+2
in PR pkg/14045.
2001-08-27Use wildcard dependence on "autoconf" package.tron1-4/+2
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-14A very dirty workaround to a compilation problem on NetBSD hosts caused byagc2-9/+33
configure script problems.
2001-03-05add RCS Id (!)wiz1-1/+1
2001-03-05Undo part of 1.30 (which must have been an error). pkg/12334.wiz1-2/+2
2001-03-04remove obsoleted PATCH_SITES section. the kame patch is already integrateditojun1-5/+1
into ucd-snmp distribution.
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-3/+3
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz1-8/+11
2001-02-06Make that "autoreconf" -- there is no "autoremake".fredb1-3/+3
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-3/+3
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-01-31use MASTER_SITE_SOURCEFORGE for better reachabilityhubertf1-2/+2
2001-01-29Some more MESSAGE cleanup.wiz1-23/+22
2001-01-28This was meant to be added for PR 12043 - fixes part of PR 12055hubertf1-0/+32
2001-01-26Regen.wiz1-1/+1