pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gcc46 lang/gcc46: Mark NOT-FOR-DRAGONFLY



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9924eae20f5e
branches:  trunk
changeset: 607275:9924eae20f5e
user:      marino <marino%pkgsrc.org@localhost>
date:      Tue Aug 07 15:16:35 2012 +0000

description:
lang/gcc46: Mark NOT-FOR-DRAGONFLY

A very large number of patches is required to properly build a stock
gcc on DragonFly, as evidenced by the patches added to lang/gcc47.
DragonFly already has a very good gcc46-based compiler in lang/gnat-aux.
DragonFly users that specifically need gcc46 have been told to use
gnat-aux.  There's no need to make maintenance of lang/gcc46 harder so
it's masked on DragonFly to show its intentionally unsupported.

diffstat:

 lang/gcc46/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d9556487a8b1 -r 9924eae20f5e lang/gcc46/Makefile
--- a/lang/gcc46/Makefile       Tue Aug 07 14:54:36 2012 +0000
+++ b/lang/gcc46/Makefile       Tue Aug 07 15:16:35 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2012/06/08 15:42:29 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2012/08/07 15:16:35 marino Exp $
 
 DISTNAME=              gcc-${GCC_VERSION}
 PKGNAME=               gcc46-${GCC_VERSION}
@@ -27,7 +27,7 @@
 # To avoid GNU surprises
 CONFIG_SHELL=          ${TOOLS_PATH.bash}
 
-NOT_FOR_PLATFORM=      Interix-*-*
+NOT_FOR_PLATFORM=      Interix-*-* DragonFly-*-*
 UNLIMIT_RESOURCES+=    datasize
 UNLIMIT_RESOURCES+=    stacksize
 



Home | Main Index | Thread Index | Old Index