Update of /cvsroot/fink/experimental/rangerrick/finkinfo/kde
In directory sc8-pr-cvs1:/tmp/cvs-serv26152
Modified Files:
arts-1.1.0-8.patch kdelibs3-3.1-1.patch kdebase3-3.1-1.patch
Log Message:
am_edit fix
Index: arts-1.1.0-8.patch
===================================================================
RCS file: /cvsroot/fink/experimental/rangerrick/finkinfo/kde/arts-1.1.0-8.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- arts-1.1.0-8.patch 27 Nov 2002 16:14:21 -0000 1.3
+++ arts-1.1.0-8.patch 27 Nov 2002 19:46:10 -0000 1.4
@@ -385,6 +385,19 @@
ac_ssl_rsaref="no"
)
===================================================================
+diff -u -u -r1.1.1.6 -r1.2
+--- admin/am_edit 29 Oct 2002 02:27:18 -0000 1.1.1.6
++++ admin/am_edit 27 Nov 2002 19:43:04 -0000 1.2
+@@ -1034,7 +1034,7 @@
+ if ($allidls !~ /$source\_kidl/) {
+
+ $dep_lines .= "$source.kidl: $sourcedir$source.h
+\$(DCOP_DEPENDENCIES)\n";
+- $dep_lines .= "\t\$(DCOPIDL) $sourcedir$source.h > $source.kidl || (
+rm -f $source.kidl ; /bin/false )\n";
++ $dep_lines .= "\t\$(DCOPIDL) $sourcedir$source.h > $source.kidl || (
+rm -f $source.kidl ; false )\n";
+
+ $allidls .= $source . "_kidl ";
+ }
+===================================================================
diff -u -u -r1.1.1.8 -r1.3
--- admin/cvs.sh 26 Nov 2002 21:12:30 -0000 1.1.1.8
+++ admin/cvs.sh 26 Nov 2002 21:14:13 -0000 1.3
@@ -667,7 +680,7 @@
===================================================================
diff -u -u -r1.1.1.3 Makefile.am
--- ./artsc/Makefile.am 14 Aug 2002 13:21:23 -0000 1.1.1.3
-+++ ./artsc/Makefile.am 27 Nov 2002 15:55:53 -0000
++++ ./artsc/Makefile.am 27 Nov 2002 19:43:16 -0000
@@ -9,19 +9,19 @@
bin_SCRIPTS = artsc-config artsdsp
@@ -695,7 +708,7 @@
===================================================================
diff -N ./flow/audioiocoreaudio.cc
--- /dev/null 1 Jan 1970 00:00:00 -0000
-+++ ./flow/audioiocoreaudio.cc 20 Nov 2002 13:24:00 -0000 1.6
++++ ./flow/audioiocoreaudio.cc 27 Nov 2002 19:42:48 -0000 1.7
@@ -0,0 +1,553 @@
+ /*
+
@@ -1113,7 +1126,7 @@
+ break;
+
+ case autoDetect:
-+ return 10;
++ return 12; // so we're higher than liboss
+ break;
+
+ case selectReadFD:
@@ -1967,7 +1980,7 @@
===================================================================
diff -u -u -r1.1.1.4 Makefile.am
--- ./soundserver/Makefile.am 14 Aug 2002 13:21:26 -0000 1.1.1.4
-+++ ./soundserver/Makefile.am 27 Nov 2002 15:55:54 -0000
++++ ./soundserver/Makefile.am 27 Nov 2002 19:43:16 -0000
@@ -38,13 +38,13 @@
libartswavplayobject_la_SOURCES = wavplayobject_impl.cc
libartswavplayobject_la_LIBADD = $(top_builddir)/mcop/libmcop.la \
Index: kdelibs3-3.1-1.patch
===================================================================
RCS file: /cvsroot/fink/experimental/rangerrick/finkinfo/kde/kdelibs3-3.1-1.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kdelibs3-3.1-1.patch 27 Nov 2002 16:14:21 -0000 1.3
+++ kdelibs3-3.1-1.patch 27 Nov 2002 19:46:10 -0000 1.4
@@ -385,6 +385,19 @@
ac_ssl_rsaref="no"
)
===================================================================
+diff -u -u -r1.1.1.6 -r1.2
+--- admin/am_edit 29 Oct 2002 02:27:18 -0000 1.1.1.6
++++ admin/am_edit 27 Nov 2002 19:43:04 -0000 1.2
+@@ -1034,7 +1034,7 @@
+ if ($allidls !~ /$source\_kidl/) {
+
+ $dep_lines .= "$source.kidl: $sourcedir$source.h
+\$(DCOP_DEPENDENCIES)\n";
+- $dep_lines .= "\t\$(DCOPIDL) $sourcedir$source.h > $source.kidl || (
+rm -f $source.kidl ; /bin/false )\n";
++ $dep_lines .= "\t\$(DCOPIDL) $sourcedir$source.h > $source.kidl || (
+rm -f $source.kidl ; false )\n";
+
+ $allidls .= $source . "_kidl ";
+ }
+===================================================================
diff -u -u -r1.1.1.8 -r1.3
--- admin/cvs.sh 26 Nov 2002 21:12:30 -0000 1.1.1.8
+++ admin/cvs.sh 26 Nov 2002 21:14:13 -0000 1.3
Index: kdebase3-3.1-1.patch
===================================================================
RCS file: /cvsroot/fink/experimental/rangerrick/finkinfo/kde/kdebase3-3.1-1.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kdebase3-3.1-1.patch 27 Nov 2002 16:14:21 -0000 1.3
+++ kdebase3-3.1-1.patch 27 Nov 2002 19:46:10 -0000 1.4
@@ -385,6 +385,19 @@
ac_ssl_rsaref="no"
)
===================================================================
+diff -u -u -r1.1.1.6 -r1.2
+--- admin/am_edit 29 Oct 2002 02:27:18 -0000 1.1.1.6
++++ admin/am_edit 27 Nov 2002 19:43:04 -0000 1.2
+@@ -1034,7 +1034,7 @@
+ if ($allidls !~ /$source\_kidl/) {
+
+ $dep_lines .= "$source.kidl: $sourcedir$source.h
+\$(DCOP_DEPENDENCIES)\n";
+- $dep_lines .= "\t\$(DCOPIDL) $sourcedir$source.h > $source.kidl || (
+rm -f $source.kidl ; /bin/false )\n";
++ $dep_lines .= "\t\$(DCOPIDL) $sourcedir$source.h > $source.kidl || (
+rm -f $source.kidl ; false )\n";
+
+ $allidls .= $source . "_kidl ";
+ }
+===================================================================
diff -u -u -r1.1.1.8 -r1.3
--- admin/cvs.sh 26 Nov 2002 21:12:30 -0000 1.1.1.8
+++ admin/cvs.sh 26 Nov 2002 21:14:13 -0000 1.3
-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T
handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits