Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-rc-0.30 grimoire by Arwed von Merkatz (12a78515b21ff6e535af319cf7a1a907792282fb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arwed von Merkatz <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-rc-0.30 grimoire by Arwed von Merkatz (12a78515b21ff6e535af319cf7a1a907792282fb)
  • Date: Sun, 15 Feb 2009 02:20:39 -0600

GIT changes to stable-rc-0.30 grimoire by Arwed von Merkatz
<v.merkatz AT gmx.net>:

kde4/HISTORY | 12 ++++++++++++
kde4/KDE_DEPENDS | 1 +
kde4/kdelibs4/DEPENDS | 1 -
kde4/kdelibs4/HISTORY | 12 ++++++++++++
4 files changed, 25 insertions(+), 1 deletion(-)

New commits:
commit 12a78515b21ff6e535af319cf7a1a907792282fb
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Arwed von Merkatz <v.merkatz AT gmx.net>

kdelibs4: Now requires pcre

-- checking for module 'libpcre'
-- package 'libpcre' not found
-- Could NOT find PCRE (missing: PCRE_INCLUDE_DIR PCRE_PCRE_LIBRARY
PCRE_PCREPOSIX_LIBRARY)
CMake Error at kjs/CMakeLists.txt:69 (message):
The PCRE regular expression library has not been found. KJS requires
PCRE
>= 4.5 to function properly. If you for some reason can not install
>it,
you can force a build with POSIX regex.h by passing
-DKJS_FORCE_DISABLE_PCRE=true to cmake. However, be advised that
it'll
result in many websites breaking
(cherry picked from commit dd404089f6875f06c7f388b12221797b6c8ae6b4)

diff --git a/kde4/HISTORY b/kde4/HISTORY
index b49ba74..7744e49 100644
--- a/kde4/HISTORY
+++ b/kde4/HISTORY
@@ -1,3 +1,15 @@
+2009-02-11 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: kdelibs4 depends on pcre (to avoid uselessness)
+ -- checking for module 'libpcre'
+ -- package 'libpcre' not found
+ -- Could NOT find PCRE (missing: PCRE_INCLUDE_DIR
PCRE_PCRE_LIBRARY PCRE_PCREPOSIX_LIBRARY)
+ Error at kjs/CMakeLists.txt:69 (message):
+ The PCRE regular expression library has not been found. KJS
requires PCRE
+ >= 4.5 to function properly. If you for some reason can not
install it,
+ you can force a build with POSIX regex.h by passing
+ -DKJS_FORCE_DISABLE_PCRE=true to cmake. However, be advised that
it'll
+ result in many websites breaking
+
2009-01-13 Treeve Jelbert <treeve AT sourcemage.org>
* FUNCTIONS: fix CMAKE_PREFIX_PATH
also fix finding qt4
diff --git a/kde4/KDE_DEPENDS b/kde4/KDE_DEPENDS
index 0cb13d3..7cc8aa2 100755
--- a/kde4/KDE_DEPENDS
+++ b/kde4/KDE_DEPENDS
@@ -14,6 +14,7 @@ case $SPELL in
depends hal &&
depends pkgconfig &&
depends openssl &&
+ depends pcre &&
depends strigi &&
sub_depends strigi QT4 &&
depends shared-mime-info &&
diff --git a/kde4/kdelibs4/DEPENDS b/kde4/kdelibs4/DEPENDS
index 4b48103..598f78c 100755
--- a/kde4/kdelibs4/DEPENDS
+++ b/kde4/kdelibs4/DEPENDS
@@ -1,6 +1,5 @@
source $SECTION_DIRECTORY/KDE_DEPENDS &&
optional_depends FAM '' '' 'file change notification' &&
-optional_depends pcre '' '' 'regular expression support'&&
optional_depends soprano '' '' 'RDF search facilities' &&
optional_depends tiff '' '' 'to view tiff graphics' &&
optional_depends alsa-lib '' '' 'for libKMid alsa support' &&
diff --git a/kde4/kdelibs4/HISTORY b/kde4/kdelibs4/HISTORY
index cd8add8..67f2524 100644
--- a/kde4/kdelibs4/HISTORY
+++ b/kde4/kdelibs4/HISTORY
@@ -1,3 +1,15 @@
+2009-02-11 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Now requires pcre, not optional
+ -- checking for module 'libpcre'
+ -- package 'libpcre' not found
+ -- Could NOT find PCRE (missing: PCRE_INCLUDE_DIR
PCRE_PCRE_LIBRARY PCRE_PCREPOSIX_LIBRARY)
+ CMake Error at kjs/CMakeLists.txt:69 (message):
+ The PCRE regular expression library has not been found. KJS
requires PCRE
+ >= 4.5 to function properly. If you for some reason can not
install it,
+ you can force a build with POSIX regex.h by passing
+ -DKJS_FORCE_DISABLE_PCRE=true to cmake. However, be advised that
it'll
+ result in many websites breaking
+
2009-01-31 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.2.61.svn917530 (unstable)




  • [SM-Commit] GIT changes to stable-rc-0.30 grimoire by Arwed von Merkatz (12a78515b21ff6e535af319cf7a1a907792282fb), Arwed von Merkatz, 02/15/2009

Archive powered by MHonArc 2.6.24.

Top of Page