Version: 3.3.12, Package name: ddd-3.3.12 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description What is DDD, anyway? ==================== The Data Display Debugger (DDD) is a common graphical user interface to GDB, DBX, and XDB, the popular UNIX debuggers. Besides ``usual'' features such as viewing source texts and breakpoints, DDD provides a graphical data display, where data structures are displayed as graphs. A simple mouse click dereferences pointers or reveals structure contents, updated each time the program stops. Using DDD, you can reason about your application by viewing its data, not just by viewing it execute lines of source code. Other DDD features include: debugging of programs written in C, C++, Ada, Fortran, Pascal, Modula-2, or Modula-3; machine-level debugging; hypertext source navigation and lookup; breakpoint, backtrace, and history editors; preferences and settings editors; program execution in terminal emulator window; debugging on remote host; on-line manual; interactive help on the Motif user interface; GDB/DBX/XDB command-line interface with full editing, history, and completion capabilities. DDD has been designed to compete with well-known commercial debuggers. |
Filesize: 5553.823 KB |
Version History (View Complete History) |
|
2021-01-08 13:17:28 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: fix build on powerpc64 |
2020-02-11 14:23:01 by Charlene Wendling | Files touched by this commit (2) |
Log message: ddd: modify the previous libXt 1.2.0 fix by placing _X_NORETURN as a declaration identifier. This fixes the build on !clang archs. OK naddy@ |
2020-01-17 06:34:54 by Christian Weisgerber | Files touched by this commit (1) |
Log message: fix build for C++-relevant type change in libXt 1.2.0; ok matthieu@ |
2019-07-12 14:44:13 by Stuart Henderson | Files touched by this commit (877) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-17 10:45:30 by Stuart Henderson | Files touched by this commit (94) |
Log message: set png16 WANTLIB entries back to png following the change in soname part done by portbump, part by hand (it is easily confused) |
2019-02-07 07:32:45 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Fix libelf handling - devel/libelf is no more, use libelf from base - libelf is always used if detected, not just on powerpc, so properly disable its use elsewhere A comment in the source says libelf is used for vxworks, not sure how useful it actually is on OpenBSD. |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-06-27 15:04:25 by Marc Espie | Files touched by this commit (1411) |
Log message: first tag: update-desktop-database |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-23 03:26:30 by Marc Espie | Files touched by this commit (244) |
Log message: add pthread to COMPILER_LIBCXX. white lie, but it allows clang and gcc to be more similar bump accordingly. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-05-04 10:44:05 by Marc Espie | Files touched by this commit (4) |
Log message: fix build with clang |
2017-04-10 05:45:29 by Stuart Henderson | Files touched by this commit (281) |
Log message: use LIBCXX |
2016-09-13 08:40:30 by Christian Weisgerber | Files touched by this commit (20) |
Log message: replace libiconv module |
2016-05-05 13:52:29 by Christian Weisgerber | Files touched by this commit (21) |
Log message: x11/openmotif -> x11/motif |
2015-06-05 06:20:39 by Antoine Jacoutot | Files touched by this commit (30) |
Log message: Sync PLIST for share/applications/. |
2015-02-16 15:57:14 by Christian Weisgerber | Files touched by this commit (213) |
Log message: Drop USE_GROFF from ports where the formatting differences are acceptable or mandoc provides the more useful output. |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2011-04-10 12:01:13 by Jasper Lievisse Adriaanse | Files touched by this commit (15) |
Log message: adjust after recent lesstif removal ok aja@ sthen@ |
2011-01-30 02:38:41 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Unbreak on powerpc by moving to new DEPENDS style. ok espie@ landry@ |
2010-11-15 12:46:10 by Marc Espie | Files touched by this commit (706) |
Log message: move depends to new style |
2010-10-24 15:11:03 by Antoine Jacoutot | Files touched by this commit (39) |
Log message: Remove USE_X11. |
2010-10-18 11:48:13 by Marc Espie | Files touched by this commit (650) |
Log message: USE_GROFF=Yes |
2010-08-29 11:59:19 by Jasper Lievisse Adriaanse | Files touched by this commit (4) |
Log message: - remove unneeded patches |
2010-04-24 14:18:40 by Christian Weisgerber | Files touched by this commit (59) |
Log message: fix build and WANTLIB after libXp removal |
2009-12-16 07:33:47 by Matthias Kilian | Files touched by this commit (1) |
Log message: Adjust WANTLIB after openmotif update and bump. |
2009-11-30 16:45:35 by Edd Barrett | Files touched by this commit (10) |
Log message: Update to ddd-3.3.12. Added a patch from NetBSD pkgsrc to fix amd64 hangs. OK sthen@ |
2009-09-06 04:46:26 by Antoine Jacoutot | Files touched by this commit (35) |
Log message: Make use of REGRESS_IS_INTERACTIVE=x11 ok jasper@ sthen@ |
2009-08-10 00:31:09 by Matthias Kilian | Files touched by this commit (111) |
Log message: WANTLIB changes after xcb addition and bump. |
2008-10-22 11:04:14 by Landry Breuil | Files touched by this commit (2) |
Log message: - Fix dependencies on powerpc, correctly link with devel/libelf - Remove a doubled VMEM_WARNING - Use libiconv MODULE - Honor CXXFLAGS - Fix licence marker - Update PLIST ok ajacoutot@ |
2008-01-04 11:38:52 by Marc Espie | Files touched by this commit (30) |
Log message: do the same thing with REGRESS_FLAGS as FAKE_FLAGS |
2007-11-13 07:06:22 by Steven Mestdagh | Files touched by this commit (33) |
Log message: fix WANTLIB |
2007-07-07 15:38:36 by Alexandre Anriot | Files touched by this commit (1) |
Log message: remove SUBST_VARS+=DISTNAME, no package change. ok ajacoutot@ |
2007-04-14 15:20:19 by Nikolay Sturm | Files touched by this commit (34) |
Log message: WANTLIB |
2007-04-05 09:38:13 by Marc Espie | Files touched by this commit (1270) |
Log message: base64 distinfo with SHA256 |
2007-03-31 06:21:38 by Steven Mestdagh | Files touched by this commit (1) |
Log message: USE_LIBTOOL |
2006-11-11 14:04:28 by Steven Mestdagh | Files touched by this commit (38) |
Log message: USE_X11 |
2005-06-28 13:31:57 by Alexandre Anriot | Files touched by this commit (5) |
Log message: update to 3.3.11. ok naddy@ |
2005-01-05 09:22:44 by Christian Weisgerber | Files touched by this commit (366) |
Log message: SIZE |
2004-11-23 04:22:02 by Marc Espie | Files touched by this commit (43) |
Log message: WANTLIB markers |
2004-10-13 12:59:19 by Dan Harnett | Files touched by this commit (35) |
Log message: initial sweep for MESSAGE decoration removal; ok espie@ |
2004-09-14 17:44:02 by Marc Espie | Files touched by this commit (206) |
Log message: switch to new plist, killing a few install scripts along the way. |
2004-03-04 10:49:26 by Marc Espie | Files touched by this commit (9) |
Log message: explicitly tag no-autoheader some ports for which re-running it after autoconf is a problem. |
2004-02-09 04:59:28 by Marc Espie | Files touched by this commit (1) |
Log message: missing std::, needed for gcc 3.3.2 |
2004-01-18 07:00:55 by Nikolay Sturm | Files touched by this commit (4) |
Log message: update to ddd 3.3.8 from Andrew Dalgleish <openbsd at ajd dot net dot au> |
2003-12-01 10:51:48 by Nikolay Sturm | Files touched by this commit (2) |
Log message: these are empty noticed by Andrew Dalgleish <openbsd at ajd dot net dot au> |
2003-10-26 10:30:40 by Nikolay Sturm | Files touched by this commit (13) |
Log message: update to ddd 3.3.7 from Andrew Dalgleish <openbsd@ajd.net.au> |
2003-04-17 04:45:23 by Peter Stromberg | Files touched by this commit (5) |
Log message: Fix from maintainer; moved files from ${LOCALBASE}/share/ddd-3.3.1 to ${LOCALBASE}/share/ddd |
2003-04-10 10:51:21 by Nikolay Sturm | Files touched by this commit (11) |
Log message: update to ddd 3.3.1 - minor bug fixes - improved temp file handling from Andrew Dalgleish <openbsd@andrewdalgleish.dyndns.org> |
2002-10-13 15:45:46 by Christian Weisgerber | Files touched by this commit (6) |
Log message: C++ fixes for gcc3; parts from Jack J. Woehr <jwoehr@attglobal.net> |