pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/po4a Add a workaround so that po4a's use of G...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7ae320a7588
branches:  trunk
changeset: 531221:c7ae320a7588
user:      he <he%pkgsrc.org@localhost>
date:      Wed Jul 25 17:13:58 2007 +0000

description:
Add a workaround so that po4a's use of GetTerminalSize() from
Term::ReadKey doesn't end up doing tty i/o, which will in all
probability stall a bulk build if it's started on a tty, and
no special steps are taken to disassociate the bulk build job
from the tty.

It appears that later versions of po4a does not suffer from
this problem, so this is a minimal fix suitable for pull-up.

Bump package revision.

diffstat:

 textproc/po4a/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 0a1dce282084 -r c7ae320a7588 textproc/po4a/Makefile
--- a/textproc/po4a/Makefile    Wed Jul 25 16:43:10 2007 +0000
+++ b/textproc/po4a/Makefile    Wed Jul 25 17:13:58 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2007/06/29 22:57:02 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2007/07/25 17:13:58 he Exp $
 #
 
 DISTNAME=              po4a-0.23
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            textproc
 MASTER_SITES=          http://alioth.debian.org/download.php/1317/
 
@@ -22,5 +22,7 @@
 REPLACE_PERL=          msguntypot po4a po4a-gettextize po4a-normalize \
                        po4a-translate po4a-updatepo
 
+MAKE_ENV+=             COLUMNS=76
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index