pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel Don't attempt to build gdb on DragonFly. It's al...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f69cf83d670f
branches: trunk
changeset: 395843:f69cf83d670f
user: hasso <hasso%pkgsrc.org@localhost>
date: Tue Jul 14 19:02:16 2009 +0000
description:
Don't attempt to build gdb on DragonFly. It's also unlikely that someone
will integrate DragonFly changes into upstream soon.
diffstat:
devel/gdb/Makefile | 4 ++--
devel/gdb6/Makefile | 4 ++--
devel/gdbada/Makefile | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 2b9b5a963d66 -r f69cf83d670f devel/gdb/Makefile
--- a/devel/gdb/Makefile Tue Jul 14 19:01:32 2009 +0000
+++ b/devel/gdb/Makefile Tue Jul 14 19:02:16 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2008/01/06 19:25:09 rillig Exp $
+# $NetBSD: Makefile,v 1.36 2009/07/14 19:02:16 hasso Exp $
#
DISTNAME= gdb-5.3
@@ -10,7 +10,7 @@
HOMEPAGE= http://www.gnu.org/software/gdb/gdb.html
COMMENT= Symbolic debugger for multiple language frontends
-NOT_FOR_PLATFORM= Darwin-*-*
+NOT_FOR_PLATFORM= Darwin-*-* DragonFly-*-*
BROKEN_GETTEXT_DETECTION= yes
GNU_CONFIGURE= YES
diff -r 2b9b5a963d66 -r f69cf83d670f devel/gdb6/Makefile
--- a/devel/gdb6/Makefile Tue Jul 14 19:01:32 2009 +0000
+++ b/devel/gdb6/Makefile Tue Jul 14 19:02:16 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2009/04/04 13:49:17 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2009/07/14 19:02:16 hasso Exp $
#
DISTNAME= gdb-6.2.1
@@ -13,7 +13,7 @@
PKG_DESTDIR_SUPPORT= user-destdir
-NOT_FOR_PLATFORM= Darwin-*-*
+NOT_FOR_PLATFORM= Darwin-*-* DragonFly-*-*
USE_TOOLS+= gmake makeinfo msgfmt
USE_LIBTOOL= yes
diff -r 2b9b5a963d66 -r f69cf83d670f devel/gdbada/Makefile
--- a/devel/gdbada/Makefile Tue Jul 14 19:01:32 2009 +0000
+++ b/devel/gdbada/Makefile Tue Jul 14 19:02:16 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2007/12/02 13:04:08 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2009/07/14 19:02:16 hasso Exp $
DISTNAME= gdbada-6.3
PKGREVISION= 2
@@ -11,7 +11,7 @@
COMMENT= GNAT GDB : An Ada 95 Debugger
# Not yet ported to AMD 64-bit machines or Darwin
-NOT_FOR_PLATFORM= *-*-x86_64 Darwin-*-*
+NOT_FOR_PLATFORM= *-*-x86_64 Darwin-*-* DragonFly-*-*
WRKSRC= ${WRKDIR}/gdb-6.3
Home |
Main Index |
Thread Index |
Old Index