summaryrefslogtreecommitdiff
path: root/editors/hexedit/patches
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/patches
parent19a28a3c2437ddbc272709657d1c2e08d8698caf (diff)
downloadpkgsrc-a6e0ba5ae7dd7461153ba4560902fe88877ca26a.tar.gz
Update hexedit to 0.9.5.
Diffstat (limited to 'editors/hexedit/patches')
-rw-r--r--editors/hexedit/patches/patch-aa37
-rw-r--r--editors/hexedit/patches/patch-ab8
2 files changed, 26 insertions, 19 deletions
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>