Bug 217090 - devel/gdb: update to 7.12.1
Summary: devel/gdb: update to 7.12.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Olivier Cochard
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-14 09:20 UTC by luca.pizzamiglio
Modified: 2017-02-14 10:30 UTC (History)
1 user (show)

See Also:


Attachments
The updating patch (2.25 KB, patch)
2017-02-14 09:20 UTC, luca.pizzamiglio
luca.pizzamiglio: maintainer-approval+
Details | Diff
poudriere build on FreeBSD 10.3 i386 (52.46 KB, application/x-xz)
2017-02-14 09:21 UTC, luca.pizzamiglio
no flags Details
poudriere build on FreeBSD 11 amd64 (52.51 KB, application/x-xz)
2017-02-14 09:21 UTC, luca.pizzamiglio
no flags Details
poudriere build on FreeBSD 11 mips (48.79 KB, application/x-xz)
2017-02-14 09:22 UTC, luca.pizzamiglio
no flags Details
poudriere build on FreeBSD 11 amd64 with all options (54.15 KB, application/x-xz)
2017-02-14 09:22 UTC, luca.pizzamiglio
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description luca.pizzamiglio 2017-02-14 09:20:55 UTC
Created attachment 179972 [details]
The updating patch

devel/gdb: update to 7.12.1

Updating gdb to the last stable version and cleaning it up.

PR:		216027
  - Recognizing the compiler to adopt options properly
  Reported by:   julian@FreeBSD.org

PR:		216027
  - Fixing the segmentation fault, but arm core dump not yet usable
  Reported by:   Mark Millard

portlint: 15 warnings related to patch not generated properly. Due the nature of those patches, 'make makepatch' is not usable.
testport: OK (poudriere 10.3 and 11.0, on amd64, i386, mips and with all options enabled)
Comment 1 luca.pizzamiglio 2017-02-14 09:21:21 UTC
Created attachment 179973 [details]
poudriere build on FreeBSD 10.3 i386
Comment 2 luca.pizzamiglio 2017-02-14 09:21:58 UTC
Created attachment 179974 [details]
poudriere build on FreeBSD 11 amd64
Comment 3 luca.pizzamiglio 2017-02-14 09:22:27 UTC
Created attachment 179975 [details]
poudriere build on FreeBSD 11 mips
Comment 4 luca.pizzamiglio 2017-02-14 09:22:50 UTC
Created attachment 179976 [details]
poudriere build on FreeBSD 11 amd64 with all options
Comment 5 commit-hook freebsd_committer freebsd_triage 2017-02-14 10:29:46 UTC
A commit references this bug:

Author: olivier
Date: Tue Feb 14 10:29:38 UTC 2017
New revision: 434072
URL: https://svnweb.freebsd.org/changeset/ports/434072

Log:
  Update to 7.12.1
  Updating gdb to the last stable version and cleaning it up.

  PR:		217090
  Submitted by:	luca.pizzamiglio@gmail.com (maintainer)

  PR:		216027
    - Recognizing the compiler to adopt options properly
    Reported by:   julian@FreeBSD.org

  PR:		216132
    - Fixing the segmentation fault, but arm core dump not yet usable
    Reported by:   Mark Millard

Changes:
  head/devel/gdb/Makefile
  head/devel/gdb/distinfo
  head/devel/gdb/files/patch-gdb-corelow.c
Comment 6 Olivier Cochard freebsd_committer freebsd_triage 2017-02-14 10:30:48 UTC
Wow, thanks a lot's!