summaryrefslogtreecommitdiff
path: root/editors/uemacs/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-03-23 22:08:50 +0000
committertron <tron@pkgsrc.org>2000-03-23 22:08:50 +0000
commitd3d812cd8dee66f6a8b215869019b08c10f0b67c (patch)
tree7ce50be2eb397ff81073dc4e9c7ee8a5f51982a6 /editors/uemacs/patches
parent7d380b604d5bae21471fa1794090169772fc99f2 (diff)
downloadpkgsrc-d3d812cd8dee66f6a8b215869019b08c10f0b67c.tar.gz
Adapt this package to NetBSD.
Diffstat (limited to 'editors/uemacs/patches')
-rw-r--r--editors/uemacs/patches/patch-aa6
-rw-r--r--editors/uemacs/patches/patch-ab8
-rw-r--r--editors/uemacs/patches/patch-ac2
-rw-r--r--editors/uemacs/patches/patch-ad2
-rw-r--r--editors/uemacs/patches/patch-ae6
-rw-r--r--editors/uemacs/patches/patch-af6
-rw-r--r--editors/uemacs/patches/patch-ag2
7 files changed, 23 insertions, 9 deletions
diff --git a/editors/uemacs/patches/patch-aa b/editors/uemacs/patches/patch-aa
index 011756c6577..5961ba3a887 100644
--- a/editors/uemacs/patches/patch-aa
+++ b/editors/uemacs/patches/patch-aa
@@ -1,3 +1,5 @@
+$NetBSD: patch-aa,v 1.2 2000/03/23 22:08:52 tron Exp $
+
--- Makefile.orig Wed Mar 25 14:28:24 1998
+++ Makefile Wed Mar 25 14:41:41 1998
@@ -0,0 +1,12 @@
@@ -6,10 +8,10 @@
+#
+
+all:
-+ (cd freebsd; make emacs)
++ (cd netbsd; make emacs)
+
+install: all
-+ ${BSD_INSTALL_PROGRAM} freebsd/emacs ${PREFIX}/bin/uemacs
++ ${BSD_INSTALL_PROGRAM} netbsd/emacs ${PREFIX}/bin/uemacs
+ mkdir -p ${PREFIX}/share/uemacs
+ ${BSD_INSTALL_DATA} cmd/* ${PREFIX}/share/uemacs
+ mv ${PREFIX}/share/uemacs/emacs.rc ${PREFIX}/share/uemacs/.emacsrc
diff --git a/editors/uemacs/patches/patch-ab b/editors/uemacs/patches/patch-ab
index 839fa34c9da..322d425c298 100644
--- a/editors/uemacs/patches/patch-ab
+++ b/editors/uemacs/patches/patch-ab
@@ -1,5 +1,7 @@
---- freebsd/estruct.h.orig Wed Mar 25 14:21:05 1998
-+++ freebsd/estruct.h Wed Mar 25 14:25:34 1998
+$NetBSD: patch-ab,v 1.2 2000/03/23 22:08:52 tron Exp $
+
+--- netbsd/estruct.h.orig Wed Mar 25 14:21:05 1998
++++ netbsd/estruct.h Wed Mar 25 14:25:34 1998
@@ -0,0 +1,1254 @@
+/* ESTRUCT: Structure and preprocesser defined for
+ MicroEMACS 4.00
@@ -50,7 +52,7 @@
+#define AVIION 0 /* Data General AViiON */
+#define BSD 0 /* UNIX BSD 4.2 and ULTRIX */
+#define FINDER 0 /* Macintosh OS */
-+#define FREEBSD 1 /* FREEBSD 386 version 2 or + */
++#define FREEBSD 1 /* Works fine for FreeBSD, too */
+#define HPUX8 0 /* HPUX HP 9000 ver 8 or less */
+#define HPUX9 0 /* HPUX HP 9000 ver 9 */
+#define MPE 0 /* HP MPE/XL */
diff --git a/editors/uemacs/patches/patch-ac b/editors/uemacs/patches/patch-ac
index e511ee39a9f..35c95896958 100644
--- a/editors/uemacs/patches/patch-ac
+++ b/editors/uemacs/patches/patch-ac
@@ -1,3 +1,5 @@
+$NetBSD: patch-ac,v 1.2 2000/03/23 22:08:52 tron Exp $
+
--- src/bind.c.orig Sun Nov 19 03:09:20 1995
+++ src/bind.c Wed Mar 25 15:00:37 1998
@@ -634,7 +634,8 @@
diff --git a/editors/uemacs/patches/patch-ad b/editors/uemacs/patches/patch-ad
index ac37d423030..1608e7caf56 100644
--- a/editors/uemacs/patches/patch-ad
+++ b/editors/uemacs/patches/patch-ad
@@ -1,3 +1,5 @@
+$NetBSD: patch-ad,v 1.2 2000/03/23 22:08:52 tron Exp $
+
--- src/lock.c.orig Sun Nov 19 03:09:22 1995
+++ src/lock.c Wed Mar 25 13:56:13 1998
@@ -10,10 +10,17 @@
diff --git a/editors/uemacs/patches/patch-ae b/editors/uemacs/patches/patch-ae
index 0d567efcbbc..1b70e35f859 100644
--- a/editors/uemacs/patches/patch-ae
+++ b/editors/uemacs/patches/patch-ae
@@ -1,3 +1,5 @@
+$NetBSD: patch-ae,v 1.2 2000/03/23 22:08:52 tron Exp $
+
--- h/epath.h.orig Sun Nov 19 03:09:52 1995
+++ h/epath.h Wed Mar 25 13:57:22 1998
@@ -68,7 +68,8 @@
@@ -5,8 +7,8 @@
".emacsrc",
"emacs.hlp",
- "/usr/local/",
-+ "/usr/local/share/uemacs/",
-+ "/usr/local/lib/uemacs/",
++ "%%PREFIX%%/share/uemacs/",
++ "%%PREFIX%%/lib/uemacs/",
"/usr/lib/",
""
};
diff --git a/editors/uemacs/patches/patch-af b/editors/uemacs/patches/patch-af
index 714cfa903fd..a703afd03d6 100644
--- a/editors/uemacs/patches/patch-af
+++ b/editors/uemacs/patches/patch-af
@@ -1,5 +1,7 @@
---- freebsd/makefile.orig Sat Nov 18 13:19:02 1995
-+++ freebsd/makefile Wed Mar 25 15:07:14 1998
+$NetBSD: patch-af,v 1.2 2000/03/23 22:08:52 tron Exp $
+
+--- netbsd/makefile.orig Sat Nov 18 13:19:02 1995
++++ netbsd/makefile Wed Mar 25 15:07:14 1998
@@ -14,8 +14,8 @@
# options and arguments to the C compiler
diff --git a/editors/uemacs/patches/patch-ag b/editors/uemacs/patches/patch-ag
index b595477251e..e149d38fc9f 100644
--- a/editors/uemacs/patches/patch-ag
+++ b/editors/uemacs/patches/patch-ag
@@ -1,3 +1,5 @@
+$NetBSD: patch-ag,v 1.2 2000/03/23 22:08:52 tron Exp $
+
--- src/unix.c.orig Sat Nov 13 14:57:12 1999
+++ src/unix.c Sat Nov 13 15:04:45 1999
@@ -816,9 +816,19 @@