From d0fee867a05e58923048bceb9583b7eb3835f8a1 Mon Sep 17 00:00:00 2001 From: he Date: Wed, 25 Jul 2007 17:13:58 +0000 Subject: 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. --- textproc/po4a/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/textproc/po4a/Makefile b/textproc/po4a/Makefile index 0701fe9b158..b5ab72df6cd 100644 --- a/textproc/po4a/Makefile +++ b/textproc/po4a/Makefile @@ -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 @@ PERL5_PACKLIST= auto/po4a/.packlist 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" -- cgit v1.2.3