summaryrefslogtreecommitdiff
path: root/x11/eterm/patches
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>1999-10-28 00:31:57 +0000
committerjlam <jlam@pkgsrc.org>1999-10-28 00:31:57 +0000
commitec5ef58b77a2fb34aab58134c22f96b3c72e65b3 (patch)
tree30050f210b66b27d5f79163ef6edcc4d78f5bca1 /x11/eterm/patches
parent112e804b004df643ccb017202ea04e4abc2cb29d (diff)
downloadpkgsrc-ec5ef58b77a2fb34aab58134c22f96b3c72e65b3.tar.gz
* Update to eterm-0.8.9
* make COMMENT and DESCR a bit more descriptive * change MAINTAINER to packages@netbsd.org * Install Eterm as setuid root so that utmp logging functions correctly. This fixes PR#7365. Changes in 0.8.9: ----------------- - Support for scrolling with mouse wheels. - New --version switch to display compile-time configuration. - Tinting and shading have been sped up by about 30% thanks to Michael Pearson <alcaron@ozemail.com.au>. - Scrollbar type and width is now customizeable at compile-time *and* run-time. Support for NeXT-style scrollbars has also been added. - Three *major* bugs have been fixed. Tiled desktop images no longer cause crashes when tinting or shading. The resize crash bug has also been squished. The secure system() call replacement which was accidentally removed has been added back. - Ctrl-Button1 now grabs input focus. Ctrl-Button2 toggles the scrollbar on and off. Ctrl-Button3 toggles the menubar on and off. NOTE: If you used to disable the menubar by commenting out the loading of the menubar file, or loading a fake one (e.g., '-Mx' or '-M /dev/null'), don't. Simply add "off" to the end of the menu line (e.g., 'menu Eterm.menu off'), or use the new boolean command-line option --menubar (e.g., '--menubar off'). Then you can toggle the menubar using Ctrl-Button3 like you would expect. - Popup scrollbar support has been added. - New -D (--desktop) option for choosing a desktop to start on. Your window manager must be GNOME-compliant for this to work. See the documentation at http://www.gnome.org/devel/gnomewm/ for info on the _WIN_WORKSPACE property. - The Eterm Technical Reference has been completely rewritten. It is now an HTML document located in the doc/ directory. - Lots and lots and lots of new escape sequences. See the Technical Reference for details on them. - Oodles of small bug fixes, as always. :-) - Debugging output is now runtime configurable. Use the --debug option and supply a number. 0 (the default) gives no debugging output. 1-5 give increasingly more output, up to 5 (which I don't recommend using) which synchronizes X events (and slows things down bigtime). - You can now save your current Eterm settings from the menu. - New --app-keypad and --app-cursor options to set the startup mode for application/normal mode for the keypad and cursor keys. - Three new utilities in addition to Esetroot, all of which are located in the utils/ directory. Etbg is a tool for manipulating Eterm's background image on the fly. Etcolors.sh demonstrates all the different combinations of your current color settings. Etmenu.sh lets you send menu commands to Eterm's menubar subsystem without having to type the escape codes yourself. - Borderless Eterms now attempt to use the Window Manager to become borderless instead of bypassing it altogether.
Diffstat (limited to 'x11/eterm/patches')
-rw-r--r--x11/eterm/patches/patch-aa40
-rw-r--r--x11/eterm/patches/patch-ab30
2 files changed, 30 insertions, 40 deletions
diff --git a/x11/eterm/patches/patch-aa b/x11/eterm/patches/patch-aa
index 01bb5c1a57b..54cf593990a 100644
--- a/x11/eterm/patches/patch-aa
+++ b/x11/eterm/patches/patch-aa
@@ -1,20 +1,20 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/03/30 04:48:43 garbled Exp $
---- themes/Makefile.in.orig Mon Mar 29 12:19:26 1999
-+++ themes/Makefile.in Mon Mar 29 12:19:41 1999
-@@ -198,16 +198,12 @@
- done
- $(mkinstalldirs) $(pkgdatadir)/themes
- -@for i in $(THEMES) ; do \
-- if test ! -d $(pkgdatadir)/themes/$$i ; then \
- echo "Installing $$i theme in $(pkgdatadir)/themes" ; \
- $(mkinstalldirs) $(pkgdatadir)/themes/$$i ; \
- $(CP) $$i/???* $(pkgdatadir)/themes/$$i ; \
- $(CHMOD) 755 $(pkgdatadir)/themes/$$i ; \
- $(CHMOD) 644 $(pkgdatadir)/themes/$$i/???* ; \
- rm -f $(pkgdatadir)/themes/$$i/MAIN.in ; \
-- else \
-- echo "ALERT! Not overwriting theme $$i in $(pkgdatadir)/themes. You will need to update this theme manually." ; \
-- fi ; \
- done
- @if test ! -f $(HOME)/.active.tags ; then $(CP) active.tags $(HOME)/.active.tags ; \
- else echo "Not installing $(HOME)/.active.tags -- File exists." ; fi
+$NetBSD: patch-aa,v 1.2 1999/10/28 00:31:59 jlam Exp $
+
+--- configure.orig Mon Apr 19 19:47:32 1999
++++ configure Mon Oct 25 16:28:54 1999
+@@ -1858,6 +1858,7 @@
+ fi
+
+
++if false; then
+ # Check for any special flags to pass to ltconfig.
+ libtool_flags="--cache-file=$cache_file"
+ test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
+@@ -2158,6 +2159,7 @@
+ # Redirect the config.log output again, so that the ltconfig log is not
+ # clobbered by the next message.
+ exec 5>>./config.log
++fi
+
+
+ echo $ac_n "checking for distribution root""... $ac_c" 1>&6
diff --git a/x11/eterm/patches/patch-ab b/x11/eterm/patches/patch-ab
index 1286157bbd6..08a5064bf54 100644
--- a/x11/eterm/patches/patch-ab
+++ b/x11/eterm/patches/patch-ab
@@ -1,23 +1,13 @@
-$NetBSD: patch-ab,v 1.1 1999/04/06 14:41:22 agc Exp $
+$NetBSD: patch-ab,v 1.2 1999/10/28 00:31:59 jlam Exp $
-Use NetBSD's own pkglibtool
-
---- configure 1999/04/06 14:17:16 1.1
-+++ configure 1999/04/06 14:17:39
-@@ -1518,6 +1518,7 @@
- fi
-
- # Always use our own libtool.
-+if false; then
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-
- # Check for any special flags to pass to ltconfig.
-@@ -1562,6 +1563,8 @@
- ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \
- $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
- || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
-+
-+fi
+--- doc/Makefile.in.orig Mon Apr 26 10:54:04 1999
++++ doc/Makefile.in Mon Oct 25 16:29:33 1999
+@@ -253,7 +253,7 @@
+ $(SED) -e 's%@''VERSION''@%$(VERSION)%g' -e 's%@''DATE''@%$(DATE)%g' -e 's%@THEMEDIR@%$(pkgdatadir)/themes%g' $@.in > $@
+ Eterm.1.html: Eterm.1
+- -nroff -man $< | man2html > $@
++ -nroff -man Eterm.1 | man2html > $@
- echo $ac_n "checking for distribution root""... $ac_c" 1>&6
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.