Commit Graph

172 Commits

Author SHA1 Message Date
Larry Rosenman
abeca73696 Official fix for the arm ARM_NARCH and ARM_NMMUS issue
(r431492)

Approved by:	adamw (mentor)
Obtained from:	Vic Abell (author)
MFH:		2017Q1 (blanket)
Differential Revision:	https://reviews.freebsd.org/D9188
2017-01-15 15:28:27 +00:00
Adam Weinberger
5d61e835f3 Update to 4.90G.
Includes:
  - Change from using i_dev to using i_ump->um_dev

PR:		212901
Submitted by:	Trond Endrestol
Approved by:	maintainer (Larry Rosenman)
2016-09-22 21:51:48 +00:00
Adam Weinberger
156aea0bae Update to 4.90F.
PR:		212457
Submitted by:	maintainer (Larry Rosenman)
2016-09-07 15:03:24 +00:00
Adam Weinberger
ee8aa08c2c Update to 4.90E.
PR:		211241
Submitted by:	maintainer (Larry Rosenman)
2016-07-20 15:10:01 +00:00
Adam Weinberger
fca4783652 upgrade to 4.90C
- support for DTYPE_PTS
- FreeBSD 12.0-CURRENT

PR:		211017
Submitted by:	maintainer (Larry Rosenman)
2016-07-11 20:44:11 +00:00
Martin Wilke
f59be8d47d -Update to 4.90B
PR:		205931
Submitted by:	maintainer
2016-01-06 06:10:21 +00:00
Kurt Jaeger
d218b155ad sysutils/lsof: 4.89E -> 4.90A
- head changed the system to require an opt_random.h header for
  some of the _KERNEL compiled headers that sysutils/lsof uses.
- 4.90A fixes this, it also picks up the changes from the 4.89 FULL
  RELEASE

PR:		202421
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2015-08-20 02:18:38 +00:00
Muhammad Moinur Rahman
81f962246a [MAINTAINER] sysutils/lsof: Update version 4.89D=>4.89E
- Mark DATADIR safe
- Fix contiguous blank lines in Makefile

PR:		200696
Submitted by:	ler@lerctr.org
2015-06-08 19:55:56 +00:00
Vanilla I. Shu
74fd140368 Upgrade to 4.89D
PR:		198312
Submitted by:	junchoon@dec.sakura.ne.jp
Approved by:	maintainer
2015-03-07 16:31:54 +00:00
Kurt Jaeger
a07c0217ad 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@lerctr.org> (maintainer)
2015-02-13 19:09:02 +00:00
Thomas Zander
43f44805bf Fix build on 10-STABLE
PR:		196142
Submitted by:	ler@lerctr.org (maintainer)
Reviewed by:	sunpoet
2014-12-20 16:56:40 +00:00
Bryan Drewery
d72f7d1f50 - Update to 4.89A, which should fix head builds.
PR:		ports/195679
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2014-12-17 18:33:27 +00:00
Bryan Drewery
7b3d11deb1 - Update to 4.88
Release notes:

___________________  lsof 4.88 release notes _______________________

4.88            October 13, 2014
                Reduced to 50 the number of open file descriptors lsof
                attempts to close while trying to protect itself from a
                file descriptor exec() attack.  This limits the overhead
                lsof incurs on systems that have large file descriptor
                limits, yet provides sufficient open descriptors for the
                library functions lsof calls.

                Updated for changes in FreeBSD 10 with advice from Eygene
                Ryabinkin <rea@freebsd.org>.  Taught Configure to recognize
                FreeBSD 8.4.

                Herein am noting that lsof for Solaris 10 or 11 is no longer
                supported.  I no longer have test systems.  Some support is
                Herein am noting that lsof for Solaris 10 or 11 is no longer
                supported.  I no longer have test systems.  Some support is
                still available from Casper Dik <Casper.Dik@oracle.com> and a
                Solaris 11 patch he provided is included in this revision.

                Initialized local variables in the Linux process_id() function.
                Jia He <jiakernel@gmail.com> reported the problem.

                Added support for FreeBSD 11.

                Updated FreeBSD ZFS Configure stanza to supply a dummy
                opt_kdtrace.h when needed.

                Added tmpfs file system support for FreeBSD.

                Since a test system is no longer available, dropped the
                claim of FreeBSD 4.9 support.

                Added the +|-E options for Linux.  -E displays endpoint info;
                +E displays endpoint info and endpopint files.  Masatake YAMATO
                <yamato@redhat.com> requested this support and suggested code
                to implement it.

                Fixed a Linux bug handling processes whose command includes a
                non-printing character, particularly a NEWLINE character, and
                clarified printing of single '\\' characters in command and
                file names.  Stephane Chazelas <stephane.chazelas@gmail.com>
                reported the problem.

                Added support for Linux RDMA and CRYPTO protocal names and UNIX
                socket type with code from Masatake YAMATO <yamato@redhat.com>.

                Fixed field output to insure that the field descriptor field is
                always selected, since it identifies the file set.  The bug was
                reported by Gary Plewa <gary.m.plewa-1@lowes.com>.

PR:		194383
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2014-10-16 19:48:45 +00:00
Sunpoet Po-Chuan Hsieh
3a1ef077f4 - Update to 4.88G
PR:		ports/187448
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2014-03-11 18:19:36 +00:00
Sunpoet Po-Chuan Hsieh
0c496cb7c3 - Update to 4.88F
PR:		ports/187157
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2014-03-01 07:24:07 +00:00
Sunpoet Po-Chuan Hsieh
b90bbb90fe - Update to 4.88E
- While I'm here:
  - Support STAGEDIR
  - Use USES=shebangfix

Changes:
- Support HEAD being FreeBSD 11-CURRENT

PR:		ports/182924
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2013-10-12 17:08:55 +00:00
Olli Hauer
83e417e8d8 - update to version 4.88D
add support for FreeBSD 8.4

PR:		ports/177372
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2013-03-27 19:23:50 +00:00
Eygene Ryabinkin
c8514deadd sysutils/lsof: upgrade to 4.88B
4.88B is a fixup release that allows lsof to work with FreeBSD
that was received changes in 'struct filedesc' (just now it is
-HEAD after r247602).

PR:		ports/177200
Approved by:	Larry Rosenman <ler@lerctr.org> (maintainer)
QA page:	http://codelabs.ru/fbsd/ports/qa/sysutils/lsof/4.88.b,8
2013-03-22 15:06:11 +00:00
Ruslan Makhmatkhanov
0d5f7243e3 - update to 4.87
- trim Makefile header
- remove USE_GCC (builds fine with clang)
- bump PORTEPOCH (4.87A is greater than 4.87)

PR:		174906
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2013-01-02 21:22:12 +00:00
Alex Kozlov
797e47b734 - Update to 4.87A
* add support for oldnfs/newnfs filesystem types

PR:	ports/170117
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2012-07-25 05:37:55 +00:00
Ryan Steinmetz
353ff66e01 - Update to 4.86,7
- Remove legacy pre-patch target

PR:		ports/166849
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2012-04-14 22:23:58 +00:00
Michael Scheidell
0433537d4e - Update to Update to 4.86B [1]
- Support 8.3 [1] [2]
- Closes ports/165482 [2]

PR:		ports/165497 [1]
Reported by:	Damien Fleuriot <dam@my.gd> [2]
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
Approved by:	gabor (mentor, implicit)
2012-02-27 11:29:07 +00:00
Chris Rees
7ab633b45a - Update to 4.86A
- Unbreak on 10-CURRENT

PR:		ports/161848
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2011-10-22 15:08:42 +00:00
Ryan Steinmetz
c51ecfc5aa - Update to 4.85
- Remove temporary mirror

PR:		ports/161079
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2011-09-30 13:26:02 +00:00
Chris Rees
92496b8053 Update to 4.85D to support latest 9.0-BETA1
PR:		ports/159798
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2011-08-17 07:25:27 +00:00
Dennis Herrmann
6c47da893b - Update to 4.85C
PR:		port/155292
Submitted by:	Larry Rosenman <ler@lerctr.org> maintainer
2011-03-06 08:39:32 +00:00
Sunpoet Po-Chuan Hsieh
6e22bdf199 - Update to 4.85A
- Pet portlint
- Utilize SRC_BASE
- Minor cleanups

PR:		ports/154125
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
Feature safe:	yes
2011-01-22 20:46:02 +00:00
Martin Wilke
248bf0cb48 - Update to 4.84A
PR:		143961
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
Feature safe:	yes
2010-02-22 20:58:57 +00:00
Martin Wilke
3624693c1d - Update to 4.83
PR:		142947
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2010-01-21 21:14:59 +00:00
Wen Heping
416e4ae528 - Update to 4.83C
PR:		ports/140183
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2009-11-04 15:14:56 +00:00
Martin Wilke
7558552d53 - Update to 4.83B
PR:		138856
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
Feature safe: yes
2009-09-16 07:52:47 +00:00
Martin Wilke
359cccb2ce - Update to 4.83A
PR:		136809
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2009-07-16 21:52:55 +00:00
Martin Wilke
b0118e03fa - Update to 4.82 (Release)
PR:		133662
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2009-04-13 12:12:12 +00:00
Martin Wilke
e5e16bf6f6 - Update to 4.82E
PR:		132933
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2009-03-22 15:29:02 +00:00
Rong-En Fan
c579fd9e69 - Update to 4.82D (fix build on 8-CURRENT)
PR:		ports/132890
Submitted by:	Larry Rosenman <ler at lerctr.org> (maintainer)
2009-03-22 06:49:23 +00:00
Rong-En Fan
5d99596f75 - Update to 4.82C
PR:		ports/131903
Submitted by:	Larry Rosenman <ler at lerctr.org> (maintainer)
2009-02-21 15:17:13 +00:00
Martin Wilke
db5d44c864 - Update to 4.82A
- Adds official support for FreeBSD 7.1-*

PR:		129073
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2008-11-23 08:29:10 +00:00
Martin Wilke
fc92f01b2d - Update to 4.81
PR:		128316
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2008-10-24 14:22:31 +00:00
Martin Wilke
e4de137286 - Update to 4.81D (also unbreak CURRENT)
PR:		126919
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2008-08-30 12:15:28 +00:00
Pav Lucistnik
15b84a382d - Update to 4.81A
PR:		ports/125576
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2008-07-16 13:21:59 +00:00
Ion-Mihai Tetcu
6d0242b6e8 Update to 4.80:
Updated for a FreeBSD 7.0 and above byte level locking
change. The problem was reported by Conrad J. Sabatier
<conrads@cox.net>, who helped test the update. Wesley
Shields <wxs@FreeBSD.org> provided an 8.0-CURRENT test
system.

Propagated the FreeBSD 7.0 and above locking changes to
FreeBSD 6.x, based on a report from Edwin Groothuis
<edwin@FreeBSD.org>.

(as a note about the above, if the port still fails for you, you should upgrade
your system either to the latest HEAD or the latest 7-STALBE there's a 2 weeks
window of breakage or so).

Added warnings for unsupported dialects or versions.

Added a missing quote to the Configure script's
FreeBSD stanza.

PR:		ports/123615
Submitted by:	maintainer
Supplimentary tindy testing by:	miwi@
2008-05-13 18:29:31 +00:00
Rong-En Fan
26e49152df - Update to 4.80B
This should fix build failure on 7.x and 8.x since last update.

PR:		ports/123261
Submitted by:	Larry Rosenman <ler at lerctr.org> (maintainer)
2008-05-02 17:10:31 +00:00
Boris Samorodov
8065413482 - Update to 4.79
PR:		ports/122808
Submitted by:	Larry Rosenman <ler at lerctr.org> (maintainer)
2008-04-17 21:15:22 +00:00
Boris Samorodov
315f1b896d 1. Update to version 4.79L.
2. Remove the trailing whitespace at the end of the last ftp URL.

Vic Abell made the following changes to more easily bullet-proof
the new locking stuff:
-----
I've toughened the part of Configure that handles the new 7.0 and 8.0 file
locking changes and made it quit when anything goes wrong.

I've updated 00FAQ to describe why Configure quits. I also added a section
about lockf compiler errors, although it's unlikely those will be seen
any more now that Configure quits.
-----

PR:		ports/122751
Submitted by:	Larry Rosenman <ler at lerctr.org> (maintainer)
2008-04-17 20:38:25 +00:00
Rong-En Fan
20173f0a12 - Update to 4.79K
- Remove local distfiles, add maintainer's mirror site

PR:		ports/122690
Submitted by:	Larry Rosenman <ler at lerctr.org> (maintainer)
2008-04-13 12:49:55 +00:00
Ion-Mihai Tetcu
97552a6f5e Update to 4.79J:
- This should fix sysutils/lsof on recent 8-Current. Thanks to Vic Abell for
the quick turnaround on new release!

Please let maintainer know of any issues.

PR:		ports/122505:
Submitted by:	Larry Rosenman (maintainer)
2008-04-06 17:22:41 +00:00
Wesley Shields
54296cc4d7 Update to 4.79H. Adds ZFS support and better handling of cd9660
support.

PR: 		ports/119041[1], ports/118337[2]
Submitted by:	Gu xianjie <kevinxlinuz@163.com>[1]
		Oles Hnatkevych <don_oles@able.com.ua>[2]
Approved by:	Larry Rosenman (maintainer), garga (mentor)
2008-01-24 18:14:31 +00:00
Erwin Lansing
a162e8ebe0 Update to 4.79E which fixes the build on 8.0
Thanks to Vic Abell for a very quick response and new release.

PR:		119339
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer),
		pointyhat
2008-01-04 20:42:35 +00:00
Pav Lucistnik
f00607e9f4 - Update to 4.79D
PR:		ports/117531
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2007-10-26 13:23:30 +00:00
Thomas Abthorpe
9445aefa13 - Update to 4.79C
- Fix RELENG_6 (6.2) alpha support

PR:		ports/116273
Submitted by:	Larry Rosenman <ler_AT_lerctr.org>
Approved by:	clsung (mentor)
2007-09-12 01:01:34 +00:00