summaryrefslogtreecommitdiff
path: root/editors/heme/patches
diff options
context:
space:
mode:
authorminskim <minskim>2005-10-01 05:57:30 +0000
committerminskim <minskim>2005-10-01 05:57:30 +0000
commitb8cab869cc6bb37235462cbeaac82d6cf11862da (patch)
tree53914b6e91f79290e7c5f8a4d2fe9ade46cb5dec /editors/heme/patches
parent25261a444c31deca2daee999a19b6843111b403d (diff)
downloadpkgsrc-b8cab869cc6bb37235462cbeaac82d6cf11862da.tar.gz
Import heme from pkgsrc-wip. Packaged by pancake and modified by me.
Heme is a fast and portable console hex editor for unix systems. It has undo support (number of undo operations is only limited by available memory), ability to fill a range of addresses with the specified byte, ability to search for a single byte or character string. Offsets can be given in hexadecimal, octal or decimal. There are two editing modes: hex and ascii. In hex mode you type hexadecimal digits and in ascii mode you type characters. In the ascii mode cursor is automatically moved to the next byte after typing a character (this behaviour is configurable for hex mode).
Diffstat (limited to 'editors/heme/patches')
-rw-r--r--editors/heme/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/heme/patches/patch-aa b/editors/heme/patches/patch-aa
new file mode 100644
index 00000000000..57882cca996
--- /dev/null
+++ b/editors/heme/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/10/01 05:57:30 minskim Exp $
+
+--- Makefile.orig 2005-03-06 10:52:31.000000000 -0800
++++ Makefile
+@@ -1,6 +1,6 @@
+ INSTALL_PREFIX = /usr/local
+-CFLAGS = -Wall -DHAVE_MMAP # remove -DHAVE_MMAP if you don't have mmap
+-LDFLAGS = -lcurses
++CFLAGS+= -Wall -DHAVE_MMAP # remove -DHAVE_MMAP if you don't have mmap
++LDFLAGS+= -lncurses
+ OBJECTS = heme.o xmalloc.o error.o pconfig.o pgetopt.o
+ TARGET = heme
+