pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/codeblocks Don't force ancient C++.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c1e1489b6f1b
branches: trunk
changeset: 362704:c1e1489b6f1b
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon May 22 23:36:11 2017 +0000
description:
Don't force ancient C++.
diffstat:
editors/codeblocks/distinfo | 3 ++-
editors/codeblocks/patches/patch-configure | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (34 lines):
diff -r b4d34158fcda -r c1e1489b6f1b editors/codeblocks/distinfo
--- a/editors/codeblocks/distinfo Mon May 22 22:31:09 2017 +0000
+++ b/editors/codeblocks/distinfo Mon May 22 23:36:11 2017 +0000
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.1 2016/06/16 02:28:51 kamil Exp $
+$NetBSD: distinfo,v 1.2 2017/05/22 23:36:11 joerg Exp $
SHA1 (codeblocks_16.01.tar.gz) = 70aabe8a948dbaa919eb4b87bc74a600e0d93516
RMD160 (codeblocks_16.01.tar.gz) = e98b034eb8d6cf52a89312f2d5eaa10b17f1355e
SHA512 (codeblocks_16.01.tar.gz) = 496ff2dbcf9a8248fa9f1060d50567d1fc6480cc9d8fc9f7d2cd532c82f4344deafe9b43f2b17d2510c74851e21acf2ca90d5cc7b61237d69a17e78e9907a63a
Size (codeblocks_16.01.tar.gz) = 20250097 bytes
+SHA1 (patch-configure) = c746e3b0f4f5ca2b8d5d215e4510c1996205338b
SHA1 (patch-src_plugins_contrib_wxContribItems_wxchart_configure) = 57f52bac348192b1dbfa63b012a48ed259e5933d
SHA1 (patch-src_plugins_contrib_wxContribItems_wxthings_configure) = 645d331fc86c872e522ed56fc0764e2a2a77c3c2
SHA1 (patch-src_sdk_wxpropgrid_configure) = fc842f5964e7a213907d93b81ef35a3f1a4edf19
diff -r b4d34158fcda -r c1e1489b6f1b editors/codeblocks/patches/patch-configure
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/codeblocks/patches/patch-configure Mon May 22 23:36:11 2017 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2017/05/22 23:36:11 joerg Exp $
+
+Do not override C++ language version.
+
+--- configure.orig 2017-05-21 19:40:38.893383675 +0000
++++ configure
+@@ -22233,7 +22233,7 @@ esac
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PIC_FLAGS" >&5
+ $as_echo "$PIC_FLAGS" >&6; }
+
+-CPPFLAGS="$CPPFLAGS -ansi -DTIXML_USE_STL"
++CPPFLAGS="$CPPFLAGS -DTIXML_USE_STL"
+ CXXFLAGS="$CXXFLAGS $PCH_FLAGS $PIC_FLAGS -fexceptions"
+ codeblocks_PCH_FLAGS="$PCH_FLAGS"
+
Home |
Main Index |
Thread Index |
Old Index