pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/gdb
Module Name: pkgsrc
Committed By: kamil
Date: Thu Sep 7 17:11:47 UTC 2017
Modified Files:
pkgsrc/devel/gdb: Makefile distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/devel/gdb/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/gdb/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/gdb/Makefile
diff -u pkgsrc/devel/gdb/Makefile:1.57 pkgsrc/devel/gdb/Makefile:1.58
--- pkgsrc/devel/gdb/Makefile:1.57 Mon Jun 5 11:38:51 2017
+++ pkgsrc/devel/gdb/Makefile Thu Sep 7 17:11:47 2017
@@ -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_MESSAGE.fix-depcomp+= Read depcomp
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 @@ MAKE_ENV+= gdb_cv_var_elf=yes
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}
Index: pkgsrc/devel/gdb/distinfo
diff -u pkgsrc/devel/gdb/distinfo:1.30 pkgsrc/devel/gdb/distinfo:1.31
--- pkgsrc/devel/gdb/distinfo:1.30 Fri Jun 23 19:49:20 2017
+++ pkgsrc/devel/gdb/distinfo Thu Sep 7 17:11:47 2017
@@ -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