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

(-)chkrootkit/Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	chkrootkit
8
PORTNAME=	chkrootkit
9
PORTVERSION=	0.41
9
PORTVERSION=	0.41
10
PORTREVISION=	1
10
CATEGORIES=	security
11
CATEGORIES=	security
11
MASTER_SITES=	ftp://ftp.pangeia.com.br/pub/seg/pac/
12
MASTER_SITES=	ftp://ftp.pangeia.com.br/pub/seg/pac/
12
13
(-)chkrootkit/files/patch-chkrootkit (-1 / +1 lines)
Lines 74-80 Link Here
74
 VERSION=`${uname} -r`
74
 VERSION=`${uname} -r`
75
+
75
+
76
+if [ "${SYSTEM}" = "FreeBSD" ] ; then
76
+if [ "${SYSTEM}" = "FreeBSD" ] ; then
77
+   if [ -n '`uname -r | grep "^5"`' ] ; then
77
+   if [ "${VERSION}" != ${VERSION##5}  ] ; then
78
+      FreeBSD5="yes"
78
+      FreeBSD5="yes"
79
+   fi
79
+   fi
80
+fi
80
+fi

Return to bug 56702