Mon Nov 4 17:30:40 2019 UTC ()
misc/root: disable BROKEN from 2002 that is unlikely to be still valid


(rillig)
diff -r1.62 -r1.63 pkgsrc/misc/root/Makefile

cvs diff -r1.62 -r1.63 pkgsrc/misc/root/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/root/Attic/Makefile 2018/08/19 20:16:41 1.62
+++ pkgsrc/misc/root/Attic/Makefile 2019/11/04 17:30:40 1.63
@@ -1,37 +1,38 @@ @@ -1,37 +1,38 @@
1# $NetBSD: Makefile,v 1.62 2018/08/19 20:16:41 wiz Exp $ 1# $NetBSD: Makefile,v 1.63 2019/11/04 17:30:40 rillig Exp $
2 2
3DISTNAME= root_v5.26.00b.source 3DISTNAME= root_v5.26.00b.source
4PKGNAME= root-5.26 4PKGNAME= root-5.26
5PKGREVISION= 18 5PKGREVISION= 18
6CATEGORIES= misc 6CATEGORIES= misc
7MASTER_SITES= ftp://root.cern.ch/root/ 7MASTER_SITES= ftp://root.cern.ch/root/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://root.cern.ch/ 10HOMEPAGE= https://root.cern.ch/
11COMMENT= OO framework for data analysis and visualisation 11COMMENT= OO framework for data analysis and visualisation
12 12
13WRKSRC= ${WRKDIR}/root 13WRKSRC= ${WRKDIR}/root
14USE_TOOLS+= gmake 14USE_TOOLS+= gmake
15USE_LANGUAGES= c c++ fortran 15USE_LANGUAGES= c c++ fortran
16NOT_FOR_COMPILER+= f2c #lacks LOC() 16NOT_FOR_COMPILER+= f2c #lacks LOC()
17 17
18CHECK_PORTABILITY_SKIP= build/win/*.sh cint/tool/INSTALLBIN 18CHECK_PORTABILITY_SKIP= build/win/*.sh cint/tool/INSTALLBIN
19BUILD_TARGET= 19BUILD_TARGET=
20 20
21.include "../../mk/bsd.prefs.mk" 21.include "../../mk/bsd.prefs.mk"
22 22
23.if (${MACHINE_ARCH} == "arm") 23.if (${MACHINE_ARCH} == "arm")
24BROKEN= Compilation stops due to internal compiler error 24# from 2002. 17 years later, it's time to try it again.
 25#BROKEN= "Compilation stops due to internal compiler error"
25.endif 26.endif
26 27
27ROOT_OPSYS= ${LOWER_OPSYS} 28ROOT_OPSYS= ${LOWER_OPSYS}
28.if ${ROOT_OPSYS} == "darwin" 29.if ${ROOT_OPSYS} == "darwin"
29# MacOS. Use the pkgsrc config ("netbsd") - if this doesn't work, 30# MacOS. Use the pkgsrc config ("netbsd") - if this doesn't work,
30# try using "macosx". 31# try using "macosx".
31ROOT_OPSYS= netbsd 32ROOT_OPSYS= netbsd
32.endif 33.endif
33 34
34INSTALLATION_DIRS= bin 35INSTALLATION_DIRS= bin
35 36
36HAS_CONFIGURE= yes 37HAS_CONFIGURE= yes
37CONFIGURE_ARGS+= ${ROOT_OPSYS} 38CONFIGURE_ARGS+= ${ROOT_OPSYS}