summaryrefslogtreecommitdiff
path: root/x11/wterm/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-10-05 13:33:28 +0000
committerwiz <wiz@pkgsrc.org>2001-10-05 13:33:28 +0000
commit748f5cd63eee2673fe8d33ae6f17ce560df55574 (patch)
treebc8185eb8a6624d60d7b2231849899379195c2fc /x11/wterm/patches
parent01ab29fe3ebf666a8077f0c6cc3769a7a9428208 (diff)
downloadpkgsrc-748f5cd63eee2673fe8d33ae6f17ce560df55574.tar.gz
Update to 6.2.9.
Changes since rxvt 2.4.8: fixed paths for WINGs includes to work with latest Window Maker code. many bugs fixed in patch from suse src.rpm. utmp/wtmp, glibc, pty support etc... fixed bugs fg/bg cursor color code added wmaker app menu fixed xpm-background compile errors fixed misc config errors changed --enable-xpm-background --enable-transparency --enable-next scroll to defaults. added transparent scroller trough fixed 1 pixel border in main window fixed updating for root bg change added many advanced options to app menu for shading, font color, shade color, font size, cloning, etc. more speed fixes fixed bug with restart killing terms. changed NEXT_SCROLLBAR code to produce real NEXTSTEP scrollers
Diffstat (limited to 'x11/wterm/patches')
-rw-r--r--x11/wterm/patches/patch-aa13
-rw-r--r--x11/wterm/patches/patch-ab12
2 files changed, 0 insertions, 25 deletions
diff --git a/x11/wterm/patches/patch-aa b/x11/wterm/patches/patch-aa
deleted file mode 100644
index 80e76453761..00000000000
--- a/x11/wterm/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/05/03 18:03:29 rh Exp $
-
---- doc/Makefile.in.orig Sun Jan 10 10:32:31 1999
-+++ doc/Makefile.in Sat Apr 3 08:52:21 1999
-@@ -57,7 +57,7 @@
- distclean:
-
- install: rxvt.1
-- $(INSTALL_DATA) rxvt.1 $(DESTDIR)$(mandir)/$(manprefix)rxvt.$(manext)
-+ $(INSTALL_DATA) rxvt.1 $(DESTDIR)$(mandir)/$(manprefix)wterm.$(manext)
-
- uninstall:
- -cd $(mandir); $(RMF) $(manprefix)rxvt.$(manext)
diff --git a/x11/wterm/patches/patch-ab b/x11/wterm/patches/patch-ab
deleted file mode 100644
index b1926dcb272..00000000000
--- a/x11/wterm/patches/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.1 1999/10/07 20:48:54 dante Exp $
-
---- src/Makefile.in.orig Thu Oct 7 22:26:11 1999
-+++ src/Makefile.in Thu Oct 7 22:25:13 1999
-@@ -69,6 +69,7 @@
-
- install: allbin alldoc
- $(INSTALL_PROGRAM) wterm $(DESTDIR)$(bindir)/$(binprefix)wterm
-+ chmod 4755 $(DESTDIR)$(bindir)/$(binprefix)wterm
-
- uninstall:
- (cd $(bindir); $(RMF) $(binprefix)wterm)