pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/root misc/root: disable BROKEN from 2002 that is ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/810221d20677
branches:  trunk
changeset: 403999:810221d20677
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Nov 04 17:30:40 2019 +0000

description:
misc/root: disable BROKEN from 2002 that is unlikely to be still valid

diffstat:

 misc/root/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r e551f982a0e1 -r 810221d20677 misc/root/Makefile
--- a/misc/root/Makefile        Mon Nov 04 15:49:04 2019 +0000
+++ b/misc/root/Makefile        Mon Nov 04 17:30:40 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2018/08/19 20:16:41 wiz Exp $
+# $NetBSD: Makefile,v 1.63 2019/11/04 17:30:40 rillig Exp $
 
 DISTNAME=              root_v5.26.00b.source
 PKGNAME=               root-5.26
@@ -21,7 +21,8 @@
 .include "../../mk/bsd.prefs.mk"
 
 .if (${MACHINE_ARCH} == "arm")
-BROKEN=        Compilation stops due to internal compiler error
+# from 2002. 17 years later, it's time to try it again.
+#BROKEN=       "Compilation stops due to internal compiler error"
 .endif
 
 ROOT_OPSYS=            ${LOWER_OPSYS}



Home | Main Index | Thread Index | Old Index