Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/clang clang: update to 10.0.0nb4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d805c229364b
branches:  trunk
changeset: 435199:d805c229364b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jul 02 10:45:38 2020 +0000

description:
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.

diffstat:

 lang/clang/Makefile        |  6 ++++--
 lang/clang/Makefile.common |  4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (38 lines):

diff -r 96ff1435872c -r d805c229364b lang/clang/Makefile
--- a/lang/clang/Makefile       Thu Jul 02 10:27:21 2020 +0000
+++ b/lang/clang/Makefile       Thu Jul 02 10:45:38 2020 +0000
@@ -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/*
diff -r 96ff1435872c -r d805c229364b lang/clang/Makefile.common
--- a/lang/clang/Makefile.common        Thu Jul 02 10:27:21 2020 +0000
+++ b/lang/clang/Makefile.common        Thu Jul 02 10:45:38 2020 +0000
@@ -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 @@
 
 .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