summaryrefslogtreecommitdiff
path: root/devel/kdbg
AgeCommit message (Collapse)AuthorFilesLines
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
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2005-01-19Dont try and dirrm the PKGLOCALEDIR's.markd1-3/+1
2004-12-10locale files moved to under ${PKGLOCALEDIR}/locale/...markd2-48/+35
Bump PKGREVISION.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-05-29Update to 1.2.10markd2-6/+5
* Fixed the "Using host libthread_db" error message. * Fixed inappropriate icon sizes.
2004-04-23bl3ifymarkd1-4/+5
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-08Bump PKGREVISION for libogg (or, in 5 cases, libao) updates.wiz1-1/+2
2003-09-10Update kdbg to 1.2.9markd2-6/+5
Changes: * Really fixed security flaw regarding the program specific debugger command. (Thanks to Matt Zimmerman, who pointed out the flaw in the previous "solution".) * Fixed the charset definition in the Russian translation (thanks to Alexander Kogan).
2003-08-05bump revision after qt3/kde prefix changedrochner1-1/+2
2003-07-30Update kdbg to 1.2.8markd4-42/+41
* Fixed security flaw regarding the program specific debugger command.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-8/+8
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-03-18Fix linkage problem: LDFLAGS was not properly set, so rpaths for X11 were lost.jmmv3-11/+20
Use LIBTOOL_OVERRIDE. Sort USE_BUILDLINK2 to avoid pkglint warnings.
2003-03-11Update KDE to 3.1.markd3-21/+11
Many bugfixes and functionality enhancements including: kdesdk KBugBuster Adapted KBugBuster to the new Bugzilla based KDE bug tracking system. Implemented Bookmarking support for Bug reports. Changing view settings no longer requires a reload. Added toolbar KBabel Automatic update of Project-Id-Version Possibility to specify localized translator name Validation & highlighting of XML Save special (the settings can be changed for the particular save) KDE specifics added to rough translation (e.g. only add a new translator in TRANSLATORS) Load/Save markings in Catalog Manager Navigation bar in Catalog Manager Mail PO-file Tag structure tool Rough translation in catalog manager Automatic update of PO header comment Show source code Spellchecking in multiple files Cervisia: made hardcoded colors configurable.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-1/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-11-26NetBSD tag.cjep1-0/+1
2002-10-15Update to version 1.2.6markd5-36/+37
Changes are: Opening the Find dialog no longer toggles a breakpoint. Make mouse wheel work (again) in source, variables, and watch windows. When a pointer to a struct is expanded the struct is also expanded. Improved toolbar and application icons.
2002-10-03buildlink1 -> buildlink2markd1-7/+4
2002-07-17Update to 1.2.5. Changes are:skrll6-65/+63
Now compiles for KDE 3. Fixed make install for builddir != srcdir. Fixed status bar flicker. This gives a nice speed-up by a factor of 4 when the contents of an array of 50 QStrings are displayed! Now compiles for KDE 3 (Beta1). Support QString of Qt 3.x. Improved (and fixed) the display of arrays with repeated values. Fixed crash when a file is reloaded while disassembled code is displayed. Fixed parsing of stack frames involving signal handler invocations. Fixed invisible toolbar under KDE 2.x (really, this time, I promise). Fixed crash when no line has the cursor (empty files). Don't display a blank page when a non-existing file was tried to open. The memory window is now organized in columns. Values that changed between program stops are displayed in red color. Big kudos go to Alexandre Clement for this feature. From Joe Reed <jnr@po.cwru.edu> in pkg/17577
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-01-21include <util.h> for openpty() declaration to keep current toolchainmarkd2-1/+16
happy.
2001-12-04Update kdevelop to 2.0.2 (part of KDE 2.2.2) and kdbg 1.2.2.skrll4-197/+73
The main part of the update is that both are now KDE 2 applications not KDE 1.
2001-11-29A dependency on automake implies a dependency on autoconf; there's no needjlam1-2/+1
to list them both when we listing just automake will do.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-27Use wildcard dependence on "autoconf" package.tron1-2/+2
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll1-2/+2
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.