pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/protobuf



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May  3 19:32:30 UTC 2020

Modified Files:
        pkgsrc/devel/protobuf: Makefile

Log Message:
devel/protobuf: skip shell portability check


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/protobuf/Makefile

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

Modified files:

Index: pkgsrc/devel/protobuf/Makefile
diff -u pkgsrc/devel/protobuf/Makefile:1.28 pkgsrc/devel/protobuf/Makefile:1.29
--- pkgsrc/devel/protobuf/Makefile:1.28 Sun Mar 22 18:28:43 2020
+++ pkgsrc/devel/protobuf/Makefile      Sun May  3 19:32:30 2020
@@ -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-lite.pc.in
 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