summaryrefslogtreecommitdiff
path: root/editors/zile/patches
diff options
context:
space:
mode:
authoradam <adam>2005-08-11 15:33:08 +0000
committeradam <adam>2005-08-11 15:33:08 +0000
commit12a1ab865360bca3494139e45b607e17cd0c9220 (patch)
treea088786097839f3469eb8f7e41ea9bbccd151b18 /editors/zile/patches
parent4726b3fb0fac1b57b0c92a669232881aa01c7556 (diff)
downloadpkgsrc-12a1ab865360bca3494139e45b607e17cd0c9220.tar.gz
Changes Zile 2.2.4:
* Fix macro creation. * Add --funcall back. * termcap terminal replaced with ncurses again. * More code cleanup. * .zilerc replaced by .zile, which is a pseudo-Lisp file. * Various other bug, design and documentation fixes. * Add case-replace and kill-whole-line. * Change command-line options to be more like Emacs.
Diffstat (limited to 'editors/zile/patches')
-rw-r--r--editors/zile/patches/patch-aa9
-rw-r--r--editors/zile/patches/patch-ab13
-rw-r--r--editors/zile/patches/patch-ac22
-rw-r--r--editors/zile/patches/patch-ad13
4 files changed, 5 insertions, 52 deletions
diff --git a/editors/zile/patches/patch-aa b/editors/zile/patches/patch-aa
index 128b81fa0ca..df93c25d45b 100644
--- a/editors/zile/patches/patch-aa
+++ b/editors/zile/patches/patch-aa
@@ -1,9 +1,10 @@
-$NetBSD: patch-aa,v 1.2 2003/06/29 22:19:13 jtb Exp $
+$NetBSD: patch-aa,v 1.3 2005/08/11 15:33:08 adam Exp $
---- doc/zile.info.orig
+--- doc/zile.info.orig 2005-07-24 17:53:02.000000000 +0000
+++ doc/zile.info
-@@ -1,5 +1,10 @@
- This is zile.info, produced by makeinfo version 4.2 from zile.texi.
+@@ -5,6 +5,11 @@ START-INFO-DIR-ENTRY
+ * Zile: (zile). Zile emacs clone text editor.
+ END-INFO-DIR-ENTRY
+INFO-DIR-SECTION Editors
+START-INFO-DIR-ENTRY
diff --git a/editors/zile/patches/patch-ab b/editors/zile/patches/patch-ab
deleted file mode 100644
index eb4292551e2..00000000000
--- a/editors/zile/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2004/08/15 00:08:58 minskim Exp $
-
---- src/Makefile.in.orig Sat Aug 14 18:53:10 2004
-+++ src/Makefile.in
-@@ -77,7 +77,7 @@ OBJS = basic.o \
- window.o
-
- .c.o:
-- $(CC) -c -I. -I$(srcdir) $(CFLAGS) $<
-+ $(CC) -c -I. -I$(srcdir) @CPPFLAGS@ $(CFLAGS) $<
-
- all: paths.h maketerminals $(PROG) zile.1
-
diff --git a/editors/zile/patches/patch-ac b/editors/zile/patches/patch-ac
deleted file mode 100644
index 50292592df5..00000000000
--- a/editors/zile/patches/patch-ac
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2004/08/15 00:08:58 minskim Exp $
-
---- etc/Makefile.in.orig Thu Apr 24 10:11:17 2003
-+++ etc/Makefile.in
-@@ -13,7 +13,7 @@ INSTALL_DATA = @INSTALL_DATA@
- INSTALL = @INSTALL@
-
- CC = @CC@
--CFLAGS = -I.. -I../lib -I../src @CFLAGS@
-+CFLAGS += -I.. -I../lib -I../src @CFLAGS@
- LDFLAGS = @LDFLAGS@
- ZILELIBS = ../lib/libzile.a
- LIBS = $(ZILELIBS) @LIBS@
-@@ -27,7 +27,7 @@ AUTODOCSRCS = $(srcdir)/../src/*.c
- .SUFFIXES:
- .SUFFIXES: .c .o
- .c.o:
-- $(CC) -c -I. -I$(srcdir)/../src $(CFLAGS) $<
-+ $(CC) -c -I. -I$(srcdir)/../src @CPPFLAGS@ $(CFLAGS) $<
-
- all: $(FILES)
-
diff --git a/editors/zile/patches/patch-ad b/editors/zile/patches/patch-ad
deleted file mode 100644
index e7e7074699e..00000000000
--- a/editors/zile/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2004/08/15 00:08:58 minskim Exp $
-
---- lib/Makefile.in.orig Thu Apr 24 10:11:58 2003
-+++ lib/Makefile.in
-@@ -13,7 +13,7 @@ LIB = libzile.a
- OBJS = alist.o astr.o htable.o @LIBOBJS@
-
- .c.o:
-- $(CC) -c -I. -I$(srcdir) $(CFLAGS) $<
-+ $(CC) -c -I. -I$(srcdir) @CPPFLAGS@ $(CFLAGS) $<
-
- all: $(LIB)
-