summaryrefslogtreecommitdiff
path: root/editors/manedit/patches
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2002-12-30 00:00:17 +0000
committerkristerw <kristerw@pkgsrc.org>2002-12-30 00:00:17 +0000
commit8a6561189a9601f3cc9c8f5347a9a384922d3455 (patch)
treea3309d90202c1449a66c83ca68e0a386fee990db /editors/manedit/patches
parente10fd1c41a9eb2bb1b7b6ebc0222574c202b0b06 (diff)
downloadpkgsrc-8a6561189a9601f3cc9c8f5347a9a384922d3455.tar.gz
Update manedit to version 0.5.6 as requested in PR 19512.
The author does not keep any change log, so I don't know what has been changed since the last packaged version...
Diffstat (limited to 'editors/manedit/patches')
-rw-r--r--editors/manedit/patches/patch-aa28
-rw-r--r--editors/manedit/patches/patch-ab25
-rw-r--r--editors/manedit/patches/patch-ac30
-rw-r--r--editors/manedit/patches/patch-ad12
4 files changed, 71 insertions, 24 deletions
diff --git a/editors/manedit/patches/patch-aa b/editors/manedit/patches/patch-aa
index 0bd98032721..83501618fda 100644
--- a/editors/manedit/patches/patch-aa
+++ b/editors/manedit/patches/patch-aa
@@ -1,13 +1,19 @@
-$NetBSD: patch-aa,v 1.3 2001/06/17 10:15:05 zuntum Exp $
-
---- ../include/xsw_ctype.h.orig Tue Mar 27 03:39:01 2001
-+++ ../include/xsw_ctype.h
-@@ -1,7 +1,7 @@
- // xsw_ctype.h
- // This is intended as a prototype for files using the global/ctype.cpp file.
+$NetBSD: patch-aa,v 1.4 2002/12/30 00:00:18 kristerw Exp $
+--- prochandle.cpp.orig Sun Dec 29 23:24:30 2002
++++ prochandle.cpp Sun Dec 29 23:31:23 2002
+@@ -230,6 +230,7 @@
+ /*
+ * Returns true if the process is still running.
+ */
++#if 0
+ int ExecProcessExists(pid_t pid)
+ {
+ struct sched_param sp;
+@@ -247,6 +248,7 @@
+ else
+ return(0);
+ }
++#endif
--#ifndef __FreeBSD__
-+#if !defined(__FreeBSD__) && !defined(__NetBSD__)
- # if defined(__cplusplus) || defined(c_plusplus)
- extern bool isblank(char c);
+ /*
diff --git a/editors/manedit/patches/patch-ab b/editors/manedit/patches/patch-ab
index b65a43431fb..bab15d80e2f 100644
--- a/editors/manedit/patches/patch-ab
+++ b/editors/manedit/patches/patch-ab
@@ -1,13 +1,12 @@
-$NetBSD: patch-ab,v 1.3 2001/06/11 20:58:33 zuntum Exp $
-
---- ../include/os.h.orig Tue Mar 27 03:39:01 2001
-+++ ../include/os.h
-@@ -58,7 +58,7 @@
- # define _PATH_DEVNULL "/dev/null"
- #endif
-
--#if !defined(_AIX) && !defined(__FreeBSD__)
-+#if !defined(_AIX) && !defined(__FreeBSD__) && !defined(__NetBSD__)
- # ifndef _PATH_MAILDIR
- # define _PATH_MAILDIR "/var/spool/mail"
- # endif
+$NetBSD: patch-ab,v 1.4 2002/12/30 00:00:18 kristerw Exp $
+--- config.h.orig Mon Dec 30 00:43:48 2002
++++ config.h Mon Dec 30 00:42:47 2002
+@@ -135,7 +135,7 @@
+ * %f = filename
+ * %p = optional parameters
+ */
+-#if !defined(__FreeBSD__)
++#if !defined(__FreeBSD__) && !defined(__NetBSD__)
+ #define MEDIT_CMD_MANPAGE_TO_OUTPUT (PREFIX "/bin/man %p %f")
+ #else
+ #define MEDIT_CMD_MANPAGE_TO_OUTPUT (PREFIX "/bin/manwrap %p %f")
diff --git a/editors/manedit/patches/patch-ac b/editors/manedit/patches/patch-ac
new file mode 100644
index 00000000000..9768dba46c5
--- /dev/null
+++ b/editors/manedit/patches/patch-ac
@@ -0,0 +1,30 @@
+$NetBSD: patch-ac,v 1.3 2002/12/30 00:00:18 kristerw Exp $
+--- pref.c.orig Mon Dec 30 00:45:32 2002
++++ pref.c Mon Dec 30 00:46:21 2002
+@@ -1725,7 +1725,7 @@
+ * first index of the text array (that's text[0]).
+ */
+
+-#if defined(__FreeBSD__)
++#if defined(__FreeBSD__) || defined(__NetBSD__)
+ text[0] = "/usr/share/man";
+ #else
+ text[0] = "/usr/man";
+@@ -1733,7 +1733,7 @@
+ text[1] = "Global";
+ gtk_clist_append(GTK_CLIST(w), text);
+
+-#if defined(__FreeBSD__)
++#if defined(__FreeBSD__) || defined(__NetBSD__)
+ text[0] = LOCALBASE "/man";
+ #else
+ text[0] = "/usr/local/man";
+@@ -1741,7 +1741,7 @@
+ text[1] = "Local";
+ gtk_clist_append(GTK_CLIST(w), text);
+
+-#if defined(__FreeBSD__)
++#if defined(__FreeBSD__) || defined(__NetBSD__)
+ text[0] = X11BASE"/man";
+ #else
+ text[0] = "/usr/X11R6/man";
diff --git a/editors/manedit/patches/patch-ad b/editors/manedit/patches/patch-ad
new file mode 100644
index 00000000000..4f64309d8b9
--- /dev/null
+++ b/editors/manedit/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.3 2002/12/30 00:00:18 kristerw Exp $
+--- prefcb.c.orig Mon Dec 30 00:47:35 2002
++++ prefcb.c Mon Dec 30 00:47:46 2002
+@@ -704,7 +704,7 @@
+ */
+ PDialogAddPromptWithBrowse(
+ NULL, "Path:",
+-#if defined(__FreeBSD__)
++#if defined(__FreeBSD__) || defined (__NetBSD__)
+ "/usr/share/man",
+ #else
+ "/usr/man",