[SM-Commit] GIT changes to master grimoire by Eric Sandall (dd404089f6875f06c7f388b12221797b6c8ae6b4)

Eric Sandall scm at sourcemage.org
Wed Feb 11 23:22:38 EST 2009


GIT changes to master grimoire by Eric Sandall <sandalle at sourcemage.org>:

 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 dd404089f6875f06c7f388b12221797b6c8ae6b4
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    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

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)
 



More information about the SM-Commit mailing list