pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ja-groff textproc/ja-groff: Mark as broken on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a400fe5c462
branches:  trunk
changeset: 441640:0a400fe5c462
user:      sjmulder <sjmulder%pkgsrc.org@localhost>
date:      Sun Nov 08 00:59:48 2020 +0000

description:
textproc/ja-groff: Mark as broken on Darwin-*-aarch64

Hangs on 'checking for working mmap...' conftest.

diffstat:

 textproc/ja-groff/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 391763ac9cd2 -r 0a400fe5c462 textproc/ja-groff/Makefile
--- a/textproc/ja-groff/Makefile        Sun Nov 08 00:56:53 2020 +0000
+++ b/textproc/ja-groff/Makefile        Sun Nov 08 00:59:48 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2020/08/31 18:11:43 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2020/11/08 00:59:48 sjmulder Exp $
 
 DISTNAME=      groff-1.10
 PKGNAME=       ja-groff-0.99
@@ -29,4 +29,7 @@
 REPLACE_PERL=  grog/grog.pl
 REPLACE_PERL+= afmtodit/afmtodit.pl
 
+# 'checking for working mmap...' conftest hangs
+BROKEN_ON_PLATFORM+=   Darwin-*-aarch64
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index