1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

Fix build on 10-STABLE

PR:		196142
Submitted by:	ler@lerctr.org (maintainer)
Reviewed by:	sunpoet
This commit is contained in:
Thomas Zander 2014-12-20 16:56:40 +00:00
parent f261a66f03
commit 43f44805bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375011
2 changed files with 5 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= lsof
DISTVERSION= 4.89A
DISTVERSION= 4.89B
PORTEPOCH= 8
CATEGORIES= sysutils
MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \
@ -49,6 +49,8 @@ CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS= -n freebsd
CONFIGURE_ENV= LSOF_CC="${CC}" FREEBSD_SYS="${SRC_BASE}/sys"
CFLAGS+= -DNEEDS_BOOL_TYPEDEF
.if !exists(${SRC_BASE}/sys/kern/kern_lockf.c)
IGNORE= requires kernel sources
.endif

View File

@ -1,2 +1,2 @@
SHA256 (lsof_4.89A.freebsd.tar.bz2) = 03d32df9b430e6786a5f5976f472a276444773c109e573b430b566f3fcf4b355
SIZE (lsof_4.89A.freebsd.tar.bz2) = 483041
SHA256 (lsof_4.89B.freebsd.tar.bz2) = d1c0836e5bb20fd307c0f4993debc2027cfa0e887595f7f6d7e81d9729013c04
SIZE (lsof_4.89B.freebsd.tar.bz2) = 483864