FreeBSD Bugzilla – Attachment 179972 Details for
Bug 217090
devel/gdb: update to 7.12.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
The updating patch
D-devel-gdb.diff (text/plain), 2.25 KB, created by
luca.pizzamiglio
on 2017-02-14 09:20:55 UTC
(
hide
)
Description:
The updating patch
Filename:
MIME Type:
Creator:
luca.pizzamiglio
Created:
2017-02-14 09:20:55 UTC
Size:
2.25 KB
patch
obsolete
>diff --git devel/gdb/Makefile devel/gdb/Makefile >index ec52aa45d35d..3e71a6429f62 100644 >--- devel/gdb/Makefile >+++ devel/gdb/Makefile >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= gdb >-PORTVERSION= 7.12 >-PORTREVISION= 1 >+PORTVERSION= 7.12.1 > CATEGORIES= devel > MASTER_SITES= GNU > >@@ -15,7 +14,7 @@ LICENSE= GPLv3 > TEST_DEPENDS= runtest:misc/dejagnu > > TEST_TARGET= check >-USES= cpe iconv gmake libtool tar:xz >+USES= compiler:env cpe iconv gmake libtool tar:xz > USE_CSTD= gnu89 > CPE_VENDOR= gnu > GNU_CONFIGURE= yes >@@ -66,7 +65,7 @@ PYTHON_CONFIGURE_OFF= --without-python > PYTHON_USES= python:2 > TUI_CONFIGURE_ENABLE= tui > >-.include <bsd.port.options.mk> >+.include <bsd.port.pre.mk> > > .if ! ${PORT_OPTIONS:MBUNDLED_READLINE} > EXCLUDE+= readline >@@ -76,7 +75,7 @@ EXCLUDE+= readline > CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} > .endif > >-.if ${ARCH} != "mips" >+.if ${COMPILER_TYPE} == "clang" > CFLAGS+= -Wno-extended-offsetof > .endif > >@@ -122,4 +121,4 @@ do-install-GUILE-on: > (cd ${WRKSRC}/gdb/data-directory ; \ > ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install-guile ) > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk> >diff --git devel/gdb/distinfo devel/gdb/distinfo >index e59bc52bb3f9..2e2fc98cb053 100644 >--- devel/gdb/distinfo >+++ devel/gdb/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1483525133 >-SHA256 (gdb-7.12.tar.xz) = 834ff3c5948b30718343ea57b11cbc3235d7995c6a4f3a5cecec8c8114164f94 >-SIZE (gdb-7.12.tar.xz) = 19219556 >+TIMESTAMP = 1485162707 >+SHA256 (gdb-7.12.1.tar.xz) = 4607680b973d3ec92c30ad029f1b7dbde3876869e6b3a117d8a7e90081113186 >+SIZE (gdb-7.12.1.tar.xz) = 19225392 >diff --git devel/gdb/files/patch-gdb-corelow.c devel/gdb/files/patch-gdb-corelow.c >new file mode 100644 >index 000000000000..18ef23cc8430 >--- /dev/null >+++ devel/gdb/files/patch-gdb-corelow.c >@@ -0,0 +1,12 @@ >+--- gdb/corelow.c.orig 2017-01-16 10:40:23.118428000 +0100 >++++ gdb/corelow.c 2017-01-17 22:39:10.524216000 +0100 >+@@ -541,7 +541,8 @@ >+ warning (_("Section `%s' in core file too small."), section_name); >+ return; >+ } >+- if (size != min_size && !(regset->flags & REGSET_VARIABLE_SIZE)) >++ if (size != min_size && regset != NULL && >++ !(regset->flags & REGSET_VARIABLE_SIZE)) >+ { >+ warning (_("Unexpected size of section `%s' in core file."), >+ section_name);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
luca.pizzamiglio:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 217090
: 179972 |
179973
|
179974
|
179975
|
179976