summaryrefslogtreecommitdiff
path: root/editors/jed
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-10-21 11:44:23 +0000
committerwiz <wiz@pkgsrc.org>2001-10-21 11:44:23 +0000
commit20b7ba5fbcba688d587092a08bf025a68619c81c (patch)
treebae3199dbe083c3b330124fb23b7da79a09c4c0e /editors/jed
parentf9735af725548a06cc8581635c78cb7e98f40a9b (diff)
downloadpkgsrc-20b7ba5fbcba688d587092a08bf025a68619c81c.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')
-rw-r--r--editors/jed/Makefile11
-rw-r--r--editors/jed/distinfo10
-rw-r--r--editors/jed/patches/patch-aa14
-rw-r--r--editors/jed/patches/patch-ab15
-rw-r--r--editors/jed/pkg/PLIST3
5 files changed, 25 insertions, 28 deletions
diff --git a/editors/jed/Makefile b/editors/jed/Makefile
index 6e7d6907cb2..1684cc3a280 100644
--- a/editors/jed/Makefile
+++ b/editors/jed/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2001/09/27 23:18:00 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2001/10/21 11:44:23 wiz Exp $
#
-DISTNAME= jed-B0.99-14
-PKGNAME= jed-0.99.14
+DISTNAME= jed-B0.99-15
+PKGNAME= jed-0.99.15
CATEGORIES= editors
MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v0.99/ \
ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/jed/
@@ -16,6 +16,9 @@ DEPENDS+= libslang-[0-9]*:../../devel/libslang
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-X
-WRKSRC= ${WRKDIR}/jed-B0.99-14
+WRKSRC= ${WRKDIR}/jed-B0.99-15
+
+post-install:
+ ${RMDIR} ${PREFIX}/share/jed/bin
.include "../../mk/bsd.pkg.mk"
diff --git a/editors/jed/distinfo b/editors/jed/distinfo
index 349d81b369e..afb723bfeef 100644
--- a/editors/jed/distinfo
+++ b/editors/jed/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2001/09/14 22:48:27 wiz Exp $
+$NetBSD: distinfo,v 1.4 2001/10/21 11:44:23 wiz Exp $
-SHA1 (jed-B0.99-14.tar.gz) = 1b317e6a6044691b61322714f9250f79fc73702b
-Size (jed-B0.99-14.tar.gz) = 827970 bytes
-SHA1 (patch-aa) = 93df5bb883f9dbcaa758ddd9325fbba082d2cc05
-SHA1 (patch-ab) = 7c976bcecbbedd157adb378d12bd4abbbe915bdf
+SHA1 (jed-B0.99-15.tar.gz) = dfcb1b5ea0330666e919a83a3ebf01b4444d2e07
+Size (jed-B0.99-15.tar.gz) = 833835 bytes
+SHA1 (patch-aa) = d6b1f83332c49154ba54c8f9d3099abda42e706b
+SHA1 (patch-ab) = c0096f8271aa4c6b852d0af31fddea838b4e30f9
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)/
diff --git a/editors/jed/pkg/PLIST b/editors/jed/pkg/PLIST
index d2a53f1b4da..14d7403e344 100644
--- a/editors/jed/pkg/PLIST
+++ b/editors/jed/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2001/09/14 22:48:28 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2001/10/21 11:44:24 wiz Exp $
bin/jed
bin/rgrep
man/man1/jed.1
@@ -245,5 +245,4 @@ share/jed/lib/yankpop.sl
@dirrm share/jed/doc/manual
@dirrm share/jed/doc
@dirrm share/jed/info
-@dirrm share/jed/bin
@dirrm share/jed