pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gdb



Module Name:    pkgsrc
Committed By:   kamil
Date:           Wed Jun  3 16:50:19 UTC 2020

Modified Files:
        pkgsrc/devel/gdb: Makefile
Removed Files:
        pkgsrc/devel/gdb: PLIST.DragonFly

Log Message:
gdb: Remove leftover code for DragonFlyBSD

DragonFlyBSD for i386 no longer exists and local patches for DragonFlyBSD
were definitely removed in 2018.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/devel/gdb/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/gdb/PLIST.DragonFly

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

Modified files:

Index: pkgsrc/devel/gdb/Makefile
diff -u pkgsrc/devel/gdb/Makefile:1.68 pkgsrc/devel/gdb/Makefile:1.69
--- pkgsrc/devel/gdb/Makefile:1.68      Sun May 17 15:52:18 2020
+++ pkgsrc/devel/gdb/Makefile   Wed Jun  3 16:50:19 2020
@@ -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 @@ CONFIGURE_ENV+= gdb_cv_struct_lwp=yes
 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



Home | Main Index | Thread Index | Old Index