pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/include-what-you-use
Module Name: pkgsrc
Committed By: wiz
Date: Mon May 18 16:45:36 UTC 2020
Modified Files:
pkgsrc/devel/include-what-you-use: Makefile distinfo
Removed Files:
pkgsrc/devel/include-what-you-use/patches: patch-iwyu__output.cc
Log Message:
include-what-you-use: make it use c++14 and GCC 5
Like the rest of the llvm packages.
Remove now unneeded patch.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/include-what-you-use/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/include-what-you-use/distinfo
cvs rdiff -u -r1.2 -r0 \
pkgsrc/devel/include-what-you-use/patches/patch-iwyu__output.cc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/include-what-you-use/Makefile
diff -u pkgsrc/devel/include-what-you-use/Makefile:1.19 pkgsrc/devel/include-what-you-use/Makefile:1.20
--- pkgsrc/devel/include-what-you-use/Makefile:1.19 Mon May 18 05:48:54 2020
+++ pkgsrc/devel/include-what-you-use/Makefile Mon May 18 16:45:36 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2020/05/18 05:48:54 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2020/05/18 16:45:36 wiz Exp $
DISTNAME= include-what-you-use-0.14.src
PKGNAME= ${DISTNAME:S/.src//1}
@@ -12,9 +12,9 @@ LICENSE= modified-bsd
WRKSRC= ${WRKDIR}/include-what-you-use
USE_CMAKE= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++14
-GCC_REQD+= 4.8
+GCC_REQD+= 5
CMAKE_ARGS= -DIWYU_LLVM_ROOT_PATH:PATH=${BUILDLINK_PREFIX.clang}
Index: pkgsrc/devel/include-what-you-use/distinfo
diff -u pkgsrc/devel/include-what-you-use/distinfo:1.12 pkgsrc/devel/include-what-you-use/distinfo:1.13
--- pkgsrc/devel/include-what-you-use/distinfo:1.12 Mon May 18 05:48:54 2020
+++ pkgsrc/devel/include-what-you-use/distinfo Mon May 18 16:45:36 2020
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.12 2020/05/18 05:48:54 wiz Exp $
+$NetBSD: distinfo,v 1.13 2020/05/18 16:45:36 wiz Exp $
SHA1 (include-what-you-use-0.14.src.tar.gz) = a67e9a48f18c70c6f3cb6fed5357a21c708187c6
RMD160 (include-what-you-use-0.14.src.tar.gz) = 284cb5d5cfe20bf10f979db4aab036197971a12a
SHA512 (include-what-you-use-0.14.src.tar.gz) = ac328c6bdf834fde58bbf14c662fdf97aac22a24a85bce4a6475c73027b3ec1c558925efb5f0ac3addf446f21d29e37a70a7c5773c178f9ab7f12e90be7d69b4
Size (include-what-you-use-0.14.src.tar.gz) = 598485 bytes
-SHA1 (patch-iwyu__output.cc) = 55a8c7ad35613206ad01dd312afdabb5649e63c2
Home |
Main Index |
Thread Index |
Old Index