head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.54 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.52 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.50 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.48 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.46 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.44 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.42 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.40 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.38 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.36 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.34 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.32 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.30 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.28 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.26 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.24 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.22 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.20 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.18 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.16 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.6.0.14 pkgsrc-2005Q2-base:1.6 pkgsrc-2005Q1:1.6.0.12 pkgsrc-2005Q1-base:1.6 pkgsrc-2004Q4:1.6.0.10 pkgsrc-2004Q4-base:1.6 pkgsrc-2004Q3:1.6.0.8 pkgsrc-2004Q3-base:1.6 pkgsrc-2004Q2:1.6.0.6 pkgsrc-2004Q2-base:1.6 pkgsrc-2004Q1:1.6.0.4 pkgsrc-2004Q1-base:1.6 pkgsrc-2003Q4:1.6.0.2 pkgsrc-2003Q4-base:1.6 buildlink2-base:1.6 netbsd-1-5-PATCH001:1.4 netbsd-1-5-RELEASE:1.4 netbsd-1-4-PATCH003:1.4 netbsd-1-4-PATCH002:1.4 comdex-fall-1999:1.3 netbsd-1-4-PATCH001:1.3 netbsd-1-4-RELEASE:1.3 netbsd-1-3-PATCH003:1.2; locks; strict; comment @# @; 1.6 date 2002.01.18.22.59.31; author mjl; state dead; branches; next 1.5; 1.5 date 2001.10.01.00.51.47; author wiz; state Exp; branches; next 1.4; 1.4 date 99.11.12.16.07.02; author agc; state Exp; branches; next 1.3; 1.3 date 98.09.28.10.35.56; author frueauf; state Exp; branches; next 1.2; 1.2 date 98.08.27.22.08.38; author frueauf; state Exp; branches; next 1.1; 1.1 date 98.08.24.11.58.05; author frueauf; state Exp; branches; next ; desc @@ 1.6 log @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. @ text @$NetBSD: patch-ab,v 1.5 2001/10/01 00:51:47 wiz Exp $ --- hexedit.h 1999/11/12 15:56:55 1.1 +++ hexedit.h 1999/11/12 15:57:32 @@@@ -12,7 +12,7 @@@@ #if HAVE_UNISTD_H #include #endif -#include +#include #include #include #if HAVE_SYS_WAIT_H @ 1.5 log @Buildlinkify (strongly), and use ncurses' buildlink.mk, which removes the need for some of the hacks in the patches. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.4 1999/11/12 16:07:02 agc Exp $ @ 1.4 log @Make this package work on Solaris. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.3 1998/09/28 10:35:56 frueauf Exp $ d5 1 a5 1 @@@@ -12,7 +12,11 @@@@ d9 1 a9 1 +#ifdef __NetBSD__ a10 3 +#else #include +#endif @ 1.3 log @Update hexedit to 1.0.0. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- hexedit.h.orig Mon Aug 31 20:50:50 1998 +++ hexedit.h Tue Sep 15 13:45:05 1998 @@@@ -12,7 +12,7 @@@@ d9 1 a9 1 -#include d11 3 @ 1.2 log @Update hexedit to 0.9.5. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 1998/08/24 11:58:05 frueauf Exp $ d3 4 a6 5 --- hexedit.h-orig Wed Aug 26 11:42:48 1998 +++ hexedit.h Thu Aug 27 23:27:38 1998 @@@@ -8,7 +8,7 @@@@ #include #include d8 1 d13 1 a13 1 #include @ 1.1 log @Initial addition of hexedit-0.9.4, to view and edit files in hexadecimal or ASCII. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- hexedit.c-orig Fri Aug 7 18:20:04 1998 +++ hexedit.c Mon Aug 24 12:53:26 1998 @@@@ -21,7 +21,7 @@@@ @