pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc boehm-gc doesn't build on amd64/x86_64 (and thus mono'...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c71c126b2a5
branches:  trunk
changeset: 469784:5c71c126b2a5
user:      recht <recht%pkgsrc.org@localhost>
date:      Sat Feb 28 23:41:32 2004 +0000

description:
boehm-gc doesn't build on amd64/x86_64 (and thus mono's internal gc), so
add NOT_FOR_PLATFORM accordingly

diffstat:

 devel/boehm-gc/Makefile |  5 ++++-
 lang/mono/Makefile      |  5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diffs (38 lines):

diff -r 03f8412d5ec2 -r 5c71c126b2a5 devel/boehm-gc/Makefile
--- a/devel/boehm-gc/Makefile   Sat Feb 28 23:11:00 2004 +0000
+++ b/devel/boehm-gc/Makefile   Sat Feb 28 23:41:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2004/02/14 17:21:36 jlam Exp $
+# $NetBSD: Makefile,v 1.37 2004/02/28 23:41:32 recht Exp $
 #
 
 DISTNAME=              gc6.2
@@ -11,6 +11,9 @@
 HOMEPAGE=              http://www.hpl.hp.com/personal/Hans_Boehm/gc/
 COMMENT=               Garbage collection and memory leak detection for C and C++
 
+
+NOT_FOR_PLATFORM=      *-*-amd64 *-*-x86_64
+
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 GNU_CONFIGURE=         YES
diff -r 03f8412d5ec2 -r 5c71c126b2a5 lang/mono/Makefile
--- a/lang/mono/Makefile        Sat Feb 28 23:11:00 2004 +0000
+++ b/lang/mono/Makefile        Sat Feb 28 23:41:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/02/27 04:06:05 minskim Exp $
+# $NetBSD: Makefile,v 1.20 2004/02/28 23:41:32 recht Exp $
 #
 
 DISTNAME=      mono-0.30.1
@@ -19,6 +19,9 @@
 NOT_FOR_PLATFORM=      NetBSD-1.[0-5]*-*
 NOT_FOR_PLATFORM+=     NetBSD-1.6-* NetBSD-1.6.*-*
 NOT_FOR_PLATFORM+=     NetBSD-1.6[A-Z]-* NetBSD-1.6Z[AB]-*
+# boehm-gc doesn't build on amd64/x86_64
+NOT_FOR_PLATFORM+=     *-*-amd64 *-*-x86_64
+
 
 USE_GNU_TOOLS+=                make
 USE_BUILDLINK3=                yes



Home | Main Index | Thread Index | Old Index