cb65 FreshPorts -- devel/gdb
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
gdb 7.6 devel on this many watch lists=2 search for ports that depend on this port
GNU GDB of newer version than comes with the system
Maintained by: luca.pizzamiglio@gmail.com search for ports maintained by this maintainer
Port Added: 16 Nov 2010 20:41:14
License: GPLv3


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.

WWW: http://www.gnu.org/software/gdb/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/gmake
Required Libraries:
  1. converters/libiconv
  2. devel/readline

This port is required by:

for Build for Run

To install the port: cd /usr/ports/devel/gdb/ && make install clean
To add the package: pkg_add -r gdb


Configuration Options
===> The following configuration options are available for gdb-7.6:
     DEBUG=off: Install debug symbols
     EXPAT=off: Expat XML parser support
     GDB_LINK=on: Create the gdb link
     PYTHON=off: Python bindings or support
     THREADS=on: Threading support
     TUI=on: Text User Interface enabled
====> Options available for the single READLINE: you have to select exactly one of them
     BASE_READLINE=off: from base system(EXPERIMENTAL)
     BUNDLED_READLINE=off: from gdb distfile
     PORT_READLINE=on: from devel/readline port
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.dti.ad.jp/pub/GNU/gdb/
  3. ftp://ftp.gnu.org/gnu/gdb/
  4. ftp://ftp.informatik.hu-berlin.de/pub/gnu/gnu/gdb/
  5. ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/gdb/
  6. ftp://ftp.kddlabs.co.jp/GNU/gdb/
  7. ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/gdb/
  8. http://ftp.funet.fi/pub/gnu/prep/gdb/
  9. http://ftp.gnu.org/gnu/gdb/
  10. http://mirrors.kernel.org/gnu/gdb/
  11. http://ring.nict.go.jp/archives/GNU/gdb/
  12. http://www.gtlib.gatech.edu/pub/gnu/gnu/gdb/

Number of commits found: 33

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
16 May 2013 17:07:14
Original commit files touched by this commit  7.6
rakuco search for other commits by this committer
Update to 7.6.

PR:		ports/178257
Submitted by:	Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
06 May 2013 15:34:18
Original commit files touched by this commit  7.5.1_1
bapt search for other commits by this committer
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
29 Apr 2013 08:57:13
Original commit files touched by this commit  7.5.1_1
bapt search for other commits by this committer
Rely on bsdtar to autodetermine the format of the distfiles when possible

For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.

Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
27 Apr 2013 08:50:47
Original commit files touched by this commit  7.5.1_1
mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
13 Mar 2013 16:15:49
Original commit files touched by this commit  7.5.1_1
pawel search for other commits by this committer
- Add option to disable TUI
- Correct enabling of all targets, add patches to fix new
  clang build issues raised by this change
- Fix WWW: line

PR:		ports/176103
Submitted by:	Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
24 Dec 2012 22:26:50
Original commit files touched by this commit  7.5.1
rene search for other commits by this committer
Improve/fix build with clang.

PR:		ports/174568
Submitted by:	maintainer
16 Dec 2012 16:47:02
Original commit files touched by this commit  7.5.1
bdrewery search for other commits by this committer
- Update to 7.5.1
- Trim header

PR:		ports/174431
Submitted by:	Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
28 Oct 2012 21:50:34
Original commit files touched by this commit  7.5_1
rakuco search for other commits by this committer
- Show thread names, closing ports/172572. Thanks to Mark Lokowich.
- It is now possible to choose which readline version to use, closing
  ports/172077. Thanks to Jan Beich.
- Fix patches to remove compilation warnings.
- Clean configure arguments to remove a compilation warning.
- Fix file permissions when the PYTHON option is enabled.
- Trim Makefile header.

PR:		ports/172828
Submitted by:	Luca Pizzammiglio <luca.pizzamiglio@gmail.com> (maintainer)
Feature safe:	yes
09 Sep 2012 13:56:00
Original commit files touched by this commit  7.5_1
bdrewery search for other commits by this committer
- Switch readline lib dependency to USE_READLINE
  to ensure the port version is always used. This
  also makes portlint happy and still does the right
  thing.

PR:		ports/171325
Submitted by:	bdrewery
Approved by:	Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
Approved by:	eadler (mentor)
27 Aug 2012 16:10:54
Original commit files touched by this commit  7.5_1
kwm search for other commits by this committer
Don't allow files to be extracted with 0666 permissions.
Readd a patch that fixes thread support
Correct configure test so it detects r_fs and r_gs fields of struct reg.
  This fixes thread support on i386 10-current.
Fix a segmentation fault on the amd64 architecture

PR:		ports/171109 [2], ports/171086 [1]
Reported by:	Arrowdodger <6yearold@gmail.com> [2]
Submitted by:	maintainer [2], Tijl Coosemans <tijl@coosemans.org> [1]
24 Aug 2012 02:54:50
Original commit files touched by this commit  7.5
bdrewery search for other commits by this committer
- Update to 7.5
- Remove patches integrated upstream

PR:		ports/170913
Submitted by:	Luca Pizzammiglio <luca.pizzamiglio@gmail.com> (maintainer)
Approved by:	eadler (mentor)
09 Aug 2012 16:47:33
Original commit files touched by this commit  7.4.1_4
bdrewery search for other commits by this committer
- Restore readline.6 library dependency as the port only
  works with that shlib version.

PR:		ports/170429
Submitted by:	Yuri Pankov <yuri.pankov@gmail.com>
Approved by:	Luca Pizzamiglio <luca.pizzamiglio@gmail.com (maintainer)
Approved by:	eadler (mentor)
03 Aug 2012 02:00:58
Original commit files touched by this commit  7.4.1_4
wxs search for other commits by this committer
Clarify a comment and incorporate a couple of patches.

PR:		ports/170321
Submitted by:	Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
27 Jul 2012 07:05:23
Original commit files touched by this commit  7.4.1_3
scheidell search for other commits by this committer
- Split THREADS patches to better support GNU binutils

PR:		ports/169662
Submitted by:	Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
26 Jun 2012 19:27:41
Original commit files touched by this commit  7.4.1_2
sunpoet search for other commits by this committer
- Fix THREADS handling
- Fix typos
- While I'm here:
  - Use GNU macro for MASTER_SITES
  - Remove DISTFILES
  - Pet portlint: remove ABI version number from LIB_DEPENDS
- Bump PORTREVISION for package change

PR:             ports/169448
Submitted by:   Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
23 Jun 2012 09:12:05
Original commit files touched by this commit  7.4.1_1
scheidell search for other commits by this committer
- Fix Segfault [1]
- Update to OptionsNG [2]

PR:             ports/168444 [1]
PR:             ports/169265 [2]
Reported by:    bgmoser@codexterous.com [1]
Submitted by:   Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
01 May 2012 15:53:46
Original commit files touched by this commit  7.4.1
sunpoet search for other commits by this committer
- Update to 7.4.1
- Fix build with clang

Changes:        http://www.gnu.org/software/gdb/download/ANNOUNCEMENT
PR:             ports/167448
Submitted by:   Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
19 Apr 2012 19:05:03
Original commit files touched by this commit  7.4_4
pawel search for other commits by this committer
Fix GDB_LINK option

PR:             ports/167049
Submitted by:   Tijl Coosemans <tijl@coosemans.org>
Approved by:    maintainer
01 Apr 2012 16:13:10
Original commit files touched by this commit  7.4_3
romain search for other commits by this committer
Create ${PREFIX}/bin/gdb link when installing from a packages with GDB_LINK
enabled.

PR:             ports/166082
Submitted by:   romain (myself)
Approved by:    Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (Maintainer)
Feature safe:   yes
09 Mar 2012 17:03:28
Original commit files touched by this commit  7.4_2
jhb search for other commits by this committer
- Install the python bindings when python is enabled.
- Bump portrevision to 2.

Reviewed by:    Luca Pizzamiglio (maintainer)
Feature safe:   yes
25 Feb 2012 11:57:56
Original commit files touched by this commit  7.4_1
scheidell search for other commits by this committer
- Adds HW watchpoint support for amd64, closing ports/160930 (thanks to Ben
Morrow)
- Adds a symbolic link executable with the version suffix to support tools
without debugger configuration (like devel/nemiver)
- Bump PORTREVISION due to track changes to options and pkg-plist

PR:             ports/165357
Submitted by:   Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
Approved by:    gabor (mentor, implicit)
27 Jan 2012 09:38:15
Original commit files touched by this commit  7.4
scheidell search for other commits by this committer
- update to version 7.4
- adds devel/readline as mandatory dependency (the previous version is not
compatible anymore)
- fixes a problem with multihread applications (thanks Lee Thomas)
- fixes a misconfiguration issue if the devel/binutils port is installed

PR:             ports/164521
Submitted by:   maintainer
Approved by:    gabor (mentor, implicit)
18 Nov 2011 06:34:51
Original commit files touched by this commit  7.3.1_1
sunpoet search for other commits by this committer
- Add OPTIONS: THREAD for optional thread support (default on)
- Change comment to match current version

PR:             ports/162641
Submitted by:   Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
Feature safe:   yes
06 Nov 2011 18:12:32
Original commit files touched by this commit  7.3.1_1
ohauer search for other commits by this committer
- fix segfault if debugging a multithread application
- bump PORTREVISION
- small portlint fixes

PR:             ports/162093
Submitted by:   Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
25 Oct 2011 16:11:23
Original commit files touched by this commit  7.3.1
skreuzer search for other commits by this committer
Change MAINTAINER to luca.pizzamiglio@gmail.com
26 Sep 2011 13:53:11
Original commit files touched by this commit  7.3.1
skreuzer search for other commits by this committer
Update to 7.3.1

Submitted by:   rdivacky@
23 Sep 2011 22:26:39
Original commit files touched by this commit  7.2_4
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
25 Feb 2011 07:50:41
Original commit files touched by this commit  7.2_4
miwi search for other commits by this committer
- Move from py24 over to py25 or above
- Drop md5 support
11 Jan 2011 20:52:28
Original commit files touched by this commit  7.2_3
jhb search for other commits by this committer
Add two new options to enable expat and Python support.  Both are
currently disabled by default.  If Python support is enabled, then gdb
is able to use the pretty printer python libraries supplied with newer
versions of gcc to pretty print STL containers.

Reviewed by:    skreuzer
Feature safe:   yes
05 Jan 2011 23:00:31
Original commit files touched by this commit  7.2_2
skreuzer search for other commits by this committer
Add WITH_DEBUG to build with debugging symbols

Fix a bug on amd64 where we would recurse infinitely on the stack frame
when parsing a signal frame

Submitted by:   jhb@
05 Jan 2011 19:11:02
Original commit files touched by this commit  7.2
skreuzer search for other commits by this committer
Update to 7.2
20 Dec 2010 18:29:44
Original commit files touched by this commit  7.1_1
skreuzer search for other commits by this committer
Put ${LOCALBASE}/include at the end of the include path to prevent headers in
${LOCALBASE} from overriding internal gdb headers if devel/readline is installed

Submitted by:   jhb@
16 Nov 2010 20:39:48
Original commit files touched by this commit  7.1
skreuzer search for other commits by this committer
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.

This version of gdb has been modified by jhb@ to recognize freebsd threads

Reviewed by:    John Baldwin <jhb@FreeBSD.org>, swell.k@gmail.com

Number of commits found: 33

283b
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15
linux-firefoxMay 15
linux-seamonkeyMay 15

6 vulnerabilities affecting 28 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24517
Broken 219
Deprecated 472
Ignore 639
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 29
Expired 132
Set to expire 510
Interactive 33
new 24 hours 3
new 48 hours7
new 7 days30
new fortnight74
new month205

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0