Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/gdb gdb: Remove leftover code for DragonFlyBSD
details: https://anonhg.NetBSD.org/pkgsrc/rev/16992b2001e5
branches: trunk
changeset: 433541:16992b2001e5
user: kamil <kamil%pkgsrc.org@localhost>
date: Wed Jun 03 16:50:19 2020 +0000
description:
gdb: Remove leftover code for DragonFlyBSD
DragonFlyBSD for i386 no longer exists and local patches for DragonFlyBSD
were definitely removed in 2018.
diffstat:
devel/gdb/Makefile | 17 +----------------
devel/gdb/PLIST.DragonFly | 3 ---
2 files changed, 1 insertions(+), 19 deletions(-)
diffs (42 lines):
diff -r 362f42014987 -r 16992b2001e5 devel/gdb/Makefile
--- a/devel/gdb/Makefile Wed Jun 03 16:45:02 2020 +0000
+++ b/devel/gdb/Makefile Wed Jun 03 16:50:19 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2020/05/17 15:52:18 rillig Exp $
+# $NetBSD: Makefile,v 1.69 2020/06/03 16:50:19 kamil Exp $
DISTNAME= gdb-8.3.1
CATEGORIES= devel
@@ -65,25 +65,10 @@
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}
-## Remove "-pc" string, without this, getting following message:
-## *** Gdb does not support native target i386-pc-dragonfly"
-CONFIGURE_ARGS+= --target=${TARGET_STR}
-TEST_ENV= DEJAGNU=${WRKDIR}/../files/dragonfly-default.exp
.endif
post-install:
${RM} -f ${DESTDIR}/${PREFIX}/lib/charset.alias
-.if ${OPSYS} == "DragonFly"
-# Following are installed by binutils
-#. for f in ansidecl.h bfdlink.h dis-asm.h symcat.h
-# (cd ${WRKSRC}/include; ${INSTALL_DATA} ${f} ${DESTDIR}${PREFIX}/include)
-#. endfor
- (cd ${DESTDIR}${PREFIX}/bin; ${LN} ${TARGET_STR}-gdb gdb)
- (cd ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1; ${LN} ${TARGET_STR}-gdb.1 gdb.1)
-.endif
#
# PATH of libiberty.a differs between clang and gcc: (and conflicts to other toolchain)
# Rename to avoid conflict to native and other toolchain
diff -r 362f42014987 -r 16992b2001e5 devel/gdb/PLIST.DragonFly
--- a/devel/gdb/PLIST.DragonFly Wed Jun 03 16:45:02 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST.DragonFly,v 1.1 2015/03/15 14:56:46 bsiegert Exp $
-bin/i386--dragonfly-gdb
-man/man1/i386--dragonfly-gdb.1
Home |
Main Index |
Thread Index |
Old Index