summaryrefslogtreecommitdiff
path: root/editors/nedit
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2000-12-28 12:49:50 +0000
committerabs <abs@pkgsrc.org>2000-12-28 12:49:50 +0000
commit8b650602a2d74589761ff4b87b275fd6611e03f5 (patch)
tree346a2a5fb4961d11cf150f64e23b3853eb314a71 /editors/nedit
parent2927045ba3c8563ce48c5a57e78ee8503b4ddf04 (diff)
downloadpkgsrc-8b650602a2d74589761ff4b87b275fd6611e03f5.tar.gz
Adapt to latest version of lesstif - now need to (correctly) explicitly
include <stdio.h> in preferences.c
Diffstat (limited to 'editors/nedit')
-rw-r--r--editors/nedit/files/patch-sum5
-rw-r--r--editors/nedit/patches/patch-aa6
-rw-r--r--editors/nedit/patches/patch-ab12
3 files changed, 18 insertions, 5 deletions
diff --git a/editors/nedit/files/patch-sum b/editors/nedit/files/patch-sum
index 364831c6e7a..03d71eedda5 100644
--- a/editors/nedit/files/patch-sum
+++ b/editors/nedit/files/patch-sum
@@ -1,3 +1,4 @@
-$NetBSD: patch-sum,v 1.5 2000/11/03 21:15:47 veego Exp $
+$NetBSD: patch-sum,v 1.6 2000/12/28 12:49:50 abs Exp $
-MD5 (patch-aa) = bc91c0a83941c07059250cf0f22c36f5
+MD5 (patch-aa) = 61493a3f64aa7f3d5855ad56836a4936
+MD5 (patch-ab) = a8942310763f6e3343642128ffb0263c
diff --git a/editors/nedit/patches/patch-aa b/editors/nedit/patches/patch-aa
index 15783a09546..38fc07aebeb 100644
--- a/editors/nedit/patches/patch-aa
+++ b/editors/nedit/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.6 2000/11/03 21:15:48 veego Exp $
+$NetBSD: patch-aa,v 1.7 2000/12/28 12:49:51 abs Exp $
---- makefiles/Makefile.netbsd.orig Sat Dec 11 00:07:06 1999
-+++ makefiles/Makefile.netbsd Thu Nov 2 13:14:19 2000
+--- makefiles/Makefile.netbsd.orig Fri Dec 10 23:07:06 1999
++++ makefiles/Makefile.netbsd
@@ -2,8 +2,8 @@
AR=ar
diff --git a/editors/nedit/patches/patch-ab b/editors/nedit/patches/patch-ab
new file mode 100644
index 00000000000..88ef06b0fd3
--- /dev/null
+++ b/editors/nedit/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.4 2000/12/28 12:49:51 abs Exp $
+
+--- source/preferences.c.orig Thu Dec 28 12:26:33 2000
++++ source/preferences.c
+@@ -24,6 +24,7 @@
+ * Written by Mark Edel *
+ * *
+ *******************************************************************************/
++#include <stdio.h>
+ #include <stdlib.h>
+ #include <ctype.h>
+ #ifdef VMS