pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Mark c++11 requirement



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12863e7f5ce1
branches:  trunk
changeset: 362145:12863e7f5ce1
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Sat May 06 01:38:43 2017 +0000

description:
Mark c++11 requirement

diffstat:

 devel/lldb/Makefile     |  4 ++--
 devel/polly/Makefile    |  4 ++--
 lang/libunwind/Makefile |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r b1d7d837f364 -r 12863e7f5ce1 devel/lldb/Makefile
--- a/devel/lldb/Makefile       Sat May 06 01:07:05 2017 +0000
+++ b/devel/lldb/Makefile       Sat May 06 01:38:43 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/05/05 22:56:37 kamil Exp $
+# $NetBSD: Makefile,v 1.9 2017/05/06 01:38:43 kamil Exp $
 
 DISTNAME=      lldb-4.0.0.src
 PKGNAME=       ${DISTNAME:S/.src//}
@@ -16,7 +16,7 @@
 CONFIGURE_DIRS=                ${WRKDIR}/build
 CMAKE_ARG_PATH=                ${WRKSRC}
 
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++11
 USE_CMAKE=             yes
 GCC_REQD+=             4.8
 PY_PATCHPLIST=         yes
diff -r b1d7d837f364 -r 12863e7f5ce1 devel/polly/Makefile
--- a/devel/polly/Makefile      Sat May 06 01:07:05 2017 +0000
+++ b/devel/polly/Makefile      Sat May 06 01:38:43 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/03/17 22:38:17 adam Exp $
+# $NetBSD: Makefile,v 1.5 2017/05/06 01:38:43 kamil Exp $
 
 DISTNAME=      polly-4.0.0.src
 PKGNAME=       ${DISTNAME:S/.src//}
@@ -14,7 +14,7 @@
 CONFIGURE_DIRS=                ${WRKDIR}/build
 CMAKE_ARG_PATH=                ${WRKSRC}
 
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++11
 USE_CMAKE=             yes
 GCC_REQD+=             4.8
 
diff -r b1d7d837f364 -r 12863e7f5ce1 lang/libunwind/Makefile
--- a/lang/libunwind/Makefile   Sat May 06 01:07:05 2017 +0000
+++ b/lang/libunwind/Makefile   Sat May 06 01:38:43 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/05/05 23:20:50 kamil Exp $
+# $NetBSD: Makefile,v 1.7 2017/05/06 01:38:43 kamil Exp $
 
 DISTNAME=      libunwind-4.0.0.src
 PKGNAME=       ${DISTNAME:S/.src//}
@@ -14,7 +14,7 @@
 CONFIGURE_DIRS=                ${WRKDIR}/build
 
 USE_TOOLS+=            pax
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++11
 USE_CMAKE=             yes
 GCC_REQD+=             4.8
 



Home | Main Index | Thread Index | Old Index