The port was marked broken, but compiled anyway when BROKEN=
was commnted out. I took it upon myself to fix it so the
lates version builds.
For whatever reason the libiberty configure script bombs.
Instead of patching/and fixing it I added a dependency on
devel/freelibiberty. That solves that problem.
Cleaned up the installation of PORTDOCS in the Makefile and
pkg-plist.
Regenerated all the patch files since many of the original
ones had no contextual lines and would apply without error
where the patch should have bombed. So the following patch
files are to be removed:
PR: ports/63473
Submitted by: Yarema <yds@CoolRat.org>
Approved by: Maintainer timeout
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.