Update of /cvsroot/fink/experimental/rangerrick/finkinfo/kde
In directory usw-pr-cvs1:/tmp/cvs-serv6147/finkinfo/kde

Added Files:
        kdbg-1.2.5-4.info kdbg-1.2.5-4.patch 
Removed Files:
        kdbg-1.2.5-3.info kdbg-1.2.5-3.patch 
Log Message:
kdbg too

--- NEW FILE: kdbg-1.2.5-4.info ---
Package: kdbg
Version: 1.2.5
Revision: 4
GCC: 3.1
Depends: kdelibs3 (>= 3.0.7-2) | kdelibs3-ssl (>= 3.0.7-2), kdebase3 (>= 3.0.7-2) | 
kdebase3-ssl (>= 3.0.7-2), dlcompat (>= 20020709), libpng-shlibs (>= 1.0.12), 
qt3-shlibs (>= 3.0.5.7)
BuildDepends: arts-dev (>= 1.1.0-2), kdelibs3-dev (>= 3.0.7-2) | kdelibs3-ssl-dev (>= 
3.0.7-2), kdebase3-dev (>= 3.0.7-2) | kdebase3-ssl-dev (>= 3.0.7-2), fink (>= 0.10.0), 
autoconf25, libtool14, dlcompat (>= 20020709), libpng (>= 1.0.12)
Recommends: qt3 (>= 3.0.5-7)
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
Source: ftp://ftp.eudaptics.com/pub/people/jsixt/%n-%v.tar.gz
PatchScript: sed 's|@PREFIX@|%p|g' <%a/%f.patch | patch -p1
SetLDFLAGS: -L%p/lib
SetCPPFLAGS: -no-cpp-precomp
SetCFLAGS: -fno-common
ConfigureParams: --prefix=%p --with-qt-dir=%p --disable-dependency-tracking `cat 
/tmp/kde-build-options`
CompileScript: <<
#!/bin/sh
 export KDEDIR=%p
 export LIBQTMT="-lqt-mt"
 export CC='cc'
 export CXX="c++"
 sh configure %c
 make -j2
<<
InstallScript: <<
 make install DESTDIR=%d
<<
Description: The KDE debugger.
DescDetail: <<
KDbg is a graphical user interface to gdb, the GNU debugger.  It provides an
intuitive interface for setting breakpoints, inspecting variables, and
stepping through code.
<<
DescPort: <<
Only a small change for openpty, and a small patch to fix an LDFLAGS
problem in configure.

NOTE: KDE packages do *not* have an -shlibs because of KDE's use of  
libltdl!  The .la's *must* be used in conjunction with the dynamic
libraries, and they are unversioned filenames, so multiple -shlibs would
conflict.
<<
License: GPL

--- NEW FILE: kdbg-1.2.5-4.patch ---
diff -uNbr kdbg-1.2.5/configure kdbg-1.2.5-new/configure
--- kdbg-1.2.5/configure        Wed Mar 20 16:23:13 2002
+++ kdbg-1.2.5-new/configure    Sun May 19 15:09:35 2002
@@ -3414,10 +3414,15 @@
   *-*-sysv4.2uw*) CFLAGS="$CFLAGS -D_UNIXWARE";;
   esac
 
+  case "$host" in
+    darwin*)
+       # darwin LD doesn't understand -s
+       ;;
+    *)
   if test -z "$LDFLAGS" && test "$kde_use_debug_code" = "no" && test "$GCC" = "yes"; 
then
      LDFLAGS="-s"
   fi
-
+  esac
 
 
   echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
diff -uNbr kdbg-1.2.5/kdbg/ttywnd.cpp kdbg-1.2.5-new/kdbg/ttywnd.cpp
--- kdbg-1.2.5/kdbg/ttywnd.cpp  Sun Jan 21 09:01:20 2001
+++ kdbg-1.2.5-new/kdbg/ttywnd.cpp      Sun May 19 15:16:13 2002
@@ -13,6 +13,7 @@
 #include <kapp.h>
 #endif
 
+#include <util.h>
 #include "config.h"
 #ifdef HAVE_FCNTL_H
 #include <fcntl.h>

--- kdbg-1.2.5-3.info DELETED ---

--- kdbg-1.2.5-3.patch DELETED ---



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to