summaryrefslogtreecommitdiff
path: root/devel/kdbg
AgeCommit message (Collapse)AuthorFilesLines
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam1-2/+2
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-02-09Bump PKGREVISION from audio/jack.ryoon1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache1-2/+2
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-07-01Add desktopdb.mk and bump PKGREVISION for 118 packages as reported bydholland1-2/+3
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-2/+2
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-09Add SET_LIBDIR=yessbd1-1/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache1-2/+2
2011-11-29Add perl to USE_TOOLS.hans1-2/+2
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2011-02-17Update to kdbg 2.2.2markd2-7/+6
Changes since 2.2.0 ------------------- Bugfixes Changes since 2.1.1 ------------------- Features: - Source code windows have now a tab attached, which makes switching source files much easier. - Source code windows now show line numbers at the left. - There are now "Find Next" and "Find Previous" commands with shortcuts F3 and Shift+F3. - Improved support of template types in the type tables (which are used to show structure members next to a structure variable). Notably, the number of elements in STL and Qt collection classes are shown. - Arguments for the debugged program can be passed on KDbg's command line. Bug fixes
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-07-14Recursive PKGREVISION bump for the net/mDNSResponder updatesbd1-2/+2
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-08-16Update to 2.1.1. Make libXt a run-time dependency, because a programwiz3-10/+12
is linked against it. Set LICENSE. Convert to user-destdir. KDbg 2.1.1. kdbg-2.1.1 Fix 'make dist' when srcdir != builddir. Merge branch 'admin' into maint Code cleanup of the treatment of display expressions. Remove the one %s limitation in type table expressions. Update installation instructions again. Update the admin/ directory. Specify the encoding of .po files and the Russian ... Remove $Id$. Insert a license note at the top of source files. Make the desktop entry standard compliant. Fix crash when trying to disassemble source without... Update my email address. Update messages. Extend the copyright to 2008. Update README with current installation instructions. A Simplified Chinese translation. Don't crash on Del in the Watches window while no progr... Update Spanish translations. KDbg-2.1.0. kdbg-2.1.0 Update German translation. Merge new message strings. Fix a typo in What's This help. kdbg does not work with core files on FreeBSD KDbg 2.1.0-rc1. kdbg-2.1.0-rc1 Document that \r is handled by the output window. Implement text search in terms of QTextEdit::find(). Speed up display of disassembly. Add a new type table that recognizes the basic_strings... Merge branch 'maint' Extend the copyright to 2007. Some items of the TODO list have been completed. Merge branch 'syntax-highlight' Fix build on some 64bit platforms. Syntax highlighter: Highlight keywords. Syntax highlighter: Highlight preprocessor lines. Syntax highlighter: Highlight strings. Syntax highlighter: Highlight C and C++ comments. Add a basic syntax highlighter. Clean up context menu handling in the files window. Accept text dropped onto the watches window. Restore the source window's context menu. Re-add keyboard cursor navigation in the source code... Remove the now unused classes TextView and TableView. Maintain and highlight the current line. Rewrite SourceWindow to be derived from a QTextEdit. Prepare for QTextEdit transition: Bring KTextView close... Fix signed/unsigned comparisions. Prepare for QTextEdit transition: Do not use m_texts... Prepare for QTextEdit transition: Add KTextEdit::charAt... Remove line terminators in disassembled code. commit | commitdiff | tree | snapshot (tar.gz zip) Teach the output window about '\r' and '\n'. Derie the output window from QTextEdit. Remember the width of column 1 of Locals and Watch... Merge w Fix a crash when a value is edited in a floating variab... Fix stack trace of local functions. iff | tree | snapshot (tar.gz zip) Merge with 2.0. Do not add the artificial name of anonymous structs... Recognize struct values that are anonymous structs...
2009-06-14Remove @dirrm entries from PLISTsjoerg1-24/+1
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz1-2/+2
major change. Reported by Robert Elz in PR 41345.
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-11-30Bump PKGREVISION because openexr now depends on ilmbase.wiz1-2/+2
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-1/+2
Bump PKGREVISION.
2007-01-26Update kdbg to 2.0.5markd3-19/+20
Changes unknown.
2007-01-17Very belatedly bump PKGREVISION for all jasper dependencies becausewiz1-1/+2
of the shlib name change (!) during the update to 1.900.0. Noted by Robert Elz in PR 35431.
2007-01-13Modular Xorg support.joerg1-1/+6
2006-06-13Update to 2.0.4markd3-14/+9
* Fixed encoding of the Czech translation thanks to Jakub Galgonek. * Added support for QString in Qt4's debug libraries. * Fixed that the debugger window really comes to the foreground and receives the focus when the debuggee stops at a breakpoint, when this option is on
2006-05-14Uses C++.seb1-2/+4
While here fix pkglint warning wrt whitespace.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-20/+20
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-4/+2
USE_TOOLS+=msgfmt.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-02-01Update kdbg to 2.0.3markd4-43/+19
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).
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-23Remove as maintainer of this package. I'm not using it for ages.tron1-2/+2
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz1-2/+2
2005-05-23Removed trailing white-space.rillig1-2/+2