diff options
author | wiz <wiz> | 2001-10-21 11:44:23 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-10-21 11:44:23 +0000 |
commit | a7e9346ff8c3549954a4f6481b8df70c4f7f3c55 (patch) | |
tree | bae3199dbe083c3b330124fb23b7da79a09c4c0e /editors/jed/patches | |
parent | 4ea86935b93109c98ca4e9bd3341349cea4faeed (diff) | |
download | pkgsrc-a7e9346ff8c3549954a4f6481b8df70c4f7f3c55.tar.gz |
Update to 0.99.15, provided by Scott Barron in pkg/14194.
Changes since 0.99.14:
Bugfixes, and:
src/menus.c: Scrolling implemented for popup menus that contain
more rows than the display.
src/wterm.c: included latest patches from John Skilleter
<John.Skilleter@pace.co.uk> for wheel-mouse support.
src/intrin.c: New intrinsic variable Menus_Active indicates
whether or not the menus are currently active.
src/wterm.c: fix problem with background color used when the
screen is cleared not matching the background color used in
drawing text.
Diffstat (limited to 'editors/jed/patches')
-rw-r--r-- | editors/jed/patches/patch-aa | 14 | ||||
-rw-r--r-- | editors/jed/patches/patch-ab | 15 |
2 files changed, 12 insertions, 17 deletions
diff --git a/editors/jed/patches/patch-aa b/editors/jed/patches/patch-aa index ea448da608b..0ab09bc28b5 100644 --- a/editors/jed/patches/patch-aa +++ b/editors/jed/patches/patch-aa @@ -1,8 +1,6 @@ -$NetBSD: patch-aa,v 1.3 2001/09/14 22:48:27 wiz Exp $ - ---- configure.orig Fri Jun 1 04:23:13 2001 -+++ configure -@@ -2525,7 +2525,7 @@ +--- configure.orig Tue Oct 9 08:49:42 2001 ++++ configure Tue Oct 9 08:51:20 2001 +@@ -2576,7 +2576,7 @@ /usr/share/lib/terminfo \ /usr/local/lib/terminfo" @@ -10,12 +8,12 @@ $NetBSD: patch-aa,v 1.3 2001/09/14 22:48:27 wiz Exp $ +TERMCAP=-lcurses echo $ac_n "checking for Terminfo""... $ac_c" 1>&6 - echo "configure:2532: checking for Terminfo" >&5 -@@ -2572,6 +2572,7 @@ + echo "configure:2583: checking for Terminfo" >&5 +@@ -2623,6 +2623,7 @@ test "x$exec" = "xNONE" && exec="$ac_default_prefix" test "x$exec_prefix" = "xNONE" && exec_prefix="$prefix" JD_Search_Dirs="$JD_Search_Dirs \ -+ /usr/pkg/include,/usr/pkg/lib ++ /usr/pkg/include,/usr/pkg/lib $includedir,$libdir \ /usr/local/include,/usr/local/lib \ /usr/include,/usr/lib \ diff --git a/editors/jed/patches/patch-ab b/editors/jed/patches/patch-ab index db4782293e0..3d86b48f2cb 100644 --- a/editors/jed/patches/patch-ab +++ b/editors/jed/patches/patch-ab @@ -1,19 +1,16 @@ -$NetBSD: patch-ab,v 1.4 2001/09/14 22:48:27 wiz Exp $ - ---- src/Makefile.in.orig Fri Jun 1 04:23:13 2001 -+++ src/Makefile.in -@@ -13,8 +13,8 @@ +--- src/Makefile.in.orig Sun Oct 7 23:48:16 2001 ++++ src/Makefile.in Tue Oct 9 09:16:12 2001 +@@ -13,8 +13,7 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ #JED_ROOT = $(HOME)/src/jed# <--- make sure # is at end of file!! -#JED_ROOT = $(prefix)/jed# <--- make sure # is at end of file!! -JED_ROOT = @JED_ROOT@# <--- make sure # is at end of file!! -+JED_ROOT = $(prefix)/share/jed# <-- make sure # is at end of file!! -+#JED_ROOT = @JED_ROOT# <-- make fure # is at end of file!! ++JED_ROOT = $(prefix)/share/jed# <--- make sure # is at end of file!! BIN_DIR = @bindir@ MAN_DIR = @mandir@/man1 INSTALL = @INSTALL@ -@@ -151,7 +151,7 @@ +@@ -154,7 +153,7 @@ rgrep: $(OBJDIR)/rgrep @echo rgrep created in $(OBJDIR) $(OBJDIR)/rgrep: $(OBJDIR)/vfile.o $(OBJDIR)/rgrep.o @@ -22,7 +19,7 @@ $NetBSD: patch-ab,v 1.4 2001/09/14 22:48:27 wiz Exp $ # getmail: $(OBJDIR)/getmail @echo getmail created in $(OBJDIR) -@@ -183,7 +183,6 @@ +@@ -186,7 +185,6 @@ install: all install_directories $(INSTALL) $(OBJDIR)/jed $(DEST_BIN_DIR)/ |