summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2006-02-01 00:33:32 +0000
committermarkd <markd@pkgsrc.org>2006-02-01 00:33:32 +0000
commitac2da699fd9a65e2929b54e61c3051a4a2c11812 (patch)
tree8c07f21d2751a39a42785b83e0ab5233044cc455 /devel
parent1e38a3791e513202c3d200e77b540602cd7618ea (diff)
downloadpkgsrc-ac2da699fd9a65e2929b54e61c3051a4a2c11812.tar.gz
Update kdbg to 2.0.3
Recent Changes Version 2.0.3 * Fixed parsing of gdb output that mentions "operator<<", "operator>>", "operator<", and "operator>" within text delimited by angle brackets <>. This fixes a crash when any such function is disassembled and other misbehaviors. * Fixed parsing stack frames that mention "operator<<" or "operator<". Thanks to Charles Samuels, who pointed out the problem and provided an initial fix. Version 2.0.2 * Fixed stack display for functions in an anonymous namespace and for functions whose names involve template parameter lists (thanks to André Wöbbeking). * Fixed environment list which would add back the entry from the edit box even if it was just deleted. * Fixed that the Run/Continue button was enabled while the program was running. * Fixed parsing of NaN (Not a Number) floating point values. Version 2.0.1 * Updated Hungarian translation (thanks to Tamas Szanto). * Worked around gdb 6.3 crashes at "info line main" command (thanks to Stefan Taferner). * Updated XSLT debugger parser for xsldbg >= 3.4.0 (by Keith Isdale). Version 2.0.0 * References and const types are treated like the base type (thanks to Shaheed). * Fixed parsing of large arrays with many different values, which were terminated by "...". * Fixed the kdbg.desktop file: Encoding is UTF-8, install in XDG menu location. * Fixed PS_COMMAND detection for Solaris' /bin/sh. Version 1.9.7 * Added a new animated button in the toolbar. * Fixed Norwegian translation file names. Version 1.9.6 * "<invalid float value>" in register dumps was not parsed correctly. * Fixed that variable popup location was computed incorrectly if tab width is not 0. * Updated the manual. * Implemented printing of Qt4's QStrings. Version 1.9.5 * Fixed some issues when the items in the environment variable list are selected. * Added a command line option -p to attach to a process (thanks to Matthew Allen for the initial code). See kdbg --help. * Fixed the "Using host libthread_db" error message properly. * Fixed inappropriate icon sizes. Version 1.9.4 * Updated the build system to the latest auto* tools. * Worked around the problem that gdb reports "Using host libthread_db" on Fedora Core when it processes the file command. Version 1.9.3 This is a beta release. Translations and the manual are still incomplete. The major changes since since the 1.2.x release series are: * Editable variable values. * The current line of execution can be changed easily. * "Orphaned breakpoints", ie. breakpoints that cannot be set immediately. This eases debugging shared libraries and dynamically loaded modules. * XSLT debugging thanks to Keith Isdale (experimental).
Diffstat (limited to 'devel')
-rw-r--r--devel/kdbg/Makefile5
-rw-r--r--devel/kdbg/PLIST18
-rw-r--r--devel/kdbg/distinfo9
-rw-r--r--devel/kdbg/patches/patch-aa30
4 files changed, 19 insertions, 43 deletions
diff --git a/devel/kdbg/Makefile b/devel/kdbg/Makefile
index e16ae140d3f..3dcf738fde2 100644
--- a/devel/kdbg/Makefile
+++ b/devel/kdbg/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2006/01/24 07:32:02 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2006/02/01 00:33:32 markd Exp $
-DISTNAME= kdbg-1.2.10
-PKGREVISION= 4
+DISTNAME= kdbg-2.0.3
CATEGORIES= devel kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kdbg/} \
ftp://ftp.eudaptics.com/pub/people/jsixt/
diff --git a/devel/kdbg/PLIST b/devel/kdbg/PLIST
index 7987a854af2..92cf88ce372 100644
--- a/devel/kdbg/PLIST
+++ b/devel/kdbg/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.7 2005/01/19 13:25:29 markd Exp $
+@comment $NetBSD: PLIST,v 1.8 2006/02/01 00:33:32 markd Exp $
bin/kdbg
+share/applications/kde/kdbg.desktop
share/doc/kde/HTML/de/kdbg/argspwdenv.html
share/doc/kde/HTML/de/kdbg/breakptlist.html
share/doc/kde/HTML/de/kdbg/globaloptions.html
@@ -21,6 +22,7 @@ share/doc/kde/HTML/en/kdbg/breakptlist.html
share/doc/kde/HTML/en/kdbg/globaloptions.html
share/doc/kde/HTML/en/kdbg/howdoi.html
share/doc/kde/HTML/en/kdbg/index.html
+share/doc/kde/HTML/en/kdbg/invocation.html
share/doc/kde/HTML/en/kdbg/localvars.html
share/doc/kde/HTML/en/kdbg/memory.html
share/doc/kde/HTML/en/kdbg/pgmoutput.html
@@ -32,6 +34,7 @@ share/doc/kde/HTML/en/kdbg/threads.html
share/doc/kde/HTML/en/kdbg/tips.html
share/doc/kde/HTML/en/kdbg/types.html
share/doc/kde/HTML/en/kdbg/watches.html
+share/doc/kde/HTML/en/kdbg/xslt.html
share/doc/kde/HTML/ru/kdbg/argspwdenv.html
share/doc/kde/HTML/ru/kdbg/breakptlist.html
share/doc/kde/HTML/ru/kdbg/globaloptions.html
@@ -48,7 +51,6 @@ share/doc/kde/HTML/ru/kdbg/threads.html
share/doc/kde/HTML/ru/kdbg/tips.html
share/doc/kde/HTML/ru/kdbg/types.html
share/doc/kde/HTML/ru/kdbg/watches.html
-share/kde/applnk/Development/kdbg.desktop
share/kde/apps/kdbg/icons/hicolor/16x16/actions/brkpt.png
share/kde/apps/kdbg/icons/hicolor/16x16/actions/execopen.png
share/kde/apps/kdbg/icons/hicolor/16x16/actions/pgmfinish.png
@@ -59,15 +61,19 @@ share/kde/apps/kdbg/icons/hicolor/16x16/actions/pgmstep.png
share/kde/apps/kdbg/icons/hicolor/16x16/actions/pgmstepi.png
share/kde/apps/kdbg/icons/hicolor/22x22/actions/brkpt.png
share/kde/apps/kdbg/icons/hicolor/22x22/actions/execopen.png
+share/kde/apps/kdbg/icons/hicolor/22x22/actions/hi22/action-pulse.pngseq
share/kde/apps/kdbg/icons/hicolor/22x22/actions/pgmfinish.png
share/kde/apps/kdbg/icons/hicolor/22x22/actions/pgmnext.png
share/kde/apps/kdbg/icons/hicolor/22x22/actions/pgmnexti.png
share/kde/apps/kdbg/icons/hicolor/22x22/actions/pgmrun.png
share/kde/apps/kdbg/icons/hicolor/22x22/actions/pgmstep.png
share/kde/apps/kdbg/icons/hicolor/22x22/actions/pgmstepi.png
+share/kde/apps/kdbg/icons/hicolor/22x22/actions/pulse.png
+share/kde/apps/kdbg/kdbgui.rc
share/kde/apps/kdbg/pics/brkcond.xpm
share/kde/apps/kdbg/pics/brkdis.xpm
share/kde/apps/kdbg/pics/brkena.xpm
+share/kde/apps/kdbg/pics/brkorph.xpm
share/kde/apps/kdbg/pics/brktmp.xpm
share/kde/apps/kdbg/pics/pcinner.xpm
share/kde/apps/kdbg/pics/pcup.xpm
@@ -85,6 +91,7 @@ share/kde/apps/kdbg/types/kdecore3.kdbgtt
share/kde/apps/kdbg/types/qt.kdbgtt
share/kde/apps/kdbg/types/qt2.kdbgtt
share/kde/apps/kdbg/types/qt3.kdbgtt
+share/kde/apps/kdbg/types/qt4core.kdbgtt
share/kde/apps/kdbg/types/stdc++.kdbgtt
share/kde/icons/hicolor/16x16/apps/kdbg.png
share/kde/icons/hicolor/32x32/apps/kdbg.png
@@ -100,8 +107,8 @@ ${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/kdbg.mo
${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/kdbg.mo
${PKGLOCALEDIR}/locale/it/LC_MESSAGES/kdbg.mo
${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/kdbg.mo
-${PKGLOCALEDIR}/locale/no/LC_MESSAGES/kdbg.mo
-${PKGLOCALEDIR}/locale/no_NY/LC_MESSAGES/kdbg.mo
+${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/kdbg.mo
+${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/kdbg.mo
${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/kdbg.mo
${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/kdbg.mo
${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/kdbg.mo
@@ -110,7 +117,6 @@ ${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/kdbg.mo
${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/kdbg.mo
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/kdbg.mo
${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/kdbg.mo
-${PKGLOCALEDIR}/locale/zh_CN.GB2312/LC_MESSAGES/kdbg.mo
@comment in kde: @dirrm share/kde/icons/locolor/32x32/apps
@comment in kde: @dirrm share/kde/icons/locolor/16x16/apps
@comment in kde: @dirrm share/kde/icons/hicolor/48x48/apps
@@ -118,6 +124,7 @@ ${PKGLOCALEDIR}/locale/zh_CN.GB2312/LC_MESSAGES/kdbg.mo
@comment in kde: @dirrm share/kde/icons/hicolor/16x16/apps
@dirrm share/kde/apps/kdbg/types
@dirrm share/kde/apps/kdbg/pics
+@dirrm share/kde/apps/kdbg/icons/hicolor/22x22/actions/hi22
@dirrm share/kde/apps/kdbg/icons/hicolor/22x22/actions
@dirrm share/kde/apps/kdbg/icons/hicolor/22x22
@dirrm share/kde/apps/kdbg/icons/hicolor/16x16/actions
@@ -133,3 +140,4 @@ ${PKGLOCALEDIR}/locale/zh_CN.GB2312/LC_MESSAGES/kdbg.mo
@comment in kde: @dirrm share/doc/kde/HTML/en
@dirrm share/doc/kde/HTML/de/kdbg
@comment in kde: @dirrm share/doc/kde/HTML/de
+@comment in kde: @dirrm share/applications/kde
diff --git a/devel/kdbg/distinfo b/devel/kdbg/distinfo
index 86479e3de9d..2e285725d41 100644
--- a/devel/kdbg/distinfo
+++ b/devel/kdbg/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.12 2005/02/23 22:24:17 agc Exp $
+$NetBSD: distinfo,v 1.13 2006/02/01 00:33:32 markd Exp $
-SHA1 (kdbg-1.2.10.tar.gz) = a0c343d9eee96bca3296431cbf892f95c135a25c
-RMD160 (kdbg-1.2.10.tar.gz) = 77162e66a4b4f27b0f1dd32454570a1925e388b6
-Size (kdbg-1.2.10.tar.gz) = 626645 bytes
-SHA1 (patch-aa) = 2111d0df9bbed2d8df245407f95ba1d8c4e44ab6
+SHA1 (kdbg-2.0.3.tar.gz) = 7ce900275b88c808ce339f755ce5f70aa2ed39d6
+RMD160 (kdbg-2.0.3.tar.gz) = dfa085d15df2dc71eadadf5c0da17cd187b6fd00
+Size (kdbg-2.0.3.tar.gz) = 887131 bytes
SHA1 (patch-ac) = ef7ae69e39d01db396da61cc2231b282095cd20d
diff --git a/devel/kdbg/patches/patch-aa b/devel/kdbg/patches/patch-aa
deleted file mode 100644
index 7c5c2f944c8..00000000000
--- a/devel/kdbg/patches/patch-aa
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-aa,v 1.8 2003/07/30 15:19:22 markd Exp $
-
---- configure.orig 2003-06-10 07:49:15.000000000 +1200
-+++ configure
-@@ -11557,7 +11557,7 @@ fi
- test=NONE
- qt_libdir=NONE
- for dir in $qt_libdirs; do
-- try=`ls -1 $dir/libqt*.{so,a} 2> /dev/null`
-+ try=`ls -1 $dir/libqt*.so $dir/libqt*.a 2> /dev/null`
- if test -n "$try"; then qt_libdir=$dir; break; else echo "tried $dir" >&5 ; fi
- done
-
-@@ -11577,7 +11577,7 @@ ac_ldflags_safe="$LDFLAGS"
- ac_libs_safe="$LIBS"
-
- CXXFLAGS="$CXXFLAGS -I$qt_incdir $all_includes"
--LDFLAGS="-L$qt_libdir $all_libraries"
-+LDFLAGS="-L$qt_libdir $all_libraries $USER_LDFLAGS"
- LIBS="$LIBS $LIBQT"
-
-
-@@ -14170,6 +14170,7 @@ fi
-
-
- CXXFLAGS="$ac_cxxflags_safe"
-+LDFLAGS="$LDFLAGS $X_LDFLAGS $USER_LDFLAGS"
-
- echo "$as_me:$LINENO: result: $this_is_kde3" >&5
- echo "${ECHO_T}$this_is_kde3" >&6