summaryrefslogtreecommitdiff
path: root/x11/aterm
diff options
context:
space:
mode:
authorrillig <rillig>2007-01-19 08:02:33 +0000
committerrillig <rillig>2007-01-19 08:02:33 +0000
commitabad8b69e843d69b95c9a68119c139a60759ff0d (patch)
tree90911a4a2f48991e6f4c265f0944204385876ba5 /x11/aterm
parentcf3084139a48f826e9a8e6806287f2bdc743ec22 (diff)
downloadpkgsrc-abad8b69e843d69b95c9a68119c139a60759ff0d.tar.gz
Added a patch from upstream that sets the terminal size correctly on
FreeBSD and NetBSD. PKGREVISION++
Diffstat (limited to 'x11/aterm')
-rw-r--r--x11/aterm/Makefile6
-rw-r--r--x11/aterm/distinfo3
-rw-r--r--x11/aterm/patches/patch-ae17
3 files changed, 23 insertions, 3 deletions
diff --git a/x11/aterm/Makefile b/x11/aterm/Makefile
index f25f239841b..3618af7facf 100644
--- a/x11/aterm/Makefile
+++ b/x11/aterm/Makefile
@@ -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:/home/cvsroot
+#CVS_MODULE= aterm1
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.afterstep.org/aterm.php
diff --git a/x11/aterm/distinfo b/x11/aterm/distinfo
index 24af4d5a09f..0b54774431f 100644
--- a/x11/aterm/distinfo
+++ b/x11/aterm/distinfo
@@ -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 @@ Size (aterm-1.0.0.tar.bz2) = 248708 bytes
SHA1 (patch-aa) = 9390b91ecf82b4bdf7e91c2c858c7ef7eb912fe1
SHA1 (patch-ac) = 28c79343079680251a013ec3fe364b01f5a5ccac
SHA1 (patch-ad) = 0c87ee69672e98189afa2cfdcdd9691a1571f354
+SHA1 (patch-ae) = 2cb3efc3c252b010f12299265abf14366b45083a
diff --git a/x11/aterm/patches/patch-ae b/x11/aterm/patches/patch-ae
new file mode 100644
index 00000000000..0542cd39f9c
--- /dev/null
+++ b/x11/aterm/patches/patch-ae
@@ -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);