pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
coverity-analysis-bin: fix OPSYS pattern for NetBSD 10
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By: wiz
Date: Wed Dec 28 23:55:46 2022 +0100
Changeset: a049d12b93351b450479bcbe9d417230edc328d1
Modified Files:
coverity-analysis-bin/Makefile
Log Message:
coverity-analysis-bin: fix OPSYS pattern for NetBSD 10
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a049d12b93351b450479bcbe9d417230edc328d1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
coverity-analysis-bin/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/coverity-analysis-bin/Makefile b/coverity-analysis-bin/Makefile
index 73048d9128..f3ca1aecdd 100644
--- a/coverity-analysis-bin/Makefile
+++ b/coverity-analysis-bin/Makefile
@@ -14,7 +14,7 @@ WRKSRC= ${WRKDIR}/cov-analysis-netbsd64-2022.6.0
INSTALLATION_DIRS+= ${PREFIX}/coverity
ONLY_FOR_PLATFORM= NetBSD-*-x86_64
-NOT_FOR_PLATFORM= NetBSD-[0-4]*.*-x86_64
+NOT_FOR_PLATFORM= NetBSD-[0-4].*.*-x86_64
# pre-built binaries without RELRO
CHECK_RELRO_SUPPORTED= no
Home |
Main Index |
Thread Index |
Old Index