Commit graph

6340 commits

Author SHA1 Message Date
wiz
024762e8aa Fix CHECK_FILES installation. Patch from Emil Skoeldberg.
Bump PKGREVISION.
2005-11-11 21:14:50 +00:00
martti
2020bbfe3d Substitute "XFce 4" with "Xfce" in DESCR and Makefile's COMMENT.
It is a lower-case f according to the official site.
2005-11-09 07:09:04 +00:00
wiz
57f682915a Add patch for compiling with gcc-3.4.4, provided
by John R. Shannon in PR 32021.
2005-11-08 23:22:58 +00:00
hubertf
c62daa8aca So this package was broken because the author messed up autoconf @foo@.
Makes me wonder how this ever worked. Anyways:

Update ipv6calc to 0.50 (in the wrong hope that it was fixed, but I had to
			 do the work myself, *sigh*).

Changes:
 * nothing important as far as I could spot from the large & useless ChangeLog
   file
 * No longer requite "root" (env-var) to be passed to the pkg
 * hack to make autoconf stuff going, dumping on author to fix properly

Sorry for being in rant mode...
2005-11-08 21:50:15 +00:00
tv
b54d166027 Use += in previous. 2005-11-08 16:58:17 +00:00
tv
cbbe515ec1 NOT_FOR_PLATFORM Interix. 2005-11-08 16:57:40 +00:00
tv
16328ebf7f NOT_FOR_PLATFORM Interix. 2005-11-08 16:45:47 +00:00
tv
256a699b9f Test sizeof(unsigned short) in the int types hackery.
Use autoconf to generate configure, until this patch is regen'd at the source.
2005-11-08 15:59:38 +00:00
tv
215588a402 Use setpgid(), not setpgrp(), on Interix via -D. 2005-11-08 15:51:52 +00:00
tv
f8c08f6ada Also treat __INTERIX as a *BSD for the purposes of this package. (Mainly
changes usage of setpgrp() to setpgid(..., ...).)
2005-11-08 15:50:03 +00:00
tv
1ab0dd64b8 Eliminate use of BSDisms __P() and __const in the only place they are used
(internal strptime(3) replacement prototypes).
2005-11-08 15:47:44 +00:00
tv
4f2f8792ce NOT_FOR_PLATFORM Interix. 2005-11-08 15:41:20 +00:00
tv
c9d3755c0f Include <sys/time.h> for fd_set. 2005-11-08 15:40:27 +00:00
tv
62c35a2584 NOT_FOR_PLATFORM Interix. 2005-11-08 15:37:03 +00:00
tv
1a91551aa9 This depends on libpcap, so say so. 2005-11-08 15:36:06 +00:00
tv
2578eeb399 NOT_FOR_PLATFORM Interix. 2005-11-08 15:32:43 +00:00
tv
040ab9cf47 Require option "inet6" for IPv6 capability. 2005-11-08 15:25:07 +00:00
tv
f875afa92e Obey BSD_INSTALL_* in Makefile. Bump PKGREVISION. 2005-11-08 14:14:36 +00:00
tv
9ba85f83a9 NOT_FOR_PLATFORM Interix. 2005-11-08 14:10:40 +00:00
tv
3e0f03ddc2 Use "int" in place of socklen_t on Interix. 2005-11-08 14:07:11 +00:00
tv
4644f26d1f Pull in libbind resolver on Interix. 2005-11-08 14:05:23 +00:00
tv
fb44a469f5 This needs libpcap, so say so. 2005-11-08 14:04:36 +00:00
tv
cabe7802c6 Use strerror(3) rather than sys_errlist on Interix. 2005-11-08 13:47:40 +00:00
tv
c305d2fcb9 Need libbind resolver on Interix. 2005-11-08 13:45:22 +00:00
tv
c4fdec3747 Use waitpid() instead of wait3() with null rusage. (waitpid is more portable)
Bump PKGREVISION due to this being an all-platform change.
2005-11-08 04:01:24 +00:00
seb
73d39f8241 Update to version 1.1.3
Changes since last packages version (1.1.2):
Wed Nov  2 10:03:00 CET 2005
  * Fixed typos in sipcalc man page, thanks to A Costa <agcosta@gis.net>
    for patch.
  * Added -w ipv4 option to display some inverse mask information.
2005-11-07 22:00:45 +00:00
tv
fd90b2f050 NOT_FOR_PLATFORM Interix. 2005-11-07 21:46:25 +00:00
tv
42158926f7 Don't try including <net/if.h> on Interix. 2005-11-07 21:42:22 +00:00
tv
b0b043bef4 NOT_FOR_PLATFORM Interix. 2005-11-07 21:33:37 +00:00
tv
310c4cd77e Include <sys/time.h> to get fd_set properly. 2005-11-07 21:32:27 +00:00
tv
99c39d2867 Pull in libbind resolver on Interix. 2005-11-07 21:24:37 +00:00
martti
2c977134b9 Updated p5-Net-SNMP to 5.2.0
- Removed the dependency on the IO::Socket::INET and IO::Socket::INET6
  modules.  The IO::Socket module is now used for all socket objects.
- The port information can now be included as part of the transport
  address specified with the session() Transport Domain arguments.
- Added support for specifying the scope zone index for IPv6 addresses
  as described in RFC 4007 - "IPv6 Scoped Address Architecture".
- The default value for the agent-addr in SNMPv1 Trap-PDUs is now the
  IP address associated with the interface on which the trap will be
  transmitted.
- Support of the AES privacy protocol was updated to be compliant with
  RFC 3826 - "The Advanced Encryption Standard (AES) Cipher Algorithm
  in the SNMP User-based Security Model".
- Corrected an issue where any non-blocking SNMPv3 message queued prior
  to calling snmp_dispatcher() was sent with an empty contextEngineID.
- The first SNMPv3 discovery message is again being sent with a zero-
  length msgUserName as suggested by RFC 3414.
- All sockets are now flagged as non-blocking to prevent a possible
  deadlock due to an interaction between recv() and select().
- The sending of messages is now bounded by the receive processing rate
  to avoid receive buffer overflows.
- The return value of select() is now checked for both "undef" and -1.
- The "usm.t" tests are now skipped if any of the non-core modules
  required by the Net::SNMP::Security::USM module are not present.
2005-11-07 13:31:06 +00:00
martti
aa8a266482 Added p5-POE-Component-SNMP 2005-11-07 11:36:22 +00:00
martti
96baa5d95b This module is an event-driven SNMP interface for POE.
POE::Component::SNMP uses the Net::SNMP module.
2005-11-07 11:30:34 +00:00
martti
40caf56463 Removed the buildlink3.mk
I got few private comments that one should not use buildlink3.mk but the
standard DEPENDS statement because we do not link against libraries
in this case.
2005-11-07 11:16:32 +00:00
jlam
0d48f281f8 Pre-format the tbl in the faucet and hose man pages so they're properly
displayed by man(1).
2005-11-07 02:48:50 +00:00
jlam
84f0a5a53c Pre-emptively try to support building on Solaris. 2005-11-07 00:00:23 +00:00
jlam
e1304330b3 Add and enable netpipes. 2005-11-06 23:59:12 +00:00
jlam
1f7c89b5b7 Import netpipes-4.2-export as net/netpipes.
The netpipes package is a collection of utilities that makes TCP/IP
streams usable in shell scripts.
2005-11-06 23:58:34 +00:00
joerg
b959836a60 Don't advertise RC script and forget it in the PLIST. Bump revision. 2005-11-06 16:36:48 +00:00
joerg
6b36385c7e Add a RC script for NSD. Set default database location to
${VARBASE}/db/nsd.db on all platforms and use user/group nsd for the
daemon to run as. Install sample configuration without .sample
extension. Take maintainership. Bump revision.
2005-11-05 21:27:53 +00:00
kristerw
af7b0c42b9 This pkg has not been ported to big endian architectures. Set PKG_SKIP_REASON. 2005-11-05 19:37:54 +00:00
wiz
0de3b301dc Add missing includes (ssl, zlib). From Geert Hendrickx. 2005-11-05 12:24:35 +00:00
martti
49311fd737 Added buildlink3.mk for this package. 2005-11-05 06:16:55 +00:00
rillig
069df9ce65 Removed jdk13 from the PKG_JVMS_ACCEPTED. 2005-11-04 19:38:26 +00:00
rillig
bb62f49418 Fixed wrong use of WRKSRC. Cleaned up the Makefile. Added an override
for INSTALL_LIB. As the libraries are installed with the correct
ownership now (LIBOWN and LIBGRP), bumped the PKGREVISION.
2005-11-04 19:36:01 +00:00
rillig
0ee4fe9ca6 Removed invalid "jdk13" from PKG_JVMS_ACCEPTED. 2005-11-04 19:00:19 +00:00
minskim
9a0b4bd480 Use setpgrp(pid_t, pid_t) instead of setpgrp() on Darwin. 2005-11-04 16:41:30 +00:00
martti
56192a4d30 Use the official utmpx patch. No functional change. 2005-11-04 12:36:16 +00:00
gendalia
dc88069d4d Patch allows build on NetBSD 2.1, but it built on everything else,
so increment PKGREVISION.
2005-11-04 07:28:47 +00:00