Commit Graph

14 Commits

Author SHA1 Message Date
naddy
85229c97e7 drop RCS Ids 2022-03-11 18:49:30 +00:00
sthen
af3aee1d6d update to cgdb-0.8.0 2022-03-01 13:43:32 +00:00
visa
7a96b06e17 Fix build on mips64.
The source code uses identifier `mips' that happens to be one of the
(now legacy) builtin macros defined by the compiler on mips64. Avoid
the conflict by undefining the builtin macro.

OK jca@
2020-08-25 13:28:19 +00:00
jca
091ed4047a "there are tests, but not working yet" -> NO_TEST=Yes is wrong 2019-11-11 20:08:25 +00:00
sthen
c9017404f5 update to cgdb-0.7.1
patch and add a dependency to use ports gdb ("egdb") by default, this
doesn't seem to work too well with base gdb (for example input hangs or
something gets confused with gdb's questions like "Make breakpoint
pending on future shared library load").
2019-08-06 20:58:26 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
sthen
25f0e460f2 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-10-24 14:27:57 +00:00
landry
af64d00a20 Update to cgdb 0.7.0, from Bjorn Ketelaars 2018-02-10 09:59:37 +00:00
sthen
e8bb9ff530 drop maintainer 2017-07-04 11:09:44 +00:00
sthen
0e1bbae3a3 bdep on help2man 2014-11-26 11:44:00 +00:00
sthen
c95963929c update to cgdb 0.6.8 2014-11-24 10:29:10 +00:00
espie
cd625d933a fix bulk builds: move includes out of the way as well as the library,
so that other ports don't fail randomly when they find gnu-readline.

okay sthen@
2014-03-24 09:08:46 +00:00
jasper
0e268858fa unbreak on mips platforms, which already have the 'mips' symbol defined.
ok sthen@ (MAINTAINER)
2013-04-27 15:11:57 +00:00
sthen
5bedb8497c import ports/devel/cgdb, ok landry@
cgdb is a lightweight curses (terminal-based) interface to the GNU
Debugger (GDB). In addition to the standard gdb console, cgdb provides
a split screen view that displays the source code as it executes.

    Syntax-highlighted source window
    Visual breakpoint setting
    Keyboard shortcuts for common functions
    Searching source window (using regexp)
    Scrollable gdb history of entire session
    Tab completion
    Key mappings (macros)
2013-04-18 15:08:17 +00:00