summaryrefslogtreecommitdiff
path: root/editors/hexedit
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-08-27 22:08:37 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-08-27 22:08:37 +0000
commita6e0ba5ae7dd7461153ba4560902fe88877ca26a (patch)
treeaacb3f172f2bb3eccc803f3e8042ea3551f2cbb2 /editors/hexedit
parent19a28a3c2437ddbc272709657d1c2e08d8698caf (diff)
downloadpkgsrc-a6e0ba5ae7dd7461153ba4560902fe88877ca26a.tar.gz
Update hexedit to 0.9.5.
Diffstat (limited to 'editors/hexedit')
-rw-r--r--editors/hexedit/Makefile6
-rw-r--r--editors/hexedit/files/md54
-rw-r--r--editors/hexedit/patches/patch-aa37
-rw-r--r--editors/hexedit/patches/patch-ab8
4 files changed, 32 insertions, 23 deletions
diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile
index 6b912e40238..ca5a9a07cfc 100644
--- a/editors/hexedit/Makefile
+++ b/editors/hexedit/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 1998/08/24 11:58:04 frueauf Exp $
+# $NetBSD: Makefile,v 1.2 1998/08/27 22:08:37 frueauf Exp $
#
-DISTNAME= hexedit-0.9.4
+DISTNAME= hexedit-0.9.5
WRKSRC= ${WRKDIR}/hexedit
CATEGORIES= editors
MASTER_SITES= http://www.chez.com/prigaux/
@@ -12,6 +12,8 @@ HOMEPAGE= http://www.chez.com/prigaux/hexedit.html
DEPENDS+= ncurses-1.9.9g:../../devel/ncurses
+CONFLICTS= hexedit-0.9.4
+
ALL_TARGET= # empty
do-install:
diff --git a/editors/hexedit/files/md5 b/editors/hexedit/files/md5
index c198d691809..e682e5e23ae 100644
--- a/editors/hexedit/files/md5
+++ b/editors/hexedit/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.1 1998/08/24 11:58:04 frueauf Exp $
+$NetBSD: md5,v 1.2 1998/08/27 22:08:38 frueauf Exp $
-MD5 (hexedit-0.9.4.src.tgz) = 096b3e0aa40a0ac8286cc4fb36c2977a
+MD5 (hexedit-0.9.5.src.tgz) = dd7131cb5f5b885bc2fa911f116ce473
diff --git a/editors/hexedit/patches/patch-aa b/editors/hexedit/patches/patch-aa
index 8defbb4c72d..7b4f3acb404 100644
--- a/editors/hexedit/patches/patch-aa
+++ b/editors/hexedit/patches/patch-aa
@@ -1,24 +1,31 @@
-$NetBSD: patch-aa,v 1.1 1998/08/24 11:58:05 frueauf Exp $
+$NetBSD: patch-aa,v 1.2 1998/08/27 22:08:38 frueauf Exp $
---- Makefile.orig Fri Aug 7 17:09:38 1998
-+++ Makefile Mon Aug 24 13:01:04 1998
-@@ -2,7 +2,7 @@
- VERSION = 0.9.4
+--- Makefile.orig Wed Aug 26 14:32:18 1998
++++ Makefile Thu Aug 27 23:23:26 1998
+@@ -2,15 +2,15 @@
+ VERSION = 0.9.5
# Define BASENAME if your libc doesn't have it
-#BASENAME=-DBASENAME
+BASENAME=-DBASENAME
- CC=gcc
- TARSOURCE = $(PROJECT)-$(VERSION).src.tgz
-@@ -11,8 +11,8 @@
- HTMLFILES = $(PROJECT).html
- TMPFILES = $(DYNAMICBIN) $(TARSOURCE) $(HTMLFILES)
+-DESTDIR = /usr/local
++DESTDIR = ${PREFIX}
--CFLAGS = -Wall -O2 $(BASENAME)
--LOADLIBES = -lcurses #-lccmalloc -ldl
-+CFLAGS = -Wall -O2 $(BASENAME) -I${PREFIX}/include -L${PREFIX}/lib -lncurses
-+LOADLIBES = -lncurses #-lccmalloc -ldl
+ SHELL = /bin/sh
+ CC = gcc
+-CFLAGS = -O2 -Wall $(BASENAME)
+-LIBS = -lcurses
+-LFLAGS =
++CFLAGS = -O2 -Wall $(BASENAME) -I${PREFIX}/include
++LIBS = -lncurses
++LFLAGS =-L${PREFIX}/lib
- .PHONY: clean tgz docs
+ INCL = hexedit.h
+ SRCS = hexedit.c display.c mark.c page.c file.c interact.c misc.c search.c
+@@ -63,4 +63,4 @@
+ ci -l -mdefault *
+ TAGS:
+- etags *.[hc]
++ etags *.[hc]
diff --git a/editors/hexedit/patches/patch-ab b/editors/hexedit/patches/patch-ab
index 7d8df7c0fe9..ff4d519cd27 100644
--- a/editors/hexedit/patches/patch-ab
+++ b/editors/hexedit/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.1 1998/08/24 11:58:05 frueauf Exp $
+$NetBSD: patch-ab,v 1.2 1998/08/27 22:08:38 frueauf Exp $
---- hexedit.c-orig Fri Aug 7 18:20:04 1998
-+++ hexedit.c Mon Aug 24 12:53:26 1998
-@@ -21,7 +21,7 @@
+--- hexedit.h-orig Wed Aug 26 11:42:48 1998
++++ hexedit.h Thu Aug 27 23:27:38 1998
+@@ -8,7 +8,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>