2012-06-12 17:46:06 by Thomas Klausner | Files touched by this commit (106) |
Log message:
Add inet6 to default suggested options. It's 2012.
|
2011-11-01 20:10:16 by John Marino | Files touched by this commit (2) |
Log message:
net/trafshow: Fix breakage on all platforms
Trafshow would not build due to #elif used instead of #else.
It would not build on DragonFly nor NetBSD 5.99
Reported by S.Wildner
|
2011-03-17 23:09:52 by Zafer Aydogan | Files touched by this commit (1) |
Log message:
service suspended. prevent timeout. fetch from backup.
|
2010-01-27 18:33:43 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Actually enable destdir.
|
2010-01-27 18:32:54 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
DESTDIR support
|
2009-06-14 20:09:49 by Joerg Sonnenberger | Files touched by this commit (291) |
Log message:
Remove @dirrm entries from PLISTs
|
2007-10-18 11:32:44 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update trafshow to 5.2.3.
Based on patch provided by Jason White in PR 37142.
Bump depeneing libpcap to 0.8.1.
Version 5.2.2 at Jan 8 12:34:34 NOVT 2006
------------------------------------------
* The sources was cleaned for new version of gcc 4.0. No complains
any more. No other improvements has been made.
Version 5.2.3 at Mar 12 15:04:12 NOVT 2006
------------------------------------------
* Significant improvement for *BSD packets capturing scheme using
libpcap version 0.8 capabilities (pcap_get_selectable_fd() function).
* Bug-fix against core dumps on the list of interfaces with aliases
and so on.
|
2007-09-08 00:12:28 by Johnny C. Lam | Files touched by this commit (52) |
Log message:
Convert packages that test and use USE_INET6 to use the options framework
and to support the "inet6" option instead.
Remaining usage of USE_INET6 was solely for the benefit of the scripts
that generate the README.html files. Replace:
BUILD_DEFS+= USE_INET6
with
BUILD_DEFS+= IPV6_READY
and teach the README-generation tools to look for that instead.
This nukes USE_INET6 from pkgsrc proper. We leave a tiny bit of code
to continue to support USE_INET6 for pkgsrc-wip until it has been nuked
from there as well.
|
2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721) |
Log message:
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
|
2006-06-05 19:29:25 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Add -DBIND_8_COMPAT to CFLAGS to build on Darwin. This fixes
PR pkgp/33634.
|