Update of /cvsroot/fink/experimental/crypto/rangerrick/finkinfo
In directory sc8-pr-cvs1:/tmp/cvs-serv31342

Modified Files:
        kdelibs3-ssl.info kdelibs3-ssl.patch 
Log Message:
3.1.3


Index: kdelibs3-ssl.info
===================================================================
RCS file: /cvsroot/fink/experimental/crypto/rangerrick/finkinfo/kdelibs3-ssl.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- kdelibs3-ssl.info   8 Jul 2003 16:28:48 -0000       1.5
+++ kdelibs3-ssl.info   8 Aug 2003 03:09:31 -0000       1.6
@@ -6,7 +6,7 @@
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
 Depends: arts (>= 1.1.2-1), audiofile-shlibs, dlcompat-shlibs (>= 20021117-2), 
esound-shlibs | esound-null-shlibs, %N-shlibs (>= %v-%r), libart2-shlibs, 
libjpeg-shlibs, libogg-shlibs, libpng3-shlibs (>= 1.2.5-4), libpoll-shlibs (>= 1.1-1), 
libvorbis0-shlibs, libxml2-shlibs (>= 2.5.2-1), libxslt-shlibs (>= 1.0.27-1), 
mad-shlibs, qt3-shlibs (>= 3.1.0-1), x11
-BuildDepends: arts-dev (>= 1.1.2-1), audiofile, autoconf2.54, automake1.6, cctools 
(>= 446-1) | cctools-single-module, cups-dev, dlcompat-dev (>= 20021117-2), doxygen, 
esound | esound-null, fink (>= 0.12.1-1), flex, libart2, libjpeg, libogg, libpng3 (>= 
1.2.5-4), libpoll (>= 1.1-1), libtiff, libvorbis0, libxml2, libxslt, mad, 
openslp-ssl-dev | openslp-dev, pcre, openssl097, openssl097-dev, pcre-bin, qt3 (>= 
3.1.0-1), qt3-doc, x11
+BuildDepends: arts-dev (>= 1.1.2-1), audiofile, autoconf2.54, automake1.6, bzip2-dev, 
cctools (>= 446-1) | cctools-single-module, cups-dev, dlcompat-dev (>= 20021117-2), 
doxygen, esound | esound-null, fink (>= 0.12.1-1), flex, libart2, libiconv-dev, 
libjpeg, libogg, libpng3 (>= 1.2.5-4), libpoll (>= 1.1-1), libtiff, libvorbis0, 
libxml2, libxslt, mad, openslp-ssl-dev | openslp-dev, pcre, openssl097, 
openssl097-dev, pcre-bin, qt3 (>= 3.1.0-1), qt3-doc, x11
 Conflicts: bundle-kde, kdelibs3, kdelibs3-shlibs, kdelibs3-dev, kdebase3, 
kdebase3-shlibs, kdebase3-dev
 Replaces: kdelibs3, kdelibs3-dev, kdelibs3-ssl-dev, keramik, kde-icons-crystal, 
conectiva-crystal, kdeartwork3
 GCC: 3.1
@@ -18,8 +18,8 @@
 <<
 Source: mirror:kde:stable/%v/src/kdelibs-%v.tar.bz2
 Source-MD5: 2b896ce9a6942e4cc4fe1758236bafa3
-Source2: mirror:custom:kde-admindir-20030601.tar.bz2
-Source2-MD5: 6135f81de4b1561942be8fd31ae21297
+Source2: mirror:custom:kde-admindir-20030807.tar.bz2
+Source2-MD5: 3aee94cfcdb6e8bd5720edc72cee7a5f
 Source2ExtractDir: kdelibs-%v
 
 PatchScript: sed 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p0
@@ -143,13 +143,17 @@
 ---[ Configuration ]--------------------------------------------------
 
 To use KDE as your windowing system in XDarwin, create a file called
-".xinitrc" in your home directory, with the following commands (it is
-safe to cut and paste these):
+".xinitrc" in your home directory, with the following lines:
 
-  echo "source /sw/bin/init.sh" > ~/.xinitrc
-  echo "/sw/bin/startkde >/tmp/kde.log 2>&1" >> ~/.xinitrc
+  source /sw/bin/init.sh
+  /sw/bin/startkde >/tmp/kde.log 2>&1
 
 Note that this will overwrite an existing .xinitrc file!
+
+If you are using Apple's X11 but want to use the KDE window manager,
+put the following line before the startkde line:
+
+  export KDEWM=kwin
 
 ---[ Startup ]--------------------------------------------------------
 

Index: kdelibs3-ssl.patch
===================================================================
RCS file: /cvsroot/fink/experimental/crypto/rangerrick/finkinfo/kdelibs3-ssl.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- kdelibs3-ssl.patch  8 Jul 2003 16:28:48 -0000       1.3
+++ kdelibs3-ssl.patch  8 Aug 2003 03:09:31 -0000       1.4
@@ -123,8 +123,8 @@
  
 -dummy.cpp:
 -      echo > dummy.cpp
---- arts/knotify/knotify.cpp   3 Mar 2003 01:16:06 -0000       1.1.1.6
-+++ arts/knotify/knotify.cpp   3 Mar 2003 01:31:51 -0000       1.3
+--- arts/knotify/knotify.cpp   19 Jul 2003 16:33:49 -0000      1.1.1.7
++++ arts/knotify/knotify.cpp   19 Jul 2003 23:03:24 -0000      1.4
 @@ -81,7 +81,9 @@
  };
  
@@ -466,8 +466,8 @@
 +{
 +        return kdemain(argc, argv);
 +}
---- kdecore/Makefile.am        20 Nov 2002 00:54:24 -0000      1.1.1.6
-+++ kdecore/Makefile.am        1 Jun 2003 14:59:02 -0000       1.7
+--- kdecore/Makefile.am        19 Jul 2003 16:36:02 -0000      1.1.1.7
++++ kdecore/Makefile.am        19 Jul 2003 23:03:27 -0000      1.8
 @@ -1,6 +1,6 @@
  #    This file is part of the KDE libraries
  #
@@ -494,8 +494,8 @@
  libkdecore_la_LIBADD = malloc/libklmalloc.la $(SVGICON_LIB) ../dcop/libDCOP.la 
../libltdl/libltdlc.la $(LIB_XEXT) $(LIBRESOLV) $(LIBXINERAMA) $(LIB_DMALLOC) 
$(LIBART_LIBS) ../kdefx/libkdefx.la
  
  libkdecore_la_METASOURCES = AUTO
---- kdecore/kiconloader.cpp    14 Jan 2003 19:46:12 -0000      1.1.1.10
-+++ kdecore/kiconloader.cpp    14 Jan 2003 20:04:30 -0000      1.6
+--- kdecore/kiconloader.cpp    19 Jul 2003 16:36:00 -0000      1.1.1.11
++++ kdecore/kiconloader.cpp    19 Jul 2003 23:03:27 -0000      1.7
 @@ -457,7 +457,7 @@
      return icon;
  }
@@ -505,9 +505,9 @@
  {
      static const QString &str_unknown = KGlobal::staticQString("unknown");
  
---- kdecore/kstandarddirs.cpp  14 Jan 2003 19:46:15 -0000      1.1.1.7
-+++ kdecore/kstandarddirs.cpp  15 Mar 2003 15:49:39 -0000      1.2
-@@ -798,7 +798,7 @@
+--- kdecore/kstandarddirs.cpp  19 Jul 2003 16:36:08 -0000      1.1.1.8
++++ kdecore/kstandarddirs.cpp  19 Jul 2003 23:03:27 -0000      1.3
+@@ -800,7 +800,7 @@
      if (!strcmp(type, "data"))
        return "share/apps/";
      if (!strcmp(type, "html"))
@@ -590,8 +590,8 @@
 -
 -dummy.cpp:
 -      echo > dummy.cpp
---- kded/kbuildsycoca.cpp      6 May 2003 17:20:06 -0000       1.1.1.6
-+++ kded/kbuildsycoca.cpp      6 May 2003 17:34:16 -0000       1.4
+--- kded/kbuildsycoca.cpp      19 Jul 2003 16:34:05 -0000      1.1.1.7
++++ kded/kbuildsycoca.cpp      19 Jul 2003 23:03:29 -0000      1.5
 @@ -509,7 +509,9 @@
     ~WaitForSignal() { kapp->eventLoop()->exitLoop(); }
  };
@@ -819,8 +819,8 @@
          list.append(elem);
  
        QDomElement child = elem.firstChild().toElement();
---- kdeui/kxmlguifactory.cpp   1 Oct 2002 03:06:00 -0000       1.1.1.3
-+++ kdeui/kxmlguifactory.cpp   1 Oct 2002 03:59:10 -0000       1.5
+--- kdeui/kxmlguifactory.cpp   19 Jul 2003 16:36:26 -0000      1.1.1.4
++++ kdeui/kxmlguifactory.cpp   19 Jul 2003 23:03:30 -0000      1.6
 @@ -49,14 +49,10 @@
  public:
      KXMLGUIFactoryPrivate()
@@ -850,11 +850,11 @@
  
  ####### Files
  
---- khtml/Makefile.am  4 Jan 2003 04:30:33 -0000       1.1.1.5
-+++ khtml/Makefile.am  1 Jun 2003 14:59:03 -0000       1.6
+--- khtml/Makefile.am  19 Jul 2003 16:36:37 -0000      1.1.1.6
++++ khtml/Makefile.am  19 Jul 2003 23:03:31 -0000      1.7
 @@ -26,7 +26,7 @@
  
- SUBDIRS = misc dom css xml html rendering pics $(JAVA_SUBDIR) . ecma kmultipart
+ SUBDIRS = misc dom css xml html rendering pics $(JAVA_SUBDIR) ecma . kmultipart
  
 -lib_LTLIBRARIES = libkhtml.la
 +lib_LTLIBRARIES = libkhtml.la khtml.la libkhtmlimagepart_main.la
@@ -869,7 +869,7 @@
 +libkhtml_la_LDFLAGS = -version-info 5:0:1 -no-undefined $(all_libraries)
  libkhtml_la_LIBADD = ./xml/libkhtmlxml.la ./html/libkhtmlhtml.la \
        ./rendering/libkhtmlrender.la ./css/libkhtmlcss.la \
-       ./misc/libkhtmlmisc.la ./dom/libkhtmldom.la $(LIBKJAVA) \
+       ./misc/libkhtmlmisc.la ecma/libkjs_html.la ./dom/libkhtmldom.la $(LIBKJAVA) \
 @@ -49,9 +49,23 @@
        $(top_builddir)/kdeprint/libkdeprint.la  \
        $(top_builddir)/kutils/libkutils.la 
@@ -960,8 +960,8 @@
 -
 -dummy.cpp:
 -      echo > dummy.cpp
---- kinit/kinit.cpp    13 Mar 2003 02:18:42 -0000      1.1.1.6
-+++ kinit/kinit.cpp    13 Mar 2003 02:52:40 -0000      1.8
+--- kinit/kinit.cpp    7 Aug 2003 14:35:46 -0000       1.1.1.7
++++ kinit/kinit.cpp    7 Aug 2003 18:34:47 -0000       1.9
 @@ -81,11 +81,6 @@
  # endif
  #endif
@@ -974,7 +974,7 @@
  extern char **environ;
  
  extern int lt_dlopen_flag;
-@@ -1437,6 +1432,7 @@
+@@ -1483,6 +1478,7 @@
     kdeinit_setproctitle("Starting up...");
     kdeinit_library_path();
     unsetenv("LD_BIND_NOW");
@@ -1011,8 +1011,8 @@
  extern char **environ;
  
  static char *getDisplay()
---- kio/kio/kurlcompletion.cpp 6 May 2003 17:18:59 -0000       1.1.1.5
-+++ kio/kio/kurlcompletion.cpp 6 May 2003 17:34:18 -0000       1.7
+--- kio/kio/kurlcompletion.cpp 19 Jul 2003 16:33:21 -0000      1.1.1.6
++++ kio/kio/kurlcompletion.cpp 19 Jul 2003 23:03:34 -0000      1.8
 @@ -54,11 +54,6 @@
  
  #include "kurlcompletion.h"
@@ -1048,8 +1048,8 @@
  #line 20 "lex.c"
  /* A lexical scanner generated by flex */
  
---- kio/kssl/kopenssl.cc       6 May 2003 17:19:18 -0000       1.1.1.7
-+++ kio/kssl/kopenssl.cc       6 May 2003 17:34:18 -0000       1.9
+--- kio/kssl/kopenssl.cc       7 Aug 2003 14:29:14 -0000       1.1.1.9
++++ kio/kssl/kopenssl.cc       7 Aug 2003 18:34:48 -0000       1.11
 @@ -256,6 +256,9 @@
              #ifdef _AIX
              << "/opt/freeware/lib/"
@@ -1223,9 +1223,9 @@
 -
 -dummy.cpp:
 -      echo > dummy.cpp
---- kioslave/http/http.cc      7 May 2003 20:59:33 -0000       1.1.1.15
-+++ kioslave/http/http.cc      7 May 2003 21:30:27 -0000       1.15
-@@ -34,9 +34,9 @@
+--- kioslave/http/http.cc      7 Aug 2003 14:36:39 -0000       1.1.1.17
++++ kioslave/http/http.cc      7 Aug 2003 18:34:50 -0000       1.17
+@@ -33,9 +33,9 @@
  #include <netinet/in.h>  // Required for AIX
  #include <netinet/tcp.h>
  
@@ -1357,8 +1357,8 @@
  
  include_HEADERS = kscreensaver.h kscreensaver_vroot.h
  
---- libltdl/ltdl.c     10 Jul 2002 04:51:21 -0000      1.1.1.2
-+++ libltdl/ltdl.c     26 Nov 2002 21:00:50 -0000      1.7
+--- libltdl/ltdl.c     19 Jul 2003 16:37:05 -0000      1.1.1.3
++++ libltdl/ltdl.c     19 Jul 2003 23:03:38 -0000      1.8
 @@ -1544,11 +1544,14 @@
    /* try to open the old library first; if it was dlpreopened,
       we want the preopened version of it, even if a dlopenable




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to