Bug 164521 - [MAINTAINER] Update devel/gdb to 7.4
Summary: [MAINTAINER] Update devel/gdb to 7.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Michael Scheidell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-26 16:20 UTC by luca.pizzamiglio
Modified: 2012-01-27 09:40 UTC (History)
0 users

See Also:


Attachments
file.diff (6.05 KB, patch)
2012-01-26 16:20 UTC, luca.pizzamiglio
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description luca.pizzamiglio 2012-01-26 16:20:09 UTC
This patch:

* updates the port devel/gdb to the 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

Fix: Patch attached with submission follows:
Comment 1 Michael Scheidell freebsd_committer freebsd_triage 2012-01-27 00:01:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scheidell

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-01-27 09:38:26 UTC
scheidell    2012-01-27 09:38:15 UTC

  FreeBSD ports repository

  Modified files:
    devel/gdb            Makefile distinfo 
    devel/gdb/files      fbsd-threads.c patch-gdb-Makefile.in 
  Added files:
    devel/gdb/files      patch-bfd-configure patch-gdb-configure 
  Log:
  - 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)
  
  Revision  Changes    Path
  1.12      +6 -9      ports/devel/gdb/Makefile
  1.4       +2 -2      ports/devel/gdb/distinfo
  1.3       +10 -11    ports/devel/gdb/files/fbsd-threads.c
  1.1       +17 -0     ports/devel/gdb/files/patch-bfd-configure (new)
  1.3       +4 -4      ports/devel/gdb/files/patch-gdb-Makefile.in
  1.1       +11 -0     ports/devel/gdb/files/patch-gdb-configure (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Michael Scheidell freebsd_committer freebsd_triage 2012-01-27 09:40:03 UTC
State Changed
From-To: open->closed

Committed. Thanks.  Tested a couple of dependent ports. All ok.