summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2009-02-11 20:22:16 -0800
committerArwed von Merkatz2009-02-15 09:20:22 +0100
commit12a78515b21ff6e535af319cf7a1a907792282fb (patch)
tree36094c4649e09b0ff5d444f18423ccc39cec4024
parent90202cf23d2ea099b75fe17ef05cb24fe8920292 (diff)
kdelibs4: Now requires pcrestable-rc-0.30
-- 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)
-rw-r--r--kde4/HISTORY12
-rwxr-xr-xkde4/KDE_DEPENDS1
-rwxr-xr-xkde4/kdelibs4/DEPENDS1
-rw-r--r--kde4/kdelibs4/HISTORY12
4 files changed, 25 insertions, 1 deletions
diff --git a/kde4/HISTORY b/kde4/HISTORY
index b49ba745f2..7744e49577 100644
--- a/kde4/HISTORY
+++ b/kde4/HISTORY
@@ -1,3 +1,15 @@
+2009-02-11 Eric Sandall <sandalle@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@sourcemage.org>
* FUNCTIONS: fix CMAKE_PREFIX_PATH
also fix finding qt4
diff --git a/kde4/KDE_DEPENDS b/kde4/KDE_DEPENDS
index 0cb13d3cbb..7cc8aa2015 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 4b48103337..598f78c77f 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 cd8add8167..67f2524489 100644
--- a/kde4/kdelibs4/HISTORY
+++ b/kde4/kdelibs4/HISTORY
@@ -1,3 +1,15 @@
+2009-02-11 Eric Sandall <sandalle@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@sourcemage.org>
* DETAILS: version 4.2.61.svn917530 (unstable)