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

(-)sysutils/lsof/Makefile (-2 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	lsof
4
PORTNAME=	lsof
5
DISTVERSION=	4.89B
5
DISTVERSION=	4.89C
6
PORTEPOCH=	8
6
PORTEPOCH=	8
7
CATEGORIES=	sysutils
7
CATEGORIES=	sysutils
8
MASTER_SITES=	http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \
8
MASTER_SITES=	http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \
Lines 49-55 Link Here
49
CONFIGURE_ARGS=	-n freebsd
49
CONFIGURE_ARGS=	-n freebsd
50
CONFIGURE_ENV=	LSOF_CC="${CC}" FREEBSD_SYS="${SRC_BASE}/sys"
50
CONFIGURE_ENV=	LSOF_CC="${CC}" FREEBSD_SYS="${SRC_BASE}/sys"
51
51
52
CFLAGS+=	-DNEEDS_BOOL_TYPEDEF
53
52
54
.if !exists(${SRC_BASE}/sys/kern/kern_lockf.c)
53
.if !exists(${SRC_BASE}/sys/kern/kern_lockf.c)
55
IGNORE=		requires kernel sources
54
IGNORE=		requires kernel sources
(-)sysutils/lsof/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (lsof_4.89B.freebsd.tar.bz2) = d1c0836e5bb20fd307c0f4993debc2027cfa0e887595f7f6d7e81d9729013c04
1
SHA256 (lsof_4.89C.freebsd.tar.bz2) = 8f094ba7512f5fd5f893a8b8fd5f510bc9e61eb9269e6b6413a554cf5eebea6b
2
SIZE (lsof_4.89B.freebsd.tar.bz2) = 483864
2
SIZE (lsof_4.89C.freebsd.tar.bz2) = 483625
(-)sysutils/lsof/files/patch-Configure (-11 lines)
Lines 1-11 Link Here
1
--- Configure.orig	2014-12-19 19:55:04.000000000 +0100
2
+++ Configure	2015-02-01 12:45:30.783557202 +0100
3
@@ -1642,7 +1642,7 @@
4
     then
5
       FREEBSD_MAKE_CONF="/etc/make.conf"
6
     fi	# }
7
-    if test -r $FREEBSD_MAKE_CONF	# {
8
+    if test $FREEBSD_MAKE_CONF	# {
9
     then
10
       LSOF_TMP1=`echo "all:\n.include <bsd.prog.mk>" | $LSOF_MAKE -f- -VCFLAGS`
11
       LSOF_TMP=1

Return to bug 197388