Conclude the previous fix by not installing bfd.info either. Makes

package co-exist finally with devel/binutils. Bump PKGREVISION.
This commit is contained in:
fhajny 2016-04-14 08:40:44 +00:00
parent 4ac3bbd167
commit 83da5e858c
4 changed files with 16 additions and 9 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.53 2016/04/06 09:34:20 fhajny Exp $
# $NetBSD: Makefile,v 1.54 2016/04/14 08:40:44 fhajny Exp $
DISTNAME= gdb-7.11
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=gdb/}

View file

@ -1,8 +1,7 @@
@comment $NetBSD: PLIST.common,v 1.10 2016/04/06 09:34:20 fhajny Exp $
@comment $NetBSD: PLIST.common,v 1.11 2016/04/14 08:40:44 fhajny Exp $
bin/gdb
include/gdb/jit-reader.h
info/annotate.info
info/bfd.info
info/gdb.info
info/stabs.info
man/man1/gdb.1

View file

@ -1,10 +1,10 @@
$NetBSD: distinfo,v 1.26 2016/04/06 09:34:20 fhajny Exp $
$NetBSD: distinfo,v 1.27 2016/04/14 08:40:44 fhajny Exp $
SHA1 (gdb-7.11.tar.gz) = 99f5795cf670e00a623266cb4ce59cc76ec6e5a2
RMD160 (gdb-7.11.tar.gz) = 9181c3a79dc676d36e58162567051cf9f68d354d
SHA512 (gdb-7.11.tar.gz) = 6854774bba73ecf02c4d8bb4e194b8fd8fd3c6c661cbead0b3b816b9d9f736df1b85f331a669808700b0ad0f945b58483fffb77d49f5b690e828a00f65c04893
Size (gdb-7.11.tar.gz) = 35215975 bytes
SHA1 (patch-Makefile.in) = 5620c3fc3545dfb720017d7d373702040dd67bd9
SHA1 (patch-Makefile.in) = 48f65798f96fdda2a35eb8b18a7cc2993023bcc7
SHA1 (patch-ao) = fe55dc7245f438fccb7965ceb220be951f85a535
SHA1 (patch-gdb_bsd-kvm.c) = 837614b107181f79fd5c018ebd76a9010e5ab602
SHA1 (patch-gdb_ppcnbsd-nat.c) = 94c9f552fd00e3641e7a0fa8372de538b4571d0b

View file

@ -1,10 +1,18 @@
$NetBSD: patch-Makefile.in,v 1.1 2016/04/06 09:34:20 fhajny Exp $
$NetBSD: patch-Makefile.in,v 1.2 2016/04/14 08:40:44 fhajny Exp $
Do not install bfd and opcodes. Conflicts with devel/binutils.
--- Makefile.in.orig 2016-02-24 09:57:08.000000000 +0000
+++ Makefile.in
@@ -2482,8 +2482,6 @@ install:
@@ -1596,7 +1596,6 @@ do-install-info:
.PHONY: install-info-host
-install-info-host: maybe-install-info-bfd
install-info-host: maybe-install-info-opcodes
install-info-host: maybe-install-info-binutils
install-info-host: maybe-install-info-bison
@@ -2482,8 +2481,6 @@ install:
.PHONY: install-host-nogcc
install-host-nogcc: \
@ -13,7 +21,7 @@ Do not install bfd and opcodes. Conflicts with devel/binutils.
maybe-install-binutils \
maybe-install-bison \
maybe-install-cgen \
@@ -2530,8 +2528,6 @@ install-host-nogcc: \
@@ -2530,8 +2527,6 @@ install-host-nogcc: \
.PHONY: install-host
install-host: \