summaryrefslogtreecommitdiff
path: root/devel/kdbg
AgeCommit message (Collapse)AuthorFilesLines
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-02Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing emptywiz1-2/+1
lines.
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+3
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-10Update patch-sum for patch-abwulf1-3/+3
2001-03-10Damn, forgot the tagwulf1-0/+2
2001-03-10NetBSD's "sh" shell is not POSIX compliant reportingwulf2-1/+16
trap: Illegal number: INT in debug screen due to the execution of "trap \"\" INT QUIT TSTP" in ./kdbg/mainwndbase.cpp:565 Added pre-processor for NetBSD that uses "trap \"\" 2 3 18" instead.
2001-03-04Update "kdbg" package to version 1.2.0. Changes since version 1.0.1:tron5-52/+106
- Translations for: Hungarian, Japanese, Norwegian (Nynorsk), Serbian, Turkish - Updated the User's Manual (English, Russian (thanks, Ilmar!), German). - Improved the program icon; made the installation more KDE2 compliant. - Enabled mouse wheel scrolling at various places. - Added memory display. - Single-stepping by instruction. - Watchpoints. Finally! (On Linux/i386 works best with gdb 5!) - Made Delete key work in the watch window. - Breakpoints can be enabled and disabled in the breakpoint list. - Detach from debugged program on exit (and when new program is debugged). - Added a list of recently opened executables (thanks to Thomas Sparr <thomas.sparr@kreatel.se>). - Fixed endless loop on shutdown. - Brought in line with KDE 1.91 (KDE 2 beta). - Debugging of multi-threaded programs. Requires a gdb that supports - multi-threaded programs, like gdb 5. - Debugger window pops into the foreground when the program stops. - Made tab width a user-settable option. - Display disassembled code. - Use the KDE system fixed font for the source code window. - By default, do not log communication with gdb. - Added an integrated output window (based on code by Judin Max). - Program specific settings can be set. In particular: the debugger command (required if you are debugging remote devices), the terminal emulation needed for the program. - Use docking windows thanks to Judin Max <novaprint@mtu-net.ru>. - Added a register dump window. Based on code by Judin Max. - Implemented "balloons" (tool tips) that show variable values. - ./configure fix for NetBSD thanks to Berndt Josef Wulf <wulf@ping.net.au>. - There's now a Swedish translation thanks to - Örjan Lindbergh <orjan.lindbergh@telia.com>. - Save and restore watched expressions. - More adjustments for the KRASH release. - Show <repeat...> count in QStrings like in normal C strings instead of repeating the characters. - Use QListView instead of KTabListBox.
2001-03-04Because the "kdevelop" package maintains the directory structure which istron1-2/+2
used by "kdbg" "kdbg" must depend on "kdevelop" and not the other way arround.
2001-03-04Because the minor number of the PNG library was increased packages compiledtron1-2/+1
using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences.
2001-02-27Fixed cyclic dependency problem PR12291. Changed dependency to kdebase-1.*wulf1-2/+2
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-04Any msgfmt should be good enough, it doesn't have to be in ${LOCALBASE}.wiz1-2/+2
2000-08-16USE_PKGLIBTOOL => USE_LIBTOOLhubertf1-2/+2
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc1-3/+5
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well.
2000-07-14The previous method of using a make target for finding a prerequisiteagc1-3/+3
package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works).
2000-07-11Make the determination of the pre-req package's installed directory beagc1-3/+3
a bit more user-friendly. Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-10Find qt1 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}.agc1-3/+3
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me.
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-03-30Adapt for "qt1" package.tron1-3/+3
2000-03-21Because the minor of "libpng" was bumped we must sure that packagestron1-2/+2
compiled for the update "png" package depend on it.
2000-02-02Forgot to add this...scw1-0/+3
2000-02-02Modify the configure script (using code shamelessy pasted from kdevelop'sscw2-51/+231
configure) to put kdbg's KDE resource files in the right place.
1999-12-14Fix typo in last commit.tron1-4/+4
1999-12-14Fix dependences again:tron1-2/+2
"kdbg" depends on "kdevel" and not the other way arround.
1999-12-13Update kdbg to kdbg-1.0.1wennmach3-50/+60
1999-10-27Let "kdbg" depend on "kdevelop" because the "kdevelop" package creates thetron1-2/+2
directories which are used by "kdbg" later.
1999-10-27Remove blank line.tron1-2/+1
1999-09-27Because "kdbg" uses the directory structure created by "kdebase" ittron1-2/+2
must depend on that package instead of "kdelibs".
1999-09-27Remove redundant dependence on "png" package.tron1-2/+1
1999-09-27Initial import of kdbgwennmach5-0/+100
kdbg-1.0beta2: Graphical User Interface around gdb using KDE