svn commit: r378940 - in head/sysutils/lsof: . files
Kurt Jaeger
pi at FreeBSD.org
Fri Feb 13 19:09:03 UTC 2015
Author: pi
Date: Fri Feb 13 19:09:02 2015
New Revision: 378940
URL: https://svnweb.freebsd.org/changeset/ports/378940
QAT: https://qat.redports.org/buildarchive/r378940/
Log:
sysutils/lsof: 4.89B -> 4.89C
- Updated for latest version of FreeBSD 11.0-CURRENT.
- Compensated for a missing FreeBSD 10.0 typedef of bool on the
i386 architecture. Allen Hewes provided a test system.
Andrey Chernov provided useful advice.
- Improved tests/Add2TestDB script with a patch from Peter Schiffer.
Added patches from Peter to eliminate Linux gcc warnings.
Updated Lsof.8 with improvements supplied by Bjarni Ingi Gislason.
- Changed FreeBSD global CFLAGS extraction per Terry Kennedy
Also made sure -DNEEDS_BOOL_TYPEDEF is #define'd when the resulting
CFLAGS doesn't contain it. Terry reported that need.
PR: 197388
Submitted by: Larry Rosenman <ler at lerctr.org> (maintainer)
Deleted:
head/sysutils/lsof/files/
Modified:
head/sysutils/lsof/Makefile
head/sysutils/lsof/distinfo
Modified: head/sysutils/lsof/Makefile
==============================================================================
--- head/sysutils/lsof/Makefile Fri Feb 13 19:04:42 2015 (r378939)
+++ head/sysutils/lsof/Makefile Fri Feb 13 19:09:02 2015 (r378940)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= lsof
-DISTVERSION= 4.89B
+DISTVERSION= 4.89C
PORTEPOCH= 8
CATEGORIES= sysutils
MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \
@@ -49,7 +49,6 @@ 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
Modified: head/sysutils/lsof/distinfo
==============================================================================
--- head/sysutils/lsof/distinfo Fri Feb 13 19:04:42 2015 (r378939)
+++ head/sysutils/lsof/distinfo Fri Feb 13 19:09:02 2015 (r378940)
@@ -1,2 +1,2 @@
-SHA256 (lsof_4.89B.freebsd.tar.bz2) = d1c0836e5bb20fd307c0f4993debc2027cfa0e887595f7f6d7e81d9729013c04
-SIZE (lsof_4.89B.freebsd.tar.bz2) = 483864
+SHA256 (lsof_4.89C.freebsd.tar.bz2) = 8f094ba7512f5fd5f893a8b8fd5f510bc9e61eb9269e6b6413a554cf5eebea6b
+SIZE (lsof_4.89C.freebsd.tar.bz2) = 483625
More information about the svn-ports-head
mailing list