Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5a1eff5971d77095c1036c7c89f862152adeb02e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5a1eff5971d77095c1036c7c89f862152adeb02e)
  • Date: Mon, 5 Jan 2015 08:23:42 -0600

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

x11-toolkits/wxgtk-new/DEPENDS | 5 +++--
x11-toolkits/wxgtk-new/HISTORY | 3 +++
x11-toolkits/wxgtk/DEPENDS | 7 ++++---
x11-toolkits/wxgtk/HISTORY | 3 +++
4 files changed, 13 insertions(+), 5 deletions(-)

New commits:
commit 5a1eff5971d77095c1036c7c89f862152adeb02e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

wxgtk-new: Improve pcre dependency description

commit f0bddb75ed2632830fb373e37d6c25a897fde420
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

wxgtk: Improve pcre dependency description

diff --git a/x11-toolkits/wxgtk-new/DEPENDS b/x11-toolkits/wxgtk-new/DEPENDS
index 25c97f4..58e6afc 100755
--- a/x11-toolkits/wxgtk-new/DEPENDS
+++ b/x11-toolkits/wxgtk-new/DEPENDS
@@ -10,9 +10,10 @@ depends libpng '--with-libpng' &&
depends JPEG '--with-libjpeg' &&
depends tiff '--with-libtiff' &&
depends pkgconfig &&
-optional_depends pcre '--with-regex=sys' \
+optional_depends pcre \
+ '--with-regex=sys' \
'--with-regex=builtin' \
- 'do not use pcre for advanced features' &&
+ 'use PCRE for RegEx (disable for advanced features)' &&
optional_depends cairo \
'' \
'' \
diff --git a/x11-toolkits/wxgtk-new/HISTORY b/x11-toolkits/wxgtk-new/HISTORY
index 1a498f0..a183f9f 100644
--- a/x11-toolkits/wxgtk-new/HISTORY
+++ b/x11-toolkits/wxgtk-new/HISTORY
@@ -1,3 +1,6 @@
+2015-01-05 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Improve pcre dependency description
+
2014-09-14 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* PRE_BUILD,
0001-remove-fvisibility-inlines-hidden-from-CXXFLAGS.patch:
fix linker error triggered in spells using wxgtk-new
diff --git a/x11-toolkits/wxgtk/DEPENDS b/x11-toolkits/wxgtk/DEPENDS
index 36a6323..2f6e742 100755
--- a/x11-toolkits/wxgtk/DEPENDS
+++ b/x11-toolkits/wxgtk/DEPENDS
@@ -14,9 +14,10 @@ depends tiff '--with-libtiff' &&
depends libsm &&
depends libxinerama &&

-optional_depends pcre '--with-regex=sys' \
- '--with-regex=builtin' \
- 'do not use pcre for advanced features' &&
+optional_depends pcre \
+ '--with-regex=sys' \
+ '--with-regex=builtin' \
+ 'use PCRE for RegEx (disable for advanced features)' &&

optional_depends MESALIB \
'--with-opengl' \
diff --git a/x11-toolkits/wxgtk/HISTORY b/x11-toolkits/wxgtk/HISTORY
index f58a948..339f56d 100644
--- a/x11-toolkits/wxgtk/HISTORY
+++ b/x11-toolkits/wxgtk/HISTORY
@@ -1,3 +1,6 @@
+2015-01-05 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Improve pcre dependency description
+
2014-04-24 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS: ... and when MESALIB is mesalib-1x, depends on glu




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5a1eff5971d77095c1036c7c89f862152adeb02e), Ismael Luceno, 01/05/2015

Archive powered by MHonArc 2.6.24.

Top of Page