pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/clang
Module Name: pkgsrc
Committed By: wiz
Date: Thu Jul 2 10:45:38 UTC 2020
Modified Files:
pkgsrc/lang/clang: Makefile Makefile.common
Log Message:
clang: update to 10.0.0nb4.
Make perl a run-time dependency to fix
ERROR: [check-interpreter.mk] The interpreter "/usr/pkg/bin/perl" of "/usr/pkg/bin/scan-build" does not exist.
ERROR: [check-interpreter.mk] The interpreter "/usr/pkg/bin/perl" of "/usr/pkg/libexec/c++-analyzer" does not exist.
ERROR: [check-interpreter.mk] The interpreter "/usr/pkg/bin/perl" of "/usr/pkg/libexec/ccc-analyzer" does not exist.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/lang/clang/Makefile
cvs rdiff -u -r1.45 -r1.46 pkgsrc/lang/clang/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/clang/Makefile
diff -u pkgsrc/lang/clang/Makefile:1.57 pkgsrc/lang/clang/Makefile:1.58
--- pkgsrc/lang/clang/Makefile:1.57 Wed Jul 1 14:46:37 2020
+++ pkgsrc/lang/clang/Makefile Thu Jul 2 10:45:38 2020
@@ -1,12 +1,14 @@
-# $NetBSD: Makefile,v 1.57 2020/07/01 14:46:37 adam Exp $
+# $NetBSD: Makefile,v 1.58 2020/07/02 10:45:38 wiz Exp $
.include "Makefile.common"
PKGNAME= ${DISTNAME:S/.src//}
-PKGREVISION= 3
+PKGREVISION= 4
PYTHON_FOR_BUILD_ONLY= yes
+USE_TOOLS+= perl:run
+
# There are some contrib utilities written in python here.
# We don't want to add a python runtime dependency for that.
CHECK_INTERPRETER_SKIP+= share/clang/*
Index: pkgsrc/lang/clang/Makefile.common
diff -u pkgsrc/lang/clang/Makefile.common:1.45 pkgsrc/lang/clang/Makefile.common:1.46
--- pkgsrc/lang/clang/Makefile.common:1.45 Wed Jul 1 14:46:37 2020
+++ pkgsrc/lang/clang/Makefile.common Thu Jul 2 10:45:38 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.45 2020/07/01 14:46:37 adam Exp $
+# $NetBSD: Makefile.common,v 1.46 2020/07/02 10:45:38 wiz Exp $
# used by lang/clang/Makefile
# used by lang/clang-tools-extra/Makefile
@@ -68,7 +68,7 @@ REPLACE_PYTHON+= www/builtins.py
.if ${OPSYS} == "NetBSD" && ${PKGSRC_COMPILER:Mclang}
# command to check if clang is using libc++ or libstdc++
-LIBCPP_CHECK!= \
+LIBCPP_CHECK!= \
printf '%s\n' \
'\#include <ciso646>' \
'\#ifdef _LIBCPP_VERSION' \
Home |
Main Index |
Thread Index |
Old Index