pkgsrc-WIP-changes archive

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

gdb-git: Merge PLIST.Linux into PLIST.common



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Sep 12 15:15:01 2017 +0200
Changeset:	fd10098feabcea7cc9a7325a9661cc65dc92938b

Modified Files:
	gdb-git/Makefile
	gdb-git/PLIST.common
Removed Files:
	gdb-git/PLIST.Linux

Log Message:
gdb-git: Merge PLIST.Linux into PLIST.common

Add new PLIST option: gdbserver, enabled on Linux.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fd10098feabcea7cc9a7325a9661cc65dc92938b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gdb-git/Makefile     | 5 +++--
 gdb-git/PLIST.Linux  | 2 --
 gdb-git/PLIST.common | 1 +
 3 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/gdb-git/Makefile b/gdb-git/Makefile
index 0ecb238efe..b426cf4b57 100644
--- a/gdb-git/Makefile
+++ b/gdb-git/Makefile
@@ -49,7 +49,7 @@ AUTO_MKDIRS=		yes
 
 .include "../../mk/bsd.prefs.mk"
 
-PLIST_VARS+=	gcore
+PLIST_VARS+=	gcore gdbserver
 
 .if ${OPSYS} == "SunOS"
 # Work around a bug in gdb's configure
@@ -70,7 +70,8 @@ BUILD_DEFS+=		${TARGET_STR}
 CONFIGURE_ARGS+=		--target=${TARGET_STR}
 TEST_ENV=		DEJAGNU=${WRKDIR}/../files/dragonfly-default.exp
 .elif !empty(OPSYS:MLinux)
-PLIST.gcore=	YES
+PLIST.gcore=		YES
+PLIST.gdbserver=	YES
 .endif
 
 # TEST_DEPENDS
diff --git a/gdb-git/PLIST.Linux b/gdb-git/PLIST.Linux
deleted file mode 100644
index cdb7b200ad..0000000000
--- a/gdb-git/PLIST.Linux
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST.Linux,v 1.1 2013/02/02 05:06:43 makoto Exp $
-bin/gdbserver
diff --git a/gdb-git/PLIST.common b/gdb-git/PLIST.common
index 4e04ede25d..a15baae570 100644
--- a/gdb-git/PLIST.common
+++ b/gdb-git/PLIST.common
@@ -1,6 +1,7 @@
 @comment $NetBSD: PLIST.common,v 1.6 2015/03/15 14:22:19 bsiegert Exp $
 bin/gdb
 ${PLIST.gcore}bin/gcore
+${PLIST.gdbserver}bin/gdbserver
 include/gdb/jit-reader.h
 info/annotate.info
 info/gdb.info


Home | Main Index | Thread Index | Old Index