pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/root root: add CHECK_PORTABILITY_SKIP



details:   https://anonhg.NetBSD.org/pkgsrc/rev/134f43ab4cdf
branches:  trunk
changeset: 377781:134f43ab4cdf
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Apr 24 22:34:12 2022 +0000

description:
root: add CHECK_PORTABILITY_SKIP

diffstat:

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

diffs (18 lines):

diff -r 80f9d29a4fb7 -r 134f43ab4cdf misc/root/Makefile
--- a/misc/root/Makefile        Sun Apr 24 22:31:39 2022 +0000
+++ b/misc/root/Makefile        Sun Apr 24 22:34:12 2022 +0000
@@ -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_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