View | Details | Raw Unified | Return to bug 99884
Collapse All | Expand All

(-)Makefile (-6 / +5 lines)
Lines 6-18 Link Here
6
#
6
#
7
7
8
PORTNAME=	arpwatch
8
PORTNAME=	arpwatch
9
PORTVERSION=	2.1.a13
9
PORTVERSION=	2.1.a14
10
PORTREVISION=	2
11
CATEGORIES=	net-mgmt
10
CATEGORIES=	net-mgmt
12
MASTER_SITES=	ftp://ftp.ee.lbl.gov/
11
MASTER_SITES=	ftp://ftp.ee.lbl.gov/
13
DISTNAME=	arpwatch-2.1a13
12
DISTNAME=	${PORTNAME}-2.1a14
14
13
15
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	tabthorpe@goodking.ca
16
COMMENT=	Monitor arp & rarp requests
15
COMMENT=	Monitor arp & rarp requests
17
16
18
CONFLICTS=	arpwatch-devel-2.*
17
CONFLICTS=	arpwatch-devel-2.*
Lines 36-43 Link Here
36
	fi
35
	fi
37
	${TOUCH} ${PREFIX}/arpwatch/arp.dat
36
	${TOUCH} ${PREFIX}/arpwatch/arp.dat
38
	${CHMOD} 644 ${PREFIX}/arpwatch/arp.dat
37
	${CHMOD} 644 ${PREFIX}/arpwatch/arp.dat
39
	for file in ethercodes.dat d.awk e.awk p.awk; do		\
38
	for files in ethercodes.dat d.awk e.awk p.awk; do		\
40
		${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/arpwatch;	\
39
		${INSTALL_DATA} ${WRKSRC}/$$files ${PREFIX}/arpwatch;	\
41
	done
40
	done
42
	${INSTALL_SCRIPT} ${WRKSRC}/arp2ethers ${PREFIX}/arpwatch
41
	${INSTALL_SCRIPT} ${WRKSRC}/arp2ethers ${PREFIX}/arpwatch
43
42
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (arpwatch-2.1a13.tar.gz) = b9ff9739cdd2c0e9807b2d05860e4811
1
MD5 (arpwatch-2.1a14.tar.gz) = a80f26ba58012755dbb9fd99fb3af660
2
SHA256 (arpwatch-2.1a13.tar.gz) = 57025d5d1c883961ad7bbe53e5f0d73fa4b55659c28ee7722dddfc9c1512ee76
2
SHA256 (arpwatch-2.1a14.tar.gz) = c709b4020fc9c7e8c3f7ea913c8f1f30b7fed33455112e157b1b09f090ba700b
3
SIZE (arpwatch-2.1a13.tar.gz) = 152779
3
SIZE (arpwatch-2.1a14.tar.gz) = 201311
(-)files/patch-ae (-7 / +7 lines)
Lines 1-18 Link Here
1
--- configure.orig	Thu Jun 15 01:37:53 2000
1
--- configure.orig	Wed Jun 21 16:32:38 2006
2
+++ configure	Tue Sep  5 02:57:33 2000
2
+++ configure	Fri Jul  7 09:57:50 2006
3
@@ -649,7 +649,7 @@
3
@@ -1419,7 +1419,7 @@
4
   :
4
   withval="$with_gcc"
5
 fi
6
 
5
 
6
 fi;
7
-    V_CCOPT="-O"
7
-    V_CCOPT="-O"
8
+#    V_CCOPT="-O"
8
+#    V_CCOPT="-O"
9
     V_INCLS=""
9
     V_INCLS=""
10
     if test "${srcdir}" != "." ; then
10
     if test "${srcdir}" != "." ; then
11
 	    V_INCLS="-I\$\(srcdir\)"
11
 	    V_INCLS="-I\$\(srcdir\)"
12
@@ -2599,7 +2599,7 @@
12
@@ -5299,7 +5299,7 @@
13
 		    fi
13
 		    fi
14
 		    V_CCOPT="$V_CCOPT -Wall"
14
 		    V_CCOPT="$V_CCOPT -Wall"
15
 		    if test $ac_cv_lbl_gcc_vers -gt 1 ; then
15
 		    if test "$ac_cv_lbl_gcc_vers" -gt 1 ; then
16
-			    V_CCOPT="$V_CCOPT -Wmissing-prototypes -Wstrict-prototypes"
16
-			    V_CCOPT="$V_CCOPT -Wmissing-prototypes -Wstrict-prototypes"
17
+#			    V_CCOPT="$V_CCOPT -Wmissing-prototypes -Wstrict-prototypes"
17
+#			    V_CCOPT="$V_CCOPT -Wmissing-prototypes -Wstrict-prototypes"
18
 		    fi
18
 		    fi
(-)files/patch-aj (-9 / +18 lines)
Lines 1-5 Link Here
1
--- arpwatch.8.orig	Sun Oct  8 21:31:28 2000
1
--- arpwatch.8.orig	Sun Oct  8 16:31:28 2000
2
+++ arpwatch.8	Thu Feb 22 22:47:29 2001
2
+++ arpwatch.8	Fri Jul  7 10:03:53 2006
3
@@ -38,6 +38,9 @@
3
@@ -38,6 +38,9 @@
4
 .br
4
 .br
5
 .ti +8
5
 .ti +8
Lines 10-25 Link Here
10
 .B -n
10
 .B -n
11
 .IR net [/ width
11
 .IR net [/ width
12
 ]] [
12
 ]] [
13
@@ -69,6 +72,12 @@
13
@@ -71,6 +74,12 @@
14
 The
15
 .B -i
16
 flag is used to override the default interface.
14
 flag is used to override the default interface.
17
+.LP
15
 .LP
18
+The
16
 The
19
+.B -m
17
+.B -m
20
+flag specifies the address that will receive the emails.
18
+flag specifies the address that will receive the emails.
21
+The default is
19
+The default is
22
+.IR root .
20
+.IR root .
23
 .LP
21
+.LP
24
 The
22
+The
25
 .B -n
23
 .B -n
24
 flag specifies additional local networks. This can be useful to
25
 avoid "bogon" warnings when there is more than one network running
26
@@ -152,7 +161,7 @@
27
 .na
28
 .nh
29
 .nf
30
-/usr/operator/arpwatch - default directory
31
+/usr/local/arpwatch - default directory
32
 arp.dat - ethernet/ip address database
33
 ethercodes.dat - vendor ethernet block list
34
 .ad
(-)files/patch-ak (-6 / +15 lines)
Lines 1-5 Link Here
1
--- arpsnmp.8.orig	Sun Sep 17 21:34:48 2000
1
--- arpsnmp.8.orig	Sun Sep 17 16:34:48 2000
2
+++ arpsnmp.8	Thu Feb 22 22:47:29 2001
2
+++ arpsnmp.8	Fri Jul  7 10:07:53 2006
3
@@ -30,6 +30,9 @@
3
@@ -30,6 +30,9 @@
4
 ] [
4
 ] [
5
 .B -f
5
 .B -f
Lines 10-25 Link Here
10
 ]
10
 ]
11
 .I file
11
 .I file
12
 [
12
 [
13
@@ -54,6 +57,12 @@
13
@@ -55,6 +58,12 @@
14
 flag is used to set the ethernet/ip address database filename.
15
 The default is
14
 The default is
16
 .IR arp.dat .
15
 .IR arp.dat .
17
+.LP
16
 .LP
18
+The
17
+The
19
+.B -m
18
+.B -m
20
+flag specifies the address that will receive the emails.
19
+flag specifies the address that will receive the emails.
21
+The default is
20
+The default is
22
+.IR root .
21
+.IR root .
23
 .LP
22
+.LP
24
 Note that an empty
23
 Note that an empty
25
 .I arp.dat
24
 .I arp.dat
25
 file must be created before the first time you run
26
@@ -69,7 +78,7 @@
27
 .na
28
 .nh
29
 .nf
30
-/usr/operator/arpwatch - default directory
31
+/usr/local/arpwatch - default directory
32
 arp.dat - ethernet/ip address database
33
 ethercodes.dat - vendor ethernet block list
34
 .ad

Return to bug 99884