Subject: CVS commit: pkgsrc/devel/gdb
From: Michael Forney
Date: 2020-10-07 06:34:01
Message id: 20201007043401.CECBEFB28@cvs.NetBSD.org

Log Message:
gdb: fix installation of gcore.1 on platforms that support gcore

Previously, gcore.1 was only installed on Linux due to an omission
in gdb/doc/Makefile.in. This caused file-check errors on Linux since
gcore.1 was not mentioned in PLIST.common.

To fix this, apply upstream commit [0] so that gcore.1 is installed
whenever gcore is.

[0] \ 
https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=4b136f6f9aba2122868704bc18fd21e1d232392c

Files:
RevisionActionfile
1.72modifypkgsrc/devel/gdb/Makefile
1.16modifypkgsrc/devel/gdb/PLIST.common
1.35modifypkgsrc/devel/gdb/distinfo
1.3addpkgsrc/devel/gdb/patches/patch-gdb_doc_Makefile.in