pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/root



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon Nov  4 17:30:40 UTC 2019

Modified Files:
        pkgsrc/misc/root: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/misc/root/Makefile

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

Modified files:

Index: pkgsrc/misc/root/Makefile
diff -u pkgsrc/misc/root/Makefile:1.62 pkgsrc/misc/root/Makefile:1.63
--- pkgsrc/misc/root/Makefile:1.62      Sun Aug 19 20:16:41 2018
+++ pkgsrc/misc/root/Makefile   Mon Nov  4 17:30:40 2019
@@ -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 @@ BUILD_TARGET=
 .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