Subject: CVS commit: pkgsrc/editors/hexedit
To: None <pkgsrc-changes@netbsd.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: pkgsrc-changes
Date: 01/19/2002 00:59:31
Module Name:	pkgsrc
Committed By:	mjl
Date:		Fri Jan 18 22:59:31 UTC 2002

Modified Files:
	pkgsrc/editors/hexedit: Makefile distinfo
	pkgsrc/editors/hexedit/patches: patch-aa patch-ac
Removed Files:
	pkgsrc/editors/hexedit/patches: patch-ab

Log Message:
Update hexedit to 1.2.2

- now displays the reached offset while searching
- many shortcuts added for different teminals
- replace llseek with lseek + use of _FILE_OFFSET_BITS=64
- replaced lots of int by INT which 64bits
- yet again some s/int/INT/
- Some bug fixed

Fixes PR/15050 by Shell Hung.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/editors/hexedit/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/editors/hexedit/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/editors/hexedit/patches/patch-aa
cvs rdiff -r1.5 -r0 pkgsrc/editors/hexedit/patches/patch-ab
cvs rdiff -r1.5 -r1.6 pkgsrc/editors/hexedit/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.