summaryrefslogtreecommitdiff
path: root/devel/ddd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Don't try to parse ${MOTIFLIB} if it's not defined.Satoshi Asami1999-08-221-1/+5
| | | | Notes: svn path=/head/; revision=20878
* Back out serious breakage introduced by previous commit: you can't useSatoshi Asami1999-08-201-3/+3
| | | | | | | | ${SED} and ${AWK} in != statements because they are executed immediately. Notes: svn path=/head/; revision=20827
* Update to version 3.1.6, remove a double MASTER_SITE, and fix portlintBrian Feldman1999-08-192-6/+5
| | | | | | | | | warnings. Approved by: obrien Notes: svn path=/head/; revision=20806
* Use byacc vs. bison if the vsl-gramma.* files need rebuilding.David E. O'Brien1999-06-161-0/+11
| | | | | | | PR: 11959 Notes: svn path=/head/; revision=19494
* Upgrade to 3.1.5.David E. O'Brien1999-05-253-15/+11
| | | | | | | | | Most notable fixes: - [XEmacs] DDD supports gud-mode in XEmacs 21.0. - [Build] DDD supports Bison 1.27 and Automake 1.4a. Notes: svn path=/head/; revision=18999
* Fix linage breakage. DDD author made a workaround for Motif 2.1 onDavid E. O'Brien1999-05-091-0/+11
| | | | | | | | Solaris, but it seems to have broken building with Motif 2.1 on most every other platform. Notes: svn path=/head/; revision=18616
* Wow! What big teeth you have grandma! "All the better to Weat youTim Vanderhoek1999-05-021-2/+2
| | | | | | | | | with, my dear." [That's lupus for "Add WWW:"] Notes: svn path=/head/; revision=18345
* add quotes around variable so it can work on the command line correctlyMichael Haro1999-05-021-2/+2
| | | | | | | add a few more X libraries to the list Notes: svn path=/head/; revision=18313
* Upgrade to 3.1.4David E. O'Brien1999-04-272-3/+5
| | | | | | | Noticed by: Steven G. Kargl <kargl@troutmask.apl.washington.edu> Notes: svn path=/head/; revision=18146
* Portlint.Satoshi Asami1999-03-091-2/+2
| | | | Notes: svn path=/head/; revision=17110
* Update version required comment too.Steve Price1999-03-081-2/+2
| | | | Notes: svn path=/head/; revision=17082
* upgrade to 3.1.3David E. O'Brien1999-01-212-3/+3
| | | | | | | | PR: ports/9490 Submitted by: Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk> Notes: svn path=/head/; revision=16237
* version 3.1.1 is outDavid E. O'Brien1998-12-072-3/+3
| | | | Notes: svn path=/head/; revision=15170
* Upgrade to version 3.1David E. O'Brien1998-12-032-6/+6
| | | | Notes: svn path=/head/; revision=15095
* Depend on libXpmDavid E. O'Brien1998-12-011-3/+5
| | | | | | | | PR: ports/8896 Submitted by: Jose Maa Alcaide <jose@we.lc.ehu.es> Notes: svn path=/head/; revision=15016
* Upgrade to ver 3.0.92.David E. O'Brien1998-12-012-8/+3
| | | | Notes: svn path=/head/; revision=15001
* upgrade to 3.0.91David E. O'Brien1998-11-142-8/+13
| | | | Notes: svn path=/head/; revision=14523
* Remove manpages define in MAN? fom PLIST for all the devel ports.Satoshi Asami1998-08-121-1/+0
| | | | | | | | I'm going to leave p5-* alone for now (where the version stuff is going to land is still unclear). Notes: svn path=/head/; revision=12467
* upgrade to version 3.0David E. O'Brien1998-06-232-3/+3
| | | | Notes: svn path=/head/; revision=11491
* Upgrade to 2.2.3.David E. O'Brien1998-02-194-11/+17
| | | | | | | PR: ports/5757 Notes: svn path=/head/; revision=9825
* Paths changed on MASTER_SITES.David E. O'Brien1997-06-231-4/+4
| | | | | | | Noticed by: Bill Fenner <fenner@parc.xerox.com> Notes: svn path=/head/; revision=7045
* Upgrade to v2.1.1.David E. O'Brien1997-06-042-3/+3
| | | | | | | | | Now compiles/runs w/Lesstif w/o extra patches. Noticed by: Thomas Gellekum <tg@ihf.rwth-aachen.de> Notes: svn path=/head/; revision=6769
* Upgrade to 2.1.David E. O'Brien1997-05-235-7/+19
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=6537
* DDD is the Data Display Debugger, a common graphical front-end forDavid E. O'Brien1997-05-226-0/+67
GDB, DBX, and XDB debuggers. DDD is an Motif application that besides the "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. Complex data structures can be explored incrementally and interactively, using automatic layout if preferred. Each time the program stops, the data display reflects the current variable values. Notes: svn path=/head/; revision=6534