Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/protobuf devel/protobuf: skip shell portability ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a3bd98daf628
branches: trunk
changeset: 430751:a3bd98daf628
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun May 03 19:32:30 2020 +0000
description:
devel/protobuf: skip shell portability check
diffstat:
devel/protobuf/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 59dc968bc66d -r a3bd98daf628 devel/protobuf/Makefile
--- a/devel/protobuf/Makefile Sun May 03 19:21:55 2020 +0000
+++ b/devel/protobuf/Makefile Sun May 03 19:32:30 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2020/03/22 18:28:43 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2020/05/03 19:32:30 rillig Exp $
DISTNAME= protobuf-cpp-3.11.4
PKGNAME= ${DISTNAME:S/-cpp//}
@@ -22,6 +22,11 @@
PKGCONFIG_OVERRIDE+= protobuf.pc.in
TEST_TARGET= check
+# false positive: the Makefile generates bash programs
+CHECK_PORTABILITY_SKIP= benchmarks/Makefile.in
+# the [[ command will skip a test that would otherwise run
+CHECK_PORTABILITY_SKIP+= src/google/protobuf/compiler/zip_output_unittest.sh
+
SET_LIBDIR= yes
.if ${MACHINE_ARCH} == "i386"
Home |
Main Index |
Thread Index |
Old Index