pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ja-groff



Module Name:    pkgsrc
Committed By:   sjmulder
Date:           Sun Nov  8 00:59:48 UTC 2020

Modified Files:
        pkgsrc/textproc/ja-groff: Makefile

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/ja-groff/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/ja-groff/Makefile
diff -u pkgsrc/textproc/ja-groff/Makefile:1.26 pkgsrc/textproc/ja-groff/Makefile:1.27
--- pkgsrc/textproc/ja-groff/Makefile:1.26      Mon Aug 31 18:11:43 2020
+++ pkgsrc/textproc/ja-groff/Makefile   Sun Nov  8 00:59:48 2020
@@ -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 @@ INSTALL_MAKE_FLAGS+=  bindir=${DESTDIR}${
 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