Port details on branch 2023Q4 |
- gdb GNU Project Debugger
- 15.1_1 devel =17 15.1Version of this port present on the latest quarterly branch.
- Maintainer: pizzamig@FreeBSD.org
- Port Added: 2010-11-16 20:41:14
- Last Update: 2024-12-13 16:23:29
- Commit Hash: 64cc06e8
- People watching this port, also watch:: git, pkg, sudo, bash, rsync
- License: GPLv3
- WWW:
- https://www.gnu.org/software/gdb/
- Description:
- GDB is a source-level debugger for Ada, C, C++, Objective-C, Pascal and
many other languages. GDB can target (i.e., debug programs running on)
more than a dozen different processor architectures, and GDB itself can
run on most popular GNU/Linux, Unix and Microsoft Windows variants.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/gdb/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/gdb
- pkg install gdb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gdb
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1722632408
SHA256 (gdb-15.1.tar.xz) = 38254eacd4572134bca9c5a5aa4d4ca564cbbd30c369d881f733fb6b903354f2
SIZE (gdb-15.1.tar.xz) = 24295712
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- makeinfo : print/texinfo
- pkgconf>=1.3.0_1 : devel/pkgconf
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- python3.11 : lang/python311
- Test dependencies:
-
- runtest : misc/dejagnu
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- Library dependencies:
-
- libexpat.so : textproc/expat2
- libgmp.so : math/gmp
- libmpfr.so : math/mpfr
- libzstd.so : archivers/zstd
- libboost_regex.so : devel/boost-libs
- libsource-highlight.so : textproc/source-highlight
- libxxhash.so : devel/xxhash
- libintl.so : devel/gettext-runtime
- libiconv.so : converters/libiconv
- libreadline.so.8 : devel/readline
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
- devel/seer-gdb
- editors/lazarus
- editors/lazarus-devel
- editors/lazarus-qt5
- editors/lazarus-qt5-devel
- editors/lazarus-qt6
- editors/lazarus-qt6-devel
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for gdb-15.1_1:
DEBUGINFOD=off: Build gdb with debuginfod server support
GDB_LINK=on: Create /usr/local/bin/gdb symlink
GUILE=off: Guile extension language support
KGDB=on: Kernel debugging support
NLS=on: Native Language Support
PYTHON=on: Python bindings or support
SOURCE_HIGHLIGHT=on: Syntax highlighting support
TUI=on: Text User Interface support
XXHASH=on: Use xxHash for hashing (faster)
====> Command line editing via libreadline: you have to select exactly one of them
BUNDLED_READLINE=off: from gdb distfile
PORT_READLINE=on: from devel/readline port
====> Encoding conversion support via iconv: you have to select exactly one of them
PORT_ICONV=on: use libiconv, with wider charset support
SYSTEM_ICONV=off: use libc iconv, with no wchar support
====> zlib compression support: you have to select exactly one of them
BUNDLED_ZLIB=off: from gdb distfile
SYSTEM_ZLIB=on: use system zlib
===> Use 'make config' to modify these settings
- Options name:
- devel_gdb
- USES:
- compiler:c++17-lang cpe gmake libtool makeinfo pkgconfig tar:xz gettext-runtime iconv:wchar_t readline python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|