Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (7acd0608c607a9e11a978511fd02cf1c1a52f377)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (7acd0608c607a9e11a978511fd02cf1c1a52f377)
  • Date: Mon, 4 May 2015 03:00:08 -0500

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

libs/pcre/HISTORY | 3 +++
libs/pcre/PRE_SUB_DEPENDS | 2 +-
libs/pcre/REPAIR^f759b166c7ff34012ab85e9c6742315f^PRE_SUB_DEPENDS | 2 +-
libs/pcre/SUB_DEPENDS | 2 +-
4 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit 7acd0608c607a9e11a978511fd02cf1c1a52f377
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/pcre: switched to gcc with CXX in *SUB_DEPENDS

diff --git a/libs/pcre/HISTORY b/libs/pcre/HISTORY
index 80a3f21..0c93821 100644
--- a/libs/pcre/HISTORY
+++ b/libs/pcre/HISTORY
@@ -1,3 +1,6 @@
+2015-05-04 Pavel Vinogradov <public AT sourcemage.org>
+ * *SUB_DEPENDS: g++ -> gcc with CXX
+
2015-05-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 8.37
* PRE_BUILD, cve-2014-8964.patch: deleted, already included
diff --git a/libs/pcre/PRE_SUB_DEPENDS b/libs/pcre/PRE_SUB_DEPENDS
index 7236d16..1763f0e 100755
--- a/libs/pcre/PRE_SUB_DEPENDS
+++ b/libs/pcre/PRE_SUB_DEPENDS
@@ -3,6 +3,6 @@ case "$THIS_SUB_DEPENDS" in
then return 0; else return 1; fi ;;
UTFPROP) if [[ $BUILDUTF == y ]] &&
[[ $UTFPROPERTIES == y ]]; then return 0; else return 1; fi ;;
- CPP) is_depends_enabled $SPELL g++ ;;
+ CPP) is_depends_enabled $SPELL gcc ;;
*) echo "bogus sub_depends: pcre $THIS_SUB_DEPENDS"; return 1;;
esac
diff --git
a/libs/pcre/REPAIR^f759b166c7ff34012ab85e9c6742315f^PRE_SUB_DEPENDS
b/libs/pcre/REPAIR^f759b166c7ff34012ab85e9c6742315f^PRE_SUB_DEPENDS
index 3e15cf5..ca784db 100755
--- a/libs/pcre/REPAIR^f759b166c7ff34012ab85e9c6742315f^PRE_SUB_DEPENDS
+++ b/libs/pcre/REPAIR^f759b166c7ff34012ab85e9c6742315f^PRE_SUB_DEPENDS
@@ -1,6 +1,6 @@
case "$THIS_SUB_DEPENDS" in
UTFPROP) if [[ $BUILDUTF8 == y ]] &&
[[ $UTFPROPERTIES == y ]]; then return 0; else return 1; fi ;;
- CPP) is_depends_enabled $SPELL g++ ;;
+ CPP) is_depends_enabled $SPELL gcc ;;
*) echo "bogus sub_depends: pcre $THIS_SUB_DEPENDS"; return 1;;
esac
diff --git a/libs/pcre/SUB_DEPENDS b/libs/pcre/SUB_DEPENDS
index 0d72a16..70419a1 100755
--- a/libs/pcre/SUB_DEPENDS
+++ b/libs/pcre/SUB_DEPENDS
@@ -5,6 +5,6 @@ case "$THIS_SUB_DEPENDS" in
BUILDUTF=y &&
UTFPROPERTIES=y &&
persistent_add UTFPROPERTIES ;;
- CPP) depends g++ "--enable-cpp" ;;
+ CPP) depends -sub CXX gcc "--enable-cpp" ;;
*) echo "bogus sub_depends: pcre $THIS_SUB_DEPENDS"; return 1;;
esac



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (7acd0608c607a9e11a978511fd02cf1c1a52f377), Pavel Vinogradov, 05/04/2015

Archive powered by MHonArc 2.6.24.

Top of Page