summaryrefslogtreecommitdiff
path: root/sysutils/lsof/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 4.65.David E. O'Brien2002-10-101-2/+2
| | | | | | | Submitted by: Vic Abell <abe@purdue.edu> Notes: svn path=/head/; revision=67740
* Upgrade to version 4.64.4. LSOF now runs on FreeBSD/sparc64.David E. O'Brien2002-10-051-2/+2
| | | | | | | Great thanks go to Vic Abell <abe@purdue.edu>. Notes: svn path=/head/; revision=67370
* * Update to reconize 4.7 release.David E. O'Brien2002-09-231-2/+2
| | | | | | | * Fix build on 5-CURRENT after Notes: svn path=/head/; revision=67074
* Update to version 4.64.2.David E. O'Brien2002-08-311-2/+2
| | | | | | | Submitted by: Vic Abell <abe@purdue.edu> Notes: svn path=/head/; revision=65395
* Update to version 4.64.1.David E. O'Brien2002-06-261-3/+3
| | | | | | | This fixes a build problem with FFS2. Notes: svn path=/head/; revision=62047
* Update to version 4.64.David E. O'Brien2002-06-261-2/+2
| | | | | | | | This is known broken on 5-CURRENT due to our removal of `i_rdev' from inode.h by the UFS2 import. Notes: svn path=/head/; revision=62023
* Update to version 4.63.3.David E. O'Brien2002-06-041-2/+2
| | | | | | | This fixes a configure problem when people have fancy CFLAGS settings. Notes: svn path=/head/; revision=60614
* Update to version 4.63.2, which adds support for FreeBSD 4.6.David E. O'Brien2002-05-251-4/+9
| | | | Notes: svn path=/head/; revision=59950
* Update to version 4.63David E. O'Brien2002-04-241-1/+1
| | | | Notes: svn path=/head/; revision=58048
* Update to version 4.62David E. O'Brien2002-03-081-1/+1
| | | | Notes: svn path=/head/; revision=55712
* Update to version 4.61David E. O'Brien2002-02-281-6/+6
| | | | | | | Submitted by: Alan Eldridge <ports@geeksrus.net> Notes: svn path=/head/; revision=55324
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53959
* Update to version 4.60David E. O'Brien2001-11-091-1/+1
| | | | | | | | + Added special handling to and corrected bugs in the matching of IPv4 in IPv6 addresses to -i6:<...> selectors. Notes: svn path=/head/; revision=49881
* fix minor nitDavid E. O'Brien2001-10-201-2/+4
| | | | Notes: svn path=/head/; revision=49011
* Update to version 4.59David E. O'Brien2001-10-201-3/+3
| | | | | | | | | | | | | * IPv4 and IPv6 network files can be selected with -i4 and -i6. (IPv6 network file selection is only possible when lsof supports IPv6 for the dialect.) * Added new output field for raw device number in hex. The field is identified with 'r'. This field is NOT selected when -F or -F0 is specified so that its appearance won't disturb existing scripts that process field output. Notes: svn path=/head/; revision=49010
* Update for NFS changes in 5-CURRENT.David E. O'Brien2001-10-151-2/+2
| | | | Notes: svn path=/head/; revision=48816
* Update to version 4.58.1David E. O'Brien2001-09-231-4/+4
| | | | | | | | This version now takes into account our new split nfsserver / nfsclient headers in -CURRENT. Notes: svn path=/head/; revision=48098
* Update to version 4.58David E. O'Brien2001-09-131-3/+3
| | | | Notes: svn path=/head/; revision=47808
* Update to 4.57.2.David E. O'Brien2001-09-011-2/+5
| | | | | | | This fixes some nits on 5-CURRENT. Notes: svn path=/head/; revision=47299
* Update to 4.57.1 which supports 4.4-FreeBSD.David E. O'Brien2001-08-211-3/+3
| | | | Notes: svn path=/head/; revision=46601
* Update to version 4.57.David E. O'Brien2001-07-201-1/+1
| | | | Notes: svn path=/head/; revision=45259
* Update to 4.56.4.David E. O'Brien2001-06-161-10/+14
| | | | | | | This fixes the fdescfs support in the latest 5-CURRENT (post FS /sys reorg). Notes: svn path=/head/; revision=44056
* Fix a typo that breaks the Makefile.David E. O'Brien2001-06-161-1/+1
| | | | Notes: svn path=/head/; revision=44052
* LSOF's configure uses `FREEBSD_SYS' as a way to override /usr/src/sys asDavid E. O'Brien2001-06-161-5/+7
| | | | | | | | | the path to the kernel sources. Make the port Makefile follow suit. Submitted by: dd Notes: svn path=/head/; revision=44051
* spell checkDavid E. O'Brien2001-06-151-2/+2
| | | | Notes: svn path=/head/; revision=44050
* Update to 4.56.3.David E. O'Brien2001-06-151-3/+3
| | | | | | | | | LSOF now *requires* a populated /usr/src if building on a machine using devfs (ie, 5-CURRENT). There is no other currently existing way for it to get the information it needs. Notes: svn path=/head/; revision=44045
* Update to 4.56.David E. O'Brien2001-05-031-3/+3
| | | | Notes: svn path=/head/; revision=42225
* Update to 4.55.2.David E. O'Brien2001-05-021-2/+2
| | | | | | | This version fixes a minor issue on 5-FreeBSD. Notes: svn path=/head/; revision=42173
* Update to 4.55.1.David E. O'Brien2001-04-301-3/+3
| | | | | | | This version recognizes 4.3FreeBSD so the benign warning isn't given. Notes: svn path=/head/; revision=42087
* Update to 4.55.David E. O'Brien2001-02-151-1/+1
| | | | Notes: svn path=/head/; revision=38387
* Update to 4.54.David E. O'Brien2001-02-051-3/+3
| | | | Notes: svn path=/head/; revision=37961
* The misc.c_patch got folded into the distfile at the last moment.David E. O'Brien2000-12-221-3/+0
| | | | | | | So we don't need it anymore. Notes: svn path=/head/; revision=36244
* Add patch to fix bug where LSOF lsof will run out of stack space and getDavid E. O'Brien2000-12-221-1/+4
| | | | | | | a fault when pointed at an infinite symbolic link. Notes: svn path=/head/; revision=36242
* Update to 4.53.3.David E. O'Brien2000-12-221-2/+2
| | | | | | | | LSOF now builds and runs on 5-CURRENT systems after Dr. McKusick's change to kp_proc. Notes: svn path=/head/; revision=36224
* Update to version 4.53.2David E. O'Brien2000-12-101-2/+2
| | | | Notes: svn path=/head/; revision=35823
* Update to 4.53.1.David E. O'Brien2000-12-101-2/+2
| | | | Notes: svn path=/head/; revision=35811
* Update to a new version of LSOF that gets around the problems building onDavid E. O'Brien2000-11-281-3/+3
| | | | | | | | | newer current and stable machines. Submitted by: Vic Abell Notes: svn path=/head/; revision=35482
* Quote "CC" to protect agaist embeded spaces.David E. O'Brien2000-11-111-1/+1
| | | | | | | | PR: 21243 Submitted by: Bill Trost <trost@cloud.rain.com> Notes: svn path=/head/; revision=34978
* Update to version 4.52.David E. O'Brien2000-11-081-3/+3
| | | | Notes: svn path=/head/; revision=34919
* Update to version 4.51 + FreeBSD specific changes headed into version 4.52.David E. O'Brien2000-11-061-3/+3
| | | | | | | We call this version 4.51.1. Notes: svn path=/head/; revision=34852
* Upgrade to version 4.51.David E. O'Brien2000-08-291-3/+3
| | | | | | | Submitted by: Vic Abell <abe@purdue.edu> Notes: svn path=/head/; revision=32114
* Update to support 4.1-RELEASE.David E. O'Brien2000-07-161-3/+7
| | | | | | | Submitted by: Vic Abell <abe@purdue.edu> Notes: svn path=/head/; revision=30722
* Update to version 4.50 release.David E. O'Brien2000-06-301-3/+2
| | | | Notes: svn path=/head/; revision=30009
* Author has fixed a problem where file size and offsets were casted to aDavid E. O'Brien2000-06-251-2/+2
| | | | | | | | | 32-bit size rather than the correct 64-bit size. Submitted by: Vic Abell <abe@purdue.edu> Notes: svn path=/head/; revision=29865
* Vendor fix for building on the latest 5-CURRENT.David E. O'Brien2000-06-121-2/+2
| | | | Notes: svn path=/head/; revision=29554
* Update to vendor fix for 5-CURRENT.David E. O'Brien2000-05-181-2/+3
| | | | | | | | | (note this breaks LOSF for out of date -CURRENT boxes) Submitted by: abe Notes: svn path=/head/; revision=28566
* Corrrect whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-221-2/+2
| | | | Notes: svn path=/head/; revision=27887
* Update with the new PORTNAME/PORTVERSION variableChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27427
* Update to version 4.49.David E. O'Brien2000-04-041-2/+2
| | | | | | | | * adds support for FreeBSD 5.0 * adds IPv6 support for FreeBSD Notes: svn path=/head/; revision=27315
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941