Commit graph

83 commits

Author SHA1 Message Date
jmmv
9516bd5b9a Convert to the bsd.pkg.install.mk framework:
- 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-30 21:04:58 +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
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
hubertf
7c166fc11b Add provides/requires tags for rcorder
Submitted in PR 20605 by David Ferlier <david@netbsd-fr.org>
2003-03-06 23:00:15 +00:00
wiz
086c033b4e Add perl build dependency. 2003-01-04 22:16:43 +00:00
wiz
a2a631dbc1 Unused. 2002-10-05 04:02:19 +00:00
wiz
9fae80ae8e autoconf dependency not needed -- we already have a configure.
While here, delete unnecessary parts of said configure patch.
2002-10-02 21:10:10 +00:00
grant
16eebac8c6 comment fix. 2002-09-23 15:21:40 +00:00
jlam
e2afa97f51 Merge changes in packages from the buildlink2 branch that have
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-08-25 18:38:05 +00:00
seb
db84442a67 Substitute a couple of mkdir' by ${MKDIR}'.
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-26 10:29:33 +00:00
wiz
5545d3c5ee Remove another USE_SSL comment. 2002-06-17 10:34:38 +00:00
tron
92571cd9db Enable memory and VM statistic under NetBSD. This fixes PR pkg/14438
by Scott Presnell.
2002-05-25 08:04:51 +00:00
tron
4e4978e826 Remove debugging statement committed by accident. 2002-05-25 06:39:10 +00:00
tron
dcfdaa258d Wrap unnecessary long line. 2002-05-25 06:37:32 +00:00
fredb
0cab25b605 In ucd-snmp's shared libraries, the SONAME is the filename, which contains
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-20 18:46:06 +00:00
tron
48d7efd61c Record conflict with "net-snmp-current" package. 2002-04-11 09:44:04 +00:00
itojun
d4d005b6f3 upgrade to 4.2.4.
release note: http://sourceforge.net/project/shownotes.php?release_id=83551
2002-04-09 09:53:54 +00:00
tron
3c5b4a5a97 Fix silly typo in original sources which causes build failures on NetBSD
systems with utmpx support.
2002-03-04 12:40:24 +00:00
tron
6536ea2bf8 Put a delay in the "restart" code so that the daemon has time to shutdown
properly.
2002-02-27 15:13:31 +00:00
tron
4dc6b3b9e7 Fix message displayed if daemon is started. 2002-02-27 12:52:58 +00:00
tron
4ff705e08c Add buildlink glue code for libraries and includes delivered by the
"ucd-snmp" package.
2002-02-17 21:09:35 +00:00
tron
7fa065631e Add work arround for build problems under NetBSD-i386 1.5.1, 1.5.2 and
early 1.5.3 alpha versions caused by an error in "sys/disklabel.h"
2002-02-14 09:40:31 +00:00
tron
b67cf00c61 Update "ucd-snmp" package to version 4.2.3nb1:
- 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-13 16:41:40 +00:00
skrll
9bd4180d57 /bin/mkdir -> ${MKDIR}.
Make the print-PLIST target output ${MKDIR} also.
2002-02-05 22:39:00 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
tron
9d1956040f Put a "@" in front of the recently added "${LN}" command so that the
"post-extract" target is quiet again.
2001-09-24 15:02:53 +00:00
tron
bc1aa94690 Fix build problem under NetBSD-current. Patch supplied by Naoto Shimazaki
in PR pkg/14045.
2001-09-24 09:40:00 +00:00
tron
a68a277b43 Use wildcard dependence on "autoconf" package. 2001-08-27 14:35:04 +00:00
wiz
433b62957e Move to sha1 checksum, and/or add distfile sizes. 2001-04-21 11:23:08 +00:00
agc
bbc67fac91 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:53:33 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
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-27 03:19:43 +00:00
agc
1b3a258925 A very dirty workaround to a compilation problem on NetBSD hosts caused by
configure script problems.
2001-03-14 10:29:42 +00:00
wiz
ee1c19f523 add RCS Id (!) 2001-03-05 19:06:57 +00:00
wiz
112aff08e7 Undo part of 1.30 (which must have been an error). pkg/12334. 2001-03-05 19:06:47 +00:00
itojun
bcaae6aaf8 remove obsoleted PATCH_SITES section. the kame patch is already integrated
into ucd-snmp distribution.
2001-03-04 13:28:45 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
wiz
d4fce8d4e7 Unify format of MESSAGEs, and include RCS Ids. 2001-02-06 14:24:03 +00:00
fredb
46a9e2c3de Make that "autoreconf" -- there is no "autoremake". 2001-02-06 03:16:56 +00:00
tron
f2d262e0be Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-05 09:00:54 +00:00
hubertf
4e372acf40 use MASTER_SITE_SOURCEFORGE for better reachability 2001-01-31 00:33:23 +00:00
wiz
d7906c3ebd Some more MESSAGE cleanup. 2001-01-29 11:38:10 +00:00
hubertf
6be2ab40ba This was meant to be added for PR 12043 - fixes part of PR 12055 2001-01-28 03:39:48 +00:00
wiz
bb33ca9ce1 Regen. 2001-01-26 10:46:41 +00:00
hubertf
0633c8a40b snmpd tries to use librpm to give a list of installed software
via the swinst table. Disable for a number of reasons.

Patch sent in by "Greg A. Woods" <woods@planix.com> in private mail.
2001-01-26 04:38:04 +00:00
hubertf
7d8e82eb8c * Fix rc.d scripts
* support HOST-RESOURCES MIB

Patch submitted by Greg A. Woods <woods@weird.com> in PR 12043
2001-01-26 02:02:34 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
hubertf
4eeedcc39d Make rc.d script handle stop/start/restart 2000-12-16 09:04:40 +00:00
hubertf
9a3a983912 Link against libcrypto. Previous versions did not require this, but
not doing so results in application code needing change, e.g. pchar.

With this change, pchar now builds with ucd-snmp 4.0.1.12 and 4.1.2
without a change.
2000-12-15 18:46:50 +00:00