Bug 217090

Summary: devel/gdb: update to 7.12.1
Product: Ports & Packages Reporter: luca.pizzamiglio
Component: Individual Port(s)Assignee: Olivier Cochard <olivier>
Status: Closed FIXED    
Severity: Affects Only Me CC: olivier
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
The updating patch
luca.pizzamiglio: maintainer-approval+
poudriere build on FreeBSD 10.3 i386
none
poudriere build on FreeBSD 11 amd64
none
poudriere build on FreeBSD 11 mips
none
poudriere build on FreeBSD 11 amd64 with all options none

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!