head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.4 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.2 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.1.1.1.0.20 pkgsrc-2011Q4-base:1.1.1.1 pkgsrc-2011Q3:1.1.1.1.0.18 pkgsrc-2011Q3-base:1.1.1.1 pkgsrc-2011Q2:1.1.1.1.0.16 pkgsrc-2011Q2-base:1.1.1.1 pkgsrc-2011Q1:1.1.1.1.0.14 pkgsrc-2011Q1-base:1.1.1.1 pkgsrc-2010Q4:1.1.1.1.0.12 pkgsrc-2010Q4-base:1.1.1.1 pkgsrc-2010Q3:1.1.1.1.0.10 pkgsrc-2010Q3-base:1.1.1.1 pkgsrc-2010Q2:1.1.1.1.0.8 pkgsrc-2010Q2-base:1.1.1.1 pkgsrc-2010Q1:1.1.1.1.0.6 pkgsrc-2010Q1-base:1.1.1.1 pkgsrc-2009Q4:1.1.1.1.0.4 pkgsrc-2009Q4-base:1.1.1.1 pkgsrc-2009Q3:1.1.1.1.0.2 pkgsrc-2009Q3-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2012.03.15.06.52.07; author sbd; state dead; branches; next 1.1; 1.1 date 2009.09.18.11.24.50; author dmcmahill; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2009.09.18.11.24.50; author dmcmahill; state Exp; branches; next ; desc @@ 1.2 log @As this package is marked NOT-FOR-DRAGONFLY remove dragonfly patches and pre-configure. Also remove MESSAGE_SUBST. @ text @$NetBSD: patch-ab,v 1.1 2009/09/18 11:24:50 dmcmahill Exp $ --- libgcc/config.host.orig 2009-04-17 13:58:41 +0200 +++ libgcc/config.host @@@@ -149,6 +149,8 @@@@ case ${host} in # machine-specific sections may refine and add to this # configuration. ;; +*-*-dragonfly*) + ;; *-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu*) extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o" ;; @@@@ -281,6 +283,10 @@@@ i[34567]86-*-freebsd*) ;; x86_64-*-freebsd*) ;; +i[34567]86-*-dragonfly*) + ;; +x86_64-*-dragonfly*) + ;; i[34567]86-*-netbsdelf*) ;; i[34567]86-*-netbsd*) @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Import gcc-4.4.1 as lang/gcc44. This is the latest branch of gcc. Of particular note is this package contains gfortran which is required for building some scientific software (recent versions of scilab for example). Package is prepared as a monolithic install of gcc since gcc is really not set up to build and install the core and then later add on different languages as their own packages. @ text @@