summaryrefslogtreecommitdiff
path: root/textproc/makeztxt/patches
diff options
context:
space:
mode:
authorwiz <wiz>2001-02-19 15:14:58 +0000
committerwiz <wiz>2001-02-19 15:14:58 +0000
commit6a4844424a4037fedc2c3296ee62903fa9d0531f (patch)
tree7f5c4987f066cca2e8cfd353ad0255a1d8234798 /textproc/makeztxt/patches
parent13f9a061fa29e3eb346a5ac657b6a709809d607a (diff)
downloadpkgsrc-6a4844424a4037fedc2c3296ee62903fa9d0531f.tar.gz
Update to 1.40b: Support for on-demand decompression.
Update provided by Dieter Baron in private mail.
Diffstat (limited to 'textproc/makeztxt/patches')
-rw-r--r--textproc/makeztxt/patches/patch-aa30
-rw-r--r--textproc/makeztxt/patches/patch-ab13
-rw-r--r--textproc/makeztxt/patches/patch-ac12
3 files changed, 55 insertions, 0 deletions
diff --git a/textproc/makeztxt/patches/patch-aa b/textproc/makeztxt/patches/patch-aa
new file mode 100644
index 00000000000..3bf15965598
--- /dev/null
+++ b/textproc/makeztxt/patches/patch-aa
@@ -0,0 +1,30 @@
+$NetBSD: patch-aa,v 1.1 2001/02/19 15:14:59 wiz Exp $
+
+--- Makefile.orig Fri Feb 16 20:23:19 2001
++++ Makefile Fri Feb 16 20:23:21 2001
+@@ -7,8 +7,9 @@
+ LIBS = -lz -lztxt
+ INCLUDE = -I../common -I.
+
+-CC = gcc
+-CFLAGS = -Wall -O2 -pipe $(INCLUDE)
++#CC = gcc
++#CFLAGS = -Wall -O2 -pipe $(INCLUDE)
++CFLAGS += $(INCLUDE)
+
+ # If you're compiling on a Sun (with gcc), you'll need this
+ #CFLAGS += -fpack-struct
+@@ -32,11 +33,11 @@
+ $(CC) -Llibztxt -o makeztxt $(OBJS) $(LIBS)
+
+ libztxt::
+- +make -C libztxt all
++ cd libztxt && ${MAKE} all
+
+ # Cleaning and Makefile maintainence
+ clean:
+- make -C libztxt clean
++ cd libztxt && ${MAKE} clean
+ -rm -f *.o *~
+
+ distclean: clean
diff --git a/textproc/makeztxt/patches/patch-ab b/textproc/makeztxt/patches/patch-ab
new file mode 100644
index 00000000000..8c46e37efed
--- /dev/null
+++ b/textproc/makeztxt/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2001/02/19 15:14:59 wiz Exp $
+
+--- libztxt/Makefile.orig Fri Feb 16 20:21:12 2001
++++ libztxt/Makefile Fri Feb 16 20:21:43 2001
+@@ -8,7 +8,7 @@
+
+ INCLUDE = -I../../common -I..
+
+-CC = gcc
++#CC = gcc
+ CFLAGS += $(INCLUDE)
+
+ SRC = ztxt_add_regex.c ztxt_generate_db.c ztxt_list_bookmarks.c \
diff --git a/textproc/makeztxt/patches/patch-ac b/textproc/makeztxt/patches/patch-ac
new file mode 100644
index 00000000000..8f92352c7c6
--- /dev/null
+++ b/textproc/makeztxt/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2001/02/19 15:14:59 wiz Exp $
+
+--- libztxt/ztxt_set.c.orig Fri Feb 16 20:21:59 2001
++++ libztxt/ztxt_set.c Fri Feb 16 20:22:13 2001
+@@ -25,6 +25,7 @@
+ */
+
+ #include <string.h>
++#include <sys/types.h>
+ #include <netinet/in.h>
+ #include "ztxt.h"
+