Commit graph

86 commits

Author SHA1 Message Date
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
adam
7f93dee00c Changes 5.1.2:
* Minor improvements to snmpdelta
* Minor improvements to snmpnetstat (IPv6 output)
* Fixes
2004-08-13 11:28:49 +00:00
thorpej
bcc09e41f3 On Darwin, leave out the ucd-snmp/diskio and mibII mib modules. 2004-07-10 17:59:57 +00:00
thorpej
5325c7699c In snmp_vars.h, use in_addr_t rather than uint32_t for ipaddr_return; the
former is provided by system or private header files, and the latter may
not be.
2004-07-10 17:59:17 +00:00
tron
57cdafd025 Use "-Ls ..." instead of deprecated "-s" command line option when
starting the daemons.
2004-05-31 11:47:29 +00:00
adam
5993a545e9 fix deprecated -P usage (thanks to Jon Olsson 2004-05-14 15:40:53 +00:00
adam
2cb098d8f0 Changes 5.1.1:
New:
  - test suite supports testing over other transports (tcp, udp6, unix, ...)
    (see the -P switch to the testing/RUNTESTS script)
  - Solaris supports the use of it's PKCS#11 library for supporting
    cryptographic functions (OpenSSL isn't required if PKCS#11 is available)
    (see configure's --with-pkcs flag)
Fixes:
  - Improvements on 64 bit architectures.
  - A few minor memory leaks fixed.
  - An extremely large number of minor bug fixes.
  - Many perl module specific bug fixes.
  - snmpd will safely handle more signals.
Ports:
  - Many many significant Windows improvements.
    - A win32 build script in win32/build.pl
    - Support for the MinGW compiler
    - (see the README.win32 file for details on new ports)
    - Various helpful win32/*.bat files for installation, etc.
  - Some linux 2.6 support improvements
2004-05-14 13:30:34 +00:00
snj
844b08fcd4 No longer used. 2004-05-09 21:15:16 +00:00
tron
6f8880c048 Make this build under NetBSD 2.0D and above with statvfs(2). 2004-04-26 17:39:00 +00:00
reed
9c790735db mk/bsd.pkg.install.mk now automatically registers
the RCD_SCRIPTS rc.d script(s) to the PLIST.

This GENERATE_PLIST idea is part of Greg A. Woods'
PR #22954.

This helps when the RC_SCRIPTS are installed to
a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later,
the default RCD_SCRIPTS_EXAMPLEDIR will be changed
to be more clear that they are the examples.)

These patches also remove the etc/rc.d/ scripts from PLISTs
(of packages that use RCD_SCRIPTS). (This also removes
now unused references from openssh* makefiles. Note that
qmail package has not been changed yet.)

I have been doing automatic PLIST registration for RC_SCRIPTS
for over a year. Not all of these packages have been tested,
but many have been tested and used.

Somethings maybe to do:
- a few packages still manually install the rc.d scripts to
  hard-coded etc/rc.d. These need to be fixed.
- maybe  remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-23 22:07:52 +00:00
christos
31a9fe10a0 Fix configure to look for des_cbc_encrypt in -ldes.
I did not commit all 7K lines of diff that autoconf produced because
of the changed line numbers, just the relevant ones.
2004-04-22 16:50:02 +00:00
danw
c074d6d70a Make this build on Darwin. pkg/23325 2004-04-14 21:48:49 +00:00
jlam
c3ccaabecf bl3ify, and remove sed workaround for Solaris now that it uses nbsed. 2004-03-29 16:23:14 +00:00
christos
cce93b31e9 Argh! Who tested this? vm and memory stats did not work. 2004-02-25 21:50:40 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
kim
ae63a11d1a Include <sys/param.h> to get __NetBSD_Version__ defined.
Also undefine TOTAL_MEMORY_SYMBOL, since we don't have it
(or at least there is no "total" or "_total").
2003-12-30 19:30:48 +00:00
christos
173441eb23 - account for in_ifaddr -> in_ifaddrbase in 1.6ZD (I think).
- XXX: whoever ported this needs to revisit it and fix issues such as utmp
  support etc.
2003-12-30 05:29:45 +00:00
jschauma
fe19bb05b5 PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
cube
9c4deee051 Nothing in pkgsrc creates a lib/tcl/tnm3.0.0 path, so remove it from the
MIB search PATH.
2003-11-07 05:13:05 +00:00
cube
fc14345416 Apply patch from PR pkg/22934 by Greg A. Woods.
o Remove NET_SNMP_LOGFILE since it's not used anymore
o Include /usr/local/share/snmp/mibs into the default MIBS file search path
o Use --with-logfile=none instead of --without-logfile because that is what
  the configure script wants for that variable.

While those changes affect an exported header file, they don't affect in
any way the compilation of dependencies, so no revision bump is needed.
2003-10-30 08:36:03 +00:00
tron
0c330b09b1 Mark this package as operating system specific under NetBSD. 2003-09-14 11:58:43 +00:00
tron
0f2cfed395 Fix build problem under NetBSD-1.6Y and newer. This patch was contributed
by Jun-ichiro itojun Hagino.
2003-09-14 11:57:03 +00:00
uebayasi
0a8aa3e783 Update to 5.0.9. PR19939 by Greg A. Woods.
Changes from NEWS file:
--------8<--------8<--------8<--------8<--------8<--------8<--------8<
*5.0.9*

 SECURITY:
    - An existing user/community could get access to data in MIB
      objects that were explicitly excluded from their view.

 Fixes:
    - Perl build environment should better under Windows
    - Misc kerberos support fixes.
    - Improvements on various manual pages.
    - A annoying bug with SETs being passed to pass scripts was fixed.
    - The often talked about VACM optimization improvement was fixed again.
    - mib2c handles augmentation tables better now.
    - Various 64 bit issues have been addressed.

*5.0.8*
 New:
    - No new features will be added to the 5.0.x line.

 Ports:
    - Update libtool to version 1.4.3, for the benefit of Darwin
    - diskio support for Darwin
    - Updates for OpenBSD 3.
    - Updates to solaris README

 Fixes:
    - find libwrap w/nsl on RedHat
    - fix for openssl 0.9.7
    - Fix some AgentX memory leaks
    - use macro for inline function prototypes
    - Attempt to find unused port before running tests
    - Use SNMP_SLEEP environment variable when running tests
    - calculate a proper ifSpeed under linux when possible
    - better daemonization of snmpd
    - close and reopen snmptrapd log files on HUP
    - support for 16 bit reuqest ids
    - Recognize new 't' code in display hints
    - misc other fixes

*5.0.7*
 New:
    - VACM (access control) optimizations which will greatly benefit
      people who wish to exclude large portions of the MIB tree from
      some people.  Previously this was a large resource drain.
    - Add command line option to snmpd to set syslog facility
    - Reverse DISPLAY-HINT processing, i.e. it allows you to input data
      formatted like a DISPLAY-HINT prescribes
    - Support setting of sysDescr and sysObjectID via snmpd.conf
      configuration directives
    - New output option to force display of strings as hex
    - Persistent directory can be specified at runtime
    - Add support for Linux virtual interfaces in the ipAddressTable.
    - implemented the mteEventTable and the mteEventNotificationTable
      form the DISMAN-EVENT-MIB.

 Fixes:
    - AgentX no longer flagged as experimental
    - A few memory leak fixes for the table_iterator agent API.
    - Processed flag cleared before each pass of a set request
    - Remove snmpd pid file on exit
    - Restore default behaviour of building shared libraries
    - misc other fixes
--------8<--------8<--------8<--------8<--------8<--------8<--------8<
2003-09-12 12:07:18 +00:00
jlam
b2677a2cb0 Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if
USE_PKGINSTALL is "YES".  bsd.pkg.install.mk will no longer automatically
pick up a INSTALL/DEINSTALL script in the package directory and assume that
you want it for the corresponding *_EXTRA_TMPL variable.
2003-08-30 22:51:11 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
grant
982fbe23c7 remove some unneeded parens, quote a conditional 2003-05-06 21:11:24 +00:00
grant
ace2e30bbd net-snmp doesn't have working IPv6 support on Solaris, so deal with
the two header files which are not installed as a result.
2003-05-06 21:10:39 +00:00
jmc
4644ac6f38 Make sure configure is executable after patching for Solaris 2003-04-02 19:16:18 +00:00
jlam
d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00
veego
5f0f3aaeda Remove tab's at the end of an .endif. noticed by pkglint. 2002-12-29 10:37:44 +00:00
cjep
515a05cc27 Whitespace fix. 2002-12-16 00:27:48 +00:00
seb
d2a2ea44fd Fix USE_UCD_SNMP behaviour: previously net-snmp package was never considered
even with USE_UCD_SNMP not defined.
Include bsd.prefs.mk so PKG_INFO is defined.
2002-11-04 17:07:24 +00:00
jlam
19ef2b6021 If a package uses the UCD-SNMP interface to Net-SNMP, then first check
if ucd-snmp is installed.  If it is, then use it, otherwise, use the
net-snmp package with the ucd-snmp-compatibility headers and libraries.

A package signals that it wants to use the UCD-SNMP interface by defining
USE_UCD_SNMP in the package Makefile.
2002-10-24 09:54:43 +00:00
jlam
314c92b5fd Install the UCD-SNMP look-alike headers and libraries to ease porting of
older software to use net-snmp.
2002-10-24 09:34:07 +00:00
jlam
5ae966807d Initial import of net-snmp-5.0.6 as net/net-snmp. This package is based
on net/net-snmp-current and on the FreeBSD net-snmp port, and may be
considered as an update to ucd-snmp.  Changes since ucd-snmp include:

	* complete rewrite of the agent internals
	* new agent module API
	* SNMPv3
	* improved AgentX subagent handling
	* many, many bugfixes in plugged memory leaks
	* prevent DoS attacks from authenticated users
2002-10-24 08:29:33 +00:00