summaryrefslogtreecommitdiff
path: root/textproc/po4a
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2007-07-25 17:13:58 +0000
committerhe <he@pkgsrc.org>2007-07-25 17:13:58 +0000
commitd0fee867a05e58923048bceb9583b7eb3835f8a1 (patch)
tree09192ab31a198fdf1dedd8d15bc027bb7d3206f5 /textproc/po4a
parenta4b141761527ca4672f4bc7863896d86c6134814 (diff)
downloadpkgsrc-d0fee867a05e58923048bceb9583b7eb3835f8a1.tar.gz
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 (limited to 'textproc/po4a')
-rw-r--r--textproc/po4a/Makefile6
1 files 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"