pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/gdb gdb: Upgrade to 8.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b0fc9b989f33
branches:  trunk
changeset: 367836:b0fc9b989f33
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Thu Sep 07 17:11:47 2017 +0000

description:
gdb: Upgrade to 8.0.1

pkgsrc specific changes
-----------------------

Set on NetBSD debug-dir to locale properly debug info of the base softwate:
    --with-separate-debug-dir=/usr/lib/debug

Disable globally binutils, gprof, gold, gas, ld. These packages are shipped
separately in other packages.

Upstream changelog
==================
GDB 8.0.1 brings the following fixes and enhancements over GDB 8.0:

  * PR breakpoint/21886 (Compressed MIPS code debugging impossible due to memory breakpoint misplacement)
  * PR symtab/22002 (Assertion on debuggee built with -gdwarf-5 -fdebug-types-section)
  * PR symtab/22003 (Incompatibility with -gdwarf-5 - DW_FORM_implicit_const)
  * PR gdb/22046 (Regression on older kernels for T (stopped) processes)
  * PR sim/20863 (gdb-7.12 powerpc-rtems4.12-gdb does not build on FreeBSD)
  * PR breakpoint/21555 ("error re-setting breakpoint" on PIE executables)
  * PR tdep/21717 ("print $fpscr" says "<unavailable>" until some VFP data register is printed)
  * PR exp/21827 (Regression: gdb command lookup became case-sensitive; but definitions are forced into lowercase)
  * PR remote/22021 (Multi-arch exec fails with a remote target)

diffstat:

 devel/gdb/Makefile |  12 +++++++++---
 devel/gdb/distinfo |  10 +++++-----
 2 files changed, 14 insertions(+), 8 deletions(-)

diffs (52 lines):

diff -r c2d84711044b -r b0fc9b989f33 devel/gdb/Makefile
--- a/devel/gdb/Makefile        Thu Sep 07 15:38:22 2017 +0000
+++ b/devel/gdb/Makefile        Thu Sep 07 17:11:47 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2017/06/05 11:38:51 maya Exp $
+# $NetBSD: Makefile,v 1.58 2017/09/07 17:11:47 kamil Exp $
 
-DISTNAME=      gdb-8.0
-#PKGREVISION=  
+DISTNAME=      gdb-8.0.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=gdb/}
 
@@ -30,6 +29,12 @@
 SUBST_FILES.fix-depcomp+=      gdb/configure
 SUBST_SED.fix-depcomp+=                -e 's,< ./depcomp,${_OVERRIDE_PATH.depcomp},'
 
+CONFIGURE_ARGS+=       --disable-binutils
+CONFIGURE_ARGS+=       --disable-gprof
+CONFIGURE_ARGS+=       --disable-gold                                                                                                                       
+CONFIGURE_ARGS+=       --disable-gas
+CONFIGURE_ARGS+=       --disable-ld
+
 AUTO_MKDIRS=           yes
 
 .include "options.mk"
@@ -47,6 +52,7 @@
 CONFIGURE_ENV+= gdb_cv_struct_lwp=yes
 MAKE_ENV+= gdb_cv_struct_lwp=yes
 
+CONFIGURE_ARGS+=       --with-separate-debug-dir=/usr/libdata/debug
 .elif ${OPSYS} == "DragonFly"
 TARGET_STR=            ${MACHINE_ARCH}--dragonfly
 BUILD_DEFS+=           ${TARGET_STR}
diff -r c2d84711044b -r b0fc9b989f33 devel/gdb/distinfo
--- a/devel/gdb/distinfo        Thu Sep 07 15:38:22 2017 +0000
+++ b/devel/gdb/distinfo        Thu Sep 07 17:11:47 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.30 2017/06/23 19:49:20 kamil Exp $
+$NetBSD: distinfo,v 1.31 2017/09/07 17:11:47 kamil Exp $
 
-SHA1 (gdb-8.0.tar.gz) = 4e2ed3dc2ed6236f31cd1991ff6067f323ac63b0
-RMD160 (gdb-8.0.tar.gz) = d770fa0bed5f94e98ff25dc16d65c1aa7013de1a
-SHA512 (gdb-8.0.tar.gz) = b25a40988c772a9b10ea6cf0a973193300357330f0896d3567ebe17a88d89b2b89b8eb2801adc934ea48f0ab3228214d8318a12ee2c9e4c347b4f7038281f66a
-Size (gdb-8.0.tar.gz) = 36351752 bytes
+SHA1 (gdb-8.0.1.tar.gz) = abb30c4fd7f66c830d879715cce5732bcf84f0f6
+RMD160 (gdb-8.0.1.tar.gz) = 5ad7e7417dea2f4c7cc4795b74a58b948d8d93b2
+SHA512 (gdb-8.0.1.tar.gz) = 58eb6150c908d67e6aed01d04bd321c7914e3e82fbb81a31e3050c4470e24e67cbe023b3f3edfb981225802441cf8b0d3d042195e96b6530058966cfdcd53c8d
+Size (gdb-8.0.1.tar.gz) = 36359351 bytes
 SHA1 (patch-Makefile.in) = 48f65798f96fdda2a35eb8b18a7cc2993023bcc7
 SHA1 (patch-ao) = fe55dc7245f438fccb7965ceb220be951f85a535
 SHA1 (patch-gdb_bsd-kvm.c) = 45d0436f7c451de326afaffd3ebc5a4c3689d6f8



Home | Main Index | Thread Index | Old Index