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:   tnn
Date:           Sun Apr 24 22:34:12 UTC 2022

Modified Files:
        pkgsrc/misc/root: Makefile

Log Message:
root: add CHECK_PORTABILITY_SKIP


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 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.68 pkgsrc/misc/root/Makefile:1.69
--- pkgsrc/misc/root/Makefile:1.68      Tue Jun  1 09:12:26 2021
+++ pkgsrc/misc/root/Makefile   Sun Apr 24 22:34:12 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2021/06/01 09:12:26 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2022/04/24 22:34:12 tnn Exp $
 
 DISTNAME=              root_v5.26.00b.source
 PKGNAME=               root-5.26
@@ -15,7 +15,7 @@ USE_TOOLS+=           gmake
 USE_LANGUAGES=         c c++ fortran
 NOT_FOR_COMPILER+=     f2c #lacks LOC()
 
-CHECK_PORTABILITY_SKIP=        build/win/*.sh cint/tool/INSTALLBIN
+CHECK_PORTABILITY_SKIP=        build/win/*.sh cint/tool/INSTALLBIN tmva/test/setup.sh
 BUILD_TARGET=
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index