SOURCES (AC-branch): knoda-ac-am-fixes.patch (NEW) - kde patches t...
hawk
hawk at pld-linux.org
Thu Apr 19 22:24:37 CEST 2007
Author: hawk Date: Thu Apr 19 20:24:36 2007 GMT
Module: SOURCES Tag: AC-branch
---- Log message:
- kde patches that we already have in repo doesn't work for version 0.8
---- Files affected:
SOURCES:
knoda-ac-am-fixes.patch (NONE -> 1.1.2.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/knoda-ac-am-fixes.patch
diff -u /dev/null SOURCES/knoda-ac-am-fixes.patch:1.1.2.1
--- /dev/null Thu Apr 19 22:24:36 2007
+++ SOURCES/knoda-ac-am-fixes.patch Thu Apr 19 22:24:31 2007
@@ -0,0 +1,29 @@
+--- admin/cvs.sh.orig 2004-11-04 20:56:25.000000000 +0000
++++ admin/cvs.sh 2007-04-19 20:21:14.435404750 +0000
+@@ -30,7 +30,7 @@
+ required_autoconf_version="2.53 or newer"
+ AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1`
+ case $AUTOCONF_VERSION in
+- Autoconf*2.5* | autoconf*2.5* ) : ;;
++ Autoconf*2.5* | autoconf*2.5* | Autoconf*2.6* | autoconf*2.6* ) : ;;
+ "" )
+ echo "*** AUTOCONF NOT FOUND!."
+ echo "*** KDE requires autoconf $required_autoconf_version"
+@@ -45,7 +45,7 @@
+
+ AUTOHEADER_VERSION=`$AUTOHEADER --version | head -n 1`
+ case $AUTOHEADER_VERSION in
+- Autoconf*2.5* | autoheader*2.5* ) : ;;
++ Autoconf*2.5* | autoheader*2.5* | Autoconf*2.6* | autoheader*2.6* ) : ;;
+ "" )
+ echo "*** AUTOHEADER NOT FOUND!."
+ echo "*** KDE requires autoheader $required_autoconf_version"
+@@ -68,7 +68,7 @@
+ echo "*** KDE requires automake $required_automake_version"
+ exit 1
+ ;;
+- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9*) : ;;
++ automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10* ) : ;;
+ "" )
+ echo "*** AUTOMAKE NOT FOUND!."
+ echo "*** KDE requires automake $required_automake_version"
================================================================
More information about the pld-cvs-commit
mailing list