pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   kamil
Date:           Sat May  6 01:38:43 UTC 2017

Modified Files:
        pkgsrc/devel/lldb: Makefile
        pkgsrc/devel/polly: Makefile
        pkgsrc/lang/libunwind: Makefile

Log Message:
Mark c++11 requirement


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/lldb/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/polly/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/libunwind/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/lldb/Makefile
diff -u pkgsrc/devel/lldb/Makefile:1.8 pkgsrc/devel/lldb/Makefile:1.9
--- pkgsrc/devel/lldb/Makefile:1.8      Fri May  5 22:56:37 2017
+++ pkgsrc/devel/lldb/Makefile  Sat May  6 01:38:43 2017
@@ -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 @@ DEPENDS+=     ${PYPKGPREFIX}-six-[0-9]*:../.
 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

Index: pkgsrc/devel/polly/Makefile
diff -u pkgsrc/devel/polly/Makefile:1.4 pkgsrc/devel/polly/Makefile:1.5
--- pkgsrc/devel/polly/Makefile:1.4     Fri Mar 17 22:38:17 2017
+++ pkgsrc/devel/polly/Makefile Sat May  6 01:38:43 2017
@@ -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 @@ LICENSE=      modified-bsd
 CONFIGURE_DIRS=                ${WRKDIR}/build
 CMAKE_ARG_PATH=                ${WRKSRC}
 
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++11
 USE_CMAKE=             yes
 GCC_REQD+=             4.8
 

Index: pkgsrc/lang/libunwind/Makefile
diff -u pkgsrc/lang/libunwind/Makefile:1.6 pkgsrc/lang/libunwind/Makefile:1.7
--- pkgsrc/lang/libunwind/Makefile:1.6  Fri May  5 23:20:50 2017
+++ pkgsrc/lang/libunwind/Makefile      Sat May  6 01:38:43 2017
@@ -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 @@ LICENSE=      modified-bsd
 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