summaryrefslogtreecommitdiff
path: root/japanese/kterm16c/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-12-23 01:47:27 +0000
committerSteve Price <steve@FreeBSD.org>1998-12-23 01:47:27 +0000
commit118ae7102c41b901f224c5c36236f540bcd9f26d (patch)
treef9e60c46a4e4da4e6baa5aea7a09697ed3013823 /japanese/kterm16c/files
parentUpdate to version 3.3.2r3. (diff)
Add wallpaper patch and two new options, USE_XAW3DLIB and USE_NEXTAWLIB.
PR: 9168 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=15515
Diffstat (limited to 'japanese/kterm16c/files')
-rw-r--r--japanese/kterm16c/files/extra-patch-Xaw3d11
-rw-r--r--japanese/kterm16c/files/extra-patch-neXtaw11
-rw-r--r--japanese/kterm16c/files/patch-aa30
3 files changed, 46 insertions, 6 deletions
diff --git a/japanese/kterm16c/files/extra-patch-Xaw3d b/japanese/kterm16c/files/extra-patch-Xaw3d
new file mode 100644
index 000000000000..ab1e0db5c5f9
--- /dev/null
+++ b/japanese/kterm16c/files/extra-patch-Xaw3d
@@ -0,0 +1,11 @@
+--- ./kterm.h.org Thu Jul 11 22:01:37 1996
++++ ./kterm.h Fri Nov 1 05:22:15 1996
+@@ -36,6 +36,7 @@
+ #define KTERM_KINPUT2 /* Kinput2 protocol */
+ #define KTERM_COLOR /* color sequence */
+ #define KTERM_NOTEK /* disables Tektronix emulation */
+-#undef KTERM_XAW3D /* Xaw3d -DARROW_SCROLLBAR support */
++#define KTERM_XAW3D /* Xaw3d -DARROW_SCROLLBAR support */
++#define USE_XAW3DLIB
+
+ #endif /* !_KTERM_H_ */
diff --git a/japanese/kterm16c/files/extra-patch-neXtaw b/japanese/kterm16c/files/extra-patch-neXtaw
new file mode 100644
index 000000000000..fae1ae770f29
--- /dev/null
+++ b/japanese/kterm16c/files/extra-patch-neXtaw
@@ -0,0 +1,11 @@
+--- ./kterm.h.org Thu Jul 11 22:01:37 1996
++++ ./kterm.h Fri Nov 1 05:22:15 1996
+@@ -36,6 +36,7 @@
+ #define KTERM_KINPUT2 /* Kinput2 protocol */
+ #define KTERM_COLOR /* color sequence */
+ #define KTERM_NOTEK /* disables Tektronix emulation */
+-#undef KTERM_XAW3D /* Xaw3d -DARROW_SCROLLBAR support */
++#define KTERM_XAW3D /* Xaw3d -DARROW_SCROLLBAR support */
++#define USE_NEXTAWLIB
+
+ #endif /* !_KTERM_H_ */
diff --git a/japanese/kterm16c/files/patch-aa b/japanese/kterm16c/files/patch-aa
index 9b3b38e1aac0..4ac4ebc311ec 100644
--- a/japanese/kterm16c/files/patch-aa
+++ b/japanese/kterm16c/files/patch-aa
@@ -1,11 +1,29 @@
---- ./Imakefile.org Thu Jul 11 22:01:04 1996
-+++ ./Imakefile Fri Nov 1 05:32:20 1996
-@@ -80,7 +80,7 @@
+--- Imakefile.orig Sun Dec 13 16:59:08 1998
++++ Imakefile Sun Dec 13 17:37:16 1998
+@@ -13,6 +13,17 @@
+ XPOLL_DEF = -DNO_XPOLL_H
+ #endif
+
++#ifdef USE_XAW3DLIB
++#undef XawClientLibs
++#define XawClientLibs -lXaw3d $(XMULIB) $(XTOOLLIB) $(XLIB)
++#endif
++
++#ifdef USE_NEXTAWLIB
++#undef XawClientLibs
++#define XawClientLibs -lneXtaw $(XMULIB) $(XTOOLLIB) $(XLIB)
++#endif
++
++
+ /*
+ * add -DWTMP and -DLASTLOG if you want them.
+ */
+@@ -81,7 +90,7 @@
SpecialCObjectRule(charproc,$(_NOOP_),$(MISC_DEFINES))
#if InstallXtermSetUID
--SetUIDProgramTarget(kterm,$(OBJS1),$(DEPLIBS1),XkbClientLibs XawClientLibs,$(TERMCAPLIB) $(PTYLIB))
-+SetUIDProgramTarget(kterm,$(OBJS1),$(DEPLIBS1),XkbClientLibs XawClientLibs,$(TERMCAPLIB) $(PTYLIB) -lxpg4)
+-SetUIDProgramTarget(kterm,$(OBJS1),$(DEPLIBS1),XkbClientLibs XawClientLibs,$(XPMLIB) $(TERMCAPLIB) $(PTYLIB))
++SetUIDProgramTarget(kterm,$(OBJS1),$(DEPLIBS1),XkbClientLibs XawClientLibs,$(XPMLIB) $(TERMCAPLIB) $(PTYLIB) -lxpg4)
#else
- NormalProgramTarget(kterm,$(OBJS1),$(DEPLIBS1),XkbClientLibs XawClientLibs,$(TERMCAPLIB) $(PTYLIB))
+ NormalProgramTarget(kterm,$(OBJS1),$(DEPLIBS1),XkbClientLibs XawClientLibs,$(XPMLIB) $(TERMCAPLIB) $(PTYLIB))
#endif