mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 23:39:20 -04:00
- Revise manual page for correctness and completeness - Reinstate the `-y' (nroff) flag - Drop gmake(1) dependency, builds with BSD make(1) - Tweak port description and Makefile markup and syntax - Pet portlint(1) Mentioned in PR: ports/119680 [1] Patches obtained from: Debian
11 lines
396 B
C
11 lines
396 B
C
--- base/pcap-snoop.c.orig 2008-01-29 21:40:43.000000000 +0600
|
|
+++ base/pcap-snoop.c 2008-01-29 21:40:51.000000000 +0600
|
|
@@ -206,7 +206,7 @@
|
|
|
|
signal(SIGINT,sig_handler);
|
|
|
|
- while((c=getopt(argc,argv,"vr:f:S:Ttai:k:p:nsAxXhHVNdqem:P"))!=EOF){
|
|
+ while((c=getopt(argc,argv,"vr:f:S:yTtai:k:p:nsAxXhHVNdqem:P"))!=EOF){
|
|
switch(c){
|
|
case 'v':
|
|
print_version();
|