pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/aterm Added a patch from upstream that sets the te...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e407b94d1112
branches: trunk
changeset: 524130:e407b94d1112
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Jan 19 08:02:33 2007 +0000
description:
Added a patch from upstream that sets the terminal size correctly on
FreeBSD and NetBSD.
PKGREVISION++
diffstat:
x11/aterm/Makefile | 6 ++++--
x11/aterm/distinfo | 3 ++-
x11/aterm/patches/patch-ae | 17 +++++++++++++++++
3 files changed, 23 insertions(+), 3 deletions(-)
diffs (54 lines):
diff -r 56f5d3cc91b0 -r e407b94d1112 x11/aterm/Makefile
--- a/x11/aterm/Makefile Fri Jan 19 00:57:53 2007 +0000
+++ b/x11/aterm/Makefile Fri Jan 19 08:02:33 2007 +0000
@@ -1,11 +1,13 @@
-# $NetBSD: Makefile,v 1.33 2006/12/27 13:37:42 joerg Exp $
+# $NetBSD: Makefile,v 1.34 2007/01/19 08:02:33 rillig Exp $
#
DISTNAME= aterm-1.0.0
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aterm/}
EXTRACT_SUFX= .tar.bz2
+#CVS_ROOT= :pserver:anonymous%cvs.aftercode.net@localhost:/home/cvsroot
+#CVS_MODULE= aterm1
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://www.afterstep.org/aterm.php
diff -r 56f5d3cc91b0 -r e407b94d1112 x11/aterm/distinfo
--- a/x11/aterm/distinfo Fri Jan 19 00:57:53 2007 +0000
+++ b/x11/aterm/distinfo Fri Jan 19 08:02:33 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2006/12/11 12:23:24 sketch Exp $
+$NetBSD: distinfo,v 1.12 2007/01/19 08:02:33 rillig Exp $
SHA1 (aterm-1.0.0.tar.bz2) = 806fd20aec2851c5eea26d9e6a707985da3579a3
RMD160 (aterm-1.0.0.tar.bz2) = b74f54b6aa6f1d4a094671507c30f627f074eb48
@@ -6,3 +6,4 @@
SHA1 (patch-aa) = 9390b91ecf82b4bdf7e91c2c858c7ef7eb912fe1
SHA1 (patch-ac) = 28c79343079680251a013ec3fe364b01f5a5ccac
SHA1 (patch-ad) = 0c87ee69672e98189afa2cfdcdd9691a1571f354
+SHA1 (patch-ae) = 2cb3efc3c252b010f12299265abf14366b45083a
diff -r 56f5d3cc91b0 -r e407b94d1112 x11/aterm/patches/patch-ae
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/aterm/patches/patch-ae Fri Jan 19 08:02:33 2007 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-ae,v 1.6 2007/01/19 08:02:33 rillig Exp $
+
+Tags: from-upstream
+
+Correctly set the terminal size on FreeBSD and NetBSD.
+
+--- src/command.c.orig 2005-06-21 22:08:16.000000000 +0200
++++ src/command.c 2007-01-19 08:56:52.000000000 +0100
+@@ -1085,6 +1085,8 @@ run_command(char *argv[])
+ #endif /* SRIOCSREDIR */
+ }
+
++ tt_winsize(0); /* set window size */
++
+ /* reset signals and spin off the command interpreter */
+ signal(SIGINT, SIG_DFL);
+ signal(SIGQUIT, SIG_DFL);
Home |
Main Index |
Thread Index |
Old Index