pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/fakeroot It turns out that users of po4a also...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bb17820b9775
branches: trunk
changeset: 531426:bb17820b9775
user: he <he%pkgsrc.org@localhost>
date: Mon Jul 30 08:38:24 2007 +0000
description:
It turns out that users of po4a also need COLUMNS=76 set in the environment
in order to prevent a bulk build from stopping due to attempted tty i/o.
diffstat:
sysutils/fakeroot/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 82846c5801fc -r bb17820b9775 sysutils/fakeroot/Makefile
--- a/sysutils/fakeroot/Makefile Mon Jul 30 08:29:00 2007 +0000
+++ b/sysutils/fakeroot/Makefile Mon Jul 30 08:38:24 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/03/04 21:30:40 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2007/07/30 08:38:24 he Exp $
#
DISTNAME= fakeroot_1.5.6
@@ -18,5 +18,7 @@
# 3 test failures in 1.5.6
TEST_TARGET= check
+MAKE_ENV+= COLUMNS=76
+
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index