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

(-)b/net-mgmt/arpwatch/Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	arpwatch
3
PORTNAME=	arpwatch
4
PORTVERSION=	3.1
4
PORTVERSION=	3.1
5
PORTREVISION=	1
5
CATEGORIES=	net-mgmt
6
CATEGORIES=	net-mgmt
6
MASTER_SITES=	https://ee.lbl.gov/downloads/arpwatch/ \
7
MASTER_SITES=	https://ee.lbl.gov/downloads/arpwatch/ \
7
		LOCAL/leres/arpwatch
8
		LOCAL/leres/arpwatch
(-)b/net-mgmt/arpwatch/files/patch-configure (+11 lines)
Added Link Here
1
--- configure.orig	2021-12-14 18:48:09 UTC
2
+++ configure
3
@@ -5616,7 +5616,7 @@ fi
4
 
5
 
6
 if test -z "${V_SENDMAIL}" ; then
7
-	as_fn_error $? "Can't find sendmail" "$LINENO" 5
8
+	#as_fn_error $? "Can't find sendmail" "$LINENO" 5
9
 fi
10
 
11
 

Return to bug 260420