FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 6:15 PM BST
Port details
gdb 7.4.1 devel on this many watch lists=1 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/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/gmake
Required Libraries: devel/readline, converters/libiconv

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.4.1:
     DEBUG=off (default) "Build with debugging symbols"
     EXPAT=off (default) "Enable XML parsing for metadata"
     PYTHON=off (default) "Enable Python support"
     THREAD=on (default) "Enable Thread support"
     GDB_LINK=on (default) "Create the gdb link"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 17

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
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: 17

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 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 23672
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 3
new 48 hours33
new 7 days59
new fortnight183
new month255

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

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.161 seconds.